WorkflowEnvelopeInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. appservice. fluent. models. WorkflowEnvelopeInner
- com.
- com.
public final class WorkflowEnvelopeInner
extends ProxyResource
Workflow properties definition.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Workflow |
fromJson(JsonReader jsonReader)
Reads an instance of Workflow |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| String |
kind()
Get the kind property: The resource kind. |
| String |
location()
Get the location property: The resource location. |
| String |
name()
Get the name property: The name of the resource. |
|
Workflow |
properties()
Get the properties property: Additional workflow properties. |
|
System |
systemData()
Get the system |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
| void |
validate()
Validates the instance. |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Method Details
fromJson
public static WorkflowEnvelopeInner fromJson(JsonReader jsonReader)
Reads an instance of WorkflowEnvelopeInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
WorkflowEnvelopeInner.id()Returns:
kind
public String kind()
Get the kind property: The resource kind.
Returns:
location
public String location()
Get the location property: The resource location.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
WorkflowEnvelopeInner.name()Returns:
properties
public WorkflowEnvelopeProperties properties()
Get the properties property: Additional workflow properties.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
WorkflowEnvelopeInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
WorkflowEnvelopeInner.type()Returns:
validate
public void validate()
Validates the instance.