Freigeben über


BatchCloudServiceConfiguration(String) Konstruktor

Definition

Initialisiert eine neue instance von BatchCloudServiceConfiguration.

public BatchCloudServiceConfiguration (string osFamily);
new Azure.ResourceManager.Batch.Models.BatchCloudServiceConfiguration : string -> Azure.ResourceManager.Batch.Models.BatchCloudServiceConfiguration
Public Sub New (osFamily As String)

Parameter

osFamily
String

Mögliche Werte sind: 2 – Betriebssystemfamilie 2, entspricht Windows Server 2008 R2 SP1. 3 : Betriebssystemfamilie 3, entspricht Windows Server 2012. 4 : Betriebssystemfamilie 4, entspricht Windows Server 2012 R2. 5 : Betriebssystemfamilie 5, entspricht Windows Server 2016. 6 : Betriebssystemfamilie 6, entspricht Windows Server 2019. Weitere Informationen finden Sie unter Azure-Gastbetriebssystemversionen (https://azure.microsoft.com/documentation/articles/cloud-services-guestos-update-matrix/#releases).

Ausnahmen

osFamily ist NULL.

Gilt für: