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

StorageSkuName Enum

Definition

The SKU name. Required for account creation; optional for update. Note that in older versions, SKU name was called accountType.

public enum StorageSkuName
type StorageSkuName = 
Public Enum StorageSkuName
Inheritance
StorageSkuName

Fields

Name Value Description
StandardLrs 0

Standard_LRS.

StandardGrs 1

Standard_GRS.

StandardRagrs 2

Standard_RAGRS.

StandardZrs 3

Standard_ZRS.

PremiumLrs 4

Premium_LRS.

PremiumZrs 5

Premium_ZRS.

StandardGzrs 6

Standard_GZRS.

StandardRagzrs 7

Standard_RAGZRS.

Applies to