Interface NamedValueContract.DefinitionStages.WithKeyVault
- All Known Subinterfaces:
NamedValueContract.Definition,NamedValueContract.DefinitionStages.WithCreate
- Enclosing interface:
NamedValueContract.DefinitionStages
public static interface NamedValueContract.DefinitionStages.WithKeyVault
The stage of the NamedValueContract definition allowing to specify keyVault.
-
Method Summary
Modifier and TypeMethodDescriptionwithKeyVault(KeyVaultContractCreateProperties keyVault) Specifies the keyVault property: KeyVault location details of the namedValue..
-
Method Details
-
withKeyVault
NamedValueContract.DefinitionStages.WithCreate withKeyVault(KeyVaultContractCreateProperties keyVault) Specifies the keyVault property: KeyVault location details of the namedValue..- Parameters:
keyVault- KeyVault location details of the namedValue.- Returns:
- the next definition stage.
-