Interface GraphicalRunbookContent
public interface GraphicalRunbookContent
An immutable client-side representation of GraphicalRunbookContent.
-
Method Summary
Modifier and TypeMethodDescriptionGets the graphRunbookJson property: Graphical Runbook content as JSON.Gets the inner com.azure.resourcemanager.automation.fluent.models.GraphicalRunbookContentInner object.Gets the rawContent property: Raw graphical Runbook content.
-
Method Details
-
rawContent
RawGraphicalRunbookContent rawContent()Gets the rawContent property: Raw graphical Runbook content.- Returns:
- the rawContent value.
-
graphRunbookJson
String graphRunbookJson()Gets the graphRunbookJson property: Graphical Runbook content as JSON.- Returns:
- the graphRunbookJson value.
-
innerModel
GraphicalRunbookContentInner innerModel()Gets the inner com.azure.resourcemanager.automation.fluent.models.GraphicalRunbookContentInner object.- Returns:
- the inner object.
-