Uses of Class
com.azure.resourcemanager.automation.fluent.models.RunbookDraftUndoEditResultInner
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 RunbookDraftUndoEditResultInner in com.azure.resourcemanager.automation.fluent
Modifier and TypeMethodDescriptionRunbookDraftsClient.undoEdit
(String resourceGroupName, String automationAccountName, String runbookName) Undo draft edit to last known published state identified by runbook name.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<RunbookDraftUndoEditResultInner>
RunbookDraftsClient.undoEditWithResponse
(String resourceGroupName, String automationAccountName, String runbookName, com.azure.core.util.Context context) Undo draft edit to last known published state identified by runbook name. -
Uses of RunbookDraftUndoEditResultInner in com.azure.resourcemanager.automation.fluent.models
Modifier and TypeMethodDescriptionRunbookDraftUndoEditResultInner.withRequestId
(String requestId) Set the requestId property: The requestId property.RunbookDraftUndoEditResultInner.withStatusCode
(HttpStatusCode statusCode) Set the statusCode property: The statusCode property. -
Uses of RunbookDraftUndoEditResultInner in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionRunbookDraftUndoEditResult.innerModel()
Gets the inner com.azure.resourcemanager.automation.fluent.models.RunbookDraftUndoEditResultInner object.