Interface Vault.DefinitionStages.WithSku
-
- All Known Subinterfaces:
Vault.Definition,Vault.DefinitionStages.WithCreate
- Enclosing interface:
- Vault.DefinitionStages
public static interface Vault.DefinitionStages.WithSkuA key vault definition allowing the sku to be set.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Vault.DefinitionStages.WithCreatewithSku(SkuName skuName)Specifies the sku of the key vault.
-
-
-
Method Detail
-
withSku
Vault.DefinitionStages.WithCreate withSku(SkuName skuName)
Specifies the sku of the key vault.- Parameters:
skuName- the sku- Returns:
- the next stage of key vault definition
-
-