Interface RunbookDraft
public interface RunbookDraft
An immutable client-side representation of RunbookDraft.
-
Method Summary
Modifier and TypeMethodDescriptionGets the creationTime property: Gets or sets the creation time of the runbook draft.Gets the draftContentLink property: Gets or sets the draft runbook content link.inEdit()
Gets the inEdit property: Gets or sets whether runbook is in edit mode.Gets the inner com.azure.resourcemanager.automation.fluent.models.RunbookDraftInner object.Gets the lastModifiedTime property: Gets or sets the last modified time of the runbook draft.Gets the outputTypes property: Gets or sets the runbook output types.Gets the parameters property: Gets or sets the runbook draft parameters.
-
Method Details
-
inEdit
Boolean inEdit()Gets the inEdit property: Gets or sets whether runbook is in edit mode.- Returns:
- the inEdit value.
-
draftContentLink
ContentLink draftContentLink()Gets the draftContentLink property: Gets or sets the draft runbook content link.- Returns:
- the draftContentLink value.
-
creationTime
OffsetDateTime creationTime()Gets the creationTime property: Gets or sets the creation time of the runbook draft.- Returns:
- the creationTime value.
-
lastModifiedTime
OffsetDateTime lastModifiedTime()Gets the lastModifiedTime property: Gets or sets the last modified time of the runbook draft.- Returns:
- the lastModifiedTime value.
-
parameters
Map<String,RunbookParameter> parameters()Gets the parameters property: Gets or sets the runbook draft parameters.- Returns:
- the parameters value.
-
outputTypes
Gets the outputTypes property: Gets or sets the runbook output types.- Returns:
- the outputTypes value.
-
innerModel
RunbookDraftInner innerModel()Gets the inner com.azure.resourcemanager.automation.fluent.models.RunbookDraftInner object.- Returns:
- the inner object.
-