Uses of Class
com.azure.resourcemanager.appservice.fluent.models.ContinuousWebJobInner
-
Packages that use ContinuousWebJobInner 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 ContinuousWebJobInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return ContinuousWebJobInner Modifier and Type Method Description ContinuousWebJobInnerWebAppsClient. getContinuousWebJob(String resourceGroupName, String name, String webJobName)Description for Gets a continuous web job by its ID for an app, or a deployment slot.ContinuousWebJobInnerWebAppsClient. getContinuousWebJobSlot(String resourceGroupName, String name, String webJobName, String slot)Description for 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 ContinuousWebJobInner Modifier and Type Method Description Mono<ContinuousWebJobInner>WebAppsClient. getContinuousWebJobAsync(String resourceGroupName, String name, String webJobName)Description for Gets a continuous web job by its ID for an app, or a deployment slot.Mono<ContinuousWebJobInner>WebAppsClient. getContinuousWebJobSlotAsync(String resourceGroupName, String name, String webJobName, String slot)Description for 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)Description for 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)Description for 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)Description for 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)Description for 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)Description for 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)Description for List continuous web jobs for an app, or a deployment slot.com.azure.core.http.rest.PagedFlux<ContinuousWebJobInner>WebAppsClient. listContinuousWebJobsAsync(String resourceGroupName, String name)Description for 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)Description for 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)Description for 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)Description for 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 ContinuousWebJobInner Modifier and Type Method Description ContinuousWebJobInnerContinuousWebJobInner. withDetailedStatus(String detailedStatus)Set the detailedStatus property: Detailed status.ContinuousWebJobInnerContinuousWebJobInner. withError(String error)Set the error property: Error information.ContinuousWebJobInnerContinuousWebJobInner. withExtraInfoUrl(String extraInfoUrl)Set the extraInfoUrl property: Extra Info URL.ContinuousWebJobInnerContinuousWebJobInner. withKind(String kind)Set the kind property: Kind of resource.ContinuousWebJobInnerContinuousWebJobInner. withLogUrl(String logUrl)Set the logUrl property: Log URL.ContinuousWebJobInnerContinuousWebJobInner. withRunCommand(String runCommand)Set the runCommand property: Run command.ContinuousWebJobInnerContinuousWebJobInner. withSettings(Map<String,Object> settings)Set the settings property: Job settings.ContinuousWebJobInnerContinuousWebJobInner. withStatus(ContinuousWebJobStatus status)Set the status property: Job status.ContinuousWebJobInnerContinuousWebJobInner. withUrl(String url)Set the url property: Job URL.ContinuousWebJobInnerContinuousWebJobInner. withUsingSdk(Boolean usingSdk)Set the usingSdk property: Using SDK?.ContinuousWebJobInnerContinuousWebJobInner. 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 ContinuousWebJobInner Modifier and Type Method Description List<ContinuousWebJobInner>ContinuousWebJobCollection. value()Get the value property: Collection of resources.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type ContinuousWebJobInner Modifier and Type Method Description ContinuousWebJobCollectionContinuousWebJobCollection. withValue(List<ContinuousWebJobInner> value)Set the value property: Collection of resources.
-