ClusterQuotaConfigurationProperties Class

Definition

Contains all settings for the cluster.

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

Constructors

ClusterQuotaConfigurationProperties()

Initializes a new instance of ClusterQuotaConfigurationProperties.

Properties

Settings

All possible Cluster settings - a collection of key/value paired settings which apply to quotas and configurations imposed on the cluster.

Explicit Interface Implementations

IJsonModel<ClusterQuotaConfigurationProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ClusterQuotaConfigurationProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ClusterQuotaConfigurationProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ClusterQuotaConfigurationProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ClusterQuotaConfigurationProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to