你当前正在访问 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.

StandardV2Lrs 8

StandardV2_LRS.

StandardV2Grs 9

StandardV2_GRS.

StandardV2Zrs 10

StandardV2_ZRS.

StandardV2Gzrs 11

StandardV2_GZRS.

PremiumV2Lrs 12

PremiumV2_LRS.

PremiumV2Zrs 13

PremiumV2_ZRS.

Applies to