Share via


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>
public class LoadTestingQuotaBucketDimensions
type LoadTestingQuotaBucketDimensions = class
    interface IJsonModel<LoadTestingQuotaBucketDimensions>
    interface IPersistableModel<LoadTestingQuotaBucketDimensions>
type LoadTestingQuotaBucketDimensions = class
Public Class LoadTestingQuotaBucketDimensions
Implements IJsonModel(Of LoadTestingQuotaBucketDimensions), IPersistableModel(Of LoadTestingQuotaBucketDimensions)
Public Class LoadTestingQuotaBucketDimensions
Inheritance
LoadTestingQuotaBucketDimensions
Implements

Constructors

LoadTestingQuotaBucketDimensions()

Initializes a new instance of LoadTestingQuotaBucketDimensions.

Properties

Location

Location dimension for new quota request of the quota bucket.

SubscriptionId

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

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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