PrivateRegistryCredentials.PasswordSecretReference Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit la référence de secret de mot de passe.
[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
Valeur de propriété
- Attributs
-
Newtonsoft.Json.JsonPropertyAttribute
Remarques
KeyVault Secret stockant le mot de passe. Les utilisateurs peuvent stocker leurs secrets dans Azure KeyVault et les transmettre au service Batch AI pour l’intégrer à KeyVault. L’un des mots de passe ou passwordSecretReference doit être spécifié.
S’applique à
Azure SDK for .NET