@azure/arm-playwright 1.0.0-beta.1 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/browser/api/operations/operations.d.ts +1 -1
- package/dist/browser/api/operations/operations.js +9 -4
- package/dist/browser/api/operations/operations.js.map +1 -1
- package/dist/browser/api/playwrightManagementContext.d.ts +5 -2
- package/dist/browser/api/playwrightManagementContext.js +19 -12
- package/dist/browser/api/playwrightManagementContext.js.map +1 -1
- package/dist/browser/api/playwrightQuotas/operations.d.ts +3 -3
- package/dist/browser/api/playwrightQuotas/operations.js +19 -9
- package/dist/browser/api/playwrightQuotas/operations.js.map +1 -1
- package/dist/browser/api/playwrightWorkspaceQuotas/operations.d.ts +3 -3
- package/dist/browser/api/playwrightWorkspaceQuotas/operations.js +19 -9
- package/dist/browser/api/playwrightWorkspaceQuotas/operations.js.map +1 -1
- package/dist/browser/api/playwrightWorkspaces/operations.d.ts +4 -4
- package/dist/browser/api/playwrightWorkspaces/operations.js +66 -31
- package/dist/browser/api/playwrightWorkspaces/operations.js.map +1 -1
- package/dist/browser/classic/operations/index.d.ts +1 -1
- package/dist/browser/classic/operations/index.js +3 -1
- package/dist/browser/classic/operations/index.js.map +1 -1
- package/dist/browser/classic/playwrightQuotas/index.d.ts +3 -3
- package/dist/browser/classic/playwrightQuotas/index.js +3 -1
- package/dist/browser/classic/playwrightQuotas/index.js.map +1 -1
- package/dist/browser/classic/playwrightWorkspaceQuotas/index.d.ts +3 -3
- package/dist/browser/classic/playwrightWorkspaceQuotas/index.js +3 -1
- package/dist/browser/classic/playwrightWorkspaceQuotas/index.js.map +1 -1
- package/dist/browser/classic/playwrightWorkspaces/index.d.ts +4 -4
- package/dist/browser/classic/playwrightWorkspaces/index.js +3 -1
- package/dist/browser/classic/playwrightWorkspaces/index.js.map +1 -1
- package/dist/browser/index.d.ts +2 -0
- package/dist/browser/index.js +2 -0
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/models/models.d.ts +41 -39
- package/dist/browser/models/models.js +14 -13
- package/dist/browser/models/models.js.map +1 -1
- package/dist/browser/playwrightManagementClient.d.ts +4 -4
- package/dist/browser/playwrightManagementClient.js +19 -6
- package/dist/browser/playwrightManagementClient.js.map +1 -1
- package/dist/browser/restorePollerHelpers.js +12 -14
- package/dist/browser/restorePollerHelpers.js.map +1 -1
- package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +13 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js +29 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.js +31 -50
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -1
- package/dist/browser/static-helpers/pollingHelpers.js +14 -11
- package/dist/browser/static-helpers/pollingHelpers.js.map +1 -1
- package/dist/browser/static-helpers/urlTemplate.js +4 -3
- package/dist/browser/static-helpers/urlTemplate.js.map +1 -1
- package/dist/commonjs/api/operations/operations.d.ts +1 -1
- package/dist/commonjs/api/operations/operations.js +9 -4
- package/dist/commonjs/api/operations/operations.js.map +1 -1
- package/dist/commonjs/api/playwrightManagementContext.d.ts +5 -2
- package/dist/commonjs/api/playwrightManagementContext.js +19 -12
- package/dist/commonjs/api/playwrightManagementContext.js.map +1 -1
- package/dist/commonjs/api/playwrightQuotas/operations.d.ts +3 -3
- package/dist/commonjs/api/playwrightQuotas/operations.js +19 -9
- package/dist/commonjs/api/playwrightQuotas/operations.js.map +1 -1
- package/dist/commonjs/api/playwrightWorkspaceQuotas/operations.d.ts +3 -3
- package/dist/commonjs/api/playwrightWorkspaceQuotas/operations.js +19 -9
- package/dist/commonjs/api/playwrightWorkspaceQuotas/operations.js.map +1 -1
- package/dist/commonjs/api/playwrightWorkspaces/operations.d.ts +4 -4
- package/dist/commonjs/api/playwrightWorkspaces/operations.js +66 -31
- package/dist/commonjs/api/playwrightWorkspaces/operations.js.map +1 -1
- package/dist/commonjs/classic/operations/index.d.ts +1 -1
- package/dist/commonjs/classic/operations/index.js +3 -1
- package/dist/commonjs/classic/operations/index.js.map +1 -1
- package/dist/commonjs/classic/playwrightQuotas/index.d.ts +3 -3
- package/dist/commonjs/classic/playwrightQuotas/index.js +3 -1
- package/dist/commonjs/classic/playwrightQuotas/index.js.map +1 -1
- package/dist/commonjs/classic/playwrightWorkspaceQuotas/index.d.ts +3 -3
- package/dist/commonjs/classic/playwrightWorkspaceQuotas/index.js +3 -1
- package/dist/commonjs/classic/playwrightWorkspaceQuotas/index.js.map +1 -1
- package/dist/commonjs/classic/playwrightWorkspaces/index.d.ts +4 -4
- package/dist/commonjs/classic/playwrightWorkspaces/index.js +3 -1
- package/dist/commonjs/classic/playwrightWorkspaces/index.js.map +1 -1
- package/dist/commonjs/index.d.ts +2 -0
- package/dist/commonjs/index.js +3 -1
- package/dist/commonjs/index.js.map +1 -1
- package/dist/commonjs/models/models.d.ts +41 -39
- package/dist/commonjs/models/models.js +14 -13
- package/dist/commonjs/models/models.js.map +1 -1
- package/dist/commonjs/playwrightManagementClient.d.ts +4 -4
- package/dist/commonjs/playwrightManagementClient.js +23 -10
- package/dist/commonjs/playwrightManagementClient.js.map +1 -1
- package/dist/commonjs/restorePollerHelpers.js +12 -14
- package/dist/commonjs/restorePollerHelpers.js.map +1 -1
- package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +13 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js +33 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js +31 -50
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +1 -1
- package/dist/commonjs/static-helpers/pollingHelpers.js +14 -11
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +1 -1
- package/dist/commonjs/static-helpers/urlTemplate.js +4 -3
- package/dist/commonjs/static-helpers/urlTemplate.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +11 -11
- package/dist/esm/api/operations/operations.d.ts +1 -1
- package/dist/esm/api/operations/operations.js +9 -4
- package/dist/esm/api/operations/operations.js.map +1 -1
- package/dist/esm/api/playwrightManagementContext.d.ts +5 -2
- package/dist/esm/api/playwrightManagementContext.js +19 -12
- package/dist/esm/api/playwrightManagementContext.js.map +1 -1
- package/dist/esm/api/playwrightQuotas/operations.d.ts +3 -3
- package/dist/esm/api/playwrightQuotas/operations.js +19 -9
- package/dist/esm/api/playwrightQuotas/operations.js.map +1 -1
- package/dist/esm/api/playwrightWorkspaceQuotas/operations.d.ts +3 -3
- package/dist/esm/api/playwrightWorkspaceQuotas/operations.js +19 -9
- package/dist/esm/api/playwrightWorkspaceQuotas/operations.js.map +1 -1
- package/dist/esm/api/playwrightWorkspaces/operations.d.ts +4 -4
- package/dist/esm/api/playwrightWorkspaces/operations.js +66 -31
- package/dist/esm/api/playwrightWorkspaces/operations.js.map +1 -1
- package/dist/esm/classic/operations/index.d.ts +1 -1
- package/dist/esm/classic/operations/index.js +3 -1
- package/dist/esm/classic/operations/index.js.map +1 -1
- package/dist/esm/classic/playwrightQuotas/index.d.ts +3 -3
- package/dist/esm/classic/playwrightQuotas/index.js +3 -1
- package/dist/esm/classic/playwrightQuotas/index.js.map +1 -1
- package/dist/esm/classic/playwrightWorkspaceQuotas/index.d.ts +3 -3
- package/dist/esm/classic/playwrightWorkspaceQuotas/index.js +3 -1
- package/dist/esm/classic/playwrightWorkspaceQuotas/index.js.map +1 -1
- package/dist/esm/classic/playwrightWorkspaces/index.d.ts +4 -4
- package/dist/esm/classic/playwrightWorkspaces/index.js +3 -1
- package/dist/esm/classic/playwrightWorkspaces/index.js.map +1 -1
- package/dist/esm/index.d.ts +2 -0
- package/dist/esm/index.js +2 -0
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/models/models.d.ts +41 -39
- package/dist/esm/models/models.js +14 -13
- package/dist/esm/models/models.js.map +1 -1
- package/dist/esm/playwrightManagementClient.d.ts +4 -4
- package/dist/esm/playwrightManagementClient.js +19 -6
- package/dist/esm/playwrightManagementClient.js.map +1 -1
- package/dist/esm/restorePollerHelpers.js +12 -14
- package/dist/esm/restorePollerHelpers.js.map +1 -1
- package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +13 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js +29 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pagingHelpers.js +31 -50
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -1
- package/dist/esm/static-helpers/pollingHelpers.js +14 -11
- package/dist/esm/static-helpers/pollingHelpers.js.map +1 -1
- package/dist/esm/static-helpers/urlTemplate.js +4 -3
- package/dist/esm/static-helpers/urlTemplate.js.map +1 -1
- package/dist/react-native/api/operations/operations.d.ts +1 -1
- package/dist/react-native/api/operations/operations.js +9 -4
- package/dist/react-native/api/operations/operations.js.map +1 -1
- package/dist/react-native/api/playwrightManagementContext.d.ts +5 -2
- package/dist/react-native/api/playwrightManagementContext.js +19 -12
- package/dist/react-native/api/playwrightManagementContext.js.map +1 -1
- package/dist/react-native/api/playwrightQuotas/operations.d.ts +3 -3
- package/dist/react-native/api/playwrightQuotas/operations.js +19 -9
- package/dist/react-native/api/playwrightQuotas/operations.js.map +1 -1
- package/dist/react-native/api/playwrightWorkspaceQuotas/operations.d.ts +3 -3
- package/dist/react-native/api/playwrightWorkspaceQuotas/operations.js +19 -9
- package/dist/react-native/api/playwrightWorkspaceQuotas/operations.js.map +1 -1
- package/dist/react-native/api/playwrightWorkspaces/operations.d.ts +4 -4
- package/dist/react-native/api/playwrightWorkspaces/operations.js +66 -31
- package/dist/react-native/api/playwrightWorkspaces/operations.js.map +1 -1
- package/dist/react-native/classic/operations/index.d.ts +1 -1
- package/dist/react-native/classic/operations/index.js +3 -1
- package/dist/react-native/classic/operations/index.js.map +1 -1
- package/dist/react-native/classic/playwrightQuotas/index.d.ts +3 -3
- package/dist/react-native/classic/playwrightQuotas/index.js +3 -1
- package/dist/react-native/classic/playwrightQuotas/index.js.map +1 -1
- package/dist/react-native/classic/playwrightWorkspaceQuotas/index.d.ts +3 -3
- package/dist/react-native/classic/playwrightWorkspaceQuotas/index.js +3 -1
- package/dist/react-native/classic/playwrightWorkspaceQuotas/index.js.map +1 -1
- package/dist/react-native/classic/playwrightWorkspaces/index.d.ts +4 -4
- package/dist/react-native/classic/playwrightWorkspaces/index.js +3 -1
- package/dist/react-native/classic/playwrightWorkspaces/index.js.map +1 -1
- package/dist/react-native/index.d.ts +2 -0
- package/dist/react-native/index.js +2 -0
- package/dist/react-native/index.js.map +1 -1
- package/dist/react-native/models/models.d.ts +41 -39
- package/dist/react-native/models/models.js +14 -13
- package/dist/react-native/models/models.js.map +1 -1
- package/dist/react-native/playwrightManagementClient.d.ts +4 -4
- package/dist/react-native/playwrightManagementClient.js +19 -6
- package/dist/react-native/playwrightManagementClient.js.map +1 -1
- package/dist/react-native/restorePollerHelpers.js +12 -14
- package/dist/react-native/restorePollerHelpers.js.map +1 -1
- package/dist/react-native/static-helpers/cloudSettingHelpers.d.ts +13 -0
- package/dist/react-native/static-helpers/cloudSettingHelpers.js +29 -0
- package/dist/react-native/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/pagingHelpers.js +31 -50
- package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -1
- package/dist/react-native/static-helpers/pollingHelpers.js +14 -11
- package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -1
- package/dist/react-native/static-helpers/urlTemplate.js +4 -3
- package/dist/react-native/static-helpers/urlTemplate.js.map +1 -1
- package/package.json +40 -42
- package/CHANGELOG.md +0 -7
- package/review/arm-playwright-api-operations.api.md +0 -19
- package/review/arm-playwright-api-playwrightQuotas.api.md +0 -26
- package/review/arm-playwright-api-playwrightWorkspaceQuotas.api.md +0 -26
- package/review/arm-playwright-api-playwrightWorkspaces.api.md +0 -65
- package/review/arm-playwright-api.api.md +0 -27
- package/review/arm-playwright-models.api.md +0 -232
- package/review/arm-playwright.api.md +0 -361
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
## API Report File for "@azure/arm-playwright"
|
|
2
|
-
|
|
3
|
-
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
-
|
|
5
|
-
```ts
|
|
6
|
-
|
|
7
|
-
import { Client } from '@azure-rest/core-client';
|
|
8
|
-
import { OperationOptions } from '@azure-rest/core-client';
|
|
9
|
-
import { OperationState } from '@azure/core-lro';
|
|
10
|
-
import { PollerLike } from '@azure/core-lro';
|
|
11
|
-
|
|
12
|
-
// @public
|
|
13
|
-
export function $delete(context: PlaywrightManagementContext, resourceGroupName: string, playwrightWorkspaceName: string, options?: PlaywrightWorkspacesDeleteOptionalParams): PollerLike<OperationState<void>, void>;
|
|
14
|
-
|
|
15
|
-
// @public
|
|
16
|
-
export function checkNameAvailability(context: PlaywrightManagementContext, body: CheckNameAvailabilityRequest, options?: PlaywrightWorkspacesCheckNameAvailabilityOptionalParams): Promise<CheckNameAvailabilityResponse>;
|
|
17
|
-
|
|
18
|
-
// @public
|
|
19
|
-
export function createOrUpdate(context: PlaywrightManagementContext, resourceGroupName: string, playwrightWorkspaceName: string, resource: PlaywrightWorkspace, options?: PlaywrightWorkspacesCreateOrUpdateOptionalParams): PollerLike<OperationState<PlaywrightWorkspace>, PlaywrightWorkspace>;
|
|
20
|
-
|
|
21
|
-
// @public
|
|
22
|
-
export function get(context: PlaywrightManagementContext, resourceGroupName: string, playwrightWorkspaceName: string, options?: PlaywrightWorkspacesGetOptionalParams): Promise<PlaywrightWorkspace>;
|
|
23
|
-
|
|
24
|
-
// @public
|
|
25
|
-
export function listByResourceGroup(context: PlaywrightManagementContext, resourceGroupName: string, options?: PlaywrightWorkspacesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<PlaywrightWorkspace>;
|
|
26
|
-
|
|
27
|
-
// @public
|
|
28
|
-
export function listBySubscription(context: PlaywrightManagementContext, options?: PlaywrightWorkspacesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<PlaywrightWorkspace>;
|
|
29
|
-
|
|
30
|
-
// @public
|
|
31
|
-
export interface PlaywrightWorkspacesCheckNameAvailabilityOptionalParams extends OperationOptions {
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
// @public
|
|
35
|
-
export interface PlaywrightWorkspacesCreateOrUpdateOptionalParams extends OperationOptions {
|
|
36
|
-
updateIntervalInMs?: number;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
// @public
|
|
40
|
-
export interface PlaywrightWorkspacesDeleteOptionalParams extends OperationOptions {
|
|
41
|
-
updateIntervalInMs?: number;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
// @public
|
|
45
|
-
export interface PlaywrightWorkspacesGetOptionalParams extends OperationOptions {
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
// @public
|
|
49
|
-
export interface PlaywrightWorkspacesListByResourceGroupOptionalParams extends OperationOptions {
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
// @public
|
|
53
|
-
export interface PlaywrightWorkspacesListBySubscriptionOptionalParams extends OperationOptions {
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
// @public
|
|
57
|
-
export interface PlaywrightWorkspacesUpdateOptionalParams extends OperationOptions {
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
// @public
|
|
61
|
-
export function update(context: PlaywrightManagementContext, resourceGroupName: string, playwrightWorkspaceName: string, properties: PlaywrightWorkspaceUpdate, options?: PlaywrightWorkspacesUpdateOptionalParams): Promise<PlaywrightWorkspace>;
|
|
62
|
-
|
|
63
|
-
// (No @packageDocumentation comment for this package)
|
|
64
|
-
|
|
65
|
-
```
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
## API Report File for "@azure/arm-playwright"
|
|
2
|
-
|
|
3
|
-
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
-
|
|
5
|
-
```ts
|
|
6
|
-
|
|
7
|
-
import { Client } from '@azure-rest/core-client';
|
|
8
|
-
import { ClientOptions } from '@azure-rest/core-client';
|
|
9
|
-
import { TokenCredential } from '@azure/core-auth';
|
|
10
|
-
|
|
11
|
-
// @public
|
|
12
|
-
export function createPlaywrightManagement(credential: TokenCredential, subscriptionId: string, options?: PlaywrightManagementClientOptionalParams): PlaywrightManagementContext;
|
|
13
|
-
|
|
14
|
-
// @public
|
|
15
|
-
export interface PlaywrightManagementClientOptionalParams extends ClientOptions {
|
|
16
|
-
apiVersion?: string;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
// @public
|
|
20
|
-
export interface PlaywrightManagementContext extends Client {
|
|
21
|
-
apiVersion: string;
|
|
22
|
-
subscriptionId: string;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
// (No @packageDocumentation comment for this package)
|
|
26
|
-
|
|
27
|
-
```
|
|
@@ -1,232 +0,0 @@
|
|
|
1
|
-
## API Report File for "@azure/arm-playwright"
|
|
2
|
-
|
|
3
|
-
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
-
|
|
5
|
-
```ts
|
|
6
|
-
|
|
7
|
-
// @public
|
|
8
|
-
export type ActionType = string;
|
|
9
|
-
|
|
10
|
-
// @public
|
|
11
|
-
export type CheckNameAvailabilityReason = string;
|
|
12
|
-
|
|
13
|
-
// @public
|
|
14
|
-
export interface CheckNameAvailabilityRequest {
|
|
15
|
-
name?: string;
|
|
16
|
-
type?: string;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
// @public
|
|
20
|
-
export interface CheckNameAvailabilityResponse {
|
|
21
|
-
message?: string;
|
|
22
|
-
nameAvailable?: boolean;
|
|
23
|
-
reason?: CheckNameAvailabilityReason;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
// @public
|
|
27
|
-
export type CreatedByType = string;
|
|
28
|
-
|
|
29
|
-
// @public
|
|
30
|
-
export type EnablementStatus = string;
|
|
31
|
-
|
|
32
|
-
// @public
|
|
33
|
-
export interface ErrorAdditionalInfo {
|
|
34
|
-
readonly info?: any;
|
|
35
|
-
readonly type?: string;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
// @public
|
|
39
|
-
export interface ErrorDetail {
|
|
40
|
-
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
41
|
-
readonly code?: string;
|
|
42
|
-
readonly details?: ErrorDetail[];
|
|
43
|
-
readonly message?: string;
|
|
44
|
-
readonly target?: string;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
// @public
|
|
48
|
-
export interface ErrorResponse {
|
|
49
|
-
error?: ErrorDetail;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
// @public
|
|
53
|
-
export interface FreeTrialProperties {
|
|
54
|
-
readonly state: FreeTrialState;
|
|
55
|
-
readonly workspaceId: string;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
// @public
|
|
59
|
-
export type FreeTrialState = string;
|
|
60
|
-
|
|
61
|
-
// @public
|
|
62
|
-
export enum KnownActionType {
|
|
63
|
-
Internal = "Internal"
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
// @public
|
|
67
|
-
export enum KnownCheckNameAvailabilityReason {
|
|
68
|
-
AlreadyExists = "AlreadyExists",
|
|
69
|
-
Invalid = "Invalid"
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
// @public
|
|
73
|
-
export enum KnownCreatedByType {
|
|
74
|
-
Application = "Application",
|
|
75
|
-
Key = "Key",
|
|
76
|
-
ManagedIdentity = "ManagedIdentity",
|
|
77
|
-
User = "User"
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
// @public
|
|
81
|
-
export enum KnownEnablementStatus {
|
|
82
|
-
Disabled = "Disabled",
|
|
83
|
-
Enabled = "Enabled"
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
// @public
|
|
87
|
-
export enum KnownFreeTrialState {
|
|
88
|
-
Active = "Active",
|
|
89
|
-
Expired = "Expired",
|
|
90
|
-
NotApplicable = "NotApplicable"
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
// @public
|
|
94
|
-
export enum KnownOrigin {
|
|
95
|
-
System = "system",
|
|
96
|
-
User = "user",
|
|
97
|
-
UserSystem = "user,system"
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
// @public
|
|
101
|
-
export enum KnownProvisioningState {
|
|
102
|
-
Accepted = "Accepted",
|
|
103
|
-
Canceled = "Canceled",
|
|
104
|
-
Creating = "Creating",
|
|
105
|
-
Deleting = "Deleting",
|
|
106
|
-
Failed = "Failed",
|
|
107
|
-
Succeeded = "Succeeded"
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
// @public
|
|
111
|
-
export enum KnownQuotaName {
|
|
112
|
-
ExecutionMinutes = "ExecutionMinutes"
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
// @public
|
|
116
|
-
export enum KnownVersions {
|
|
117
|
-
V20250701Preview = "2025-07-01-preview"
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
// @public
|
|
121
|
-
export interface Operation {
|
|
122
|
-
readonly actionType?: ActionType;
|
|
123
|
-
display?: OperationDisplay;
|
|
124
|
-
readonly isDataAction?: boolean;
|
|
125
|
-
readonly name?: string;
|
|
126
|
-
readonly origin?: Origin;
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
// @public
|
|
130
|
-
export interface OperationDisplay {
|
|
131
|
-
readonly description?: string;
|
|
132
|
-
readonly operation?: string;
|
|
133
|
-
readonly provider?: string;
|
|
134
|
-
readonly resource?: string;
|
|
135
|
-
}
|
|
136
|
-
|
|
137
|
-
// @public
|
|
138
|
-
export type Origin = string;
|
|
139
|
-
|
|
140
|
-
// @public
|
|
141
|
-
export interface PlaywrightQuota extends ProxyResource {
|
|
142
|
-
properties?: PlaywrightQuotaProperties;
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
// @public
|
|
146
|
-
export interface PlaywrightQuotaProperties {
|
|
147
|
-
readonly freeTrial?: FreeTrialProperties;
|
|
148
|
-
readonly provisioningState?: ProvisioningState;
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
// @public
|
|
152
|
-
export interface PlaywrightWorkspace extends TrackedResource {
|
|
153
|
-
properties?: PlaywrightWorkspaceProperties;
|
|
154
|
-
}
|
|
155
|
-
|
|
156
|
-
// @public
|
|
157
|
-
export interface PlaywrightWorkspaceFreeTrialProperties {
|
|
158
|
-
readonly allocatedValue: number;
|
|
159
|
-
readonly createdAt: Date;
|
|
160
|
-
readonly expiryAt: Date;
|
|
161
|
-
readonly percentageUsed: number;
|
|
162
|
-
readonly usedValue: number;
|
|
163
|
-
}
|
|
164
|
-
|
|
165
|
-
// @public
|
|
166
|
-
export interface PlaywrightWorkspaceProperties {
|
|
167
|
-
readonly dataplaneUri?: string;
|
|
168
|
-
localAuth?: EnablementStatus;
|
|
169
|
-
readonly provisioningState?: ProvisioningState;
|
|
170
|
-
regionalAffinity?: EnablementStatus;
|
|
171
|
-
}
|
|
172
|
-
|
|
173
|
-
// @public
|
|
174
|
-
export interface PlaywrightWorkspaceQuota extends ProxyResource {
|
|
175
|
-
properties?: PlaywrightWorkspaceQuotaProperties;
|
|
176
|
-
}
|
|
177
|
-
|
|
178
|
-
// @public
|
|
179
|
-
export interface PlaywrightWorkspaceQuotaProperties {
|
|
180
|
-
readonly freeTrial?: PlaywrightWorkspaceFreeTrialProperties;
|
|
181
|
-
readonly provisioningState?: ProvisioningState;
|
|
182
|
-
}
|
|
183
|
-
|
|
184
|
-
// @public
|
|
185
|
-
export interface PlaywrightWorkspaceUpdate {
|
|
186
|
-
properties?: PlaywrightWorkspaceUpdateProperties;
|
|
187
|
-
tags?: Record<string, string>;
|
|
188
|
-
}
|
|
189
|
-
|
|
190
|
-
// @public
|
|
191
|
-
export interface PlaywrightWorkspaceUpdateProperties {
|
|
192
|
-
localAuth?: EnablementStatus;
|
|
193
|
-
regionalAffinity?: EnablementStatus;
|
|
194
|
-
}
|
|
195
|
-
|
|
196
|
-
// @public
|
|
197
|
-
export type ProvisioningState = string;
|
|
198
|
-
|
|
199
|
-
// @public
|
|
200
|
-
export interface ProxyResource extends Resource {
|
|
201
|
-
}
|
|
202
|
-
|
|
203
|
-
// @public
|
|
204
|
-
export type QuotaName = string;
|
|
205
|
-
|
|
206
|
-
// @public
|
|
207
|
-
export interface Resource {
|
|
208
|
-
readonly id?: string;
|
|
209
|
-
readonly name?: string;
|
|
210
|
-
readonly systemData?: SystemData;
|
|
211
|
-
readonly type?: string;
|
|
212
|
-
}
|
|
213
|
-
|
|
214
|
-
// @public
|
|
215
|
-
export interface SystemData {
|
|
216
|
-
createdAt?: Date;
|
|
217
|
-
createdBy?: string;
|
|
218
|
-
createdByType?: CreatedByType;
|
|
219
|
-
lastModifiedAt?: Date;
|
|
220
|
-
lastModifiedBy?: string;
|
|
221
|
-
lastModifiedByType?: CreatedByType;
|
|
222
|
-
}
|
|
223
|
-
|
|
224
|
-
// @public
|
|
225
|
-
export interface TrackedResource extends Resource {
|
|
226
|
-
location: string;
|
|
227
|
-
tags?: Record<string, string>;
|
|
228
|
-
}
|
|
229
|
-
|
|
230
|
-
// (No @packageDocumentation comment for this package)
|
|
231
|
-
|
|
232
|
-
```
|
|
@@ -1,361 +0,0 @@
|
|
|
1
|
-
## API Report File for "@azure/arm-playwright"
|
|
2
|
-
|
|
3
|
-
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
-
|
|
5
|
-
```ts
|
|
6
|
-
|
|
7
|
-
import { AbortSignalLike } from '@azure/abort-controller';
|
|
8
|
-
import { ClientOptions } from '@azure-rest/core-client';
|
|
9
|
-
import { OperationOptions } from '@azure-rest/core-client';
|
|
10
|
-
import { OperationState } from '@azure/core-lro';
|
|
11
|
-
import { PathUncheckedResponse } from '@azure-rest/core-client';
|
|
12
|
-
import { Pipeline } from '@azure/core-rest-pipeline';
|
|
13
|
-
import { PollerLike } from '@azure/core-lro';
|
|
14
|
-
import { TokenCredential } from '@azure/core-auth';
|
|
15
|
-
|
|
16
|
-
// @public
|
|
17
|
-
export type ActionType = string;
|
|
18
|
-
|
|
19
|
-
// @public
|
|
20
|
-
export type CheckNameAvailabilityReason = string;
|
|
21
|
-
|
|
22
|
-
// @public
|
|
23
|
-
export interface CheckNameAvailabilityRequest {
|
|
24
|
-
name?: string;
|
|
25
|
-
type?: string;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
// @public
|
|
29
|
-
export interface CheckNameAvailabilityResponse {
|
|
30
|
-
message?: string;
|
|
31
|
-
nameAvailable?: boolean;
|
|
32
|
-
reason?: CheckNameAvailabilityReason;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
// @public
|
|
36
|
-
export type ContinuablePage<TElement, TPage = TElement[]> = TPage & {
|
|
37
|
-
continuationToken?: string;
|
|
38
|
-
};
|
|
39
|
-
|
|
40
|
-
// @public
|
|
41
|
-
export type CreatedByType = string;
|
|
42
|
-
|
|
43
|
-
// @public
|
|
44
|
-
export type EnablementStatus = string;
|
|
45
|
-
|
|
46
|
-
// @public
|
|
47
|
-
export interface ErrorAdditionalInfo {
|
|
48
|
-
readonly info?: any;
|
|
49
|
-
readonly type?: string;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
// @public
|
|
53
|
-
export interface ErrorDetail {
|
|
54
|
-
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
55
|
-
readonly code?: string;
|
|
56
|
-
readonly details?: ErrorDetail[];
|
|
57
|
-
readonly message?: string;
|
|
58
|
-
readonly target?: string;
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
// @public
|
|
62
|
-
export interface ErrorResponse {
|
|
63
|
-
error?: ErrorDetail;
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
// @public
|
|
67
|
-
export interface FreeTrialProperties {
|
|
68
|
-
readonly state: FreeTrialState;
|
|
69
|
-
readonly workspaceId: string;
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
// @public
|
|
73
|
-
export type FreeTrialState = string;
|
|
74
|
-
|
|
75
|
-
// @public
|
|
76
|
-
export enum KnownActionType {
|
|
77
|
-
Internal = "Internal"
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
// @public
|
|
81
|
-
export enum KnownCheckNameAvailabilityReason {
|
|
82
|
-
AlreadyExists = "AlreadyExists",
|
|
83
|
-
Invalid = "Invalid"
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
// @public
|
|
87
|
-
export enum KnownCreatedByType {
|
|
88
|
-
Application = "Application",
|
|
89
|
-
Key = "Key",
|
|
90
|
-
ManagedIdentity = "ManagedIdentity",
|
|
91
|
-
User = "User"
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
// @public
|
|
95
|
-
export enum KnownEnablementStatus {
|
|
96
|
-
Disabled = "Disabled",
|
|
97
|
-
Enabled = "Enabled"
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
// @public
|
|
101
|
-
export enum KnownFreeTrialState {
|
|
102
|
-
Active = "Active",
|
|
103
|
-
Expired = "Expired",
|
|
104
|
-
NotApplicable = "NotApplicable"
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
// @public
|
|
108
|
-
export enum KnownOrigin {
|
|
109
|
-
System = "system",
|
|
110
|
-
User = "user",
|
|
111
|
-
UserSystem = "user,system"
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
// @public
|
|
115
|
-
export enum KnownProvisioningState {
|
|
116
|
-
Accepted = "Accepted",
|
|
117
|
-
Canceled = "Canceled",
|
|
118
|
-
Creating = "Creating",
|
|
119
|
-
Deleting = "Deleting",
|
|
120
|
-
Failed = "Failed",
|
|
121
|
-
Succeeded = "Succeeded"
|
|
122
|
-
}
|
|
123
|
-
|
|
124
|
-
// @public
|
|
125
|
-
export enum KnownQuotaName {
|
|
126
|
-
ExecutionMinutes = "ExecutionMinutes"
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
// @public
|
|
130
|
-
export enum KnownVersions {
|
|
131
|
-
V20250701Preview = "2025-07-01-preview"
|
|
132
|
-
}
|
|
133
|
-
|
|
134
|
-
// @public
|
|
135
|
-
export interface Operation {
|
|
136
|
-
readonly actionType?: ActionType;
|
|
137
|
-
display?: OperationDisplay;
|
|
138
|
-
readonly isDataAction?: boolean;
|
|
139
|
-
readonly name?: string;
|
|
140
|
-
readonly origin?: Origin;
|
|
141
|
-
}
|
|
142
|
-
|
|
143
|
-
// @public
|
|
144
|
-
export interface OperationDisplay {
|
|
145
|
-
readonly description?: string;
|
|
146
|
-
readonly operation?: string;
|
|
147
|
-
readonly provider?: string;
|
|
148
|
-
readonly resource?: string;
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
// @public
|
|
152
|
-
export interface OperationsListOptionalParams extends OperationOptions {
|
|
153
|
-
}
|
|
154
|
-
|
|
155
|
-
// @public
|
|
156
|
-
export interface OperationsOperations {
|
|
157
|
-
list: (options?: OperationsListOptionalParams) => PagedAsyncIterableIterator<Operation>;
|
|
158
|
-
}
|
|
159
|
-
|
|
160
|
-
// @public
|
|
161
|
-
export type Origin = string;
|
|
162
|
-
|
|
163
|
-
// @public
|
|
164
|
-
export interface PagedAsyncIterableIterator<TElement, TPage = TElement[], TPageSettings extends PageSettings = PageSettings> {
|
|
165
|
-
[Symbol.asyncIterator](): PagedAsyncIterableIterator<TElement, TPage, TPageSettings>;
|
|
166
|
-
byPage: (settings?: TPageSettings) => AsyncIterableIterator<ContinuablePage<TElement, TPage>>;
|
|
167
|
-
next(): Promise<IteratorResult<TElement>>;
|
|
168
|
-
}
|
|
169
|
-
|
|
170
|
-
// @public
|
|
171
|
-
export interface PageSettings {
|
|
172
|
-
continuationToken?: string;
|
|
173
|
-
}
|
|
174
|
-
|
|
175
|
-
// @public (undocumented)
|
|
176
|
-
export class PlaywrightManagementClient {
|
|
177
|
-
constructor(credential: TokenCredential, subscriptionId: string, options?: PlaywrightManagementClientOptionalParams);
|
|
178
|
-
readonly operations: OperationsOperations;
|
|
179
|
-
readonly pipeline: Pipeline;
|
|
180
|
-
readonly playwrightQuotas: PlaywrightQuotasOperations;
|
|
181
|
-
readonly playwrightWorkspaceQuotas: PlaywrightWorkspaceQuotasOperations;
|
|
182
|
-
readonly playwrightWorkspaces: PlaywrightWorkspacesOperations;
|
|
183
|
-
}
|
|
184
|
-
|
|
185
|
-
// @public
|
|
186
|
-
export interface PlaywrightManagementClientOptionalParams extends ClientOptions {
|
|
187
|
-
apiVersion?: string;
|
|
188
|
-
}
|
|
189
|
-
|
|
190
|
-
// @public
|
|
191
|
-
export interface PlaywrightQuota extends ProxyResource {
|
|
192
|
-
properties?: PlaywrightQuotaProperties;
|
|
193
|
-
}
|
|
194
|
-
|
|
195
|
-
// @public
|
|
196
|
-
export interface PlaywrightQuotaProperties {
|
|
197
|
-
readonly freeTrial?: FreeTrialProperties;
|
|
198
|
-
readonly provisioningState?: ProvisioningState;
|
|
199
|
-
}
|
|
200
|
-
|
|
201
|
-
// @public
|
|
202
|
-
export interface PlaywrightQuotasGetOptionalParams extends OperationOptions {
|
|
203
|
-
}
|
|
204
|
-
|
|
205
|
-
// @public
|
|
206
|
-
export interface PlaywrightQuotasListBySubscriptionOptionalParams extends OperationOptions {
|
|
207
|
-
}
|
|
208
|
-
|
|
209
|
-
// @public
|
|
210
|
-
export interface PlaywrightQuotasOperations {
|
|
211
|
-
get: (location: string, playwrightQuotaName: QuotaName, options?: PlaywrightQuotasGetOptionalParams) => Promise<PlaywrightQuota>;
|
|
212
|
-
listBySubscription: (location: string, options?: PlaywrightQuotasListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<PlaywrightQuota>;
|
|
213
|
-
}
|
|
214
|
-
|
|
215
|
-
// @public
|
|
216
|
-
export interface PlaywrightWorkspace extends TrackedResource {
|
|
217
|
-
properties?: PlaywrightWorkspaceProperties;
|
|
218
|
-
}
|
|
219
|
-
|
|
220
|
-
// @public
|
|
221
|
-
export interface PlaywrightWorkspaceFreeTrialProperties {
|
|
222
|
-
readonly allocatedValue: number;
|
|
223
|
-
readonly createdAt: Date;
|
|
224
|
-
readonly expiryAt: Date;
|
|
225
|
-
readonly percentageUsed: number;
|
|
226
|
-
readonly usedValue: number;
|
|
227
|
-
}
|
|
228
|
-
|
|
229
|
-
// @public
|
|
230
|
-
export interface PlaywrightWorkspaceProperties {
|
|
231
|
-
readonly dataplaneUri?: string;
|
|
232
|
-
localAuth?: EnablementStatus;
|
|
233
|
-
readonly provisioningState?: ProvisioningState;
|
|
234
|
-
regionalAffinity?: EnablementStatus;
|
|
235
|
-
}
|
|
236
|
-
|
|
237
|
-
// @public
|
|
238
|
-
export interface PlaywrightWorkspaceQuota extends ProxyResource {
|
|
239
|
-
properties?: PlaywrightWorkspaceQuotaProperties;
|
|
240
|
-
}
|
|
241
|
-
|
|
242
|
-
// @public
|
|
243
|
-
export interface PlaywrightWorkspaceQuotaProperties {
|
|
244
|
-
readonly freeTrial?: PlaywrightWorkspaceFreeTrialProperties;
|
|
245
|
-
readonly provisioningState?: ProvisioningState;
|
|
246
|
-
}
|
|
247
|
-
|
|
248
|
-
// @public
|
|
249
|
-
export interface PlaywrightWorkspaceQuotasGetOptionalParams extends OperationOptions {
|
|
250
|
-
}
|
|
251
|
-
|
|
252
|
-
// @public
|
|
253
|
-
export interface PlaywrightWorkspaceQuotasListByPlaywrightWorkspaceOptionalParams extends OperationOptions {
|
|
254
|
-
}
|
|
255
|
-
|
|
256
|
-
// @public
|
|
257
|
-
export interface PlaywrightWorkspaceQuotasOperations {
|
|
258
|
-
get: (resourceGroupName: string, playwrightWorkspaceName: string, quotaName: QuotaName, options?: PlaywrightWorkspaceQuotasGetOptionalParams) => Promise<PlaywrightWorkspaceQuota>;
|
|
259
|
-
listByPlaywrightWorkspace: (resourceGroupName: string, playwrightWorkspaceName: string, options?: PlaywrightWorkspaceQuotasListByPlaywrightWorkspaceOptionalParams) => PagedAsyncIterableIterator<PlaywrightWorkspaceQuota>;
|
|
260
|
-
}
|
|
261
|
-
|
|
262
|
-
// @public
|
|
263
|
-
export interface PlaywrightWorkspacesCheckNameAvailabilityOptionalParams extends OperationOptions {
|
|
264
|
-
}
|
|
265
|
-
|
|
266
|
-
// @public
|
|
267
|
-
export interface PlaywrightWorkspacesCreateOrUpdateOptionalParams extends OperationOptions {
|
|
268
|
-
updateIntervalInMs?: number;
|
|
269
|
-
}
|
|
270
|
-
|
|
271
|
-
// @public
|
|
272
|
-
export interface PlaywrightWorkspacesDeleteOptionalParams extends OperationOptions {
|
|
273
|
-
updateIntervalInMs?: number;
|
|
274
|
-
}
|
|
275
|
-
|
|
276
|
-
// @public
|
|
277
|
-
export interface PlaywrightWorkspacesGetOptionalParams extends OperationOptions {
|
|
278
|
-
}
|
|
279
|
-
|
|
280
|
-
// @public
|
|
281
|
-
export interface PlaywrightWorkspacesListByResourceGroupOptionalParams extends OperationOptions {
|
|
282
|
-
}
|
|
283
|
-
|
|
284
|
-
// @public
|
|
285
|
-
export interface PlaywrightWorkspacesListBySubscriptionOptionalParams extends OperationOptions {
|
|
286
|
-
}
|
|
287
|
-
|
|
288
|
-
// @public
|
|
289
|
-
export interface PlaywrightWorkspacesOperations {
|
|
290
|
-
checkNameAvailability: (body: CheckNameAvailabilityRequest, options?: PlaywrightWorkspacesCheckNameAvailabilityOptionalParams) => Promise<CheckNameAvailabilityResponse>;
|
|
291
|
-
createOrUpdate: (resourceGroupName: string, playwrightWorkspaceName: string, resource: PlaywrightWorkspace, options?: PlaywrightWorkspacesCreateOrUpdateOptionalParams) => PollerLike<OperationState<PlaywrightWorkspace>, PlaywrightWorkspace>;
|
|
292
|
-
delete: (resourceGroupName: string, playwrightWorkspaceName: string, options?: PlaywrightWorkspacesDeleteOptionalParams) => PollerLike<OperationState<void>, void>;
|
|
293
|
-
get: (resourceGroupName: string, playwrightWorkspaceName: string, options?: PlaywrightWorkspacesGetOptionalParams) => Promise<PlaywrightWorkspace>;
|
|
294
|
-
listByResourceGroup: (resourceGroupName: string, options?: PlaywrightWorkspacesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<PlaywrightWorkspace>;
|
|
295
|
-
listBySubscription: (options?: PlaywrightWorkspacesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<PlaywrightWorkspace>;
|
|
296
|
-
update: (resourceGroupName: string, playwrightWorkspaceName: string, properties: PlaywrightWorkspaceUpdate, options?: PlaywrightWorkspacesUpdateOptionalParams) => Promise<PlaywrightWorkspace>;
|
|
297
|
-
}
|
|
298
|
-
|
|
299
|
-
// @public
|
|
300
|
-
export interface PlaywrightWorkspacesUpdateOptionalParams extends OperationOptions {
|
|
301
|
-
}
|
|
302
|
-
|
|
303
|
-
// @public
|
|
304
|
-
export interface PlaywrightWorkspaceUpdate {
|
|
305
|
-
properties?: PlaywrightWorkspaceUpdateProperties;
|
|
306
|
-
tags?: Record<string, string>;
|
|
307
|
-
}
|
|
308
|
-
|
|
309
|
-
// @public
|
|
310
|
-
export interface PlaywrightWorkspaceUpdateProperties {
|
|
311
|
-
localAuth?: EnablementStatus;
|
|
312
|
-
regionalAffinity?: EnablementStatus;
|
|
313
|
-
}
|
|
314
|
-
|
|
315
|
-
// @public
|
|
316
|
-
export type ProvisioningState = string;
|
|
317
|
-
|
|
318
|
-
// @public
|
|
319
|
-
export interface ProxyResource extends Resource {
|
|
320
|
-
}
|
|
321
|
-
|
|
322
|
-
// @public
|
|
323
|
-
export type QuotaName = string;
|
|
324
|
-
|
|
325
|
-
// @public
|
|
326
|
-
export interface Resource {
|
|
327
|
-
readonly id?: string;
|
|
328
|
-
readonly name?: string;
|
|
329
|
-
readonly systemData?: SystemData;
|
|
330
|
-
readonly type?: string;
|
|
331
|
-
}
|
|
332
|
-
|
|
333
|
-
// @public
|
|
334
|
-
export function restorePoller<TResponse extends PathUncheckedResponse, TResult>(client: PlaywrightManagementClient, serializedState: string, sourceOperation: (...args: any[]) => PollerLike<OperationState<TResult>, TResult>, options?: RestorePollerOptions<TResult>): PollerLike<OperationState<TResult>, TResult>;
|
|
335
|
-
|
|
336
|
-
// @public (undocumented)
|
|
337
|
-
export interface RestorePollerOptions<TResult, TResponse extends PathUncheckedResponse = PathUncheckedResponse> extends OperationOptions {
|
|
338
|
-
abortSignal?: AbortSignalLike;
|
|
339
|
-
processResponseBody?: (result: TResponse) => Promise<TResult>;
|
|
340
|
-
updateIntervalInMs?: number;
|
|
341
|
-
}
|
|
342
|
-
|
|
343
|
-
// @public
|
|
344
|
-
export interface SystemData {
|
|
345
|
-
createdAt?: Date;
|
|
346
|
-
createdBy?: string;
|
|
347
|
-
createdByType?: CreatedByType;
|
|
348
|
-
lastModifiedAt?: Date;
|
|
349
|
-
lastModifiedBy?: string;
|
|
350
|
-
lastModifiedByType?: CreatedByType;
|
|
351
|
-
}
|
|
352
|
-
|
|
353
|
-
// @public
|
|
354
|
-
export interface TrackedResource extends Resource {
|
|
355
|
-
location: string;
|
|
356
|
-
tags?: Record<string, string>;
|
|
357
|
-
}
|
|
358
|
-
|
|
359
|
-
// (No @packageDocumentation comment for this package)
|
|
360
|
-
|
|
361
|
-
```
|