PublicIPAddress.DefinitionStages.WithSku Interface

public static interface PublicIPAddress.DefinitionStages.WithSku

The stage of the IP address definition allowing to specify SKU.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withSku(PublicIPSkuType skuType)

Specifies the SKU for the IP address.

Method Details

withSku

public abstract PublicIPAddress.DefinitionStages.WithCreate withSku(PublicIPSkuType skuType)

Specifies the SKU for the IP address.

Parameters:

skuType - the SKU type

Returns:

the next stage of the definition

Applies to