Partager via


ApplicationDefinition.DefinitionStages.WithSku Interface

public static interface ApplicationDefinition.DefinitionStages.WithSku

The stage of the ApplicationDefinition definition allowing to specify sku.

Method Summary

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

Specifies the sku property: The SKU of the resource..

Method Details

withSku

public abstract ApplicationDefinition.DefinitionStages.WithCreate withSku(Sku sku)

Specifies the sku property: The SKU of the resource..

Parameters:

sku - The SKU of the resource.

Returns:

the next definition stage.

Applies to