BatchVmContainerConfiguration Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
BatchVmContainerConfiguration() |
Initialisiert eine neue Instanz der BatchVmContainerConfiguration-Klasse. |
BatchVmContainerConfiguration(BatchVmContainerType) |
Initialisiert eine neue instance von BatchVmContainerConfiguration. |
BatchVmContainerConfiguration()
Initialisiert eine neue Instanz der BatchVmContainerConfiguration-Klasse.
public BatchVmContainerConfiguration ();
Public Sub New ()
Gilt für:
BatchVmContainerConfiguration(BatchVmContainerType)
Initialisiert eine neue instance von 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)
Parameter
- containerType
- BatchVmContainerType
Die zu verwendende Containertechnologie.
Gilt für:
Azure SDK for .NET