共用方式為


Job.ContainerSettings 屬性

定義

如果提供作業將會在指定的容器中執行,則取得或設定 。

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

備註

如果容器已下載為叢集設定的一部分,則會使用相同的容器映射。 如果未提供,作業將會在 VM 上執行。

適用於