Uses of Class
com.azure.resourcemanager.automation.fluent.models.RunbookDraftInner
Package
Description
Package containing the service clients for AutomationClient.
Package containing the inner data models for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of RunbookDraftInner in com.azure.resourcemanager.automation.fluent
Modifier and TypeMethodDescriptionRetrieve the runbook draft identified by runbook name.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<RunbookDraftInner>
RunbookDraftsClient.getWithResponse
(String resourceGroupName, String automationAccountName, String runbookName, com.azure.core.util.Context context) Retrieve the runbook draft identified by runbook name. -
Uses of RunbookDraftInner in com.azure.resourcemanager.automation.fluent.models
Modifier and TypeMethodDescriptionRunbookCreateOrUpdateParametersInner.draft()
Get the draft property: Gets or sets the draft runbook properties.RunbookCreateOrUpdatePropertiesInner.draft()
Get the draft property: Gets or sets the draft runbook properties.RunbookInner.draft()
Get the draft property: Gets or sets the draft runbook properties.RunbookPropertiesInner.draft()
Get the draft property: Gets or sets the draft runbook properties.RunbookDraftInner.withCreationTime
(OffsetDateTime creationTime) Set the creationTime property: Gets or sets the creation time of the runbook draft.RunbookDraftInner.withDraftContentLink
(ContentLink draftContentLink) Set the draftContentLink property: Gets or sets the draft runbook content link.RunbookDraftInner.withInEdit
(Boolean inEdit) Set the inEdit property: Gets or sets whether runbook is in edit mode.RunbookDraftInner.withLastModifiedTime
(OffsetDateTime lastModifiedTime) Set the lastModifiedTime property: Gets or sets the last modified time of the runbook draft.RunbookDraftInner.withOutputTypes
(List<String> outputTypes) Set the outputTypes property: Gets or sets the runbook output types.RunbookDraftInner.withParameters
(Map<String, RunbookParameter> parameters) Set the parameters property: Gets or sets the runbook draft parameters.Modifier and TypeMethodDescriptionRunbookCreateOrUpdateParametersInner.withDraft
(RunbookDraftInner draft) Set the draft property: Gets or sets the draft runbook properties.RunbookCreateOrUpdatePropertiesInner.withDraft
(RunbookDraftInner draft) Set the draft property: Gets or sets the draft runbook properties.RunbookInner.withDraft
(RunbookDraftInner draft) Set the draft property: Gets or sets the draft runbook properties.RunbookPropertiesInner.withDraft
(RunbookDraftInner draft) Set the draft property: Gets or sets the draft runbook properties. -
Uses of RunbookDraftInner in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionRunbookDraft.innerModel()
Gets the inner com.azure.resourcemanager.automation.fluent.models.RunbookDraftInner object.Modifier and TypeMethodDescriptionRunbook.DefinitionStages.WithDraft.withDraft
(RunbookDraftInner draft) Specifies the draft property: Gets or sets the draft runbook properties..