Uses of Interface
com.azure.resourcemanager.appcontainers.models.ContainerApp
Packages that use ContainerApp
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of ContainerApp in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return ContainerAppModifier and TypeMethodDescriptionContainerApp.Update.apply()Executes the update request.ContainerApp.Update.apply(com.azure.core.util.Context context) Executes the update request.ContainerApp.DefinitionStages.WithCreate.create()Executes the create request.ContainerApp.DefinitionStages.WithCreate.create(com.azure.core.util.Context context) Executes the create request.Get the properties of a Container App.ContainerApps.getByResourceGroup(String resourceGroupName, String containerAppName) Get the properties of a Container App.Get the properties of a Container App.ContainerApp.refresh()Refreshes the resource to sync with Azure.ContainerApp.refresh(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.ContainerApp.start()Start a container app.ContainerApp.start(com.azure.core.util.Context context) Start a container app.Start a container app.ContainerApps.start(String resourceGroupName, String containerAppName, com.azure.core.util.Context context) Start a container app.ContainerApp.stop()Stop a container app.ContainerApp.stop(com.azure.core.util.Context context) Stop a container app.Stop a container app.ContainerApps.stop(String resourceGroupName, String containerAppName, com.azure.core.util.Context context) Stop a container app.Methods in com.azure.resourcemanager.appcontainers.models that return types with arguments of type ContainerAppModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<ContainerApp> ContainerApps.getByIdWithResponse(String id, com.azure.core.util.Context context) Get the properties of a Container App.com.azure.core.http.rest.Response<ContainerApp> ContainerApps.getByResourceGroupWithResponse(String resourceGroupName, String containerAppName, com.azure.core.util.Context context) Get the properties of a Container App.com.azure.core.http.rest.Response<ContainerApp> ContainerAppsDiagnostics.getRootWithResponse(String resourceGroupName, String containerAppName, com.azure.core.util.Context context) Get the properties of a Container App.com.azure.core.http.rest.PagedIterable<ContainerApp> ContainerApps.list()Get the Container Apps in a given subscription.com.azure.core.http.rest.PagedIterable<ContainerApp> ContainerApps.list(com.azure.core.util.Context context) Get the Container Apps in a given subscription.com.azure.core.http.rest.PagedIterable<ContainerApp> ContainerApps.listByResourceGroup(String resourceGroupName) Get the Container Apps in a given resource group.com.azure.core.http.rest.PagedIterable<ContainerApp> ContainerApps.listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context) Get the Container Apps in a given resource group.