Uses of Class
com.azure.resourcemanager.appservice.fluent.models.ContinuousWebJobInner
Packages that use ContinuousWebJobInner
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 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 ContinuousWebJobInner
ContinuousWebJobInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ContinuousWebJobInner from the JsonReader.ContinuousWebJobInner.withDetailedStatus
(String detailedStatus) Set the detailedStatus property: Detailed status.Set the error property: Error information.ContinuousWebJobInner.withExtraInfoUrl
(String extraInfoUrl) Set the extraInfoUrl property: Extra Info URL.Set the kind property: Kind of resource.ContinuousWebJobInner.withLogUrl
(String logUrl) Set the logUrl property: Log URL.ContinuousWebJobInner.withRunCommand
(String runCommand) Set the runCommand property: Run command.ContinuousWebJobInner.withSettings
(Map<String, Object> settings) Set the settings property: Job settings.ContinuousWebJobInner.withStatus
(ContinuousWebJobStatus status) Set the status property: Job status.Set the url property: Job URL.ContinuousWebJobInner.withUsingSdk
(Boolean usingSdk) Set the usingSdk property: Using SDK?.ContinuousWebJobInner.withWebJobType
(WebJobType webJobType) Set the webJobType property: Job type. -
Uses of ContinuousWebJobInner in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type ContinuousWebJobInnerModifier and TypeMethodDescriptionContinuousWebJobCollection.value()
Get the value property: Collection of resources.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type ContinuousWebJobInnerModifier and TypeMethodDescriptionContinuousWebJobCollection.withValue
(List<ContinuousWebJobInner> value) Set the value property: Collection of resources.