Uses of Interface
com.azure.resourcemanager.automation.models.RunbookDraft
Package
Description
Package containing the data models for AutomationClient.
-
Uses of RunbookDraft in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionRunbook.draft()
Gets the draft property: Gets or sets the draft runbook properties.RunbookCreateOrUpdateParameters.draft()
Gets the draft property: Gets or sets the draft runbook properties.RunbookCreateOrUpdateProperties.draft()
Gets the draft property: Gets or sets the draft runbook properties.RunbookProperties.draft()
Gets the draft property: Gets or sets the draft runbook properties.Retrieve the runbook draft identified by runbook name.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<RunbookDraft>
RunbookDrafts.getWithResponse
(String resourceGroupName, String automationAccountName, String runbookName, com.azure.core.util.Context context) Retrieve the runbook draft identified by runbook name.