Uses of Class
com.azure.resourcemanager.appservice.fluent.models.TriggeredWebJobInner
Packages that use TriggeredWebJobInner
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 TriggeredWebJobInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return TriggeredWebJobInnerModifier and TypeMethodDescriptionWebAppsClient.getTriggeredWebJob(String resourceGroupName, String name, String webJobName) Gets a triggered web job by its ID for an app, or a deployment slot.WebAppsClient.getTriggeredWebJobSlot(String resourceGroupName, String name, String webJobName, String slot) Gets a triggered 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 TriggeredWebJobInnerModifier and TypeMethodDescriptionWebAppsClient.getTriggeredWebJobAsync(String resourceGroupName, String name, String webJobName) Gets a triggered web job by its ID for an app, or a deployment slot.WebAppsClient.getTriggeredWebJobSlotAsync(String resourceGroupName, String name, String webJobName, String slot) Gets a triggered web job by its ID for an app, or a deployment slot.com.azure.core.http.rest.Response<TriggeredWebJobInner> WebAppsClient.getTriggeredWebJobSlotWithResponse(String resourceGroupName, String name, String webJobName, String slot, com.azure.core.util.Context context) Gets a triggered web job by its ID for an app, or a deployment slot.Mono<com.azure.core.http.rest.Response<TriggeredWebJobInner>> WebAppsClient.getTriggeredWebJobSlotWithResponseAsync(String resourceGroupName, String name, String webJobName, String slot) Gets a triggered web job by its ID for an app, or a deployment slot.com.azure.core.http.rest.Response<TriggeredWebJobInner> WebAppsClient.getTriggeredWebJobWithResponse(String resourceGroupName, String name, String webJobName, com.azure.core.util.Context context) Gets a triggered web job by its ID for an app, or a deployment slot.Mono<com.azure.core.http.rest.Response<TriggeredWebJobInner>> WebAppsClient.getTriggeredWebJobWithResponseAsync(String resourceGroupName, String name, String webJobName) Gets a triggered web job by its ID for an app, or a deployment slot.com.azure.core.http.rest.PagedIterable<TriggeredWebJobInner> WebAppsClient.listTriggeredWebJobs(String resourceGroupName, String name) List triggered web jobs for an app, or a deployment slot.com.azure.core.http.rest.PagedIterable<TriggeredWebJobInner> WebAppsClient.listTriggeredWebJobs(String resourceGroupName, String name, com.azure.core.util.Context context) List triggered web jobs for an app, or a deployment slot.com.azure.core.http.rest.PagedFlux<TriggeredWebJobInner> WebAppsClient.listTriggeredWebJobsAsync(String resourceGroupName, String name) List triggered web jobs for an app, or a deployment slot.com.azure.core.http.rest.PagedIterable<TriggeredWebJobInner> WebAppsClient.listTriggeredWebJobsSlot(String resourceGroupName, String name, String slot) List triggered web jobs for an app, or a deployment slot.com.azure.core.http.rest.PagedIterable<TriggeredWebJobInner> WebAppsClient.listTriggeredWebJobsSlot(String resourceGroupName, String name, String slot, com.azure.core.util.Context context) List triggered web jobs for an app, or a deployment slot.com.azure.core.http.rest.PagedFlux<TriggeredWebJobInner> WebAppsClient.listTriggeredWebJobsSlotAsync(String resourceGroupName, String name, String slot) List triggered web jobs for an app, or a deployment slot. -
Uses of TriggeredWebJobInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return TriggeredWebJobInnerModifier and TypeMethodDescriptionstatic TriggeredWebJobInnerTriggeredWebJobInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TriggeredWebJobInner from the JsonReader.Set the error property: Error information.TriggeredWebJobInner.withExtraInfoUrl(String extraInfoUrl) Set the extraInfoUrl property: Extra Info URL.TriggeredWebJobInner.withHistoryUrl(String historyUrl) Set the historyUrl property: History URL.Set the kind property: Kind of resource.TriggeredWebJobInner.withLatestRun(TriggeredJobRun latestRun) Set the latestRun property: Latest job run information.TriggeredWebJobInner.withPublicNetworkAccess(String publicNetworkAccess) Set the publicNetworkAccess property: Property to allow or block all public traffic.TriggeredWebJobInner.withRunCommand(String runCommand) Set the runCommand property: Run command.TriggeredWebJobInner.withSchedulerLogsUrl(String schedulerLogsUrl) Set the schedulerLogsUrl property: Scheduler Logs URL.TriggeredWebJobInner.withSettings(Map<String, Object> settings) Set the settings property: Job settings.TriggeredWebJobInner.withStorageAccountRequired(Boolean storageAccountRequired) Set the storageAccountRequired property: Checks if Customer provided storage account is required.Set the url property: Job URL.TriggeredWebJobInner.withUsingSdk(Boolean usingSdk) Set the usingSdk property: Using SDK?.TriggeredWebJobInner.withWebJobType(WebJobType webJobType) Set the webJobType property: Job type. -
Uses of TriggeredWebJobInner in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type TriggeredWebJobInnerModifier and TypeMethodDescriptionTriggeredWebJobCollection.value()Get the value property: Collection of resources.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type TriggeredWebJobInnerModifier and TypeMethodDescriptionTriggeredWebJobCollection.withValue(List<TriggeredWebJobInner> value) Set the value property: Collection of resources.