NewRelicMonitorResourcePatch Class

Definition

The type used for update operations of the NewRelicMonitorResource.

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

Constructors

NewRelicMonitorResourcePatch()

Initializes a new instance of NewRelicMonitorResourcePatch.

Properties

AccountCreationSource

Source of account creation.

Identity

The managed service identities assigned to this resource.

NewRelicAccountProperties

MarketplaceSubscriptionStatus of the resource.

OrgCreationSource

Source of org creation.

PlanData

Plan details.

Tags

Resource tags.

UserInfo

User Info.

Explicit Interface Implementations

IJsonModel<NewRelicMonitorResourcePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NewRelicMonitorResourcePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NewRelicMonitorResourcePatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NewRelicMonitorResourcePatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NewRelicMonitorResourcePatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to