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
withDataMethods inherited from interface com.azure.resourcemanager.batch.models.Certificate.UpdateStages.WithFormat
withFormatMethods inherited from interface com.azure.resourcemanager.batch.models.Certificate.UpdateStages.WithIfMatch
withIfMatchMethods inherited from interface com.azure.resourcemanager.batch.models.Certificate.UpdateStages.WithPassword
withPasswordMethods inherited from interface com.azure.resourcemanager.batch.models.Certificate.UpdateStages.WithThumbprint
withThumbprintMethods 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.
-