ElasticModelSubscriptionList Class

Definition

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

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

Constructors

ElasticModelSubscriptionList()

Initializes a new instance of ElasticModelSubscriptionList.

Properties

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

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ElasticModelSubscriptionList>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ElasticModelSubscriptionList>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ElasticModelSubscriptionList>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ElasticModelSubscriptionList>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ElasticModelSubscriptionList>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to