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 SourceBlobEndpoint
The Blob Endpoint of the Storage Account.
Declaration
public readonly string BlobEndpoint
Field Value
| Type | Description |
|---|---|
| System.String |
ProtectedAccountKeyName
The protected diagnostics storage key name, such as StorageAccountKey1.
Declaration
public readonly string ProtectedAccountKeyName
Field Value
| Type | Description |
|---|---|
| System.String |
QueueEndpoint
The Queue Endpoint of the Storage Account.
Declaration
public readonly string QueueEndpoint
Field Value
| Type | Description |
|---|---|
| System.String |
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 |
TableEndpoint
The Table Endpoint of the Storage Account.
Declaration
public readonly string TableEndpoint
Field Value
| Type | Description |
|---|---|
| System.String |