SkuInformation 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
SkuInformation() |
Initialise une nouvelle instance de la classe SkuInformation. |
SkuInformation(String, Nullable<SkuTier>, String, String, IList<String>, IList<SKUCapability>, IList<Restriction>) |
Initialise une nouvelle instance de la classe SkuInformation. |
SkuInformation()
Initialise une nouvelle instance de la classe SkuInformation.
public SkuInformation ();
Public Sub New ()
S’applique à
SkuInformation(String, Nullable<SkuTier>, String, String, IList<String>, IList<SKUCapability>, IList<Restriction>)
Initialise une nouvelle instance de la classe SkuInformation.
public SkuInformation (string name, Microsoft.Azure.Management.Storage.Models.SkuTier? tier = default, string resourceType = default, string kind = default, System.Collections.Generic.IList<string> locations = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Storage.Models.SKUCapability> capabilities = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Storage.Models.Restriction> restrictions = default);
new Microsoft.Azure.Management.Storage.Models.SkuInformation : string * Nullable<Microsoft.Azure.Management.Storage.Models.SkuTier> * string * string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Management.Storage.Models.SKUCapability> * System.Collections.Generic.IList<Microsoft.Azure.Management.Storage.Models.Restriction> -> Microsoft.Azure.Management.Storage.Models.SkuInformation
Public Sub New (name As String, Optional tier As Nullable(Of SkuTier) = Nothing, Optional resourceType As String = Nothing, Optional kind As String = Nothing, Optional locations As IList(Of String) = Nothing, Optional capabilities As IList(Of SKUCapability) = Nothing, Optional restrictions As IList(Of Restriction) = Nothing)
Paramètres
- name
- String
Les valeurs possibles sont « Standard_LRS », « Standard_GRS », « Standard_RAGRS », « Standard_ZRS », « Premium_LRS », « Premium_ZRS », « Standard_GZRS », « Standard_RAGZRS »
- resourceType
- String
Type de la ressource, généralement « storageAccounts ».
- kind
- String
Indique le type de compte de stockage. Les valeurs possibles sont les suivantes : « Storage », « StorageV2 », « BlobStorage », « FileStorage », « BlockBlobStorage »
Ensemble d’emplacements où la référence SKU est disponible. Ces régions géographiques Azure seront prises en charge et inscrites (par exemple, USA Ouest, USA Est, Asie Sud-Est, etc.).
- capabilities
- IList<SKUCapability>
Informations de capacité dans la référence SKU spécifiée, y compris le chiffrement de fichiers, les listes de contrôle d’accès réseau, la notification de modification, etc.
- restrictions
- IList<Restriction>
Restrictions en raison desquelles la référence SKU ne peut pas être utilisée. Ce champ est vide s’il n’y a aucune restriction.
S’applique à
Azure SDK for .NET