IntegrationAccount.DefinitionStages.WithSku Interface

public static interface IntegrationAccount.DefinitionStages.WithSku

The stage of the IntegrationAccount definition allowing to specify sku.

Method Summary

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

Specifies the sku property: The sku..

Method Details

withSku

public abstract IntegrationAccount.DefinitionStages.WithCreate withSku(IntegrationAccountSku sku)

Specifies the sku property: The sku..

Parameters:

sku - The sku.

Returns:

the next definition stage.

Applies to