public static interface StorageAccount.DefinitionStages.WithSku
| Modifier and Type | Method and Description |
|---|---|
StorageAccount.DefinitionStages.WithCreate |
withSku(SkuName skuName)
Deprecated.
use
withSku(StorageAccountSkuType) instead |
StorageAccount.DefinitionStages.WithCreate |
withSku(StorageAccountSkuType sku)
Specifies the sku of the storage account.
|
@Deprecated StorageAccount.DefinitionStages.WithCreate withSku(SkuName skuName)
withSku(StorageAccountSkuType) insteadskuName - the sku@Beta(value=V1_5_0) StorageAccount.DefinitionStages.WithCreate withSku(StorageAccountSkuType sku)
sku - the sku/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/