public static interface Vault.DefinitionStages
Modifier and Type | Interface and Description |
---|---|
static interface |
Vault.DefinitionStages.Blank
The first stage of the key vault definition.
|
static interface |
Vault.DefinitionStages.WithAccessPolicy
A key vault definition allowing access policies to be attached.
|
static interface |
Vault.DefinitionStages.WithConfigurations
A key vault definition allowing various configurations to be set.
|
static interface |
Vault.DefinitionStages.WithCreate
A key vault definition with sufficient inputs to create a new
storage account in the cloud, but exposing additional optional inputs to
specify.
|
static interface |
Vault.DefinitionStages.WithGroup
A key vault definition allowing resource group to be set.
|
static interface |
Vault.DefinitionStages.WithNetworkRuleSet
A key vault definition allowing the networkAcl to be set.
|
static interface |
Vault.DefinitionStages.WithSku
A key vault definition allowing the sku to be set.
|
Copyright © 2019. All rights reserved.