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.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ContinuousWebJobProperties class. -
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.withDetailedStatus(String detailedStatus) Set the detailedStatus property: Detailed status.Set the error property: Error information.withExtraInfoUrl(String extraInfoUrl) Set the extraInfoUrl property: Extra Info URL.withLogUrl(String logUrl) Set the logUrl property: Log URL.withRunCommand(String runCommand) Set the runCommand property: Run command.withSettings(Map<String, Object> settings) Set the settings property: Job settings.withStatus(ContinuousWebJobStatus status) Set the status property: Job status.Set the url property: Job URL.withUsingSdk(Boolean usingSdk) Set the usingSdk property: Using SDK?.withWebJobType(WebJobType webJobType) Set the webJobType property: Job type.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.azure.json.JsonSerializable
toJson, toJson, toJsonBytes, toJsonString
-
Constructor Details
-
ContinuousWebJobProperties
public ContinuousWebJobProperties()Creates an instance of ContinuousWebJobProperties class.
-
-
Method Details
-
status
Get the status property: Job status.- Returns:
- the status value.
-
withStatus
Set the status property: Job status.- Parameters:
status- the status value to set.- Returns:
- the ContinuousWebJobProperties object itself.
-
detailedStatus
Get the detailedStatus property: Detailed status.- Returns:
- the detailedStatus value.
-
withDetailedStatus
Set the detailedStatus property: Detailed status.- Parameters:
detailedStatus- the detailedStatus value to set.- Returns:
- the ContinuousWebJobProperties object itself.
-
logUrl
Get the logUrl property: Log URL.- Returns:
- the logUrl value.
-
withLogUrl
Set the logUrl property: Log URL.- Parameters:
logUrl- the logUrl value to set.- Returns:
- the ContinuousWebJobProperties object itself.
-
runCommand
Get the runCommand property: Run command.- Returns:
- the runCommand value.
-
withRunCommand
Set the runCommand property: Run command.- Parameters:
runCommand- the runCommand value to set.- Returns:
- the ContinuousWebJobProperties object itself.
-
url
Get the url property: Job URL.- Returns:
- the url value.
-
withUrl
Set the url property: Job URL.- Parameters:
url- the url value to set.- Returns:
- the ContinuousWebJobProperties object itself.
-
extraInfoUrl
Get the extraInfoUrl property: Extra Info URL.- Returns:
- the extraInfoUrl value.
-
withExtraInfoUrl
Set the extraInfoUrl property: Extra Info URL.- Parameters:
extraInfoUrl- the extraInfoUrl value to set.- Returns:
- the ContinuousWebJobProperties object itself.
-
webJobType
Get the webJobType property: Job type.- Returns:
- the webJobType value.
-
withWebJobType
Set the webJobType property: Job type.- Parameters:
webJobType- the webJobType value to set.- Returns:
- the ContinuousWebJobProperties object itself.
-
error
Get the error property: Error information.- Returns:
- the error value.
-
withError
Set the error property: Error information.- Parameters:
error- the error value to set.- Returns:
- the ContinuousWebJobProperties object itself.
-
usingSdk
Get the usingSdk property: Using SDK?.- Returns:
- the usingSdk value.
-
withUsingSdk
Set the usingSdk property: Using SDK?.- Parameters:
usingSdk- the usingSdk value to set.- Returns:
- the ContinuousWebJobProperties object itself.
-
settings
Get the settings property: Job settings.- Returns:
- the settings value.
-
withSettings
Set the settings property: Job settings.- Parameters:
settings- the settings value to set.- Returns:
- the ContinuousWebJobProperties object itself.
-
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.
-