Udostępnij za pośrednictwem


ConnectedPartnerResourceInfo Class

Definition

Connected Partner Resources List Format.

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

Properties

Properties

Connected Partner Resource Properties.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ConnectedPartnerResourceInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ConnectedPartnerResourceInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConnectedPartnerResourceInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConnectedPartnerResourceInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ConnectedPartnerResourceInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to