次の方法で共有


SkuInformation クラス

ストレージ SKU とそのプロパティ。

変数はサーバーによってのみ設定され、要求の送信時には無視されます。

Azure に送信するには、必要なすべてのパラメーターを設定する必要があります。

継承
azure.mgmt.storage._serialization.Model
SkuInformation

コンストラクター

SkuInformation(*, name: str | _models.SkuName, restrictions: List[_models.Restriction] | None = None, **kwargs: Any)

Keyword-Only パラメータ

名前 説明
name
str または SkuName

SKU 名。 アカウントの作成に必要です。更新の場合は省略可能です。 古いバージョンでは、SKU 名は accountType と呼ばれることに注意してください。 必須です。 既知の値は、"Standard_LRS"、"Standard_GRS"、"Standard_RAGRS"、"Standard_ZRS"、"Premium_LRS"、"Premium_ZRS"、"Standard_GZRS"、および "Standard_RAGZRS" です。

restrictions

SKU を使用できないための制限。 制限がない場合、これは空です。

変数

名前 説明
name
str または SkuName

SKU 名。 アカウントの作成に必要です。更新の場合は省略可能です。 古いバージョンでは、SKU 名は accountType と呼ばれることに注意してください。 必須です。 既知の値は、"Standard_LRS"、"Standard_GRS"、"Standard_RAGRS"、"Standard_ZRS"、"Premium_LRS"、"Premium_ZRS"、"Standard_GZRS"、および "Standard_RAGZRS" です。

tier
str または SkuTier

SKU レベル。 これは SKU 名に基づいています。 既知の値は、"Standard" と "Premium" です。

resource_type
str

リソースの種類です。通常は 'storageAccounts' です。

kind
str または Kind

ストレージ アカウントの種類を示します。 既知の値は、"Storage"、"StorageV2"、"BlobStorage"、"FileStorage"、および "BlockBlobStorage" です。

locations

SKU が使用可能な場所のセット。 これは、Azure Geo リージョン (米国西部、米国東部、東南アジアなど) でサポートおよび登録されます。

capabilities

ファイル暗号化、ネットワーク ACL、変更通知など、指定された SKU の機能情報。

restrictions

SKU を使用できないための制限。 制限がない場合、これは空です。