Uses of Class
com.azure.resourcemanager.appservice.fluent.models.WebJobInner
-
Packages that use WebJobInner Package Description com.azure.resourcemanager.appservice.fluent Package containing the service clients for WebSiteManagementClient.com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models 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 WebJobInner Modifier and Type Method Description WebJobInnerWebAppsClient. getWebJob(String resourceGroupName, String name, String webJobName)Description for Get webjob information for an app, or a deployment slot.WebJobInnerWebAppsClient. getWebJobSlot(String resourceGroupName, String name, String webJobName, String slot)Description for Get webjob information for an app, or a deployment slot.Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type WebJobInner Modifier and Type Method Description Mono<WebJobInner>WebAppsClient. getWebJobAsync(String resourceGroupName, String name, String webJobName)Description for Get webjob information for an app, or a deployment slot.Mono<WebJobInner>WebAppsClient. getWebJobSlotAsync(String resourceGroupName, String name, String webJobName, String slot)Description for 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)Description for 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)Description for 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)Description for 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)Description for Get webjob information for an app, or a deployment slot.com.azure.core.http.rest.PagedIterable<WebJobInner>WebAppsClient. listWebJobs(String resourceGroupName, String name)Description for 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)Description for List webjobs for an app, or a deployment slot.com.azure.core.http.rest.PagedFlux<WebJobInner>WebAppsClient. listWebJobsAsync(String resourceGroupName, String name)Description for List webjobs for an app, or a deployment slot.com.azure.core.http.rest.PagedIterable<WebJobInner>WebAppsClient. listWebJobsSlot(String resourceGroupName, String name, String slot)Description for 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)Description for List webjobs for an app, or a deployment slot.com.azure.core.http.rest.PagedFlux<WebJobInner>WebAppsClient. listWebJobsSlotAsync(String resourceGroupName, String name, String slot)Description for 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 WebJobInner Modifier and Type Method Description WebJobInnerWebJobInner. withError(String error)Set the error property: Error information.WebJobInnerWebJobInner. withExtraInfoUrl(String extraInfoUrl)Set the extraInfoUrl property: Extra Info URL.WebJobInnerWebJobInner. withKind(String kind)Set the kind property: Kind of resource.WebJobInnerWebJobInner. withRunCommand(String runCommand)Set the runCommand property: Run command.WebJobInnerWebJobInner. withSettings(Map<String,Object> settings)Set the settings property: Job settings.WebJobInnerWebJobInner. withUrl(String url)Set the url property: Job URL.WebJobInnerWebJobInner. withUsingSdk(Boolean usingSdk)Set the usingSdk property: Using SDK?.WebJobInnerWebJobInner. 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 WebJobInner Modifier and Type Method Description List<WebJobInner>WebJobCollection. value()Get the value property: Collection of resources.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type WebJobInner Modifier and Type Method Description WebJobCollectionWebJobCollection. withValue(List<WebJobInner> value)Set the value property: Collection of resources.
-