Uses of Interface
com.azure.resourcemanager.appcontainers.models.ContainerApp.Update
Packages that use ContainerApp.Update
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of ContainerApp.Update in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return ContainerApp.UpdateModifier and TypeMethodDescriptionContainerApp.update()
Begins update for the ContainerApp resource.ContainerApp.UpdateStages.WithConfiguration.withConfiguration
(Configuration configuration) Specifies the configuration property: Non versioned Container App configuration properties..ContainerApp.UpdateStages.WithExtendedLocation.withExtendedLocation
(ExtendedLocation extendedLocation) Specifies the extendedLocation property: The complex type of the extended location..ContainerApp.UpdateStages.WithIdentity.withIdentity
(ManagedServiceIdentity identity) Specifies the identity property: managed identities for the Container App to interact with other Azure services without maintaining any secrets or credentials in code..ContainerApp.UpdateStages.WithManagedBy.withManagedBy
(String managedBy) Specifies the managedBy property: The fully qualified resource ID of the resource that manages this resource.Specifies the tags property: Resource tags..ContainerApp.UpdateStages.WithTemplate.withTemplate
(Template template) Specifies the template property: Container App versioned application definition..ContainerApp.UpdateStages.WithWorkloadProfileName.withWorkloadProfileName
(String workloadProfileName) Specifies the workloadProfileName property: Workload profile name to pin for container app execution..