| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
PacketCaptureStorageLocation |
PacketCapture.storageLocation() |
PacketCaptureStorageLocation |
PacketCaptureParameters.storageLocation()
Get the storage location for a packet capture session.
|
PacketCaptureStorageLocation |
PacketCaptureStorageLocation.withFilePath(String filePath)
Set a valid local path on the targeting VM.
|
PacketCaptureStorageLocation |
PacketCaptureStorageLocation.withStorageId(String storageId)
Set the ID of the storage account to save the packet capture session.
|
PacketCaptureStorageLocation |
PacketCaptureStorageLocation.withStoragePath(String storagePath)
Set the URI of the storage path to save the packet capture.
|
| Modifier and Type | Method and Description |
|---|---|
PacketCaptureParameters |
PacketCaptureParameters.withStorageLocation(PacketCaptureStorageLocation storageLocation)
Set the storage location for a packet capture session.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/