ContinuousWebJobInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. appservice. models. ProxyOnlyResource - com.
azure. resourcemanager. appservice. fluent. models. ContinuousWebJobInner
- com.
- com.
- com.
public final class ContinuousWebJobInner
extends ProxyOnlyResource
Continuous Web Job Information.
Constructor Summary
Constructor | Description |
---|---|
ContinuousWebJobInner() |
Creates an instance of Continuous |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
detailedStatus()
Get the detailed |
String |
error()
Get the error property: Error information. |
String |
extraInfoUrl()
Get the extra |
static
Continuous |
fromJson(JsonReader jsonReader)
Reads an instance of Continuous |
String |
id()
Get the id property: Fully qualified resource Id for the resource. |
String |
logUrl()
Get the log |
String |
name()
Get the name property: The name of the resource. |
String |
runCommand()
Get the run |
Map<String,Object> |
settings()
Get the settings property: Job settings. |
Continuous |
status()
Get the status property: Job status. |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the resource. |
String |
url()
Get the url property: Job URL. |
Boolean |
usingSdk()
Get the using |
void |
validate()
Validates the instance. |
Web |
webJobType()
Get the web |
Continuous |
withDetailedStatus(String detailedStatus)
Set the detailed |
Continuous |
withError(String error)
Set the error property: Error information. |
Continuous |
withExtraInfoUrl(String extraInfoUrl)
Set the extra |
Continuous |
withKind(String kind)
Set the kind property: Kind of resource. |
Continuous |
withLogUrl(String logUrl)
Set the log |
Continuous |
withRunCommand(String runCommand)
Set the run |
Continuous |
withSettings(Map<String,Object> settings)
Set the settings property: Job settings. |
Continuous |
withStatus(ContinuousWebJobStatus status)
Set the status property: Job status. |
Continuous |
withUrl(String url)
Set the url property: Job URL. |
Continuous |
withUsingSdk(Boolean usingSdk)
Set the using |
Continuous |
withWebJobType(WebJobType webJobType)
Set the web |
Methods inherited from ProxyOnlyResource
Methods inherited from java.lang.Object
Constructor Details
ContinuousWebJobInner
public ContinuousWebJobInner()
Creates an instance of ContinuousWebJobInner class.
Method Details
detailedStatus
public String detailedStatus()
Get the detailedStatus property: Detailed status.
Returns:
error
public String error()
Get the error property: Error information.
Returns:
extraInfoUrl
public String extraInfoUrl()
Get the extraInfoUrl property: Extra Info URL.
Returns:
fromJson
public static ContinuousWebJobInner fromJson(JsonReader jsonReader)
Reads an instance of ContinuousWebJobInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
ContinuousWebJobInner.id()Returns:
logUrl
public String logUrl()
Get the logUrl property: Log URL.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
ContinuousWebJobInner.name()Returns:
runCommand
public String runCommand()
Get the runCommand property: Run command.
Returns:
settings
public Map
Get the settings property: Job settings.
Returns:
status
public ContinuousWebJobStatus status()
Get the status property: Job status.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
ContinuousWebJobInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
ContinuousWebJobInner.type()Returns:
url
public String url()
Get the url property: Job URL.
Returns:
usingSdk
public Boolean usingSdk()
Get the usingSdk property: Using SDK?.
Returns:
validate
public void validate()
Validates the instance.
Overrides:
ContinuousWebJobInner.validate()webJobType
public WebJobType webJobType()
Get the webJobType property: Job type.
Returns:
withDetailedStatus
public ContinuousWebJobInner withDetailedStatus(String detailedStatus)
Set the detailedStatus property: Detailed status.
Parameters:
Returns:
withError
public ContinuousWebJobInner withError(String error)
Set the error property: Error information.
Parameters:
Returns:
withExtraInfoUrl
public ContinuousWebJobInner withExtraInfoUrl(String extraInfoUrl)
Set the extraInfoUrl property: Extra Info URL.
Parameters:
Returns:
withKind
public ContinuousWebJobInner withKind(String kind)
Set the kind property: Kind of resource.
Overrides:
ContinuousWebJobInner.withKind(String kind)Parameters:
withLogUrl
public ContinuousWebJobInner withLogUrl(String logUrl)
Set the logUrl property: Log URL.
Parameters:
Returns:
withRunCommand
public ContinuousWebJobInner withRunCommand(String runCommand)
Set the runCommand property: Run command.
Parameters:
Returns:
withSettings
public ContinuousWebJobInner withSettings(Map
Set the settings property: Job settings.
Parameters:
Returns:
withStatus
public ContinuousWebJobInner withStatus(ContinuousWebJobStatus status)
Set the status property: Job status.
Parameters:
Returns:
withUrl
public ContinuousWebJobInner withUrl(String url)
Set the url property: Job URL.
Parameters:
Returns:
withUsingSdk
public ContinuousWebJobInner withUsingSdk(Boolean usingSdk)
Set the usingSdk property: Using SDK?.
Parameters:
Returns:
withWebJobType
public ContinuousWebJobInner withWebJobType(WebJobType webJobType)
Set the webJobType property: Job type.
Parameters:
Returns:
Applies to
Azure SDK for Java