Sku 類別
儲存體帳戶的 SKU。
變數只會由伺服器填入,而且會在傳送要求時予以忽略。
必須填入所有必要的參數,才能傳送至 Azure。
- 繼承
-
azure.mgmt.storage._serialization.ModelSku
建構函式
Sku(*, name: str | _models.SkuName, restrictions: List[_models.Restriction] | None = None, **kwargs)
變數
取得或設定 SKU 名稱。 建立帳戶時需要;選擇性更新。 請注意,在舊版中,SKU 名稱稱為 accountType。 必要。 已知值為:「Standard_LRS」、「Standard_GRS」、「Standard_RAGRS」、「Standard_ZRS」、「Premium_LRS」、「Premium_ZRS」、「Standard_GZRS」 和 「Standard_RAGZRS」。
- resource_type
- str
資源的類型,通常是 'storageAccounts'。
指出儲存體帳戶的類型。 已知值為:「Storage」、「StorageV2」、「BlobStorage」、「FileStorage」 和 「BlockBlobStorage」。
- capabilities
- list[SKUCapability]
指定 SKU 中的功能資訊,包括檔案加密、網路 ACL、變更通知等。
- restrictions
- list[Restriction]
因為無法使用 SKU 的限制。 如果沒有限制,則這是空的。