| 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.
|
| Modifier and Type | Method and Description |
|---|---|
PacketCaptureStorageLocation |
PacketCaptureInner.storageLocation()
Get the storageLocation property: The storage location for a packet capture session.
|
PacketCaptureStorageLocation |
PacketCaptureResultInner.storageLocation()
Get the storageLocation property: The storage location for a packet capture session.
|
| Modifier and Type | Method and Description |
|---|---|
PacketCaptureInner |
PacketCaptureInner.withStorageLocation(PacketCaptureStorageLocation storageLocation)
Set the storageLocation property: The storage location for a packet capture session.
|
PacketCaptureResultInner |
PacketCaptureResultInner.withStorageLocation(PacketCaptureStorageLocation storageLocation)
Set the storageLocation property: The storage location for a packet capture session.
|
| Modifier and Type | Method and Description |
|---|---|
PacketCaptureStorageLocation |
PacketCaptureParameters.storageLocation()
Get the storageLocation property: The storage location for a packet capture session.
|
PacketCaptureStorageLocation |
PacketCapture.storageLocation() |
PacketCaptureStorageLocation |
PacketCaptureStorageLocation.withFilePath(String filePath)
Set the filePath property: A valid local path on the targeting VM.
|
PacketCaptureStorageLocation |
PacketCaptureStorageLocation.withStorageId(String storageId)
Set the storageId property: The ID of the storage account to save the packet capture session.
|
PacketCaptureStorageLocation |
PacketCaptureStorageLocation.withStoragePath(String storagePath)
Set the storagePath property: The URI of the storage path to save the packet capture.
|
| Modifier and Type | Method and Description |
|---|---|
PacketCaptureParameters |
PacketCaptureParameters.withStorageLocation(PacketCaptureStorageLocation storageLocation)
Set the storageLocation property: The storage location for a packet capture session.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.