Vault.DefinitionStages.WithSku Interface

public static interface Vault.DefinitionStages.WithSku

The stage of the Vault definition allowing to specify sku.

Method Summary

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

Specifies the sku property: Identifies the unique system identifier for each Azure resource..

Method Details

withSku

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

Specifies the sku property: Identifies the unique system identifier for each Azure resource..

Parameters:

sku - Identifies the unique system identifier for each Azure resource.

Returns:

the next definition stage.

Applies to