Uses of Class
com.azure.resourcemanager.network.models.PacketCaptureStorageLocation
Packages that use PacketCaptureStorageLocation
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of PacketCaptureStorageLocation in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return PacketCaptureStorageLocationModifier and TypeMethodDescriptionPacketCaptureInner.storageLocation()Get the storageLocation property: The storage location for a packet capture session.PacketCaptureParameters.storageLocation()Get the storageLocation property: The storage location for a packet capture session.PacketCaptureResultInner.storageLocation()Get the storageLocation property: The storage location for a packet capture session.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type PacketCaptureStorageLocationModifier and TypeMethodDescriptionPacketCaptureInner.withStorageLocation(PacketCaptureStorageLocation storageLocation) Set the storageLocation property: The storage location for a packet capture session.PacketCaptureParameters.withStorageLocation(PacketCaptureStorageLocation storageLocation) Set the storageLocation property: The storage location for a packet capture session.PacketCaptureResultInner.withStorageLocation(PacketCaptureStorageLocation storageLocation) Set the storageLocation property: The storage location for a packet capture session.PacketCaptureResultProperties.withStorageLocation(PacketCaptureStorageLocation storageLocation) Set the storageLocation property: The storage location for a packet capture session. -
Uses of PacketCaptureStorageLocation in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return PacketCaptureStorageLocationModifier and TypeMethodDescriptionPacketCapture.storageLocation()PacketCaptureStorageLocation.withFilePath(String filePath) Set the filePath property: A valid local path on the targeting VM.PacketCaptureStorageLocation.withStorageId(String storageId) Set the storageId property: The ID of the storage account to save the packet capture session.PacketCaptureStorageLocation.withStoragePath(String storagePath) Set the storagePath property: The URI of the storage path to save the packet capture.