WorkflowSku Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. WorkflowSku
- com.
Implements
public final class WorkflowSku
implements JsonSerializable<WorkflowSku>
The sku type.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Workflow |
fromJson(JsonReader jsonReader)
Reads an instance of Workflow |
|
Workflow |
name()
Get the name property: The name. |
|
Resource |
plan()
Get the plan property: The reference to plan. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
fromJson
public static WorkflowSku fromJson(JsonReader jsonReader)
Reads an instance of WorkflowSku from the JsonReader.
Parameters:
Returns:
Throws:
name
public WorkflowSkuName name()
Get the name property: The name.
Returns:
plan
public ResourceReference plan()
Get the plan property: The reference to plan.
Returns:
toJson
validate
public void validate()
Validates the instance.