ResourceSku 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
ResourceSku() |
Initialise une nouvelle instance de la classe ResourceSku. |
ResourceSku(String, String, String, SkuCapacity, IList<String>, IList<ResourceSkuLocationInfo>, IList<ResourceSkuRestrictions>) |
Initialise une nouvelle instance de la classe ResourceSku. |
ResourceSku()
Initialise une nouvelle instance de la classe ResourceSku.
public ResourceSku ();
Public Sub New ()
S’applique à
ResourceSku(String, String, String, SkuCapacity, IList<String>, IList<ResourceSkuLocationInfo>, IList<ResourceSkuRestrictions>)
Initialise une nouvelle instance de la classe ResourceSku.
public ResourceSku (string resourceType = default, string name = default, string tier = default, Microsoft.Azure.Management.AppPlatform.Models.SkuCapacity capacity = default, System.Collections.Generic.IList<string> locations = default, System.Collections.Generic.IList<Microsoft.Azure.Management.AppPlatform.Models.ResourceSkuLocationInfo> locationInfo = default, System.Collections.Generic.IList<Microsoft.Azure.Management.AppPlatform.Models.ResourceSkuRestrictions> restrictions = default);
new Microsoft.Azure.Management.AppPlatform.Models.ResourceSku : string * string * string * Microsoft.Azure.Management.AppPlatform.Models.SkuCapacity * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Management.AppPlatform.Models.ResourceSkuLocationInfo> * System.Collections.Generic.IList<Microsoft.Azure.Management.AppPlatform.Models.ResourceSkuRestrictions> -> Microsoft.Azure.Management.AppPlatform.Models.ResourceSku
Public Sub New (Optional resourceType As String = Nothing, Optional name As String = Nothing, Optional tier As String = Nothing, Optional capacity As SkuCapacity = Nothing, Optional locations As IList(Of String) = Nothing, Optional locationInfo As IList(Of ResourceSkuLocationInfo) = Nothing, Optional restrictions As IList(Of ResourceSkuRestrictions) = Nothing)
Paramètres
- resourceType
- String
Obtient le type de ressource auquel la référence SKU s’applique.
- name
- String
Obtient le nom de la référence SKU.
- tier
- String
Obtient le niveau de référence SKU.
- capacity
- SkuCapacity
Obtient la capacité de la référence SKU.
- locationInfo
- IList<ResourceSkuLocationInfo>
Obtient la liste des emplacements et des zones de disponibilité dans les emplacements où la référence SKU est disponible.
- restrictions
- IList<ResourceSkuRestrictions>
Obtient les 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