Uses of Class
com.azure.resourcemanager.appservice.fluent.models.TriggeredWebJobProperties
Packages that use TriggeredWebJobProperties
Package
Description
Package containing the inner data models for WebSiteManagementClient.
-
Uses of TriggeredWebJobProperties in com.azure.resourcemanager.appservice.fluent.models
Classes in com.azure.resourcemanager.appservice.fluent.models that implement interfaces with type arguments of type TriggeredWebJobPropertiesModifier and TypeClassDescriptionfinal classTriggeredWebJob resource specific properties.Methods in com.azure.resourcemanager.appservice.fluent.models that return TriggeredWebJobPropertiesModifier and TypeMethodDescriptionstatic TriggeredWebJobPropertiesTriggeredWebJobProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TriggeredWebJobProperties from the JsonReader.Set the error property: Error information.TriggeredWebJobProperties.withExtraInfoUrl(String extraInfoUrl) Set the extraInfoUrl property: Extra Info URL.TriggeredWebJobProperties.withHistoryUrl(String historyUrl) Set the historyUrl property: History URL.TriggeredWebJobProperties.withLatestRun(TriggeredJobRun latestRun) Set the latestRun property: Latest job run information.TriggeredWebJobProperties.withPublicNetworkAccess(String publicNetworkAccess) Set the publicNetworkAccess property: Property to allow or block all public traffic.TriggeredWebJobProperties.withRunCommand(String runCommand) Set the runCommand property: Run command.TriggeredWebJobProperties.withSchedulerLogsUrl(String schedulerLogsUrl) Set the schedulerLogsUrl property: Scheduler Logs URL.TriggeredWebJobProperties.withSettings(Map<String, Object> settings) Set the settings property: Job settings.TriggeredWebJobProperties.withStorageAccountRequired(Boolean storageAccountRequired) Set the storageAccountRequired property: Checks if Customer provided storage account is required.Set the url property: Job URL.TriggeredWebJobProperties.withUsingSdk(Boolean usingSdk) Set the usingSdk property: Using SDK?.TriggeredWebJobProperties.withWebJobType(WebJobType webJobType) Set the webJobType property: Job type.