共用方式為


DiagnosticsStorageAccountConfig Constructors

Definition

Overloads

DiagnosticsStorageAccountConfig()

Initializes a new instance of the DiagnosticsStorageAccountConfig class.

DiagnosticsStorageAccountConfig(String, String, String, String, String, String)

Initializes a new instance of the DiagnosticsStorageAccountConfig class.

DiagnosticsStorageAccountConfig()

Initializes a new instance of the DiagnosticsStorageAccountConfig class.

public DiagnosticsStorageAccountConfig ();
Public Sub New ()

Applies to

DiagnosticsStorageAccountConfig(String, String, String, String, String, String)

Initializes a new instance of the DiagnosticsStorageAccountConfig class.

public DiagnosticsStorageAccountConfig (string storageAccountName, string protectedAccountKeyName, string blobEndpoint, string queueEndpoint, string tableEndpoint, string protectedAccountKeyName2 = default);
new Microsoft.Azure.Management.ServiceFabric.Models.DiagnosticsStorageAccountConfig : string * string * string * string * string * string -> Microsoft.Azure.Management.ServiceFabric.Models.DiagnosticsStorageAccountConfig
Public Sub New (storageAccountName As String, protectedAccountKeyName As String, blobEndpoint As String, queueEndpoint As String, tableEndpoint As String, Optional protectedAccountKeyName2 As String = Nothing)

Parameters

storageAccountName
String

The Azure storage account name.

protectedAccountKeyName
String

The protected diagnostics storage key name.

blobEndpoint
String

The blob endpoint of the azure storage account.

queueEndpoint
String

The queue endpoint of the azure storage account.

tableEndpoint
String

The table endpoint of the azure storage account.

protectedAccountKeyName2
String

The secondary protected diagnostics storage key name. If one of the storage account keys is rotated the cluster will fallback to using the other.

Applies to