Uses of Class
com.azure.resourcemanager.appservice.fluent.models.WebJobInner
Packages that use WebJobInner
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
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 WebJobInner
WebJobInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of WebJobInner from the JsonReader.Set the error property: Error information.WebJobInner.withExtraInfoUrl
(String extraInfoUrl) Set the extraInfoUrl property: Extra Info URL.Set the kind property: Kind of resource.WebJobInner.withRunCommand
(String runCommand) Set the runCommand property: Run command.WebJobInner.withSettings
(Map<String, Object> settings) Set the settings property: Job settings.Set the url property: Job URL.WebJobInner.withUsingSdk
(Boolean usingSdk) Set the usingSdk property: Using SDK?.WebJobInner.withWebJobType
(WebJobType webJobType) Set the webJobType property: Job type. -
Uses of WebJobInner in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type WebJobInnerModifier and TypeMethodDescriptionWebJobCollection.value()
Get the value property: Collection of resources.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type WebJobInnerModifier and TypeMethodDescriptionWebJobCollection.withValue
(List<WebJobInner> value) Set the value property: Collection of resources.