SupportedSku Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
SupportedSku() |
Initialise une nouvelle instance de la classe SupportedSku. |
SupportedSku(String, String, IList<SkuCapability>) |
Initialise une nouvelle instance de la classe SupportedSku. |
SupportedSku()
Initialise une nouvelle instance de la classe SupportedSku.
public SupportedSku ();
Public Sub New ()
S’applique à
SupportedSku(String, String, IList<SkuCapability>)
Initialise une nouvelle instance de la classe SupportedSku.
public SupportedSku (string name = default, string familyName = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Batch.Models.SkuCapability> capabilities = default);
new Microsoft.Azure.Management.Batch.Models.SupportedSku : string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Batch.Models.SkuCapability> -> Microsoft.Azure.Management.Batch.Models.SupportedSku
Public Sub New (Optional name As String = Nothing, Optional familyName As String = Nothing, Optional capabilities As IList(Of SkuCapability) = Nothing)
Paramètres
- name
- String
Nom de la référence SKU.
- familyName
- String
Nom de famille de la référence SKU.
- capabilities
- IList<SkuCapability>
Collection de fonctionnalités prises en charge par cette référence SKU.
S’applique à
Azure SDK for .NET