Share via


PrivateRegistryCredentials.PasswordSecretReference Property

Definition

Gets or sets password secret reference.

[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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

KeyVault Secret storing the password. Users can store their secrets in Azure KeyVault and pass it to the Batch AI service to integrate with KeyVault. One of password or passwordSecretReference must be specified.

Applies to