ServiceAccountCallRateLimit Class

Definition

The call rate limit Cognitive Services account.

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

Properties

Count

The count value of Call Rate Limit.

RenewalPeriod

The renewal period in seconds of Call Rate Limit.

Rules

Gets the rules.

Explicit Interface Implementations

IJsonModel<ServiceAccountCallRateLimit>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ServiceAccountCallRateLimit>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ServiceAccountCallRateLimit>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ServiceAccountCallRateLimit>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ServiceAccountCallRateLimit>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to