Sdílet prostřednictvím


PrivateRegistryCredentials.PasswordSecretReference Vlastnost

Definice

Získá nebo nastaví odkaz na tajný kód hesla.

[Newtonsoft.Json.JsonProperty(PropertyName="passwordSecretReference")]
public Microsoft.Azure.Management.BatchAI.Models.KeyVaultSecretReference PasswordSecretReference { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="passwordSecretReference")>]
member this.PasswordSecretReference : Microsoft.Azure.Management.BatchAI.Models.KeyVaultSecretReference with get, set
Public Property PasswordSecretReference As KeyVaultSecretReference

Hodnota vlastnosti

Atributy
Newtonsoft.Json.JsonPropertyAttribute

Poznámky

Tajný klíč KeyVault, který ukládá heslo. Uživatelé můžou své tajné kódy ukládat ve službě Azure KeyVault a předávat je službě Batch AI, aby je mohli integrovat se službou KeyVault. Musí být zadáno heslo nebo hesloSecretReference.

Platí pro