Uses of Class
com.azure.resourcemanager.network.fluent.models.PacketCaptureResultInner
Packages that use PacketCaptureResultInner
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of PacketCaptureResultInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return PacketCaptureResultInnerModifier and TypeMethodDescriptionPacketCapturesClient.create(String resourceGroupName, String networkWatcherName, String packetCaptureName, PacketCaptureInner parameters) Create and start a packet capture on the specified VM.PacketCapturesClient.create(String resourceGroupName, String networkWatcherName, String packetCaptureName, PacketCaptureInner parameters, com.azure.core.util.Context context) Create and start a packet capture on the specified VM.PacketCapturesClient.get(String resourceGroupName, String networkWatcherName, String packetCaptureName) Gets a packet capture session by name.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type PacketCaptureResultInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PacketCaptureResultInner>, PacketCaptureResultInner> PacketCapturesClient.beginCreate(String resourceGroupName, String networkWatcherName, String packetCaptureName, PacketCaptureInner parameters) Create and start a packet capture on the specified VM.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PacketCaptureResultInner>, PacketCaptureResultInner> PacketCapturesClient.beginCreate(String resourceGroupName, String networkWatcherName, String packetCaptureName, PacketCaptureInner parameters) Create and start a packet capture on the specified VM.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PacketCaptureResultInner>, PacketCaptureResultInner> PacketCapturesClient.beginCreate(String resourceGroupName, String networkWatcherName, String packetCaptureName, PacketCaptureInner parameters, com.azure.core.util.Context context) Create and start a packet capture on the specified VM.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PacketCaptureResultInner>, PacketCaptureResultInner> PacketCapturesClient.beginCreate(String resourceGroupName, String networkWatcherName, String packetCaptureName, PacketCaptureInner parameters, com.azure.core.util.Context context) Create and start a packet capture on the specified VM.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<PacketCaptureResultInner>, PacketCaptureResultInner> PacketCapturesClient.beginCreateAsync(String resourceGroupName, String networkWatcherName, String packetCaptureName, PacketCaptureInner parameters) Create and start a packet capture on the specified VM.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<PacketCaptureResultInner>, PacketCaptureResultInner> PacketCapturesClient.beginCreateAsync(String resourceGroupName, String networkWatcherName, String packetCaptureName, PacketCaptureInner parameters) Create and start a packet capture on the specified VM.PacketCapturesClient.createAsync(String resourceGroupName, String networkWatcherName, String packetCaptureName, PacketCaptureInner parameters) Create and start a packet capture on the specified VM.PacketCapturesClient.getAsync(String resourceGroupName, String networkWatcherName, String packetCaptureName) Gets a packet capture session by name.com.azure.core.http.rest.Response<PacketCaptureResultInner> PacketCapturesClient.getWithResponse(String resourceGroupName, String networkWatcherName, String packetCaptureName, com.azure.core.util.Context context) Gets a packet capture session by name.Mono<com.azure.core.http.rest.Response<PacketCaptureResultInner>> PacketCapturesClient.getWithResponseAsync(String resourceGroupName, String networkWatcherName, String packetCaptureName) Gets a packet capture session by name.com.azure.core.http.rest.PagedIterable<PacketCaptureResultInner> Lists all packet capture sessions within the specified resource group.com.azure.core.http.rest.PagedIterable<PacketCaptureResultInner> PacketCapturesClient.list(String resourceGroupName, String networkWatcherName, com.azure.core.util.Context context) Lists all packet capture sessions within the specified resource group.com.azure.core.http.rest.PagedFlux<PacketCaptureResultInner> Lists all packet capture sessions within the specified resource group. -
Uses of PacketCaptureResultInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return PacketCaptureResultInnerModifier and TypeMethodDescriptionstatic PacketCaptureResultInnerPacketCaptureResultInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PacketCaptureResultInner from the JsonReader.PacketCaptureResultInner.withBytesToCapturePerPacket(Long bytesToCapturePerPacket) Set the bytesToCapturePerPacket property: Number of bytes captured per packet, the remaining bytes are truncated.PacketCaptureResultInner.withCaptureSettings(PacketCaptureSettings captureSettings) Set the captureSettings property: The capture setting holds the 'FileCount', 'FileSizeInBytes', 'SessionTimeLimitInSeconds' values.PacketCaptureResultInner.withContinuousCapture(Boolean continuousCapture) Set the continuousCapture property: This continuous capture is a nullable boolean, which can hold 'null', 'true' or 'false' value.PacketCaptureResultInner.withFilters(List<PacketCaptureFilter> filters) Set the filters property: A list of packet capture filters.PacketCaptureResultInner.withScope(PacketCaptureMachineScope scope) Set the scope property: A list of AzureVMSS instances which can be included or excluded to run packet capture.PacketCaptureResultInner.withStorageLocation(PacketCaptureStorageLocation storageLocation) Set the storageLocation property: The storage location for a packet capture session.PacketCaptureResultInner.withTarget(String target) Set the target property: The ID of the targeted resource, only AzureVM and AzureVMSS as target type are currently supported.PacketCaptureResultInner.withTargetType(PacketCaptureTargetType targetType) Set the targetType property: Target type of the resource provided.PacketCaptureResultInner.withTimeLimitInSeconds(Integer timeLimitInSeconds) Set the timeLimitInSeconds property: Maximum duration of the capture session in seconds.PacketCaptureResultInner.withTotalBytesPerSession(Long totalBytesPerSession) Set the totalBytesPerSession property: Maximum size of the capture output. -
Uses of PacketCaptureResultInner in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return types with arguments of type PacketCaptureResultInnerModifier and TypeMethodDescriptionPacketCaptureListResult.value()Get the value property: Information about packet capture sessions.Method parameters in com.azure.resourcemanager.network.models with type arguments of type PacketCaptureResultInnerModifier and TypeMethodDescriptionPacketCaptureListResult.withValue(List<PacketCaptureResultInner> value) Set the value property: Information about packet capture sessions.