LoadTestingQuotaBucketDimensions Class

Definition

Dimensions for new quota request.

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

Constructors

Name Description
LoadTestingQuotaBucketDimensions()

Initializes a new instance of LoadTestingQuotaBucketDimensions.

Properties

Name Description
Location

Location dimension for new quota request of the quota bucket.

SubscriptionId

Subscription Id dimension for new quota request of the quota bucket.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<LoadTestingQuotaBucketDimensions>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<LoadTestingQuotaBucketDimensions>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LoadTestingQuotaBucketDimensions>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<LoadTestingQuotaBucketDimensions>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to