Partage via


Server.UpdateStages.WithSku Interface

public static interface Server.UpdateStages.WithSku

The stage of the Server update allowing to specify sku.

Method Summary

Modifier and Type Method and Description
abstract Update withSku(Sku sku)

Specifies the sku property: The SKU (pricing tier) of the server..

Method Details

withSku

public abstract Server.Update withSku(Sku sku)

Specifies the sku property: The SKU (pricing tier) of the server..

Parameters:

sku - The SKU (pricing tier) of the server.

Returns:

the next definition stage.

Applies to