次の方法で共有


ContainerSettings.ImageSourceRegistry プロパティ

定義

イメージ ソース レジストリを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="imageSourceRegistry")]
public Microsoft.Azure.Management.BatchAI.Models.ImageSourceRegistry ImageSourceRegistry { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="imageSourceRegistry")>]
member this.ImageSourceRegistry : Microsoft.Azure.Management.BatchAI.Models.ImageSourceRegistry with get, set
Public Property ImageSourceRegistry As ImageSourceRegistry

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

コンテナーをダウンロードする Docker イメージと Docker レジストリに関する情報。

適用対象