你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PrivateRegistryCredentials.PasswordSecretReference 属性

定义

获取或设置密码机密引用。

[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

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

注解

存储密码的 KeyVault 机密。 用户可以将其机密存储在 Azure KeyVault 中,并将其传递给 Batch AI 服务以与 KeyVault 集成。 必须指定 password 或 passwordSecretReference 之一。

适用于