Udostępnij za pośrednictwem


PlaywrightTestingQuotaProperties Class

Definition

The subscription quota resource properties.

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

Properties

FreeTrial

The subscription quota resource free-trial properties.

OfferingType

Indicates the offering type for the subscription.

ProvisioningState

The status of the last operation.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<PlaywrightTestingQuotaProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PlaywrightTestingQuotaProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PlaywrightTestingQuotaProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PlaywrightTestingQuotaProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PlaywrightTestingQuotaProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to