Delen via


StreamAnalyticsSubscriptionQuota Class

Definition

Describes the current quota for the subscription.

public class StreamAnalyticsSubscriptionQuota : Azure.ResourceManager.StreamAnalytics.Models.StreamAnalyticsSubResource, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.StreamAnalytics.Models.StreamAnalyticsSubscriptionQuota>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.StreamAnalytics.Models.StreamAnalyticsSubscriptionQuota>
public class StreamAnalyticsSubscriptionQuota : Azure.ResourceManager.StreamAnalytics.Models.StreamAnalyticsSubResource
type StreamAnalyticsSubscriptionQuota = class
    inherit StreamAnalyticsSubResource
    interface IJsonModel<StreamAnalyticsSubscriptionQuota>
    interface IPersistableModel<StreamAnalyticsSubscriptionQuota>
type StreamAnalyticsSubscriptionQuota = class
    inherit StreamAnalyticsSubResource
Public Class StreamAnalyticsSubscriptionQuota
Inherits StreamAnalyticsSubResource
Implements IJsonModel(Of StreamAnalyticsSubscriptionQuota), IPersistableModel(Of StreamAnalyticsSubscriptionQuota)
Public Class StreamAnalyticsSubscriptionQuota
Inherits StreamAnalyticsSubResource
Inheritance
StreamAnalyticsSubscriptionQuota
Implements

Constructors

StreamAnalyticsSubscriptionQuota()

Initializes a new instance of StreamAnalyticsSubscriptionQuota.

Properties

CurrentCount

The current usage of this resource.

Id

Resource Id.

(Inherited from StreamAnalyticsSubResource)
MaxCount

The max permitted usage of this resource.

Name

Resource name.

(Inherited from StreamAnalyticsSubResource)
ResourceType

Resource type.

(Inherited from StreamAnalyticsSubResource)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<StreamAnalyticsSubResource>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from StreamAnalyticsSubResource)
IJsonModel<StreamAnalyticsSubResource>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from StreamAnalyticsSubResource)
IJsonModel<StreamAnalyticsSubscriptionQuota>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<StreamAnalyticsSubscriptionQuota>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StreamAnalyticsSubResource>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from StreamAnalyticsSubResource)
IPersistableModel<StreamAnalyticsSubResource>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from StreamAnalyticsSubResource)
IPersistableModel<StreamAnalyticsSubResource>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from StreamAnalyticsSubResource)
IPersistableModel<StreamAnalyticsSubscriptionQuota>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StreamAnalyticsSubscriptionQuota>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<StreamAnalyticsSubscriptionQuota>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to