Uses of Interface
com.azure.resourcemanager.appcontainers.models.ContainerApp
-
Packages that use ContainerApp Package Description com.azure.resourcemanager.appcontainers.models 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 ContainerApp Modifier and Type Method Description ContainerApp
ContainerApp.Update. apply()
Executes the update request.ContainerApp
ContainerApp.Update. apply(com.azure.core.util.Context context)
Executes the update request.ContainerApp
ContainerApp.DefinitionStages.WithCreate. create()
Executes the create request.ContainerApp
ContainerApp.DefinitionStages.WithCreate. create(com.azure.core.util.Context context)
Executes the create request.ContainerApp
ContainerApps. getById(String id)
Get the properties of a Container App.ContainerApp
ContainerApps. getByResourceGroup(String resourceGroupName, String name)
Get the properties of a Container App.ContainerApp
ContainerApp. refresh()
Refreshes the resource to sync with Azure.ContainerApp
ContainerApp. refresh(com.azure.core.util.Context context)
Refreshes the resource to sync with Azure.Methods in com.azure.resourcemanager.appcontainers.models that return types with arguments of type ContainerApp Modifier and Type Method Description com.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 name, 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.
-