RunbookDraftUndoEditResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The response model for the undo edit runbook operation.
public class RunbookDraftUndoEditResult : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Automation.Models.RunbookDraftUndoEditResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Automation.Models.RunbookDraftUndoEditResult>
public class RunbookDraftUndoEditResult
type RunbookDraftUndoEditResult = class
interface IJsonModel<RunbookDraftUndoEditResult>
interface IPersistableModel<RunbookDraftUndoEditResult>
type RunbookDraftUndoEditResult = class
Public Class RunbookDraftUndoEditResult
Implements IJsonModel(Of RunbookDraftUndoEditResult), IPersistableModel(Of RunbookDraftUndoEditResult)
Public Class RunbookDraftUndoEditResult
- Inheritance
-
RunbookDraftUndoEditResult
- Implements
Properties
RequestId |
Gets the request id. |
StatusCode |
Gets the status code. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<RunbookDraftUndoEditResult>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<RunbookDraftUndoEditResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<RunbookDraftUndoEditResult>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<RunbookDraftUndoEditResult>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<RunbookDraftUndoEditResult>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET