@azure/arm-datacatalog 4.1.1-alpha.20250620.1 → 4.1.1-alpha.20250718.1
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/package.json
CHANGED
|
@@ -1,153 +1,153 @@
|
|
|
1
|
-
## API Report File for "@azure/arm-datacatalog"
|
|
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 * as coreAuth from '@azure/core-auth';
|
|
8
|
-
import * as coreClient from '@azure/core-client';
|
|
9
|
-
import { PollerLike } from '@azure/core-lro';
|
|
10
|
-
import { PollOperationState } from '@azure/core-lro';
|
|
11
|
-
|
|
12
|
-
// @public
|
|
13
|
-
export interface ADCCatalog extends Resource {
|
|
14
|
-
admins?: Principals[];
|
|
15
|
-
enableAutomaticUnitAdjustment?: boolean;
|
|
16
|
-
sku?: SkuType;
|
|
17
|
-
successfullyProvisioned?: boolean;
|
|
18
|
-
units?: number;
|
|
19
|
-
users?: Principals[];
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
// @public
|
|
23
|
-
export interface ADCCatalogs {
|
|
24
|
-
beginDelete(resourceGroupName: string, catalogName: string, options?: ADCCatalogsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
25
|
-
beginDeleteAndWait(resourceGroupName: string, catalogName: string, options?: ADCCatalogsDeleteOptionalParams): Promise<void>;
|
|
26
|
-
createOrUpdate(resourceGroupName: string, catalogName: string, properties: ADCCatalog, options?: ADCCatalogsCreateOrUpdateOptionalParams): Promise<ADCCatalogsCreateOrUpdateResponse>;
|
|
27
|
-
get(resourceGroupName: string, catalogName: string, options?: ADCCatalogsGetOptionalParams): Promise<ADCCatalogsGetResponse>;
|
|
28
|
-
listtByResourceGroup(resourceGroupName: string, options?: ADCCatalogsListtByResourceGroupOptionalParams): Promise<ADCCatalogsListtByResourceGroupResponse>;
|
|
29
|
-
update(resourceGroupName: string, catalogName: string, properties: ADCCatalog, options?: ADCCatalogsUpdateOptionalParams): Promise<ADCCatalogsUpdateResponse>;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
// @public
|
|
33
|
-
export interface ADCCatalogsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
// @public
|
|
37
|
-
export type ADCCatalogsCreateOrUpdateResponse = ADCCatalog;
|
|
38
|
-
|
|
39
|
-
// @public
|
|
40
|
-
export interface ADCCatalogsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
41
|
-
resumeFrom?: string;
|
|
42
|
-
updateIntervalInMs?: number;
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
// @public
|
|
46
|
-
export interface ADCCatalogsGetOptionalParams extends coreClient.OperationOptions {
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
// @public
|
|
50
|
-
export type ADCCatalogsGetResponse = ADCCatalog;
|
|
51
|
-
|
|
52
|
-
// @public
|
|
53
|
-
export interface ADCCatalogsListResult {
|
|
54
|
-
value?: ADCCatalog[];
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
// @public
|
|
58
|
-
export interface ADCCatalogsListtByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
// @public
|
|
62
|
-
export type ADCCatalogsListtByResourceGroupResponse = ADCCatalogsListResult;
|
|
63
|
-
|
|
64
|
-
// @public
|
|
65
|
-
export interface ADCCatalogsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
// @public
|
|
69
|
-
export type ADCCatalogsUpdateResponse = ADCCatalog;
|
|
70
|
-
|
|
71
|
-
// @public
|
|
72
|
-
export interface ADCOperations {
|
|
73
|
-
list(options?: ADCOperationsListOptionalParams): Promise<ADCOperationsListResponse>;
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
// @public
|
|
77
|
-
export interface ADCOperationsListOptionalParams extends coreClient.OperationOptions {
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
// @public
|
|
81
|
-
export type ADCOperationsListResponse = OperationEntityListResult;
|
|
82
|
-
|
|
83
|
-
// @public (undocumented)
|
|
84
|
-
export class DataCatalogRestClient extends coreClient.ServiceClient {
|
|
85
|
-
// (undocumented)
|
|
86
|
-
$host: string;
|
|
87
|
-
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: DataCatalogRestClientOptionalParams);
|
|
88
|
-
// (undocumented)
|
|
89
|
-
aDCCatalogs: ADCCatalogs;
|
|
90
|
-
// (undocumented)
|
|
91
|
-
aDCOperations: ADCOperations;
|
|
92
|
-
// (undocumented)
|
|
93
|
-
apiVersion: string;
|
|
94
|
-
// (undocumented)
|
|
95
|
-
subscriptionId: string;
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
// @public
|
|
99
|
-
export interface DataCatalogRestClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
100
|
-
$host?: string;
|
|
101
|
-
apiVersion?: string;
|
|
102
|
-
endpoint?: string;
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
// @public
|
|
106
|
-
export enum KnownSkuType {
|
|
107
|
-
Free = "Free",
|
|
108
|
-
Standard = "Standard"
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
// @public
|
|
112
|
-
export interface OperationDisplayInfo {
|
|
113
|
-
description?: string;
|
|
114
|
-
operation?: string;
|
|
115
|
-
provider?: string;
|
|
116
|
-
resource?: string;
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
// @public
|
|
120
|
-
export interface OperationEntity {
|
|
121
|
-
display?: OperationDisplayInfo;
|
|
122
|
-
name?: string;
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
// @public
|
|
126
|
-
export interface OperationEntityListResult {
|
|
127
|
-
value?: OperationEntity[];
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
// @public
|
|
131
|
-
export interface Principals {
|
|
132
|
-
objectId?: string;
|
|
133
|
-
upn?: string;
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
// @public
|
|
137
|
-
export interface Resource {
|
|
138
|
-
etag?: string;
|
|
139
|
-
readonly id?: string;
|
|
140
|
-
location?: string;
|
|
141
|
-
readonly name?: string;
|
|
142
|
-
tags?: {
|
|
143
|
-
[propertyName: string]: string;
|
|
144
|
-
};
|
|
145
|
-
readonly type?: string;
|
|
146
|
-
}
|
|
147
|
-
|
|
148
|
-
// @public
|
|
149
|
-
export type SkuType = string;
|
|
150
|
-
|
|
151
|
-
// (No @packageDocumentation comment for this package)
|
|
152
|
-
|
|
153
|
-
```
|
|
1
|
+
## API Report File for "@azure/arm-datacatalog"
|
|
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 * as coreAuth from '@azure/core-auth';
|
|
8
|
+
import * as coreClient from '@azure/core-client';
|
|
9
|
+
import { PollerLike } from '@azure/core-lro';
|
|
10
|
+
import { PollOperationState } from '@azure/core-lro';
|
|
11
|
+
|
|
12
|
+
// @public
|
|
13
|
+
export interface ADCCatalog extends Resource {
|
|
14
|
+
admins?: Principals[];
|
|
15
|
+
enableAutomaticUnitAdjustment?: boolean;
|
|
16
|
+
sku?: SkuType;
|
|
17
|
+
successfullyProvisioned?: boolean;
|
|
18
|
+
units?: number;
|
|
19
|
+
users?: Principals[];
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
// @public
|
|
23
|
+
export interface ADCCatalogs {
|
|
24
|
+
beginDelete(resourceGroupName: string, catalogName: string, options?: ADCCatalogsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
25
|
+
beginDeleteAndWait(resourceGroupName: string, catalogName: string, options?: ADCCatalogsDeleteOptionalParams): Promise<void>;
|
|
26
|
+
createOrUpdate(resourceGroupName: string, catalogName: string, properties: ADCCatalog, options?: ADCCatalogsCreateOrUpdateOptionalParams): Promise<ADCCatalogsCreateOrUpdateResponse>;
|
|
27
|
+
get(resourceGroupName: string, catalogName: string, options?: ADCCatalogsGetOptionalParams): Promise<ADCCatalogsGetResponse>;
|
|
28
|
+
listtByResourceGroup(resourceGroupName: string, options?: ADCCatalogsListtByResourceGroupOptionalParams): Promise<ADCCatalogsListtByResourceGroupResponse>;
|
|
29
|
+
update(resourceGroupName: string, catalogName: string, properties: ADCCatalog, options?: ADCCatalogsUpdateOptionalParams): Promise<ADCCatalogsUpdateResponse>;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
// @public
|
|
33
|
+
export interface ADCCatalogsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
// @public
|
|
37
|
+
export type ADCCatalogsCreateOrUpdateResponse = ADCCatalog;
|
|
38
|
+
|
|
39
|
+
// @public
|
|
40
|
+
export interface ADCCatalogsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
41
|
+
resumeFrom?: string;
|
|
42
|
+
updateIntervalInMs?: number;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
// @public
|
|
46
|
+
export interface ADCCatalogsGetOptionalParams extends coreClient.OperationOptions {
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
// @public
|
|
50
|
+
export type ADCCatalogsGetResponse = ADCCatalog;
|
|
51
|
+
|
|
52
|
+
// @public
|
|
53
|
+
export interface ADCCatalogsListResult {
|
|
54
|
+
value?: ADCCatalog[];
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
// @public
|
|
58
|
+
export interface ADCCatalogsListtByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
// @public
|
|
62
|
+
export type ADCCatalogsListtByResourceGroupResponse = ADCCatalogsListResult;
|
|
63
|
+
|
|
64
|
+
// @public
|
|
65
|
+
export interface ADCCatalogsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
// @public
|
|
69
|
+
export type ADCCatalogsUpdateResponse = ADCCatalog;
|
|
70
|
+
|
|
71
|
+
// @public
|
|
72
|
+
export interface ADCOperations {
|
|
73
|
+
list(options?: ADCOperationsListOptionalParams): Promise<ADCOperationsListResponse>;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
// @public
|
|
77
|
+
export interface ADCOperationsListOptionalParams extends coreClient.OperationOptions {
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
// @public
|
|
81
|
+
export type ADCOperationsListResponse = OperationEntityListResult;
|
|
82
|
+
|
|
83
|
+
// @public (undocumented)
|
|
84
|
+
export class DataCatalogRestClient extends coreClient.ServiceClient {
|
|
85
|
+
// (undocumented)
|
|
86
|
+
$host: string;
|
|
87
|
+
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: DataCatalogRestClientOptionalParams);
|
|
88
|
+
// (undocumented)
|
|
89
|
+
aDCCatalogs: ADCCatalogs;
|
|
90
|
+
// (undocumented)
|
|
91
|
+
aDCOperations: ADCOperations;
|
|
92
|
+
// (undocumented)
|
|
93
|
+
apiVersion: string;
|
|
94
|
+
// (undocumented)
|
|
95
|
+
subscriptionId: string;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
// @public
|
|
99
|
+
export interface DataCatalogRestClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
100
|
+
$host?: string;
|
|
101
|
+
apiVersion?: string;
|
|
102
|
+
endpoint?: string;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
// @public
|
|
106
|
+
export enum KnownSkuType {
|
|
107
|
+
Free = "Free",
|
|
108
|
+
Standard = "Standard"
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
// @public
|
|
112
|
+
export interface OperationDisplayInfo {
|
|
113
|
+
description?: string;
|
|
114
|
+
operation?: string;
|
|
115
|
+
provider?: string;
|
|
116
|
+
resource?: string;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
// @public
|
|
120
|
+
export interface OperationEntity {
|
|
121
|
+
display?: OperationDisplayInfo;
|
|
122
|
+
name?: string;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
// @public
|
|
126
|
+
export interface OperationEntityListResult {
|
|
127
|
+
value?: OperationEntity[];
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
// @public
|
|
131
|
+
export interface Principals {
|
|
132
|
+
objectId?: string;
|
|
133
|
+
upn?: string;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
// @public
|
|
137
|
+
export interface Resource {
|
|
138
|
+
etag?: string;
|
|
139
|
+
readonly id?: string;
|
|
140
|
+
location?: string;
|
|
141
|
+
readonly name?: string;
|
|
142
|
+
tags?: {
|
|
143
|
+
[propertyName: string]: string;
|
|
144
|
+
};
|
|
145
|
+
readonly type?: string;
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
// @public
|
|
149
|
+
export type SkuType = string;
|
|
150
|
+
|
|
151
|
+
// (No @packageDocumentation comment for this package)
|
|
152
|
+
|
|
153
|
+
```
|