@Beta(value=V1_5_0)
public interface StorageSku
extends com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.storage.implementation.SkuInformationInner>
| Modifier and Type | Method and Description |
|---|---|
List<SKUCapability> |
capabilities() |
SkuName |
name() |
List<com.microsoft.azure.management.resources.fluentcore.arm.Region> |
regions() |
StorageResourceType |
resourceType() |
List<Restriction> |
restrictions() |
Kind |
storageAccountKind() |
StorageAccountSkuType |
storageAccountSku() |
SkuTier |
tier() |
SkuName name()
SkuTier tier()
StorageResourceType resourceType()
List<com.microsoft.azure.management.resources.fluentcore.arm.Region> regions()
List<SKUCapability> capabilities()
List<Restriction> restrictions()
Kind storageAccountKind()
StorageAccountSkuType storageAccountSku()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/