Uses of Class
com.azure.resourcemanager.appservice.fluent.models.ContinuousWebJobInner
Packages that use ContinuousWebJobInner
Package
Description
Package containing the service clients for AppService.
Package containing the inner data models for AppService.
-
Uses of ContinuousWebJobInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return ContinuousWebJobInnerModifier and TypeMethodDescriptionWebAppsClient.getContinuousWebJob(String resourceGroupName, String name, String webJobName) Gets a continuous web job by its ID for an app, or a deployment slot.WebAppsClient.getContinuousWebJobSlot(String resourceGroupName, String name, String webJobName, String slot) Gets a continuous web job by its ID for an app, or a deployment slot.Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type ContinuousWebJobInnerModifier and TypeMethodDescriptionWebAppsClient.getContinuousWebJobAsync(String resourceGroupName, String name, String webJobName) Gets a continuous web job by its ID for an app, or a deployment slot.WebAppsClient.getContinuousWebJobSlotAsync(String resourceGroupName, String name, String webJobName, String slot) Gets a continuous web job by its ID for an app, or a deployment slot.com.azure.core.http.rest.Response<ContinuousWebJobInner> WebAppsClient.getContinuousWebJobSlotWithResponse(String resourceGroupName, String name, String webJobName, String slot, com.azure.core.util.Context context) Gets a continuous web job by its ID for an app, or a deployment slot.Mono<com.azure.core.http.rest.Response<ContinuousWebJobInner>> WebAppsClient.getContinuousWebJobSlotWithResponseAsync(String resourceGroupName, String name, String webJobName, String slot) Gets a continuous web job by its ID for an app, or a deployment slot.com.azure.core.http.rest.Response<ContinuousWebJobInner> WebAppsClient.getContinuousWebJobWithResponse(String resourceGroupName, String name, String webJobName, com.azure.core.util.Context context) Gets a continuous web job by its ID for an app, or a deployment slot.Mono<com.azure.core.http.rest.Response<ContinuousWebJobInner>> WebAppsClient.getContinuousWebJobWithResponseAsync(String resourceGroupName, String name, String webJobName) Gets a continuous web job by its ID for an app, or a deployment slot.com.azure.core.http.rest.PagedIterable<ContinuousWebJobInner> WebAppsClient.listContinuousWebJobs(String resourceGroupName, String name) List continuous web jobs for an app, or a deployment slot.com.azure.core.http.rest.PagedIterable<ContinuousWebJobInner> WebAppsClient.listContinuousWebJobs(String resourceGroupName, String name, com.azure.core.util.Context context) List continuous web jobs for an app, or a deployment slot.com.azure.core.http.rest.PagedFlux<ContinuousWebJobInner> WebAppsClient.listContinuousWebJobsAsync(String resourceGroupName, String name) List continuous web jobs for an app, or a deployment slot.com.azure.core.http.rest.PagedIterable<ContinuousWebJobInner> WebAppsClient.listContinuousWebJobsSlot(String resourceGroupName, String name, String slot) List continuous web jobs for an app, or a deployment slot.com.azure.core.http.rest.PagedIterable<ContinuousWebJobInner> WebAppsClient.listContinuousWebJobsSlot(String resourceGroupName, String name, String slot, com.azure.core.util.Context context) List continuous web jobs for an app, or a deployment slot.com.azure.core.http.rest.PagedFlux<ContinuousWebJobInner> WebAppsClient.listContinuousWebJobsSlotAsync(String resourceGroupName, String name, String slot) List continuous web jobs for an app, or a deployment slot. -
Uses of ContinuousWebJobInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return ContinuousWebJobInnerModifier and TypeMethodDescriptionstatic ContinuousWebJobInnerContinuousWebJobInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ContinuousWebJobInner from the JsonReader.