FreeTrialProperties Class
- java.
lang. Object - com.
azure. resourcemanager. playwright. models. FreeTrialProperties
- com.
Implements
public final class FreeTrialProperties
implements JsonSerializable<FreeTrialProperties>
Subscription-level location-based Playwright quota free trial properties.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Free |
fromJson(JsonReader jsonReader)
Reads an instance of Free |
|
Free |
state()
Get the state property: The free trial state. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
| String |
workspaceId()
Get the workspace |
Methods inherited from java.lang.Object
Method Details
fromJson
public static FreeTrialProperties fromJson(JsonReader jsonReader)
Reads an instance of FreeTrialProperties from the JsonReader.
Parameters:
Returns:
Throws:
state
public FreeTrialState state()
Get the state property: The free trial state.
Returns:
toJson
validate
public void validate()
Validates the instance.
workspaceId
public String workspaceId()
Get the workspaceId property: The workspace ID in GUID format that has free trial enabled in the subscription.
Returns: