Share via


BatchVmContainerConfiguration Constructors

Definition

Overloads

BatchVmContainerConfiguration()

Initializes a new instance of the BatchVmContainerConfiguration class.

BatchVmContainerConfiguration(BatchVmContainerType)

Initializes a new instance of BatchVmContainerConfiguration.

BatchVmContainerConfiguration()

Source:
BatchVmContainerConfiguration.cs
Source:
BatchVmContainerConfiguration.cs

Initializes a new instance of the BatchVmContainerConfiguration class.

public BatchVmContainerConfiguration ();
Public Sub New ()

Applies to

BatchVmContainerConfiguration(BatchVmContainerType)

Source:
BatchVmContainerConfiguration.cs
Source:
BatchVmContainerConfiguration.cs

Initializes a new instance of BatchVmContainerConfiguration.

public BatchVmContainerConfiguration (Azure.ResourceManager.Batch.Models.BatchVmContainerType containerType);
new Azure.ResourceManager.Batch.Models.BatchVmContainerConfiguration : Azure.ResourceManager.Batch.Models.BatchVmContainerType -> Azure.ResourceManager.Batch.Models.BatchVmContainerConfiguration
Public Sub New (containerType As BatchVmContainerType)

Parameters

containerType
BatchVmContainerType

The container technology to be used.

Applies to