Interface CertificateContract.Update
- All Superinterfaces:
CertificateContract.UpdateStages.WithData,CertificateContract.UpdateStages.WithIfMatch,CertificateContract.UpdateStages.WithKeyVault,CertificateContract.UpdateStages.WithPassword
- Enclosing interface:
CertificateContract
public static interface CertificateContract.Update
extends CertificateContract.UpdateStages.WithData, CertificateContract.UpdateStages.WithPassword, CertificateContract.UpdateStages.WithKeyVault, CertificateContract.UpdateStages.WithIfMatch
The template for CertificateContract update.
-
Method Summary
Methods inherited from interface com.azure.resourcemanager.apimanagement.models.CertificateContract.UpdateStages.WithData
withDataMethods inherited from interface com.azure.resourcemanager.apimanagement.models.CertificateContract.UpdateStages.WithIfMatch
withIfMatchMethods inherited from interface com.azure.resourcemanager.apimanagement.models.CertificateContract.UpdateStages.WithKeyVault
withKeyVaultMethods inherited from interface com.azure.resourcemanager.apimanagement.models.CertificateContract.UpdateStages.WithPassword
withPassword
-
Method Details
-
apply
CertificateContract apply()Executes the update request.- Returns:
- the updated resource.
-
apply
Executes the update request.- Parameters:
context- The context to associate with this operation.- Returns:
- the updated resource.
-