Class WebJobProperties
java.lang.Object
com.azure.resourcemanager.appservice.fluent.models.WebJobProperties
- All Implemented Interfaces:
com.azure.json.JsonSerializable<WebJobProperties>
public final class WebJobProperties
extends Object
implements com.azure.json.JsonSerializable<WebJobProperties>
WebJob resource specific properties.
-
Method Summary
Modifier and TypeMethodDescriptionerror()Get the error property: Error information.Get the extraInfoUrl property: Extra Info URL.static WebJobPropertiesfromJson(com.azure.json.JsonReader jsonReader) Reads an instance of WebJobProperties from the JsonReader.Get the runCommand property: Run command.settings()Get the settings property: Job settings.com.azure.json.JsonWritertoJson(com.azure.json.JsonWriter jsonWriter) url()Get the url property: Job URL.usingSdk()Get the usingSdk property: Using SDK?.voidvalidate()Validates the instance.Get the webJobType property: Job type.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.azure.json.JsonSerializable
toJson, toJson, toJsonBytes, toJsonString
-
Method Details
-
runCommand
-
url
-
extraInfoUrl
Get the extraInfoUrl property: Extra Info URL.- Returns:
- the extraInfoUrl value.
-
webJobType
Get the webJobType property: Job type.- Returns:
- the webJobType value.
-
error
-
usingSdk
-
settings
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
toJson
- Specified by:
toJsonin interfacecom.azure.json.JsonSerializable<WebJobProperties>- Throws:
IOException
-
fromJson
Reads an instance of WebJobProperties from the JsonReader.- Parameters:
jsonReader- The JsonReader being read.- Returns:
- An instance of WebJobProperties if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
- Throws:
IOException- If an error occurs while reading the WebJobProperties.
-