NewRelicAppServicesGetContent Class

Definition

Request of a app services get Operation.

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

Constructors

NewRelicAppServicesGetContent(String)

Initializes a new instance of NewRelicAppServicesGetContent.

Properties

AzureResourceIds

Azure resource IDs.

UserEmail

User Email.

Explicit Interface Implementations

IJsonModel<NewRelicAppServicesGetContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NewRelicAppServicesGetContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NewRelicAppServicesGetContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NewRelicAppServicesGetContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NewRelicAppServicesGetContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to