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

Sku 构造函数

定义

重载

Sku()

初始化 Sku 类的新实例。

Sku(String, Nullable<SkuTier>)

初始化 Sku 类的新实例。

Sku()

初始化 Sku 类的新实例。

public Sku ();
Public Sub New ()

适用于

Sku(String, Nullable<SkuTier>)

初始化 Sku 类的新实例。

public Sku (string name, Microsoft.Azure.Management.Storage.Models.SkuTier? tier = default);
new Microsoft.Azure.Management.Storage.Models.Sku : string * Nullable<Microsoft.Azure.Management.Storage.Models.SkuTier> -> Microsoft.Azure.Management.Storage.Models.Sku
Public Sub New (name As String, Optional tier As Nullable(Of SkuTier) = Nothing)

参数

name
String

可能的值包括:“Standard_LRS”、“Standard_GRS”、“Standard_RAGRS”、“Standard_ZRS”、“Premium_LRS”、“Premium_ZRS”、“Standard_GZRS”、“Standard_RAGZRS”

tier
Nullable<SkuTier>

可能的值包括:“Standard”、“Premium”

适用于