Uses of Interface
com.azure.resourcemanager.appcontainers.models.ContainerApp.Update
-
Packages that use ContainerApp.Update Package Description com.azure.resourcemanager.appcontainers.models 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.Update Modifier and Type Method Description ContainerApp.Update
ContainerApp. update()
Begins update for the ContainerApp resource.ContainerApp.Update
ContainerApp.UpdateStages.WithConfiguration. withConfiguration(Configuration configuration)
Specifies the configuration property: Non versioned Container App configuration properties..ContainerApp.Update
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.Update
ContainerApp.UpdateStages.WithTags. withTags(Map<String,String> tags)
Specifies the tags property: Resource tags..ContainerApp.Update
ContainerApp.UpdateStages.WithTemplate. withTemplate(Template template)
Specifies the template property: Container App versioned application definition..
-