Show / Hide Table of Contents

Class NetworkPacketCaptureStorageLocationGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
NetworkPacketCaptureStorageLocationGetArgs
Inherited Members
ResourceArgs.Empty
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 Source

NetworkPacketCaptureStorageLocationGetArgs()

Declaration
public NetworkPacketCaptureStorageLocationGetArgs()

Properties

View Source

FilePath

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>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.