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