Interface ContainerApp.Update
- All Superinterfaces:
ContainerApp.UpdateStages.WithConfiguration
,ContainerApp.UpdateStages.WithExtendedLocation
,ContainerApp.UpdateStages.WithIdentity
,ContainerApp.UpdateStages.WithManagedBy
,ContainerApp.UpdateStages.WithTags
,ContainerApp.UpdateStages.WithTemplate
,ContainerApp.UpdateStages.WithWorkloadProfileName
- Enclosing interface:
ContainerApp
public static interface ContainerApp.Update
extends ContainerApp.UpdateStages.WithTags, ContainerApp.UpdateStages.WithExtendedLocation, ContainerApp.UpdateStages.WithIdentity, ContainerApp.UpdateStages.WithManagedBy, ContainerApp.UpdateStages.WithWorkloadProfileName, ContainerApp.UpdateStages.WithConfiguration, ContainerApp.UpdateStages.WithTemplate
The template for ContainerApp update.
-
Method Summary
Methods inherited from interface com.azure.resourcemanager.appcontainers.models.ContainerApp.UpdateStages.WithConfiguration
withConfiguration
Methods inherited from interface com.azure.resourcemanager.appcontainers.models.ContainerApp.UpdateStages.WithExtendedLocation
withExtendedLocation
Methods inherited from interface com.azure.resourcemanager.appcontainers.models.ContainerApp.UpdateStages.WithIdentity
withIdentity
Methods inherited from interface com.azure.resourcemanager.appcontainers.models.ContainerApp.UpdateStages.WithManagedBy
withManagedBy
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
Methods inherited from interface com.azure.resourcemanager.appcontainers.models.ContainerApp.UpdateStages.WithWorkloadProfileName
withWorkloadProfileName
-
Method Details
-
apply
ContainerApp apply()Executes the update request.- Returns:
- the updated resource.
-
apply
Executes the update request.- Parameters:
context
- The context to associate with this operation.- Returns:
- the updated resource.
-