Share via


PlaywrightQuotaProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.playwright.models.PlaywrightQuotaProperties

Implements

public final class PlaywrightQuotaProperties
implements JsonSerializable<PlaywrightQuotaProperties>

Subscription-level location-based Playwright quota resource properties.

Method Summary

Modifier and Type Method and Description
FreeTrialProperties freeTrial()

Get the freeTrial property: The subscription-level location-based Playwright quota free trial properties.

static PlaywrightQuotaProperties fromJson(JsonReader jsonReader)

Reads an instance of PlaywrightQuotaProperties from the JsonReader.

ProvisioningState provisioningState()

Get the provisioningState property: The status of the last resource operation.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Method Details

freeTrial

public FreeTrialProperties freeTrial()

Get the freeTrial property: The subscription-level location-based Playwright quota free trial properties.

Returns:

the freeTrial value.

fromJson

public static PlaywrightQuotaProperties fromJson(JsonReader jsonReader)

Reads an instance of PlaywrightQuotaProperties from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of PlaywrightQuotaProperties if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the PlaywrightQuotaProperties.

provisioningState

public ProvisioningState provisioningState()

Get the provisioningState property: The status of the last resource operation.

Returns:

the provisioningState value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to