Partager via


Sku Constructors

Definition

Overloads

Sku()
Sku(SkuName, Nullable<SkuTier>, String, Nullable<Kind>, IList<String>, IList<SKUCapability>, IList<Restriction>)

Sku()

public Sku ();
Public Sub New ()

Applies to

Sku(SkuName, Nullable<SkuTier>, String, Nullable<Kind>, IList<String>, IList<SKUCapability>, IList<Restriction>)

public Sku (Microsoft.Azure.Management.Storage.Version2017_10_01.Models.SkuName name, Microsoft.Azure.Management.Storage.Version2017_10_01.Models.SkuTier? tier = default, string resourceType = default, Microsoft.Azure.Management.Storage.Version2017_10_01.Models.Kind? kind = default, System.Collections.Generic.IList<string> locations = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Storage.Version2017_10_01.Models.SKUCapability> capabilities = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Storage.Version2017_10_01.Models.Restriction> restrictions = default);
new Microsoft.Azure.Management.Storage.Version2017_10_01.Models.Sku : Microsoft.Azure.Management.Storage.Version2017_10_01.Models.SkuName * Nullable<Microsoft.Azure.Management.Storage.Version2017_10_01.Models.SkuTier> * string * Nullable<Microsoft.Azure.Management.Storage.Version2017_10_01.Models.Kind> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Management.Storage.Version2017_10_01.Models.SKUCapability> * System.Collections.Generic.IList<Microsoft.Azure.Management.Storage.Version2017_10_01.Models.Restriction> -> Microsoft.Azure.Management.Storage.Version2017_10_01.Models.Sku
Public Sub New (name As SkuName, Optional tier As Nullable(Of SkuTier) = Nothing, Optional resourceType As String = Nothing, Optional kind As Nullable(Of Kind) = Nothing, Optional locations As IList(Of String) = Nothing, Optional capabilities As IList(Of SKUCapability) = Nothing, Optional restrictions As IList(Of Restriction) = Nothing)

Parameters

name
SkuName
resourceType
String
kind
Nullable<Kind>
locations
IList<String>
capabilities
IList<SKUCapability>
restrictions
IList<Restriction>

Applies to