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