Uses of Class
com.azure.resourcemanager.appservice.fluent.models.WebJobInner
Packages that use WebJobInner
Package
Description
Package containing the service clients for AppService.
Package containing the inner data models for AppService.
-
Uses of WebJobInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return WebJobInnerModifier and TypeMethodDescriptionGet webjob information for an app, or a deployment slot.WebAppsClient.getWebJobSlot(String resourceGroupName, String name, String webJobName, String slot) Get webjob information for an app, or a deployment slot.Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type WebJobInnerModifier and TypeMethodDescriptionWebAppsClient.getWebJobAsync(String resourceGroupName, String name, String webJobName) Get webjob information for an app, or a deployment slot.WebAppsClient.getWebJobSlotAsync(String resourceGroupName, String name, String webJobName, String slot) Get webjob information for an app, or a deployment slot.com.azure.core.http.rest.Response<WebJobInner> WebAppsClient.getWebJobSlotWithResponse(String resourceGroupName, String name, String webJobName, String slot, com.azure.core.util.Context context) Get webjob information for an app, or a deployment slot.Mono<com.azure.core.http.rest.Response<WebJobInner>> WebAppsClient.getWebJobSlotWithResponseAsync(String resourceGroupName, String name, String webJobName, String slot) Get webjob information for an app, or a deployment slot.com.azure.core.http.rest.Response<WebJobInner> WebAppsClient.getWebJobWithResponse(String resourceGroupName, String name, String webJobName, com.azure.core.util.Context context) Get webjob information for an app, or a deployment slot.Mono<com.azure.core.http.rest.Response<WebJobInner>> WebAppsClient.getWebJobWithResponseAsync(String resourceGroupName, String name, String webJobName) Get webjob information for an app, or a deployment slot.com.azure.core.http.rest.PagedIterable<WebJobInner> WebAppsClient.listWebJobs(String resourceGroupName, String name) List webjobs for an app, or a deployment slot.com.azure.core.http.rest.PagedIterable<WebJobInner> WebAppsClient.listWebJobs(String resourceGroupName, String name, com.azure.core.util.Context context) List webjobs for an app, or a deployment slot.com.azure.core.http.rest.PagedFlux<WebJobInner> WebAppsClient.listWebJobsAsync(String resourceGroupName, String name) List webjobs for an app, or a deployment slot.com.azure.core.http.rest.PagedIterable<WebJobInner> WebAppsClient.listWebJobsSlot(String resourceGroupName, String name, String slot) List webjobs for an app, or a deployment slot.com.azure.core.http.rest.PagedIterable<WebJobInner> WebAppsClient.listWebJobsSlot(String resourceGroupName, String name, String slot, com.azure.core.util.Context context) List webjobs for an app, or a deployment slot.com.azure.core.http.rest.PagedFlux<WebJobInner> WebAppsClient.listWebJobsSlotAsync(String resourceGroupName, String name, String slot) List webjobs for an app, or a deployment slot. -
Uses of WebJobInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return WebJobInnerModifier and TypeMethodDescriptionstatic WebJobInnerWebJobInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of WebJobInner from the JsonReader.