ConnectedPartnerResourcesListFormat Class

Definition

Connected Partner Resources List Format.

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

Properties

Properties

Connected Partner Resource Properties.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ConnectedPartnerResourcesListFormat>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ConnectedPartnerResourcesListFormat>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConnectedPartnerResourcesListFormat>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConnectedPartnerResourcesListFormat>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ConnectedPartnerResourcesListFormat>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to