Uses of Class
com.azure.resourcemanager.automation.models.RawGraphicalRunbookContent
Package
Description
Package containing the inner data models for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of RawGraphicalRunbookContent in com.azure.resourcemanager.automation.fluent.models
Modifier and TypeMethodDescriptionGraphicalRunbookContentInner.rawContent()
Get the rawContent property: Raw graphical Runbook content.Modifier and TypeMethodDescriptionGraphicalRunbookContentInner.withRawContent
(RawGraphicalRunbookContent rawContent) Set the rawContent property: Raw graphical Runbook content. -
Uses of RawGraphicalRunbookContent in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionGraphicalRunbookContent.rawContent()
Gets the rawContent property: Raw graphical Runbook content.RawGraphicalRunbookContent.withRunbookDefinition
(String runbookDefinition) Set the runbookDefinition property: Serialized Graphical runbook.RawGraphicalRunbookContent.withRunbookType
(GraphRunbookType runbookType) Set the runbookType property: Runbook Type.RawGraphicalRunbookContent.withSchemaVersion
(String schemaVersion) Set the schemaVersion property: Schema version of the serializer.