public final class PacketCaptureStorageLocation extends Object
| Constructor and Description |
|---|
PacketCaptureStorageLocation() |
| Modifier and Type | Method and Description |
|---|---|
String |
filePath()
Get the filePath property: A valid local path on the targeting VM.
|
String |
storageId()
Get the storageId property: The ID of the storage account to save the packet capture session.
|
String |
storagePath()
Get the storagePath property: The URI of the storage path to save the packet capture.
|
void |
validate()
Validates the instance.
|
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.
|
public String storageId()
public PacketCaptureStorageLocation withStorageId(String storageId)
storageId - the storageId value to set.public String storagePath()
public PacketCaptureStorageLocation withStoragePath(String storagePath)
storagePath - the storagePath value to set.public String filePath()
public PacketCaptureStorageLocation withFilePath(String filePath)
filePath - the filePath value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.