Domain.DefinitionStages.WithSku Interface

public static interface Domain.DefinitionStages.WithSku

The stage of the Domain definition allowing to specify sku.

Method Summary

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

Specifies the sku property: The Sku pricing tier for the Event Grid Domain resource..

Method Details

withSku

public abstract Domain.DefinitionStages.WithCreate withSku(ResourceSku sku)

Specifies the sku property: The Sku pricing tier for the Event Grid Domain resource..

Parameters:

sku - The Sku pricing tier for the Event Grid Domain resource.

Returns:

the next definition stage.

Applies to