@azure/arm-playwright package
Classes
| PlaywrightManagementClient |
Interfaces
| CheckNameAvailabilityRequest |
The check availability request body. |
| CheckNameAvailabilityResponse |
The check availability result. |
| 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. |
| FreeTrialProperties |
Subscription-level location-based Playwright quota free trial properties. |
| Operation |
Details of a REST API operation, returned from the Resource Provider Operations API |
| OperationDisplay |
Localized display information for and operation. |
| OperationsListOptionalParams |
Optional parameters. |
| OperationsOperations |
Interface representing a Operations operations. |
| PageSettings |
Options for the byPage method |
| PagedAsyncIterableIterator |
An interface that allows async iterable iteration both to completion and by page. |
| PlaywrightManagementClientOptionalParams |
Optional parameters for the client. |
| PlaywrightQuota |
Subscription-level location-based Playwright quota resource. |
| PlaywrightQuotaProperties |
Subscription-level location-based Playwright quota resource properties. |
| PlaywrightQuotasGetOptionalParams |
Optional parameters. |
| PlaywrightQuotasListBySubscriptionOptionalParams |
Optional parameters. |
| PlaywrightQuotasOperations |
Interface representing a PlaywrightQuotas operations. |
| PlaywrightWorkspace |
Playwright workspace resource. |
| PlaywrightWorkspaceFreeTrialProperties |
Playwright workspace quota free trial properties. |
| PlaywrightWorkspaceProperties |
Playwright workspace resource properties. |
| PlaywrightWorkspaceQuota |
Playwright workspace quota resource. |
| PlaywrightWorkspaceQuotaProperties |
Playwright workspace quota resource properties. |
| PlaywrightWorkspaceQuotasGetOptionalParams |
Optional parameters. |
| PlaywrightWorkspaceQuotasListByPlaywrightWorkspaceOptionalParams |
Optional parameters. |
| PlaywrightWorkspaceQuotasOperations |
Interface representing a PlaywrightWorkspaceQuotas operations. |
| PlaywrightWorkspaceUpdate |
The type used for update operations of the PlaywrightWorkspace. |
| PlaywrightWorkspaceUpdateProperties |
The updatable properties of the PlaywrightWorkspace. |
| PlaywrightWorkspacesCheckNameAvailabilityOptionalParams |
Optional parameters. |
| PlaywrightWorkspacesCreateOrUpdateOptionalParams |
Optional parameters. |
| PlaywrightWorkspacesDeleteOptionalParams |
Optional parameters. |
| PlaywrightWorkspacesGetOptionalParams |
Optional parameters. |
| PlaywrightWorkspacesListByResourceGroupOptionalParams |
Optional parameters. |
| PlaywrightWorkspacesListBySubscriptionOptionalParams |
Optional parameters. |
| PlaywrightWorkspacesOperations |
Interface representing a PlaywrightWorkspaces operations. |
| PlaywrightWorkspacesUpdateOptionalParams |
Optional parameters. |
| ProxyResource |
The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location |
| Resource |
Common fields that are returned in the response for all Azure Resource Manager resources |
| RestorePollerOptions | |
| 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
| ActionType |
Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. Known values supported by the serviceInternal: Actions are for internal-only APIs. |
| AzureSupportedClouds |
The supported values for cloud setting as a string literal type |
| CheckNameAvailabilityReason |
Possible reasons for a name not being available. Known values supported by the serviceInvalid: Name is invalid. |
| ContinuablePage |
An interface that describes a page of results. |
| CreatedByType |
The kind of entity that created the resource. Known values supported by the serviceUser: The entity was created by a user. |
| EnablementStatus |
The enablement status of a feature. Known values supported by the serviceEnabled: The feature is enabled. |
| FreeTrialState |
The free trial state. Known values supported by the serviceActive: The free trial is active and available for use. |
| Origin |
The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" Known values supported by the serviceuser: Indicates the operation is initiated by a user. |
| ProvisioningState |
The status of the last resource operation. Known values supported by the serviceSucceeded: Resource has been created. |
| QuotaName |
Available Playwright quota types. Known values supported by the serviceExecutionMinutes: Quota for execution duration in minutes. |
Enums
| AzureClouds |
An enum to describe Azure Cloud. |
| KnownActionType |
Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. |
| KnownCheckNameAvailabilityReason |
Possible reasons for a name not being available. |
| KnownCreatedByType |
The kind of entity that created the resource. |
| KnownEnablementStatus |
The enablement status of a feature. |
| KnownFreeTrialState |
The free trial state. |
| KnownOrigin |
The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" |
| KnownProvisioningState |
The status of the last resource operation. |
| KnownQuotaName |
Available Playwright quota types. |
| KnownVersions |
Available versions of the Playwright Service Management API. |
Functions
| restore |
Creates a poller from the serialized state of another poller. This can be useful when you want to create pollers on a different host or a poller needs to be constructed after the original one is not in scope. |
Function Details
restorePoller<TResponse, TResult>(PlaywrightManagementClient, string, (args: any[]) => PollerLike<OperationState<TResult>, TResult>, RestorePollerOptions<TResult, PathUncheckedResponse>)
Creates a poller from the serialized state of another poller. This can be useful when you want to create pollers on a different host or a poller needs to be constructed after the original one is not in scope.
function restorePoller<TResponse, TResult>(client: PlaywrightManagementClient, serializedState: string, sourceOperation: (args: any[]) => PollerLike<OperationState<TResult>, TResult>, options?: RestorePollerOptions<TResult, PathUncheckedResponse>): PollerLike<OperationState<TResult>, TResult>
Parameters
- client
- PlaywrightManagementClient
- serializedState
-
string
- sourceOperation
-
(args: any[]) => PollerLike<OperationState<TResult>, TResult>
- options
-
RestorePollerOptions<TResult, PathUncheckedResponse>
Returns
PollerLike<OperationState<TResult>, TResult>