@azure/arm-playwrighttesting package
Classes
PlaywrightTestingClient |
Interfaces
Account |
An account resource |
AccountListResult |
The response of a Account list operation. |
AccountProperties |
Account properties |
AccountUpdate |
The type used for update operations of the Account. |
AccountUpdateProperties |
The updatable properties of the Account. |
Accounts |
Interface representing a Accounts. |
AccountsCreateOrUpdateHeaders |
Defines headers for Accounts_createOrUpdate operation. |
AccountsCreateOrUpdateOptionalParams |
Optional parameters. |
AccountsDeleteHeaders |
Defines headers for Accounts_delete operation. |
AccountsDeleteOptionalParams |
Optional parameters. |
AccountsGetOptionalParams |
Optional parameters. |
AccountsListByResourceGroupNextOptionalParams |
Optional parameters. |
AccountsListByResourceGroupOptionalParams |
Optional parameters. |
AccountsListBySubscriptionNextOptionalParams |
Optional parameters. |
AccountsListBySubscriptionOptionalParams |
Optional parameters. |
AccountsUpdateOptionalParams |
Optional parameters. |
ErrorAdditionalInfo |
The resource management error additional info. |
ErrorDetail |
The error detail. |
ErrorResponse |
Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). |
FreeTrialProperties |
The free-trial properties |
Operation |
Details of a REST API operation, returned from the Resource Provider Operations API |
OperationDisplay |
Localized display information for this particular operation. |
OperationListResult |
A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. |
Operations |
Interface representing a Operations. |
OperationsListNextOptionalParams |
Optional parameters. |
OperationsListOptionalParams |
Optional parameters. |
PlaywrightTestingClientOptionalParams |
Optional parameters. |
ProxyResource |
The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location |
Quota |
A quota resource |
QuotaListResult |
The response of a Quota list operation. |
QuotaProperties |
Quota properties |
Quotas |
Interface representing a Quotas. |
QuotasGetOptionalParams |
Optional parameters. |
QuotasListBySubscriptionNextOptionalParams |
Optional parameters. |
QuotasListBySubscriptionOptionalParams |
Optional parameters. |
Resource |
Common fields that are returned in the response for all Azure Resource Manager resources |
SystemData |
Metadata pertaining to creation and last modification of the resource. |
TrackedResource |
The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' |
Type Aliases
AccountsCreateOrUpdateResponse |
Contains response data for the createOrUpdate operation. |
AccountsGetResponse |
Contains response data for the get operation. |
AccountsListByResourceGroupNextResponse |
Contains response data for the listByResourceGroupNext operation. |
AccountsListByResourceGroupResponse |
Contains response data for the listByResourceGroup operation. |
AccountsListBySubscriptionNextResponse |
Contains response data for the listBySubscriptionNext operation. |
AccountsListBySubscriptionResponse |
Contains response data for the listBySubscription operation. |
AccountsUpdateResponse |
Contains response data for the update operation. |
ActionType |
Defines values for ActionType. Known values supported by the serviceInternal |
CreatedByType |
Defines values for CreatedByType. Known values supported by the serviceUser |
EnablementStatus |
Defines values for EnablementStatus. Known values supported by the serviceEnabled: The feature is Enabled. |
FreeTrialState |
Defines values for FreeTrialState. Known values supported by the serviceActive: The free-trial is Active. |
OperationsListNextResponse |
Contains response data for the listNext operation. |
OperationsListResponse |
Contains response data for the list operation. |
Origin |
Defines values for Origin. Known values supported by the serviceuser |
ProvisioningState |
Defines values for ProvisioningState. Known values supported by the serviceSucceeded: Resource has been created. |
QuotaNames |
Defines values for QuotaNames. Known values supported by the serviceScalableExecution: The quota details for scalable execution feature. When enabled, Playwright client workers can connect to cloud-hosted browsers. This can increase the number of parallel workers for a test run, significantly minimizing test completion durations. |
QuotasGetResponse |
Contains response data for the get operation. |
QuotasListBySubscriptionNextResponse |
Contains response data for the listBySubscriptionNext operation. |
QuotasListBySubscriptionResponse |
Contains response data for the listBySubscription operation. |
Enums
KnownActionType |
Known values of ActionType that the service accepts. |
KnownCreatedByType |
Known values of CreatedByType that the service accepts. |
KnownEnablementStatus |
Known values of EnablementStatus that the service accepts. |
KnownFreeTrialState |
Known values of FreeTrialState that the service accepts. |
KnownOrigin |
Known values of Origin that the service accepts. |
KnownProvisioningState |
Known values of ProvisioningState that the service accepts. |
KnownQuotaNames |
Known values of QuotaNames that the service accepts. |
Functions
get |
Given the last |
Function Details
getContinuationToken(unknown)
Given the last .value
produced by the byPage
iterator,
returns a continuation token that can be used to begin paging from
that point later.
function getContinuationToken(page: unknown): string | undefined
Parameters
- page
-
unknown
An object from accessing value
on the IteratorResult from a byPage
iterator.
Returns
string | undefined
The continuation token that can be passed into byPage() during future calls.
Azure SDK for JavaScript