Freigeben über


ArmBatchModelFactory.BatchSupportedSku Methode

Definition

Initialisiert eine neue instance von BatchSupportedSku.

public static Azure.ResourceManager.Batch.Models.BatchSupportedSku BatchSupportedSku (string name = default, string familyName = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Batch.Models.BatchSkuCapability> capabilities = default);
static member BatchSupportedSku : string * string * seq<Azure.ResourceManager.Batch.Models.BatchSkuCapability> -> Azure.ResourceManager.Batch.Models.BatchSupportedSku
Public Shared Function BatchSupportedSku (Optional name As String = Nothing, Optional familyName As String = Nothing, Optional capabilities As IEnumerable(Of BatchSkuCapability) = Nothing) As BatchSupportedSku

Parameter

name
String

Der Name der SKU.

familyName
String

Der Familienname der SKU.

capabilities
IEnumerable<BatchSkuCapability>

Eine Sammlung von Funktionen, die von dieser SKU unterstützt werden.

Gibt zurück

Eine neue BatchSupportedSku instance zum Simulieren.

Gilt für: