Partilhar via


JobCreateParameters.ContainerSettings Propriedade

Definição

Obtém ou define as definições de contentor.

[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

Valor de Propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Observações

Definições de contentor do Docker para a tarefa. Se não for fornecido, a tarefa será executada diretamente no nó.

Aplica-se a