RunbookAssociationProperty Class
- java.
lang. Object - com.
azure. resourcemanager. automation. models. RunbookAssociationProperty
- com.
Implements
public final class RunbookAssociationProperty
implements JsonSerializable<RunbookAssociationProperty>
The runbook property associated with the entity.
Constructor Summary
| Constructor | Description |
|---|---|
| RunbookAssociationProperty() |
Creates an instance of Runbook |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Runbook |
fromJson(JsonReader jsonReader)
Reads an instance of Runbook |
| String |
name()
Get the name property: Gets or sets the name of the runbook. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Runbook |
withName(String name)
Set the name property: Gets or sets the name of the runbook. |
Methods inherited from java.lang.Object
Constructor Details
RunbookAssociationProperty
public RunbookAssociationProperty()
Creates an instance of RunbookAssociationProperty class.
Method Details
fromJson
public static RunbookAssociationProperty fromJson(JsonReader jsonReader)
Reads an instance of RunbookAssociationProperty from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: Gets or sets the name of the runbook.
Returns:
toJson
validate
public void validate()
Validates the instance.
withName
public RunbookAssociationProperty withName(String name)
Set the name property: Gets or sets the name of the runbook.
Parameters:
Returns: