Class ClusterDiagnosticsConfigArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ClusterDiagnosticsConfigArgs : ResourceArgs
Constructors
View SourceClusterDiagnosticsConfigArgs()
Declaration
public ClusterDiagnosticsConfigArgs()
Properties
View SourceBlobEndpoint
The Blob Endpoint of the Storage Account.
Declaration
public Input<string> BlobEndpoint { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ProtectedAccountKeyName
The protected diagnostics storage key name, such as StorageAccountKey1.
Declaration
public Input<string> ProtectedAccountKeyName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
QueueEndpoint
The Queue Endpoint of the Storage Account.
Declaration
public Input<string> QueueEndpoint { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
TableEndpoint
The Table Endpoint of the Storage Account.
Declaration
public Input<string> TableEndpoint { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |