Interface Certificate.Update
- All Superinterfaces:
Certificate.UpdateStages.WithData
,Certificate.UpdateStages.WithFormat
,Certificate.UpdateStages.WithIfMatch
,Certificate.UpdateStages.WithPassword
,Certificate.UpdateStages.WithThumbprint
,Certificate.UpdateStages.WithThumbprintAlgorithm
- Enclosing interface:
- Certificate
public static interface Certificate.Update
extends Certificate.UpdateStages.WithData, Certificate.UpdateStages.WithPassword, Certificate.UpdateStages.WithThumbprintAlgorithm, Certificate.UpdateStages.WithThumbprint, Certificate.UpdateStages.WithFormat, Certificate.UpdateStages.WithIfMatch
The template for Certificate update.
-
Method Summary
Methods inherited from interface com.azure.resourcemanager.batch.models.Certificate.UpdateStages.WithData
withData
Methods inherited from interface com.azure.resourcemanager.batch.models.Certificate.UpdateStages.WithFormat
withFormat
Methods inherited from interface com.azure.resourcemanager.batch.models.Certificate.UpdateStages.WithIfMatch
withIfMatch
Methods inherited from interface com.azure.resourcemanager.batch.models.Certificate.UpdateStages.WithPassword
withPassword
Methods inherited from interface com.azure.resourcemanager.batch.models.Certificate.UpdateStages.WithThumbprint
withThumbprint
Methods inherited from interface com.azure.resourcemanager.batch.models.Certificate.UpdateStages.WithThumbprintAlgorithm
withThumbprintAlgorithm
-
Method Details
-
apply
Certificate 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.
-