Partilhar via


ContainerGroupData Construtor

Definição

Inicializa uma nova instância de ContainerGroupData.

public ContainerGroupData (Azure.Core.AzureLocation location, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ContainerInstance.Models.ContainerInstanceContainer> containers, Azure.ResourceManager.ContainerInstance.Models.ContainerInstanceOperatingSystemType osType);
new Azure.ResourceManager.ContainerInstance.ContainerGroupData : Azure.Core.AzureLocation * seq<Azure.ResourceManager.ContainerInstance.Models.ContainerInstanceContainer> * Azure.ResourceManager.ContainerInstance.Models.ContainerInstanceOperatingSystemType -> Azure.ResourceManager.ContainerInstance.ContainerGroupData
Public Sub New (location As AzureLocation, containers As IEnumerable(Of ContainerInstanceContainer), osType As ContainerInstanceOperatingSystemType)

Parâmetros

location
AzureLocation

O local.

containers
IEnumerable<ContainerInstanceContainer>

Os contêineres dentro do grupo de contêineres.

osType
ContainerInstanceOperatingSystemType

O tipo de sistema operacional exigido pelos contêineres do grupo.

Exceções

containers é nulo.

Aplica-se a