Uses of Class
com.azure.resourcemanager.appservice.fluent.models.WebJobProperties
Packages that use WebJobProperties
Package
Description
Package containing the inner data models for WebSiteManagementClient.
-
Uses of WebJobProperties in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return WebJobPropertiesModifier and TypeMethodDescriptionstatic WebJobPropertiesWebJobProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of WebJobProperties from the JsonReader.Set the error property: Error information.WebJobProperties.withExtraInfoUrl(String extraInfoUrl) Set the extraInfoUrl property: Extra Info URL.WebJobProperties.withRunCommand(String runCommand) Set the runCommand property: Run command.WebJobProperties.withSettings(Map<String, Object> settings) Set the settings property: Job settings.Set the url property: Job URL.WebJobProperties.withUsingSdk(Boolean usingSdk) Set the usingSdk property: Using SDK?.WebJobProperties.withWebJobType(WebJobType webJobType) Set the webJobType property: Job type.