Uses of Interface
com.azure.resourcemanager.appcontainers.models.Job
Packages that use Job
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of Job in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return JobModifier and TypeMethodDescriptionJob.Update.apply()Executes the update request.Job.Update.apply(com.azure.core.util.Context context) Executes the update request.Job.DefinitionStages.WithCreate.create()Executes the create request.Job.DefinitionStages.WithCreate.create(com.azure.core.util.Context context) Executes the create request.Get the properties of a Container Apps Job.Jobs.getByResourceGroup(String resourceGroupName, String jobName) Get the properties of a Container Apps Job.Get the properties of a Container App Job.Job.refresh()Refreshes the resource to sync with Azure.Job.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 JobModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<Job> Jobs.getByIdWithResponse(String id, com.azure.core.util.Context context) Get the properties of a Container Apps Job.com.azure.core.http.rest.Response<Job> Jobs.getByResourceGroupWithResponse(String resourceGroupName, String jobName, com.azure.core.util.Context context) Get the properties of a Container Apps Job.com.azure.core.http.rest.PagedIterable<Job> Jobs.list()Get the Container Apps Jobs in a given subscription.com.azure.core.http.rest.PagedIterable<Job> Jobs.list(com.azure.core.util.Context context) Get the Container Apps Jobs in a given subscription.com.azure.core.http.rest.PagedIterable<Job> Jobs.listByResourceGroup(String resourceGroupName) Get the Container Apps Jobs in a given resource group.com.azure.core.http.rest.PagedIterable<Job> Jobs.listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context) Get the Container Apps Jobs in a given resource group.com.azure.core.http.rest.Response<Job> Jobs.proxyGetWithResponse(String resourceGroupName, String jobName, String apiName, com.azure.core.util.Context context) Get the properties of a Container App Job.