Class GraphicalRunbookContentInner
java.lang.Object
com.azure.resourcemanager.automation.fluent.models.GraphicalRunbookContentInner
Graphical Runbook Content.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the graphRunbookJson property: Graphical Runbook content as JSON.Get the rawContent property: Raw graphical Runbook content.void
validate()
Validates the instance.withGraphRunbookJson
(String graphRunbookJson) Set the graphRunbookJson property: Graphical Runbook content as JSON.withRawContent
(RawGraphicalRunbookContent rawContent) Set the rawContent property: Raw graphical Runbook content.
-
Constructor Details
-
GraphicalRunbookContentInner
public GraphicalRunbookContentInner()
-
-
Method Details
-
rawContent
Get the rawContent property: Raw graphical Runbook content.- Returns:
- the rawContent value.
-
withRawContent
Set the rawContent property: Raw graphical Runbook content.- Parameters:
rawContent
- the rawContent value to set.- Returns:
- the GraphicalRunbookContentInner object itself.
-
graphRunbookJson
Get the graphRunbookJson property: Graphical Runbook content as JSON.- Returns:
- the graphRunbookJson value.
-
withGraphRunbookJson
Set the graphRunbookJson property: Graphical Runbook content as JSON.- Parameters:
graphRunbookJson
- the graphRunbookJson value to set.- Returns:
- the GraphicalRunbookContentInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-