Show / Hide Table of Contents

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 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 readonly string FilePath
Field Value
Type Description
System.String
View Source

StorageAccountId

The ID of the storage account to save the packet capture session

Declaration
public readonly string StorageAccountId
Field Value
Type Description
System.String
View Source

StoragePath

The URI of the storage path to save the packet capture.

Declaration
public readonly string StoragePath
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.