Domain.UpdateStages.WithSku Interface

public static interface Domain.UpdateStages.WithSku

The stage of the Domain update allowing to specify sku.

Method Summary

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

Specifies the sku property: The Sku pricing tier for the domain..

Method Details

withSku

public abstract Domain.Update withSku(ResourceSku sku)

Specifies the sku property: The Sku pricing tier for the domain..

Parameters:

sku - The Sku pricing tier for the domain.

Returns:

the next definition stage.

Applies to