SkuRestriction 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
SkuRestriction() |
Initialise une nouvelle instance de la classe SkuRestriction. |
SkuRestriction(String, IList<String>, String) |
Initialise une nouvelle instance de la classe SkuRestriction. |
SkuRestriction()
Initialise une nouvelle instance de la classe SkuRestriction.
public SkuRestriction ();
Public Sub New ()
S’applique à
SkuRestriction(String, IList<String>, String)
Initialise une nouvelle instance de la classe SkuRestriction.
public SkuRestriction (string type = default, System.Collections.Generic.IList<string> values = default, string reasonCode = default);
new Microsoft.Azure.Management.Reservations.Models.SkuRestriction : string * System.Collections.Generic.IList<string> * string -> Microsoft.Azure.Management.Reservations.Models.SkuRestriction
Public Sub New (Optional type As String = Nothing, Optional values As IList(Of String) = Nothing, Optional reasonCode As String = Nothing)
Paramètres
- type
- String
Type de restrictions.
Valeur des restrictions. Si le type de restriction est défini sur location. Il s’agit d’emplacements différents où la référence SKU est restreinte.
- reasonCode
- String
Motif de la restriction.
S’applique à
Azure SDK for .NET