Interface Certificate.Update
-
- All Superinterfaces:
Certificate.UpdateStages.WithTags
- Enclosing interface:
- Certificate
public static interface Certificate.Update extends Certificate.UpdateStages.WithTags
The template for Certificate update.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Certificate
apply()
Executes the update request.Certificate
apply(com.azure.core.util.Context context)
Executes the update request.-
Methods inherited from interface com.azure.resourcemanager.appcontainers.models.Certificate.UpdateStages.WithTags
withTags
-
-
-
-
Method Detail
-
apply
Certificate apply()
Executes the update request.- Returns:
- the updated resource.
-
apply
Certificate apply(com.azure.core.util.Context context)
Executes the update request.- Parameters:
context
- The context to associate with this operation.- Returns:
- the updated resource.
-
-