ApiManagementSku 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
ApiManagementSku() |
Initialise une nouvelle instance de la classe ApiManagementSku. |
ApiManagementSku(String, String, String, String, String, String, ApiManagementSkuCapacity, IList<String>, IList<ApiManagementSkuLocationInfo>, IList<String>, IList<ApiManagementSkuCosts>, IList<ApiManagementSkuCapabilities>, IList<ApiManagementSkuRestrictions>) |
Initialise une nouvelle instance de la classe ApiManagementSku. |
ApiManagementSku()
Initialise une nouvelle instance de la classe ApiManagementSku.
public ApiManagementSku ();
Public Sub New ()
S’applique à
ApiManagementSku(String, String, String, String, String, String, ApiManagementSkuCapacity, IList<String>, IList<ApiManagementSkuLocationInfo>, IList<String>, IList<ApiManagementSkuCosts>, IList<ApiManagementSkuCapabilities>, IList<ApiManagementSkuRestrictions>)
Initialise une nouvelle instance de la classe ApiManagementSku.
public ApiManagementSku (string resourceType = default, string name = default, string tier = default, string size = default, string family = default, string kind = default, Microsoft.Azure.Management.ApiManagement.Models.ApiManagementSkuCapacity capacity = default, System.Collections.Generic.IList<string> locations = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.ApiManagementSkuLocationInfo> locationInfo = default, System.Collections.Generic.IList<string> apiVersions = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.ApiManagementSkuCosts> costs = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.ApiManagementSkuCapabilities> capabilities = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.ApiManagementSkuRestrictions> restrictions = default);
new Microsoft.Azure.Management.ApiManagement.Models.ApiManagementSku : string * string * string * string * string * string * Microsoft.Azure.Management.ApiManagement.Models.ApiManagementSkuCapacity * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.ApiManagementSkuLocationInfo> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.ApiManagementSkuCosts> * System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.ApiManagementSkuCapabilities> * System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.ApiManagementSkuRestrictions> -> Microsoft.Azure.Management.ApiManagement.Models.ApiManagementSku
Public Sub New (Optional resourceType As String = Nothing, Optional name As String = Nothing, Optional tier As String = Nothing, Optional size As String = Nothing, Optional family As String = Nothing, Optional kind As String = Nothing, Optional capacity As ApiManagementSkuCapacity = Nothing, Optional locations As IList(Of String) = Nothing, Optional locationInfo As IList(Of ApiManagementSkuLocationInfo) = Nothing, Optional apiVersions As IList(Of String) = Nothing, Optional costs As IList(Of ApiManagementSkuCosts) = Nothing, Optional capabilities As IList(Of ApiManagementSkuCapabilities) = Nothing, Optional restrictions As IList(Of ApiManagementSkuRestrictions) = Nothing)
Paramètres
- resourceType
- String
Type de ressource auquel la référence SKU s’applique.
- name
- String
Nom de la référence SKU.
- tier
- String
Spécifie le niveau des machines virtuelles dans un groupe identique.< br /><br /> Valeurs possibles :<br /><br /<>standard br /><br />Basic
- size
- String
Taille de la référence SKU.
- family
- String
Famille de cette référence SKU particulière.
- kind
- String
Type de ressources prises en charge dans cette référence SKU.
- capacity
- ApiManagementSkuCapacity
Spécifie le nombre de machines virtuelles dans le groupe identique.
- locationInfo
- IList<ApiManagementSkuLocationInfo>
Liste des emplacements et zones de disponibilité dans les emplacements où la référence SKU est disponible.
- costs
- IList<ApiManagementSkuCosts>
Métadonnées pour récupérer les informations de prix.
- capabilities
- IList<ApiManagementSkuCapabilities>
Paire de valeur de nom pour décrire la fonctionnalité.
- restrictions
- IList<ApiManagementSkuRestrictions>
Restrictions en raison desquelles la référence SKU ne peut pas être utilisée. Il est vide s’il n’y a aucune restriction.
S’applique à
Azure SDK for .NET