Show / Hide Table of Contents

Class ClusterDiagnosticsConfigArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ClusterDiagnosticsConfigArgs
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.ServiceFabric.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ClusterDiagnosticsConfigArgs : ResourceArgs

Constructors

View Source

ClusterDiagnosticsConfigArgs()

Declaration
public ClusterDiagnosticsConfigArgs()

Properties

View Source

BlobEndpoint

The Blob Endpoint of the Storage Account.

Declaration
public Input<string> BlobEndpoint { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ProtectedAccountKeyName

The protected diagnostics storage key name, such as StorageAccountKey1.

Declaration
public Input<string> ProtectedAccountKeyName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

QueueEndpoint

The Queue Endpoint of the Storage Account.

Declaration
public Input<string> QueueEndpoint { get; set; }
Property Value
Type Description
Input<System.String>
View Source

StorageAccountName

The name of the Storage Account where the Diagnostics should be sent to.

Declaration
public Input<string> StorageAccountName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

TableEndpoint

The Table Endpoint of the Storage Account.

Declaration
public Input<string> TableEndpoint { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.