RemoteRenderingAccount.DefinitionStages.WithKind Interface

public static interface RemoteRenderingAccount.DefinitionStages.WithKind

The stage of the RemoteRenderingAccount definition allowing to specify kind.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withKind(Sku kind)

Specifies the kind property: The kind of account, if supported.

Method Details

withKind

public abstract RemoteRenderingAccount.DefinitionStages.WithCreate withKind(Sku kind)

Specifies the kind property: The kind of account, if supported.

Parameters:

kind - The kind of account, if supported.

Returns:

the next definition stage.

Applies to