Uses of Class
com.azure.resourcemanager.network.fluent.models.PacketCaptureInner
Packages that use PacketCaptureInner
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the inner data models for NetworkManagementClient.
-
Uses of PacketCaptureInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent with parameters of type PacketCaptureInnerModifier 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, 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.PacketCapturesClient.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.createAsync(String resourceGroupName, String networkWatcherName, String packetCaptureName, PacketCaptureInner parameters) Create and start a packet capture on the specified VM.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> PacketCapturesClient.createWithResponseAsync(String resourceGroupName, String networkWatcherName, String packetCaptureName, PacketCaptureInner parameters) Create and start a packet capture on the specified VM. -
Uses of PacketCaptureInner in com.azure.resourcemanager.network.fluent.models
Classes in com.azure.resourcemanager.network.fluent.models that implement interfaces with type arguments of type PacketCaptureInnerModifier and TypeClassDescriptionfinal classParameters that define the create packet capture operation.Methods in com.azure.resourcemanager.network.fluent.models that return PacketCaptureInnerModifier and TypeMethodDescriptionstatic PacketCaptureInnerPacketCaptureInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PacketCaptureInner from the JsonReader.PacketCaptureInner.withBytesToCapturePerPacket(Long bytesToCapturePerPacket) Set the bytesToCapturePerPacket property: Number of bytes captured per packet, the remaining bytes are truncated.PacketCaptureInner.withCaptureSettings(PacketCaptureSettings captureSettings) Set the captureSettings property: The capture setting holds the 'FileCount', 'FileSizeInBytes', 'SessionTimeLimitInSeconds' values.PacketCaptureInner.withContinuousCapture(Boolean continuousCapture) Set the continuousCapture property: This continuous capture is a nullable boolean, which can hold 'null', 'true' or 'false' value.PacketCaptureInner.withFilters(List<PacketCaptureFilter> filters) Set the filters property: A list of packet capture filters.PacketCaptureInner.withScope(PacketCaptureMachineScope scope) Set the scope property: A list of AzureVMSS instances which can be included or excluded to run packet capture.PacketCaptureInner.withStorageLocation(PacketCaptureStorageLocation storageLocation) Set the storageLocation property: The storage location for a packet capture session.PacketCaptureInner.withTarget(String target) Set the target property: The ID of the targeted resource, only AzureVM and AzureVMSS as target type are currently supported.PacketCaptureInner.withTargetType(PacketCaptureTargetType targetType) Set the targetType property: Target type of the resource provided.PacketCaptureInner.withTimeLimitInSeconds(Integer timeLimitInSeconds) Set the timeLimitInSeconds property: Maximum duration of the capture session in seconds.PacketCaptureInner.withTotalBytesPerSession(Long totalBytesPerSession) Set the totalBytesPerSession property: Maximum size of the capture output.