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