次の方法で共有


DiagnosticsStorageAccountConfig コンストラクター

定義

オーバーロード

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

DiagnosticsStorageAccountConfig()

public DiagnosticsStorageAccountConfig ();
Public Sub New ()

適用対象

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

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

パラメーター

storageAccountName
String
protectedAccountKeyName
String
blobEndpoint
String
queueEndpoint
String
tableEndpoint
String

適用対象