Bagikan melalui


ContainerSettings.ImageSourceRegistry Property

Definition

Gets or sets image source registry.

[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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

Information about docker image and docker registry to download the container from.

Applies to