你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SkuInner 构造函数

定义

重载

SkuInner()

初始化 SkuInner 类的新实例。

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

初始化 SkuInner 类的新实例。

SkuInner()

初始化 SkuInner 类的新实例。

public SkuInner ();
Public Sub New ()

适用于

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

初始化 SkuInner 类的新实例。

public SkuInner (Microsoft.Azure.Management.Storage.Fluent.Models.SkuName name, Microsoft.Azure.Management.Storage.Fluent.Models.SkuTier? tier = default, string resourceType = default, Microsoft.Azure.Management.Storage.Fluent.Models.Kind? kind = default, System.Collections.Generic.IList<string> locations = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Storage.Fluent.Models.SKUCapability> capabilities = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Storage.Fluent.Models.Restriction> restrictions = default);
new Microsoft.Azure.Management.Storage.Fluent.Models.SkuInner : Microsoft.Azure.Management.Storage.Fluent.Models.SkuName * Nullable<Microsoft.Azure.Management.Storage.Fluent.Models.SkuTier> * string * Nullable<Microsoft.Azure.Management.Storage.Fluent.Models.Kind> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Management.Storage.Fluent.Models.SKUCapability> * System.Collections.Generic.IList<Microsoft.Azure.Management.Storage.Fluent.Models.Restriction> -> Microsoft.Azure.Management.Storage.Fluent.Models.SkuInner
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)

参数

name
SkuName

获取或设置 SKU 名称。 创建帐户时需要;可选,用于更新。 请注意,在旧版本中,SKU 名称称为 accountType。 可能的值包括:“Standard_LRS”、“Standard_GRS”、“Standard_RAGRS”、“Standard_ZRS”、“Premium_LRS”、“Premium_ZRS”

tier
Nullable<SkuTier>

获取 SKU 层。 这基于 SKU 名称。 可能的值包括:“Standard”、“Premium”

resourceType
String

资源的类型,通常为“storageAccounts”。

kind
Nullable<Kind>

指示存储帐户的类型。 可能的值包括:“Storage”、“StorageV2”、“BlobStorage”、“FileStorage”、“BlockBlobStorage”

locations
IList<String>

SKU 可用的位置集。 azure 地理区域 ((例如美国西部、美国东部、东南亚等) )将受到支持和注册。

capabilities
IList<SKUCapability>

指定 SKU 中的功能信息,包括文件加密、网络 ACL、更改通知等。

restrictions
IList<Restriction>

由于 SKU 无法使用的限制。 如果没有限制,则为空。

适用于