Share via


OperationResponse Class

Definition

this is the management partner operations response.

public class OperationResponse : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ManagementPartner.Models.OperationResponse>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ManagementPartner.Models.OperationResponse>
type OperationResponse = class
    interface IJsonModel<OperationResponse>
    interface IPersistableModel<OperationResponse>
Public Class OperationResponse
Implements IJsonModel(Of OperationResponse), IPersistableModel(Of OperationResponse)
Inheritance
OperationResponse
Implements

Properties

Display

this is the operation display.

Name

this is the operation response name.

Origin

the is operation response origin information.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<OperationResponse>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<OperationResponse>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<OperationResponse>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<OperationResponse>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<OperationResponse>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to