Compartilhar via


DiagnosticsStorageAccountConfig Construtores

Definição

Sobrecargas

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

DiagnosticsStorageAccountConfig()

public DiagnosticsStorageAccountConfig ();
Public Sub New ()

Aplica-se a

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)

Parâmetros

storageAccountName
String
protectedAccountKeyName
String
blobEndpoint
String
queueEndpoint
String
tableEndpoint
String

Aplica-se a