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 TypeMethodDescriptionstatic PacketCaptureStorageLocationPacketCaptureStorageLocation.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PacketCaptureStorageLocation from the JsonReader.PacketCapture.storageLocation()Gets the storageLocation value.PacketCaptureStorageLocation.withFilePath(String filePath) Set the filePath property: This path is invalid if 'Continuous Capture' is provided with 'true' or 'false'.PacketCaptureStorageLocation.withLocalPath(String localPath) Set the localPath property: This path is valid if 'Continuous Capture' is provided with 'true' or 'false' and required if no storage ID is provided, otherwise optional.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.