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 중 하나를 지정해야 합니다.

적용 대상