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