Uses of Class
com.azure.resourcemanager.automation.models.RawGraphicalRunbookContent
Packages that use 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
Methods in com.azure.resourcemanager.automation.fluent.models that return RawGraphicalRunbookContentModifier and TypeMethodDescriptionGraphicalRunbookContentInner.rawContent()
Get the rawContent property: Raw graphical Runbook content.Methods in com.azure.resourcemanager.automation.fluent.models with parameters of type RawGraphicalRunbookContentModifier and TypeMethodDescriptionGraphicalRunbookContentInner.withRawContent
(RawGraphicalRunbookContent rawContent) Set the rawContent property: Raw graphical Runbook content. -
Uses of RawGraphicalRunbookContent in com.azure.resourcemanager.automation.models
Methods in com.azure.resourcemanager.automation.models that return RawGraphicalRunbookContentModifier and TypeMethodDescriptionstatic RawGraphicalRunbookContent
RawGraphicalRunbookContent.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of RawGraphicalRunbookContent from the JsonReader.GraphicalRunbookContent.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.