DiagnosticsStorageAccountConfig Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
DiagnosticsStorageAccountConfig() | |
DiagnosticsStorageAccountConfig(String, String, String, String, String) |
DiagnosticsStorageAccountConfig()
public DiagnosticsStorageAccountConfig ();
Public Sub New ()
Applies to
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)
Parameters
- storageAccountName
- String
- protectedAccountKeyName
- String
- blobEndpoint
- String
- queueEndpoint
- String
- tableEndpoint
- String
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET