共用方式為


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 整合。 必須指定其中一個密碼或 passwordSecretReference。

適用於