你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
StorageCloudBlobCmdletBase.ValidateBlobTier Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ValidateBlobTier(BlobType, Nullable<PremiumPageBlobTier>) | |
ValidateBlobTier(BlobType, Nullable<PremiumPageBlobTier>, Nullable<Boolean>, Nullable<RehydratePriority>) |
ValidateBlobTier(BlobType, Nullable<PremiumPageBlobTier>)
protected void ValidateBlobTier (Microsoft.WindowsAzure.Storage.Blob.BlobType type, Microsoft.WindowsAzure.Storage.Blob.PremiumPageBlobTier? pageBlobTier);
member this.ValidateBlobTier : Microsoft.WindowsAzure.Storage.Blob.BlobType * Nullable<Microsoft.WindowsAzure.Storage.Blob.PremiumPageBlobTier> -> unit
Protected Sub ValidateBlobTier (type As BlobType, pageBlobTier As Nullable(Of PremiumPageBlobTier))
Parameters
- type
- BlobType
- pageBlobTier
- Nullable<PremiumPageBlobTier>
Applies to
ValidateBlobTier(BlobType, Nullable<PremiumPageBlobTier>, Nullable<Boolean>, Nullable<RehydratePriority>)
protected void ValidateBlobTier (Microsoft.Azure.Storage.Blob.BlobType type, Microsoft.Azure.Storage.Blob.PremiumPageBlobTier? pageBlobTier = default, bool? isBlockBlobAccessTier = default, Microsoft.Azure.Storage.Blob.RehydratePriority? rehydratePriority = default);
member this.ValidateBlobTier : Microsoft.Azure.Storage.Blob.BlobType * Nullable<Microsoft.Azure.Storage.Blob.PremiumPageBlobTier> * Nullable<bool> * Nullable<Microsoft.Azure.Storage.Blob.RehydratePriority> -> unit
Protected Sub ValidateBlobTier (type As BlobType, Optional pageBlobTier As Nullable(Of PremiumPageBlobTier) = Nothing, Optional isBlockBlobAccessTier As Nullable(Of Boolean) = Nothing, Optional rehydratePriority As Nullable(Of RehydratePriority) = Nothing)
Parameters
- type
- BlobType
- pageBlobTier
- Nullable<PremiumPageBlobTier>
- rehydratePriority
- Nullable<RehydratePriority>