Interface RunbookDraftUndoEditResult
public interface RunbookDraftUndoEditResult
An immutable client-side representation of RunbookDraftUndoEditResult.
-
Method Summary
Modifier and TypeMethodDescriptionGets the inner com.azure.resourcemanager.automation.fluent.models.RunbookDraftUndoEditResultInner object.Gets the requestId property: The requestId property.Gets the statusCode property: The statusCode property.
-
Method Details
-
statusCode
HttpStatusCode statusCode()Gets the statusCode property: The statusCode property.- Returns:
- the statusCode value.
-
requestId
String requestId()Gets the requestId property: The requestId property.- Returns:
- the requestId value.
-
innerModel
RunbookDraftUndoEditResultInner innerModel()Gets the inner com.azure.resourcemanager.automation.fluent.models.RunbookDraftUndoEditResultInner object.- Returns:
- the inner object.
-