NewRelicObservabilityUserInfo Class

Definition

User Info of NewRelic Monitor resource.

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

Constructors

NewRelicObservabilityUserInfo()

Initializes a new instance of NewRelicObservabilityUserInfo.

Properties

Country

country if user.

EmailAddress

User Email.

FirstName

First name.

LastName

Last name.

PhoneNumber

Contact phone number.

Explicit Interface Implementations

IJsonModel<NewRelicObservabilityUserInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NewRelicObservabilityUserInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NewRelicObservabilityUserInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NewRelicObservabilityUserInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NewRelicObservabilityUserInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to