Class RawGraphicalRunbookContent
java.lang.Object
com.azure.resourcemanager.automation.models.RawGraphicalRunbookContent
Raw Graphical Runbook content.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the runbookDefinition property: Serialized Graphical runbook.Get the runbookType property: Runbook Type.Get the schemaVersion property: Schema version of the serializer.void
validate()
Validates the instance.withRunbookDefinition
(String runbookDefinition) Set the runbookDefinition property: Serialized Graphical runbook.withRunbookType
(GraphRunbookType runbookType) Set the runbookType property: Runbook Type.withSchemaVersion
(String schemaVersion) Set the schemaVersion property: Schema version of the serializer.
-
Constructor Details
-
RawGraphicalRunbookContent
public RawGraphicalRunbookContent()
-
-
Method Details
-
schemaVersion
Get the schemaVersion property: Schema version of the serializer.- Returns:
- the schemaVersion value.
-
withSchemaVersion
Set the schemaVersion property: Schema version of the serializer.- Parameters:
schemaVersion
- the schemaVersion value to set.- Returns:
- the RawGraphicalRunbookContent object itself.
-
runbookDefinition
Get the runbookDefinition property: Serialized Graphical runbook.- Returns:
- the runbookDefinition value.
-
withRunbookDefinition
Set the runbookDefinition property: Serialized Graphical runbook.- Parameters:
runbookDefinition
- the runbookDefinition value to set.- Returns:
- the RawGraphicalRunbookContent object itself.
-
runbookType
Get the runbookType property: Runbook Type.- Returns:
- the runbookType value.
-
withRunbookType
Set the runbookType property: Runbook Type.- Parameters:
runbookType
- the runbookType value to set.- Returns:
- the RawGraphicalRunbookContent object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-