次の方法で共有


RegistryPassword.Name プロパティ

定義

パスワード名を取得または設定します。 使用できる値は、'password'、'password2' です。

[Newtonsoft.Json.JsonProperty(PropertyName="name")]
public Microsoft.Azure.Management.ContainerRegistry.Models.PasswordName? Name { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="name")>]
member this.Name : Nullable<Microsoft.Azure.Management.ContainerRegistry.Models.PasswordName> with get, set
Public Property Name As Nullable(Of PasswordName)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象