Class ContinuousWebJobProperties
java.lang.Object
com.azure.resourcemanager.appservice.fluent.models.ContinuousWebJobProperties
- All Implemented Interfaces:
com.azure.json.JsonSerializable<ContinuousWebJobProperties>
public final class ContinuousWebJobProperties
extends Object
implements com.azure.json.JsonSerializable<ContinuousWebJobProperties>
ContinuousWebJob resource specific properties.
-
Method Summary
Modifier and TypeMethodDescriptionGet the detailedStatus property: Detailed status.error()Get the error property: Error information.Get the extraInfoUrl property: Extra Info URL.static ContinuousWebJobPropertiesfromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ContinuousWebJobProperties from the JsonReader.logUrl()Get the logUrl property: Log URL.Get the runCommand property: Run command.settings()Get the settings property: Job settings.status()Get the status property: Job status.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
-
status
Get the status property: Job status.- Returns:
- the status value.
-
detailedStatus
Get the detailedStatus property: Detailed status.- Returns:
- the detailedStatus value.
-
logUrl
-
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<ContinuousWebJobProperties>- Throws:
IOException
-
fromJson
public static ContinuousWebJobProperties fromJson(com.azure.json.JsonReader jsonReader) throws IOException Reads an instance of ContinuousWebJobProperties from the JsonReader.- Parameters:
jsonReader- The JsonReader being read.- Returns:
- An instance of ContinuousWebJobProperties 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 ContinuousWebJobProperties.
-