Share via


ResponseConfig Class

Definition

The status of the resource.

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

Properties

Key

Unique string.

Value

Option description.

Explicit Interface Implementations

IJsonModel<ResponseConfig>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ResponseConfig>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ResponseConfig>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ResponseConfig>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ResponseConfig>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to