次の方法で共有


Credentials.CustomRegistries プロパティ

定義

他のカスタム レジストリにアクセスするための資格情報パラメーターを取得または設定します。 ディクショナリ項目のキーはレジストリ ログイン サーバー (myregistry.azurecr.io) であり、項目の値はレジストリにアクセスするためのレジストリ資格情報になります。

[Newtonsoft.Json.JsonProperty(PropertyName="customRegistries")]
public System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.ContainerRegistry.Models.CustomRegistryCredentials> CustomRegistries { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="customRegistries")>]
member this.CustomRegistries : System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.ContainerRegistry.Models.CustomRegistryCredentials> with get, set
Public Property CustomRegistries As IDictionary(Of String, CustomRegistryCredentials)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象