Class PacketCaptureStorageLocation
Inheritance
System.Object
PacketCaptureStorageLocation
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Network.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class PacketCaptureStorageLocation
Fields
View SourceFilePath
A valid local path on the targeting VM. Must include the name of the capture file (*.cap). For linux virtual machine it must start with /var/captures.
Declaration
public readonly string FilePath
Field Value
| Type | Description |
|---|---|
| System.String |
StorageAccountId
The ID of the storage account to save the packet capture session
Declaration
public readonly string StorageAccountId
Field Value
| Type | Description |
|---|---|
| System.String |
StoragePath
The URI of the storage path to save the packet capture.
Declaration
public readonly string StoragePath
Field Value
| Type | Description |
|---|---|
| System.String |