PublicIPPrefix.DefinitionStages.WithSku Interface

public static interface PublicIPPrefix.DefinitionStages.WithSku

The stage of the publicipprefix definition allowing to specify Sku.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withSku(PublicIPPrefixSku sku)

Specifies sku.

Method Details

withSku

public abstract PublicIPPrefix.DefinitionStages.WithCreate withSku(PublicIPPrefixSku sku)

Specifies sku.

Parameters:

sku - The public IP prefix SKU

Returns:

the next definition stage

Applies to