StorageAccount.UpdateStages.WithSku Interface

public static interface StorageAccount.UpdateStages.WithSku

The stage of the storage account update allowing to change the sku.

Method Summary

Modifier and Type Method and Description
abstract Update withSku(SkuName skuName)

Deprecated

use WithSku#withSku(StorageAccountSkuType) instead.

Specifies the sku of the storage account.

abstract Update withSku(StorageAccountSkuType sku)

Specifies the sku of the storage account.

Method Details

withSku


public abstract StorageAccount.Update withSku(SkuName skuName)

Deprecated

use WithSku#withSku(StorageAccountSkuType) instead.

Specifies the sku of the storage account.

Parameters:

skuName - the sku

Returns:

the next stage of storage account update

withSku

public abstract StorageAccount.Update withSku(StorageAccountSkuType sku)

Specifies the sku of the storage account.

Parameters:

sku - the sku

Returns:

the next stage of storage account update

Applies to