Interface Vault.DefinitionStages.WithSku
- All Known Subinterfaces:
Vault.Definition
,Vault.DefinitionStages.WithCreate
- Enclosing interface:
- Vault.DefinitionStages
public static interface Vault.DefinitionStages.WithSku
A key vault definition allowing the sku to be set.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the sku of the key vault.
-
Method Details
-
withSku
Specifies the sku of the key vault.- Parameters:
skuName
- the sku- Returns:
- the next stage of key vault definition
-