ContainerGroupInner.ImageRegistryCredentials プロパティ

定義

コンテナー グループの作成元となるイメージ レジストリ資格情報を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.imageRegistryCredentials")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerInstance.Fluent.Models.ImageRegistryCredential> ImageRegistryCredentials { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.imageRegistryCredentials")>]
member this.ImageRegistryCredentials : System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerInstance.Fluent.Models.ImageRegistryCredential> with get, set
Public Property ImageRegistryCredentials As IList(Of ImageRegistryCredential)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象