Sdílet prostřednictvím


AzureStorageCredentialsInfo Konstruktory

Definice

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