IStorageSku Interface
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.
Type representing sku for an Azure storage resource.
public interface IStorageSku : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Storage.Fluent.Models.SkuInner>
type IStorageSku = interface
interface IBeta
interface IHasInner<SkuInner>
Public Interface IStorageSku
Implements IBeta, IHasInner(Of SkuInner)
- Implements
Properties
Capabilities |
Gets the capability information in the specified sku. |
Inner | (Inherited from IHasInner<T>) |
Name |
Gets the sku name. |
Regions |
Gets the regions that the sku is available. |
ResourceType |
Gets the storage resource type that the sku describes. |
Restrictions |
Gets restrictions because of which sku cannot be used. |
StorageAccountKind |
Gets the storage account kind if the sku describes a storage account resource. |
StorageAccountSku |
Gets the storage account sku type if the sku describes a storage account resource. |
Tier |
Gets the sku tier. |
Applies to
Azure SDK for .NET