Uses of Class
com.azure.resourcemanager.network.models.PacketCaptureStorageLocation
-
Packages that use PacketCaptureStorageLocation Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models 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 PacketCaptureStorageLocation Modifier and Type Method Description PacketCaptureStorageLocationPacketCaptureInner. storageLocation()Get the storageLocation property: The storage location for a packet capture session.PacketCaptureStorageLocationPacketCaptureParameters. storageLocation()Get the storageLocation property: The storage location for a packet capture session.PacketCaptureStorageLocationPacketCaptureResultInner. 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 PacketCaptureStorageLocation Modifier and Type Method Description PacketCaptureInnerPacketCaptureInner. withStorageLocation(PacketCaptureStorageLocation storageLocation)Set the storageLocation property: The storage location for a packet capture session.PacketCaptureParametersPacketCaptureParameters. withStorageLocation(PacketCaptureStorageLocation storageLocation)Set the storageLocation property: The storage location for a packet capture session.PacketCaptureResultInnerPacketCaptureResultInner. withStorageLocation(PacketCaptureStorageLocation storageLocation)Set the storageLocation property: The storage location for a packet capture session.PacketCaptureResultPropertiesPacketCaptureResultProperties. 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 PacketCaptureStorageLocation Modifier and Type Method Description PacketCaptureStorageLocationPacketCapture. storageLocation()PacketCaptureStorageLocationPacketCaptureStorageLocation. withFilePath(String filePath)Set the filePath property: A valid local path on the targeting VM.PacketCaptureStorageLocationPacketCaptureStorageLocation. withStorageId(String storageId)Set the storageId property: The ID of the storage account to save the packet capture session.PacketCaptureStorageLocationPacketCaptureStorageLocation. withStoragePath(String storagePath)Set the storagePath property: The URI of the storage path to save the packet capture.
-