PremiumPageBlobTier クラス
BLOB を設定するページ BLOB 層を指定します。 これは、Premium Storage アカウントのページ BLOB にのみ適用されます。 PageBlobTier ごとの対応する IOPS と throughtput に関する詳細な情報を確認 https://docs.microsoft.com/en-us/azure/storage/storage-premium-storage#scalability-and-performance-targets してください。
- 継承
-
builtins.objectPremiumPageBlobTier
コンストラクター
PremiumPageBlobTier()
属性
P10
P10 レベル
P10 = 'P10'
P20
P20 レベル
P20 = 'P20'
P30
P30 レベル
P30 = 'P30'
P4
P4 レベル
P4 = 'P4'
P40
P40 レベル
P40 = 'P40'
P50
P50 レベル
P50 = 'P50'
P6
P6 レベル
P6 = 'P6'
P60
P60 レベル
P60 = 'P60'
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python