Compartir a través de


ContainerGroup.InitContainers Propiedad

Definición

Obtiene o establece los contenedores de inicialización de un grupo de contenedores.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.initContainers")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerInstance.Models.InitContainerDefinition> InitContainers { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.initContainers")>]
member this.InitContainers : System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerInstance.Models.InitContainerDefinition> with get, set
Public Property InitContainers As IList(Of InitContainerDefinition)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a