public static interface StorageAccount.UpdateStages.WithSku
| Modifier and Type | Method and Description |
|---|---|
StorageAccount.Update |
withSku(SkuName skuName)
Deprecated.
|
StorageAccount.Update |
withSku(StorageAccountSkuType sku)
Specifies the sku of the storage account.
|
@Deprecated StorageAccount.Update withSku(SkuName skuName)
StorageAccount.DefinitionStages.WithSku.withSku(StorageAccountSkuType) instead.skuName - the sku@Beta(value=V1_5_0) StorageAccount.Update 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.
*/