Condividi tramite


JobCreateParameters.ContainerSettings Proprietà

Definizione

Ottiene o imposta le impostazioni del contenitore.

[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

Valore della proprietà

Attributi
Newtonsoft.Json.JsonPropertyAttribute

Commenti

Impostazioni del contenitore Docker per il processo. Se non specificato, il processo verrà eseguito direttamente nel nodo.

Si applica a