Class NetworkPacketCaptureStorageLocationGetArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class NetworkPacketCaptureStorageLocationGetArgs : ResourceArgs
Constructors
View SourceNetworkPacketCaptureStorageLocationGetArgs()
Declaration
public NetworkPacketCaptureStorageLocationGetArgs()
Properties
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 Input<string> FilePath { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
StorageAccountId
The ID of the storage account to save the packet capture session
Declaration
public Input<string> StorageAccountId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
StoragePath
The URI of the storage path to save the packet capture.
Declaration
public Input<string> StoragePath { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |