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