Show / Hide Table of Contents

Class ClusterDiagnosticsConfig

Inheritance
System.Object
ClusterDiagnosticsConfig
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.ServiceFabric.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ClusterDiagnosticsConfig

Fields

View Source

BlobEndpoint

The Blob Endpoint of the Storage Account.

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

ProtectedAccountKeyName

The protected diagnostics storage key name, such as StorageAccountKey1.

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

QueueEndpoint

The Queue Endpoint of the Storage Account.

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

StorageAccountName

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

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

TableEndpoint

The Table Endpoint of the Storage Account.

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