ContainerGroupData Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of ContainerGroupData.
public ContainerGroupData (Azure.Core.AzureLocation location, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ContainerInstance.Models.ContainerInstanceContainer> containers);
new Azure.ResourceManager.ContainerInstance.ContainerGroupData : Azure.Core.AzureLocation * seq<Azure.ResourceManager.ContainerInstance.Models.ContainerInstanceContainer> -> Azure.ResourceManager.ContainerInstance.ContainerGroupData
Public Sub New (location As AzureLocation, containers As IEnumerable(Of ContainerInstanceContainer))
Parameters
- location
- AzureLocation
The location.
- containers
- IEnumerable<ContainerInstanceContainer>
The containers within the container group.
Exceptions
containers
is null.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET