AzureStorageCredentialsInfo Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
AzureStorageCredentialsInfo() |
Inicializuje novou instanci třídy AzureStorageCredentialsInfo. |
AzureStorageCredentialsInfo(String, KeyVaultSecretReference) |
Inicializuje novou instanci třídy AzureStorageCredentialsInfo. |
AzureStorageCredentialsInfo()
Inicializuje novou instanci třídy AzureStorageCredentialsInfo.
public AzureStorageCredentialsInfo();
Public Sub New ()
Platí pro
AzureStorageCredentialsInfo(String, KeyVaultSecretReference)
Inicializuje novou instanci třídy AzureStorageCredentialsInfo.
public AzureStorageCredentialsInfo(string accountKey = default, Microsoft.Azure.Management.BatchAI.Models.KeyVaultSecretReference accountKeySecretReference = default);
new Microsoft.Azure.Management.BatchAI.Models.AzureStorageCredentialsInfo : string * Microsoft.Azure.Management.BatchAI.Models.KeyVaultSecretReference -> Microsoft.Azure.Management.BatchAI.Models.AzureStorageCredentialsInfo
Public Sub New (Optional accountKey As String = Nothing, Optional accountKeySecretReference As KeyVaultSecretReference = Nothing)
Parametry
- accountKey
- String
Klíč účtu.
- accountKeySecretReference
- KeyVaultSecretReference
Referenční informace o tajném kódu klíče účtu
Platí pro
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