ResourceModelWithAllowedPropertySetSku 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
ResourceModelWithAllowedPropertySetSku() |
Initialise une nouvelle instance de la classe ResourceModelWithAllowedPropertySetSku. |
ResourceModelWithAllowedPropertySetSku(String, Nullable<SkuTier>, String, String, Nullable<Int32>) |
Initialise une nouvelle instance de la classe ResourceModelWithAllowedPropertySetSku. |
ResourceModelWithAllowedPropertySetSku()
Initialise une nouvelle instance de la classe ResourceModelWithAllowedPropertySetSku.
public ResourceModelWithAllowedPropertySetSku ();
Public Sub New ()
S’applique à
ResourceModelWithAllowedPropertySetSku(String, Nullable<SkuTier>, String, String, Nullable<Int32>)
Initialise une nouvelle instance de la classe ResourceModelWithAllowedPropertySetSku.
public ResourceModelWithAllowedPropertySetSku (string name, Microsoft.Azure.Management.KubernetesConfiguration.Models.SkuTier? tier = default, string size = default, string family = default, int? capacity = default);
new Microsoft.Azure.Management.KubernetesConfiguration.Models.ResourceModelWithAllowedPropertySetSku : string * Nullable<Microsoft.Azure.Management.KubernetesConfiguration.Models.SkuTier> * string * string * Nullable<int> -> Microsoft.Azure.Management.KubernetesConfiguration.Models.ResourceModelWithAllowedPropertySetSku
Public Sub New (name As String, Optional tier As Nullable(Of SkuTier) = Nothing, Optional size As String = Nothing, Optional family As String = Nothing, Optional capacity As Nullable(Of Integer) = Nothing)
Paramètres
- name
- String
Nom de la référence SKU. Ex - P3. Il s’agit généralement d’un code lettre+nombre
Ce champ doit être implémenté par le fournisseur de ressources si le service a plusieurs niveaux, mais n’est pas obligatoire sur un PUT. Les valeurs possibles sont les suivantes : 'Free', 'Basic', 'Standard', 'Premium'
- size
- String
Taille de la référence SKU. Lorsque le champ de nom est la combinaison du niveau et d’une autre valeur, il s’agit du code autonome.
- family
- String
Si le service a différentes générations de matériel, pour la même référence SKU, cela peut être capturé ici.
Si la référence SKU prend en charge le scale-out/in, l’entier de capacité doit être inclus. Si le scale-out/in n’est pas possible pour la ressource, cela peut être omis.
S’applique à
Azure SDK for .NET