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