Share via


ElasticMonitoredSubscriptionProperties Class

Definition

The request to update subscriptions needed to be monitored by the Elastic monitor resource.

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

Constructors

Name Description
ElasticMonitoredSubscriptionProperties()

Initializes a new instance of ElasticMonitoredSubscriptionProperties.

Properties

Name Description
MonitoredSubscriptionList

List of subscriptions and the state of the monitoring.

Operation

The operation for the patch on the resource.

ProvisioningState

Provisioning State of the resource.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<ElasticMonitoredSubscriptionProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ElasticMonitoredSubscriptionProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ElasticMonitoredSubscriptionProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ElasticMonitoredSubscriptionProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ElasticMonitoredSubscriptionProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to