Delen via


NewRelicHostsGetContent Class

Definition

Request of a Hosts get Operation.

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

Constructors

NewRelicHostsGetContent(String)

Initializes a new instance of NewRelicHostsGetContent.

Properties

UserEmail

User Email.

VmIds

VM resource IDs.

Explicit Interface Implementations

IJsonModel<NewRelicHostsGetContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NewRelicHostsGetContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NewRelicHostsGetContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NewRelicHostsGetContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NewRelicHostsGetContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to