Share via


NewRelicConnectedPartnerResourceInfo Class

Definition

Connected Partner Resources List Format.

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

Properties

Properties

Connected Partner Resource Properties.

Explicit Interface Implementations

IJsonModel<NewRelicConnectedPartnerResourceInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NewRelicConnectedPartnerResourceInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NewRelicConnectedPartnerResourceInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NewRelicConnectedPartnerResourceInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NewRelicConnectedPartnerResourceInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to