@azure-rest/purview-scanning 1.0.0-beta.2 → 1.0.0-beta.4
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/CHANGELOG.md +16 -0
- package/LICENSE +3 -3
- package/README.md +22 -33
- package/dist/browser/clientDefinitions.d.ts +277 -0
- package/dist/browser/clientDefinitions.d.ts.map +1 -0
- package/dist/browser/clientDefinitions.js +4 -0
- package/dist/browser/clientDefinitions.js.map +1 -0
- package/dist/browser/index.d.ts +12 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +14 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/isUnexpected.d.ts +60 -0
- package/dist/browser/isUnexpected.d.ts.map +1 -0
- package/dist/browser/isUnexpected.js +135 -0
- package/dist/browser/isUnexpected.js.map +1 -0
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.d.ts.map +1 -0
- package/dist/browser/logger.js +5 -0
- package/dist/browser/logger.js.map +1 -0
- package/dist/browser/models.d.ts +1978 -0
- package/dist/browser/models.d.ts.map +1 -0
- package/dist/browser/models.js +4 -0
- package/dist/browser/models.js.map +1 -0
- package/dist/browser/outputModels.d.ts +2269 -0
- package/dist/browser/outputModels.d.ts.map +1 -0
- package/dist/browser/outputModels.js +4 -0
- package/dist/browser/outputModels.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/paginateHelper.d.ts +68 -0
- package/dist/browser/paginateHelper.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/paginateHelper.js +70 -3
- package/dist/browser/paginateHelper.js.map +1 -0
- package/dist/browser/parameters.d.ts +202 -0
- package/dist/browser/parameters.d.ts.map +1 -0
- package/dist/browser/parameters.js +4 -0
- package/dist/browser/parameters.js.map +1 -0
- package/dist/browser/pollingHelper.d.ts +76 -0
- package/dist/browser/pollingHelper.d.ts.map +1 -0
- package/dist/browser/pollingHelper.js +107 -0
- package/dist/browser/pollingHelper.js.map +1 -0
- package/dist/browser/purviewScanningRestClient.d.ts +16 -0
- package/dist/browser/purviewScanningRestClient.d.ts.map +1 -0
- package/dist/browser/purviewScanningRestClient.js +45 -0
- package/dist/browser/purviewScanningRestClient.js.map +1 -0
- package/dist/browser/responses.d.ts +940 -0
- package/dist/browser/responses.d.ts.map +1 -0
- package/dist/browser/responses.js +4 -0
- package/dist/browser/responses.js.map +1 -0
- package/dist/commonjs/clientDefinitions.d.ts +277 -0
- package/dist/commonjs/clientDefinitions.d.ts.map +1 -0
- package/dist/commonjs/clientDefinitions.js +5 -0
- package/dist/commonjs/clientDefinitions.js.map +1 -0
- package/dist/commonjs/index.d.ts +12 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +17 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/isUnexpected.d.ts +60 -0
- package/dist/commonjs/isUnexpected.d.ts.map +1 -0
- package/dist/commonjs/isUnexpected.js +138 -0
- package/dist/commonjs/isUnexpected.js.map +1 -0
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.d.ts.map +1 -0
- package/dist/commonjs/logger.js +8 -0
- package/dist/commonjs/logger.js.map +1 -0
- package/dist/commonjs/models.d.ts +1978 -0
- package/dist/commonjs/models.d.ts.map +1 -0
- package/dist/commonjs/models.js +5 -0
- package/dist/commonjs/models.js.map +1 -0
- package/dist/commonjs/outputModels.d.ts +2269 -0
- package/dist/commonjs/outputModels.d.ts.map +1 -0
- package/dist/commonjs/outputModels.js +5 -0
- package/dist/commonjs/outputModels.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/paginateHelper.d.ts +68 -0
- package/dist/commonjs/paginateHelper.d.ts.map +1 -0
- package/dist/commonjs/paginateHelper.js +140 -0
- package/dist/commonjs/paginateHelper.js.map +1 -0
- package/dist/commonjs/parameters.d.ts +202 -0
- package/dist/commonjs/parameters.d.ts.map +1 -0
- package/dist/commonjs/parameters.js +5 -0
- package/dist/commonjs/parameters.js.map +1 -0
- package/dist/commonjs/pollingHelper.d.ts +76 -0
- package/dist/commonjs/pollingHelper.d.ts.map +1 -0
- package/dist/commonjs/pollingHelper.js +110 -0
- package/dist/commonjs/pollingHelper.js.map +1 -0
- package/dist/commonjs/purviewScanningRestClient.d.ts +16 -0
- package/dist/commonjs/purviewScanningRestClient.d.ts.map +1 -0
- package/dist/commonjs/purviewScanningRestClient.js +48 -0
- package/dist/commonjs/purviewScanningRestClient.js.map +1 -0
- package/dist/commonjs/responses.d.ts +940 -0
- package/dist/commonjs/responses.d.ts.map +1 -0
- package/dist/commonjs/responses.js +5 -0
- package/dist/commonjs/responses.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/clientDefinitions.d.ts +277 -0
- package/dist/esm/clientDefinitions.d.ts.map +1 -0
- package/dist/esm/clientDefinitions.js +4 -0
- package/dist/esm/clientDefinitions.js.map +1 -0
- package/dist/esm/index.d.ts +12 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +14 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/isUnexpected.d.ts +60 -0
- package/dist/esm/isUnexpected.d.ts.map +1 -0
- package/dist/esm/isUnexpected.js +135 -0
- package/dist/esm/isUnexpected.js.map +1 -0
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.d.ts.map +1 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/models.d.ts +1978 -0
- package/dist/esm/models.d.ts.map +1 -0
- package/dist/esm/models.js +4 -0
- package/dist/esm/models.js.map +1 -0
- package/dist/esm/outputModels.d.ts +2269 -0
- package/dist/esm/outputModels.d.ts.map +1 -0
- package/dist/esm/outputModels.js +4 -0
- package/dist/esm/outputModels.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/paginateHelper.d.ts +68 -0
- package/dist/esm/paginateHelper.d.ts.map +1 -0
- package/dist/esm/paginateHelper.js +137 -0
- package/dist/esm/paginateHelper.js.map +1 -0
- package/dist/esm/parameters.d.ts +202 -0
- package/dist/esm/parameters.d.ts.map +1 -0
- package/dist/esm/parameters.js +4 -0
- package/dist/esm/parameters.js.map +1 -0
- package/dist/esm/pollingHelper.d.ts +76 -0
- package/dist/esm/pollingHelper.d.ts.map +1 -0
- package/dist/esm/pollingHelper.js +107 -0
- package/dist/esm/pollingHelper.js.map +1 -0
- package/dist/esm/purviewScanningRestClient.d.ts +16 -0
- package/dist/esm/purviewScanningRestClient.d.ts.map +1 -0
- package/dist/esm/purviewScanningRestClient.js +45 -0
- package/dist/esm/purviewScanningRestClient.js.map +1 -0
- package/dist/esm/responses.d.ts +940 -0
- package/dist/esm/responses.d.ts.map +1 -0
- package/dist/esm/responses.js +4 -0
- package/dist/esm/responses.js.map +1 -0
- package/dist/react-native/clientDefinitions.d.ts +277 -0
- package/dist/react-native/clientDefinitions.d.ts.map +1 -0
- package/dist/react-native/clientDefinitions.js +4 -0
- package/dist/react-native/clientDefinitions.js.map +1 -0
- package/dist/react-native/index.d.ts +12 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +14 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/isUnexpected.d.ts +60 -0
- package/dist/react-native/isUnexpected.d.ts.map +1 -0
- package/dist/react-native/isUnexpected.js +135 -0
- package/dist/react-native/isUnexpected.js.map +1 -0
- package/dist/react-native/logger.d.ts +2 -0
- package/dist/react-native/logger.d.ts.map +1 -0
- package/dist/react-native/logger.js +5 -0
- package/dist/react-native/logger.js.map +1 -0
- package/dist/react-native/models.d.ts +1978 -0
- package/dist/react-native/models.d.ts.map +1 -0
- package/dist/react-native/models.js +4 -0
- package/dist/react-native/models.js.map +1 -0
- package/dist/react-native/outputModels.d.ts +2269 -0
- package/dist/react-native/outputModels.d.ts.map +1 -0
- package/dist/react-native/outputModels.js +4 -0
- package/dist/react-native/outputModels.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/paginateHelper.d.ts +68 -0
- package/dist/react-native/paginateHelper.d.ts.map +1 -0
- package/dist/react-native/paginateHelper.js +137 -0
- package/dist/react-native/paginateHelper.js.map +1 -0
- package/dist/react-native/parameters.d.ts +202 -0
- package/dist/react-native/parameters.d.ts.map +1 -0
- package/dist/react-native/parameters.js +4 -0
- package/dist/react-native/parameters.js.map +1 -0
- package/dist/react-native/pollingHelper.d.ts +76 -0
- package/dist/react-native/pollingHelper.d.ts.map +1 -0
- package/dist/react-native/pollingHelper.js +107 -0
- package/dist/react-native/pollingHelper.js.map +1 -0
- package/dist/react-native/purviewScanningRestClient.d.ts +16 -0
- package/dist/react-native/purviewScanningRestClient.d.ts.map +1 -0
- package/dist/react-native/purviewScanningRestClient.js +45 -0
- package/dist/react-native/purviewScanningRestClient.js.map +1 -0
- package/dist/react-native/responses.d.ts +940 -0
- package/dist/react-native/responses.d.ts.map +1 -0
- package/dist/react-native/responses.js +4 -0
- package/dist/react-native/responses.js.map +1 -0
- package/package.json +90 -82
- package/review/purview-scanning-node.api.md +6615 -0
- package/dist/index.js +0 -90
- package/dist/index.js.map +0 -1
- package/dist-esm/src/index.js +0 -10
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/models.js +0 -4
- package/dist-esm/src/models.js.map +0 -1
- package/dist-esm/src/paginateHelper.js.map +0 -1
- package/dist-esm/src/parameters.js +0 -4
- package/dist-esm/src/parameters.js.map +0 -1
- package/dist-esm/src/purviewScanning.js +0 -13
- package/dist-esm/src/purviewScanning.js.map +0 -1
- package/dist-esm/src/responses.js +0 -4
- package/dist-esm/src/responses.js.map +0 -1
- package/types/purview-scanning-rest.d.ts +0 -2681
|
@@ -0,0 +1,940 @@
|
|
|
1
|
+
import type { RawHttpHeaders } from "@azure/core-rest-pipeline";
|
|
2
|
+
import type { HttpResponse } from "@azure-rest/core-client";
|
|
3
|
+
import type { AzureKeyVaultOutput, ErrorResponseModelOutput, AzureKeyVaultListOutput, ClassificationRuleOutput, ClassificationRuleListOutput, OperationResponseOutput, CredentialOutput, CredentialListOutput, DataSourceOutput, DataSourceListOutput, FilterOutput, IntegrationRuntimeListOutput, IntegrationRuntimeOutput, IntegrationRuntimeStatusOutput, IntegrationRuntimeAuthKeysOutput, ManagedVirtualNetworkListOutput, ManagedVirtualNetworkOutput, ManagedPrivateEndpointListOutput, ManagedPrivateEndpointOutput, ScanOutput, ScanListOutput, ScanResultWithIngestionOutput, ScanHistoryListWithIngestionOutput, ScanRulesetOutput, ScanRulesetListOutput, SystemScanRulesetListOutput, SystemScanRulesetOutput, TriggerOutput } from "./outputModels.js";
|
|
4
|
+
/** Gets an Azure Key Vault connection. */
|
|
5
|
+
export interface KeyVaultConnectionsGet200Response extends HttpResponse {
|
|
6
|
+
status: "200";
|
|
7
|
+
body: AzureKeyVaultOutput;
|
|
8
|
+
}
|
|
9
|
+
export interface KeyVaultConnectionsGetDefaultHeaders {
|
|
10
|
+
/** String error code indicating what went wrong. */
|
|
11
|
+
"x-ms-error-code"?: string;
|
|
12
|
+
}
|
|
13
|
+
/** Gets an Azure Key Vault connection. */
|
|
14
|
+
export interface KeyVaultConnectionsGetDefaultResponse extends HttpResponse {
|
|
15
|
+
status: string;
|
|
16
|
+
body: ErrorResponseModelOutput;
|
|
17
|
+
headers: RawHttpHeaders & KeyVaultConnectionsGetDefaultHeaders;
|
|
18
|
+
}
|
|
19
|
+
/** Creates or replaces a connection to Azure Key Vault. */
|
|
20
|
+
export interface KeyVaultConnectionsCreateOrReplace200Response extends HttpResponse {
|
|
21
|
+
status: "200";
|
|
22
|
+
body: AzureKeyVaultOutput;
|
|
23
|
+
}
|
|
24
|
+
/** Creates or replaces a connection to Azure Key Vault. */
|
|
25
|
+
export interface KeyVaultConnectionsCreateOrReplace201Response extends HttpResponse {
|
|
26
|
+
status: "201";
|
|
27
|
+
body: AzureKeyVaultOutput;
|
|
28
|
+
}
|
|
29
|
+
export interface KeyVaultConnectionsCreateOrReplaceDefaultHeaders {
|
|
30
|
+
/** String error code indicating what went wrong. */
|
|
31
|
+
"x-ms-error-code"?: string;
|
|
32
|
+
}
|
|
33
|
+
/** Creates or replaces a connection to Azure Key Vault. */
|
|
34
|
+
export interface KeyVaultConnectionsCreateOrReplaceDefaultResponse extends HttpResponse {
|
|
35
|
+
status: string;
|
|
36
|
+
body: ErrorResponseModelOutput;
|
|
37
|
+
headers: RawHttpHeaders & KeyVaultConnectionsCreateOrReplaceDefaultHeaders;
|
|
38
|
+
}
|
|
39
|
+
/** Deletes an Azure Key Vault connection associated with the account. */
|
|
40
|
+
export interface KeyVaultConnectionsDelete204Response extends HttpResponse {
|
|
41
|
+
status: "204";
|
|
42
|
+
}
|
|
43
|
+
export interface KeyVaultConnectionsDeleteDefaultHeaders {
|
|
44
|
+
/** String error code indicating what went wrong. */
|
|
45
|
+
"x-ms-error-code"?: string;
|
|
46
|
+
}
|
|
47
|
+
/** Deletes an Azure Key Vault connection associated with the account. */
|
|
48
|
+
export interface KeyVaultConnectionsDeleteDefaultResponse extends HttpResponse {
|
|
49
|
+
status: string;
|
|
50
|
+
body: ErrorResponseModelOutput;
|
|
51
|
+
headers: RawHttpHeaders & KeyVaultConnectionsDeleteDefaultHeaders;
|
|
52
|
+
}
|
|
53
|
+
/** Lists Azure Key Vaults in an account. */
|
|
54
|
+
export interface KeyVaultConnectionsList200Response extends HttpResponse {
|
|
55
|
+
status: "200";
|
|
56
|
+
body: AzureKeyVaultListOutput;
|
|
57
|
+
}
|
|
58
|
+
export interface KeyVaultConnectionsListDefaultHeaders {
|
|
59
|
+
/** String error code indicating what went wrong. */
|
|
60
|
+
"x-ms-error-code"?: string;
|
|
61
|
+
}
|
|
62
|
+
/** Lists Azure Key Vaults in an account. */
|
|
63
|
+
export interface KeyVaultConnectionsListDefaultResponse extends HttpResponse {
|
|
64
|
+
status: string;
|
|
65
|
+
body: ErrorResponseModelOutput;
|
|
66
|
+
headers: RawHttpHeaders & KeyVaultConnectionsListDefaultHeaders;
|
|
67
|
+
}
|
|
68
|
+
/** Gets a classification rule. */
|
|
69
|
+
export interface ClassificationRulesGet200Response extends HttpResponse {
|
|
70
|
+
status: "200";
|
|
71
|
+
body: ClassificationRuleOutput;
|
|
72
|
+
}
|
|
73
|
+
export interface ClassificationRulesGetDefaultHeaders {
|
|
74
|
+
/** String error code indicating what went wrong. */
|
|
75
|
+
"x-ms-error-code"?: string;
|
|
76
|
+
}
|
|
77
|
+
/** Gets a classification rule. */
|
|
78
|
+
export interface ClassificationRulesGetDefaultResponse extends HttpResponse {
|
|
79
|
+
status: string;
|
|
80
|
+
body: ErrorResponseModelOutput;
|
|
81
|
+
headers: RawHttpHeaders & ClassificationRulesGetDefaultHeaders;
|
|
82
|
+
}
|
|
83
|
+
/** Creates or replaces a classification rule. */
|
|
84
|
+
export interface ClassificationRulesCreateOrReplace200Response extends HttpResponse {
|
|
85
|
+
status: "200";
|
|
86
|
+
body: ClassificationRuleOutput;
|
|
87
|
+
}
|
|
88
|
+
/** Creates or replaces a classification rule. */
|
|
89
|
+
export interface ClassificationRulesCreateOrReplace201Response extends HttpResponse {
|
|
90
|
+
status: "201";
|
|
91
|
+
body: ClassificationRuleOutput;
|
|
92
|
+
}
|
|
93
|
+
export interface ClassificationRulesCreateOrReplaceDefaultHeaders {
|
|
94
|
+
/** String error code indicating what went wrong. */
|
|
95
|
+
"x-ms-error-code"?: string;
|
|
96
|
+
}
|
|
97
|
+
/** Creates or replaces a classification rule. */
|
|
98
|
+
export interface ClassificationRulesCreateOrReplaceDefaultResponse extends HttpResponse {
|
|
99
|
+
status: string;
|
|
100
|
+
body: ErrorResponseModelOutput;
|
|
101
|
+
headers: RawHttpHeaders & ClassificationRulesCreateOrReplaceDefaultHeaders;
|
|
102
|
+
}
|
|
103
|
+
/** Deletes a classification rule. */
|
|
104
|
+
export interface ClassificationRulesDelete204Response extends HttpResponse {
|
|
105
|
+
status: "204";
|
|
106
|
+
}
|
|
107
|
+
export interface ClassificationRulesDeleteDefaultHeaders {
|
|
108
|
+
/** String error code indicating what went wrong. */
|
|
109
|
+
"x-ms-error-code"?: string;
|
|
110
|
+
}
|
|
111
|
+
/** Deletes a classification rule. */
|
|
112
|
+
export interface ClassificationRulesDeleteDefaultResponse extends HttpResponse {
|
|
113
|
+
status: string;
|
|
114
|
+
body: ErrorResponseModelOutput;
|
|
115
|
+
headers: RawHttpHeaders & ClassificationRulesDeleteDefaultHeaders;
|
|
116
|
+
}
|
|
117
|
+
/** Lists classification rules in Account. */
|
|
118
|
+
export interface ClassificationRulesList200Response extends HttpResponse {
|
|
119
|
+
status: "200";
|
|
120
|
+
body: ClassificationRuleListOutput;
|
|
121
|
+
}
|
|
122
|
+
export interface ClassificationRulesListDefaultHeaders {
|
|
123
|
+
/** String error code indicating what went wrong. */
|
|
124
|
+
"x-ms-error-code"?: string;
|
|
125
|
+
}
|
|
126
|
+
/** Lists classification rules in Account. */
|
|
127
|
+
export interface ClassificationRulesListDefaultResponse extends HttpResponse {
|
|
128
|
+
status: string;
|
|
129
|
+
body: ErrorResponseModelOutput;
|
|
130
|
+
headers: RawHttpHeaders & ClassificationRulesListDefaultHeaders;
|
|
131
|
+
}
|
|
132
|
+
/** Lists the rule versions of a classification rule. */
|
|
133
|
+
export interface ClassificationRulesListVersionsByRuleName200Response extends HttpResponse {
|
|
134
|
+
status: "200";
|
|
135
|
+
body: ClassificationRuleListOutput;
|
|
136
|
+
}
|
|
137
|
+
export interface ClassificationRulesListVersionsByRuleNameDefaultHeaders {
|
|
138
|
+
/** String error code indicating what went wrong. */
|
|
139
|
+
"x-ms-error-code"?: string;
|
|
140
|
+
}
|
|
141
|
+
/** Lists the rule versions of a classification rule. */
|
|
142
|
+
export interface ClassificationRulesListVersionsByRuleNameDefaultResponse extends HttpResponse {
|
|
143
|
+
status: string;
|
|
144
|
+
body: ErrorResponseModelOutput;
|
|
145
|
+
headers: RawHttpHeaders & ClassificationRulesListVersionsByRuleNameDefaultHeaders;
|
|
146
|
+
}
|
|
147
|
+
export interface ClassificationRulesTagClassificationVersion202Headers {
|
|
148
|
+
/** Response header for long running operation. */
|
|
149
|
+
"operation-location"?: string;
|
|
150
|
+
}
|
|
151
|
+
/** Sets classification action on a specific classification rule version. */
|
|
152
|
+
export interface ClassificationRulesTagClassificationVersion202Response extends HttpResponse {
|
|
153
|
+
status: "202";
|
|
154
|
+
body: OperationResponseOutput;
|
|
155
|
+
headers: RawHttpHeaders & ClassificationRulesTagClassificationVersion202Headers;
|
|
156
|
+
}
|
|
157
|
+
export interface ClassificationRulesTagClassificationVersionDefaultHeaders {
|
|
158
|
+
/** String error code indicating what went wrong. */
|
|
159
|
+
"x-ms-error-code"?: string;
|
|
160
|
+
}
|
|
161
|
+
/** Sets classification action on a specific classification rule version. */
|
|
162
|
+
export interface ClassificationRulesTagClassificationVersionDefaultResponse extends HttpResponse {
|
|
163
|
+
status: string;
|
|
164
|
+
body: ErrorResponseModelOutput;
|
|
165
|
+
headers: RawHttpHeaders & ClassificationRulesTagClassificationVersionDefaultHeaders;
|
|
166
|
+
}
|
|
167
|
+
/** Gets credential information. */
|
|
168
|
+
export interface CredentialGet200Response extends HttpResponse {
|
|
169
|
+
status: "200";
|
|
170
|
+
body: CredentialOutput;
|
|
171
|
+
}
|
|
172
|
+
export interface CredentialGetDefaultHeaders {
|
|
173
|
+
/** String error code indicating what went wrong. */
|
|
174
|
+
"x-ms-error-code"?: string;
|
|
175
|
+
}
|
|
176
|
+
/** Gets credential information. */
|
|
177
|
+
export interface CredentialGetDefaultResponse extends HttpResponse {
|
|
178
|
+
status: string;
|
|
179
|
+
body: ErrorResponseModelOutput;
|
|
180
|
+
headers: RawHttpHeaders & CredentialGetDefaultHeaders;
|
|
181
|
+
}
|
|
182
|
+
/** Creates or replaces an instance of a credential. */
|
|
183
|
+
export interface CredentialCreateOrReplace200Response extends HttpResponse {
|
|
184
|
+
status: "200";
|
|
185
|
+
body: CredentialOutput;
|
|
186
|
+
}
|
|
187
|
+
/** Creates or replaces an instance of a credential. */
|
|
188
|
+
export interface CredentialCreateOrReplace201Response extends HttpResponse {
|
|
189
|
+
status: "201";
|
|
190
|
+
body: CredentialOutput;
|
|
191
|
+
}
|
|
192
|
+
export interface CredentialCreateOrReplaceDefaultHeaders {
|
|
193
|
+
/** String error code indicating what went wrong. */
|
|
194
|
+
"x-ms-error-code"?: string;
|
|
195
|
+
}
|
|
196
|
+
/** Creates or replaces an instance of a credential. */
|
|
197
|
+
export interface CredentialCreateOrReplaceDefaultResponse extends HttpResponse {
|
|
198
|
+
status: string;
|
|
199
|
+
body: ErrorResponseModelOutput;
|
|
200
|
+
headers: RawHttpHeaders & CredentialCreateOrReplaceDefaultHeaders;
|
|
201
|
+
}
|
|
202
|
+
/** Deletes a credential associated with the account. */
|
|
203
|
+
export interface CredentialDelete204Response extends HttpResponse {
|
|
204
|
+
status: "204";
|
|
205
|
+
}
|
|
206
|
+
export interface CredentialDeleteDefaultHeaders {
|
|
207
|
+
/** String error code indicating what went wrong. */
|
|
208
|
+
"x-ms-error-code"?: string;
|
|
209
|
+
}
|
|
210
|
+
/** Deletes a credential associated with the account. */
|
|
211
|
+
export interface CredentialDeleteDefaultResponse extends HttpResponse {
|
|
212
|
+
status: string;
|
|
213
|
+
body: ErrorResponseModelOutput;
|
|
214
|
+
headers: RawHttpHeaders & CredentialDeleteDefaultHeaders;
|
|
215
|
+
}
|
|
216
|
+
/** Lists credentials in account. */
|
|
217
|
+
export interface CredentialList200Response extends HttpResponse {
|
|
218
|
+
status: "200";
|
|
219
|
+
body: CredentialListOutput;
|
|
220
|
+
}
|
|
221
|
+
export interface CredentialListDefaultHeaders {
|
|
222
|
+
/** String error code indicating what went wrong. */
|
|
223
|
+
"x-ms-error-code"?: string;
|
|
224
|
+
}
|
|
225
|
+
/** Lists credentials in account. */
|
|
226
|
+
export interface CredentialListDefaultResponse extends HttpResponse {
|
|
227
|
+
status: string;
|
|
228
|
+
body: ErrorResponseModelOutput;
|
|
229
|
+
headers: RawHttpHeaders & CredentialListDefaultHeaders;
|
|
230
|
+
}
|
|
231
|
+
/** Creates or replaces a data source. */
|
|
232
|
+
export interface DataSourcesCreateOrReplace200Response extends HttpResponse {
|
|
233
|
+
status: "200";
|
|
234
|
+
body: DataSourceOutput;
|
|
235
|
+
}
|
|
236
|
+
/** Creates or replaces a data source. */
|
|
237
|
+
export interface DataSourcesCreateOrReplace201Response extends HttpResponse {
|
|
238
|
+
status: "201";
|
|
239
|
+
body: DataSourceOutput;
|
|
240
|
+
}
|
|
241
|
+
export interface DataSourcesCreateOrReplaceDefaultHeaders {
|
|
242
|
+
/** String error code indicating what went wrong. */
|
|
243
|
+
"x-ms-error-code"?: string;
|
|
244
|
+
}
|
|
245
|
+
/** Creates or replaces a data source. */
|
|
246
|
+
export interface DataSourcesCreateOrReplaceDefaultResponse extends HttpResponse {
|
|
247
|
+
status: string;
|
|
248
|
+
body: ErrorResponseModelOutput;
|
|
249
|
+
headers: RawHttpHeaders & DataSourcesCreateOrReplaceDefaultHeaders;
|
|
250
|
+
}
|
|
251
|
+
/** Gets a data source. */
|
|
252
|
+
export interface DataSourcesGet200Response extends HttpResponse {
|
|
253
|
+
status: "200";
|
|
254
|
+
body: DataSourceOutput;
|
|
255
|
+
}
|
|
256
|
+
export interface DataSourcesGetDefaultHeaders {
|
|
257
|
+
/** String error code indicating what went wrong. */
|
|
258
|
+
"x-ms-error-code"?: string;
|
|
259
|
+
}
|
|
260
|
+
/** Gets a data source. */
|
|
261
|
+
export interface DataSourcesGetDefaultResponse extends HttpResponse {
|
|
262
|
+
status: string;
|
|
263
|
+
body: ErrorResponseModelOutput;
|
|
264
|
+
headers: RawHttpHeaders & DataSourcesGetDefaultHeaders;
|
|
265
|
+
}
|
|
266
|
+
/** Deletes a data source. */
|
|
267
|
+
export interface DataSourcesDelete204Response extends HttpResponse {
|
|
268
|
+
status: "204";
|
|
269
|
+
}
|
|
270
|
+
export interface DataSourcesDeleteDefaultHeaders {
|
|
271
|
+
/** String error code indicating what went wrong. */
|
|
272
|
+
"x-ms-error-code"?: string;
|
|
273
|
+
}
|
|
274
|
+
/** Deletes a data source. */
|
|
275
|
+
export interface DataSourcesDeleteDefaultResponse extends HttpResponse {
|
|
276
|
+
status: string;
|
|
277
|
+
body: ErrorResponseModelOutput;
|
|
278
|
+
headers: RawHttpHeaders & DataSourcesDeleteDefaultHeaders;
|
|
279
|
+
}
|
|
280
|
+
/** Lists data sources in Data catalog. */
|
|
281
|
+
export interface DataSourcesList200Response extends HttpResponse {
|
|
282
|
+
status: "200";
|
|
283
|
+
body: DataSourceListOutput;
|
|
284
|
+
}
|
|
285
|
+
export interface DataSourcesListDefaultHeaders {
|
|
286
|
+
/** String error code indicating what went wrong. */
|
|
287
|
+
"x-ms-error-code"?: string;
|
|
288
|
+
}
|
|
289
|
+
/** Lists data sources in Data catalog. */
|
|
290
|
+
export interface DataSourcesListDefaultResponse extends HttpResponse {
|
|
291
|
+
status: string;
|
|
292
|
+
body: ErrorResponseModelOutput;
|
|
293
|
+
headers: RawHttpHeaders & DataSourcesListDefaultHeaders;
|
|
294
|
+
}
|
|
295
|
+
/** Gets a filter. */
|
|
296
|
+
export interface FiltersGet200Response extends HttpResponse {
|
|
297
|
+
status: "200";
|
|
298
|
+
body: FilterOutput;
|
|
299
|
+
}
|
|
300
|
+
export interface FiltersGetDefaultHeaders {
|
|
301
|
+
/** String error code indicating what went wrong. */
|
|
302
|
+
"x-ms-error-code"?: string;
|
|
303
|
+
}
|
|
304
|
+
/** Gets a filter. */
|
|
305
|
+
export interface FiltersGetDefaultResponse extends HttpResponse {
|
|
306
|
+
status: string;
|
|
307
|
+
body: ErrorResponseModelOutput;
|
|
308
|
+
headers: RawHttpHeaders & FiltersGetDefaultHeaders;
|
|
309
|
+
}
|
|
310
|
+
/** Creates or replaces a filter. */
|
|
311
|
+
export interface FiltersCreateOrReplace200Response extends HttpResponse {
|
|
312
|
+
status: "200";
|
|
313
|
+
body: FilterOutput;
|
|
314
|
+
}
|
|
315
|
+
/** Creates or replaces a filter. */
|
|
316
|
+
export interface FiltersCreateOrReplace201Response extends HttpResponse {
|
|
317
|
+
status: "201";
|
|
318
|
+
body: FilterOutput;
|
|
319
|
+
}
|
|
320
|
+
export interface FiltersCreateOrReplaceDefaultHeaders {
|
|
321
|
+
/** String error code indicating what went wrong. */
|
|
322
|
+
"x-ms-error-code"?: string;
|
|
323
|
+
}
|
|
324
|
+
/** Creates or replaces a filter. */
|
|
325
|
+
export interface FiltersCreateOrReplaceDefaultResponse extends HttpResponse {
|
|
326
|
+
status: string;
|
|
327
|
+
body: ErrorResponseModelOutput;
|
|
328
|
+
headers: RawHttpHeaders & FiltersCreateOrReplaceDefaultHeaders;
|
|
329
|
+
}
|
|
330
|
+
/** Lists integration runtimes in an account. */
|
|
331
|
+
export interface IntegrationRuntimesListByAccount200Response extends HttpResponse {
|
|
332
|
+
status: "200";
|
|
333
|
+
body: IntegrationRuntimeListOutput;
|
|
334
|
+
}
|
|
335
|
+
export interface IntegrationRuntimesListByAccountDefaultHeaders {
|
|
336
|
+
/** String error code indicating what went wrong. */
|
|
337
|
+
"x-ms-error-code"?: string;
|
|
338
|
+
}
|
|
339
|
+
/** Lists integration runtimes in an account. */
|
|
340
|
+
export interface IntegrationRuntimesListByAccountDefaultResponse extends HttpResponse {
|
|
341
|
+
status: string;
|
|
342
|
+
body: ErrorResponseModelOutput;
|
|
343
|
+
headers: RawHttpHeaders & IntegrationRuntimesListByAccountDefaultHeaders;
|
|
344
|
+
}
|
|
345
|
+
/** Gets an integration runtime. */
|
|
346
|
+
export interface IntegrationRuntimesGet200Response extends HttpResponse {
|
|
347
|
+
status: "200";
|
|
348
|
+
body: IntegrationRuntimeOutput;
|
|
349
|
+
}
|
|
350
|
+
export interface IntegrationRuntimesGetDefaultHeaders {
|
|
351
|
+
/** String error code indicating what went wrong. */
|
|
352
|
+
"x-ms-error-code"?: string;
|
|
353
|
+
}
|
|
354
|
+
/** Gets an integration runtime. */
|
|
355
|
+
export interface IntegrationRuntimesGetDefaultResponse extends HttpResponse {
|
|
356
|
+
status: string;
|
|
357
|
+
body: ErrorResponseModelOutput;
|
|
358
|
+
headers: RawHttpHeaders & IntegrationRuntimesGetDefaultHeaders;
|
|
359
|
+
}
|
|
360
|
+
/** Deletes an integration runtime. */
|
|
361
|
+
export interface IntegrationRuntimesDelete204Response extends HttpResponse {
|
|
362
|
+
status: "204";
|
|
363
|
+
}
|
|
364
|
+
export interface IntegrationRuntimesDeleteDefaultHeaders {
|
|
365
|
+
/** String error code indicating what went wrong. */
|
|
366
|
+
"x-ms-error-code"?: string;
|
|
367
|
+
}
|
|
368
|
+
/** Deletes an integration runtime. */
|
|
369
|
+
export interface IntegrationRuntimesDeleteDefaultResponse extends HttpResponse {
|
|
370
|
+
status: string;
|
|
371
|
+
body: ErrorResponseModelOutput;
|
|
372
|
+
headers: RawHttpHeaders & IntegrationRuntimesDeleteDefaultHeaders;
|
|
373
|
+
}
|
|
374
|
+
/** Creates or replaces an instance of integration runtime. */
|
|
375
|
+
export interface IntegrationRuntimesCreateOrReplace200Response extends HttpResponse {
|
|
376
|
+
status: "200";
|
|
377
|
+
body: IntegrationRuntimeOutput;
|
|
378
|
+
}
|
|
379
|
+
/** Creates or replaces an instance of integration runtime. */
|
|
380
|
+
export interface IntegrationRuntimesCreateOrReplace201Response extends HttpResponse {
|
|
381
|
+
status: "201";
|
|
382
|
+
body: IntegrationRuntimeOutput;
|
|
383
|
+
}
|
|
384
|
+
export interface IntegrationRuntimesCreateOrReplaceDefaultHeaders {
|
|
385
|
+
/** String error code indicating what went wrong. */
|
|
386
|
+
"x-ms-error-code"?: string;
|
|
387
|
+
}
|
|
388
|
+
/** Creates or replaces an instance of integration runtime. */
|
|
389
|
+
export interface IntegrationRuntimesCreateOrReplaceDefaultResponse extends HttpResponse {
|
|
390
|
+
status: string;
|
|
391
|
+
body: ErrorResponseModelOutput;
|
|
392
|
+
headers: RawHttpHeaders & IntegrationRuntimesCreateOrReplaceDefaultHeaders;
|
|
393
|
+
}
|
|
394
|
+
/** Gets detailed status information for an integration runtime. */
|
|
395
|
+
export interface IntegrationRuntimesStatus200Response extends HttpResponse {
|
|
396
|
+
status: "200";
|
|
397
|
+
body: IntegrationRuntimeStatusOutput;
|
|
398
|
+
}
|
|
399
|
+
export interface IntegrationRuntimesStatusDefaultHeaders {
|
|
400
|
+
/** String error code indicating what went wrong. */
|
|
401
|
+
"x-ms-error-code"?: string;
|
|
402
|
+
}
|
|
403
|
+
/** Gets detailed status information for an integration runtime. */
|
|
404
|
+
export interface IntegrationRuntimesStatusDefaultResponse extends HttpResponse {
|
|
405
|
+
status: string;
|
|
406
|
+
body: ErrorResponseModelOutput;
|
|
407
|
+
headers: RawHttpHeaders & IntegrationRuntimesStatusDefaultHeaders;
|
|
408
|
+
}
|
|
409
|
+
/** Retrieves the authentication keys for an integration runtime. */
|
|
410
|
+
export interface IntegrationRuntimesListAuthKeys200Response extends HttpResponse {
|
|
411
|
+
status: "200";
|
|
412
|
+
body: IntegrationRuntimeAuthKeysOutput;
|
|
413
|
+
}
|
|
414
|
+
export interface IntegrationRuntimesListAuthKeysDefaultHeaders {
|
|
415
|
+
/** String error code indicating what went wrong. */
|
|
416
|
+
"x-ms-error-code"?: string;
|
|
417
|
+
}
|
|
418
|
+
/** Retrieves the authentication keys for an integration runtime. */
|
|
419
|
+
export interface IntegrationRuntimesListAuthKeysDefaultResponse extends HttpResponse {
|
|
420
|
+
status: string;
|
|
421
|
+
body: ErrorResponseModelOutput;
|
|
422
|
+
headers: RawHttpHeaders & IntegrationRuntimesListAuthKeysDefaultHeaders;
|
|
423
|
+
}
|
|
424
|
+
/** Regenerates the authentication key for an integration runtime. */
|
|
425
|
+
export interface IntegrationRuntimesRegenerateAuthKey200Response extends HttpResponse {
|
|
426
|
+
status: "200";
|
|
427
|
+
body: IntegrationRuntimeAuthKeysOutput;
|
|
428
|
+
}
|
|
429
|
+
export interface IntegrationRuntimesRegenerateAuthKeyDefaultHeaders {
|
|
430
|
+
/** String error code indicating what went wrong. */
|
|
431
|
+
"x-ms-error-code"?: string;
|
|
432
|
+
}
|
|
433
|
+
/** Regenerates the authentication key for an integration runtime. */
|
|
434
|
+
export interface IntegrationRuntimesRegenerateAuthKeyDefaultResponse extends HttpResponse {
|
|
435
|
+
status: string;
|
|
436
|
+
body: ErrorResponseModelOutput;
|
|
437
|
+
headers: RawHttpHeaders & IntegrationRuntimesRegenerateAuthKeyDefaultHeaders;
|
|
438
|
+
}
|
|
439
|
+
export interface IntegrationRuntimesDisableInteractiveQuery202Headers {
|
|
440
|
+
/** Response header for long running operation. */
|
|
441
|
+
"operation-location"?: string;
|
|
442
|
+
}
|
|
443
|
+
/** Disables interactive querying. */
|
|
444
|
+
export interface IntegrationRuntimesDisableInteractiveQuery202Response extends HttpResponse {
|
|
445
|
+
status: "202";
|
|
446
|
+
body: OperationResponseOutput;
|
|
447
|
+
headers: RawHttpHeaders & IntegrationRuntimesDisableInteractiveQuery202Headers;
|
|
448
|
+
}
|
|
449
|
+
export interface IntegrationRuntimesDisableInteractiveQueryDefaultHeaders {
|
|
450
|
+
/** String error code indicating what went wrong. */
|
|
451
|
+
"x-ms-error-code"?: string;
|
|
452
|
+
}
|
|
453
|
+
/** Disables interactive querying. */
|
|
454
|
+
export interface IntegrationRuntimesDisableInteractiveQueryDefaultResponse extends HttpResponse {
|
|
455
|
+
status: string;
|
|
456
|
+
body: ErrorResponseModelOutput;
|
|
457
|
+
headers: RawHttpHeaders & IntegrationRuntimesDisableInteractiveQueryDefaultHeaders;
|
|
458
|
+
}
|
|
459
|
+
export interface IntegrationRuntimesEnableInteractiveQuery202Headers {
|
|
460
|
+
/** Response header for long running operation. */
|
|
461
|
+
"operation-location"?: string;
|
|
462
|
+
}
|
|
463
|
+
/** Enables interactive querying. */
|
|
464
|
+
export interface IntegrationRuntimesEnableInteractiveQuery202Response extends HttpResponse {
|
|
465
|
+
status: "202";
|
|
466
|
+
body: OperationResponseOutput;
|
|
467
|
+
headers: RawHttpHeaders & IntegrationRuntimesEnableInteractiveQuery202Headers;
|
|
468
|
+
}
|
|
469
|
+
export interface IntegrationRuntimesEnableInteractiveQueryDefaultHeaders {
|
|
470
|
+
/** String error code indicating what went wrong. */
|
|
471
|
+
"x-ms-error-code"?: string;
|
|
472
|
+
}
|
|
473
|
+
/** Enables interactive querying. */
|
|
474
|
+
export interface IntegrationRuntimesEnableInteractiveQueryDefaultResponse extends HttpResponse {
|
|
475
|
+
status: string;
|
|
476
|
+
body: ErrorResponseModelOutput;
|
|
477
|
+
headers: RawHttpHeaders & IntegrationRuntimesEnableInteractiveQueryDefaultHeaders;
|
|
478
|
+
}
|
|
479
|
+
/** Lists managed virtual networks in an account. */
|
|
480
|
+
export interface ManagedVirtualNetworksListByAccount200Response extends HttpResponse {
|
|
481
|
+
status: "200";
|
|
482
|
+
body: ManagedVirtualNetworkListOutput;
|
|
483
|
+
}
|
|
484
|
+
export interface ManagedVirtualNetworksListByAccountDefaultHeaders {
|
|
485
|
+
/** String error code indicating what went wrong. */
|
|
486
|
+
"x-ms-error-code"?: string;
|
|
487
|
+
}
|
|
488
|
+
/** Lists managed virtual networks in an account. */
|
|
489
|
+
export interface ManagedVirtualNetworksListByAccountDefaultResponse extends HttpResponse {
|
|
490
|
+
status: string;
|
|
491
|
+
body: ErrorResponseModelOutput;
|
|
492
|
+
headers: RawHttpHeaders & ManagedVirtualNetworksListByAccountDefaultHeaders;
|
|
493
|
+
}
|
|
494
|
+
/** Gets a managed virtual network. */
|
|
495
|
+
export interface ManagedVirtualNetworksGet200Response extends HttpResponse {
|
|
496
|
+
status: "200";
|
|
497
|
+
body: ManagedVirtualNetworkOutput;
|
|
498
|
+
}
|
|
499
|
+
export interface ManagedVirtualNetworksGetDefaultHeaders {
|
|
500
|
+
/** String error code indicating what went wrong. */
|
|
501
|
+
"x-ms-error-code"?: string;
|
|
502
|
+
}
|
|
503
|
+
/** Gets a managed virtual network. */
|
|
504
|
+
export interface ManagedVirtualNetworksGetDefaultResponse extends HttpResponse {
|
|
505
|
+
status: string;
|
|
506
|
+
body: ErrorResponseModelOutput;
|
|
507
|
+
headers: RawHttpHeaders & ManagedVirtualNetworksGetDefaultHeaders;
|
|
508
|
+
}
|
|
509
|
+
/** Creates or replaces a managed virtual network. */
|
|
510
|
+
export interface ManagedVirtualNetworksCreateOrReplace200Response extends HttpResponse {
|
|
511
|
+
status: "200";
|
|
512
|
+
body: ManagedVirtualNetworkOutput;
|
|
513
|
+
}
|
|
514
|
+
/** Creates or replaces a managed virtual network. */
|
|
515
|
+
export interface ManagedVirtualNetworksCreateOrReplace201Response extends HttpResponse {
|
|
516
|
+
status: "201";
|
|
517
|
+
body: ManagedVirtualNetworkOutput;
|
|
518
|
+
}
|
|
519
|
+
export interface ManagedVirtualNetworksCreateOrReplaceDefaultHeaders {
|
|
520
|
+
/** String error code indicating what went wrong. */
|
|
521
|
+
"x-ms-error-code"?: string;
|
|
522
|
+
}
|
|
523
|
+
/** Creates or replaces a managed virtual network. */
|
|
524
|
+
export interface ManagedVirtualNetworksCreateOrReplaceDefaultResponse extends HttpResponse {
|
|
525
|
+
status: string;
|
|
526
|
+
body: ErrorResponseModelOutput;
|
|
527
|
+
headers: RawHttpHeaders & ManagedVirtualNetworksCreateOrReplaceDefaultHeaders;
|
|
528
|
+
}
|
|
529
|
+
/** Lists managed private endpoints under a managed virtual network. */
|
|
530
|
+
export interface ManagedPrivateEndpointsListByAccount200Response extends HttpResponse {
|
|
531
|
+
status: "200";
|
|
532
|
+
body: ManagedPrivateEndpointListOutput;
|
|
533
|
+
}
|
|
534
|
+
export interface ManagedPrivateEndpointsListByAccountDefaultHeaders {
|
|
535
|
+
/** String error code indicating what went wrong. */
|
|
536
|
+
"x-ms-error-code"?: string;
|
|
537
|
+
}
|
|
538
|
+
/** Lists managed private endpoints under a managed virtual network. */
|
|
539
|
+
export interface ManagedPrivateEndpointsListByAccountDefaultResponse extends HttpResponse {
|
|
540
|
+
status: string;
|
|
541
|
+
body: ErrorResponseModelOutput;
|
|
542
|
+
headers: RawHttpHeaders & ManagedPrivateEndpointsListByAccountDefaultHeaders;
|
|
543
|
+
}
|
|
544
|
+
/** Gets a managed private endpoint. */
|
|
545
|
+
export interface ManagedPrivateEndpointsGet200Response extends HttpResponse {
|
|
546
|
+
status: "200";
|
|
547
|
+
body: ManagedPrivateEndpointOutput;
|
|
548
|
+
}
|
|
549
|
+
export interface ManagedPrivateEndpointsGetDefaultHeaders {
|
|
550
|
+
/** String error code indicating what went wrong. */
|
|
551
|
+
"x-ms-error-code"?: string;
|
|
552
|
+
}
|
|
553
|
+
/** Gets a managed private endpoint. */
|
|
554
|
+
export interface ManagedPrivateEndpointsGetDefaultResponse extends HttpResponse {
|
|
555
|
+
status: string;
|
|
556
|
+
body: ErrorResponseModelOutput;
|
|
557
|
+
headers: RawHttpHeaders & ManagedPrivateEndpointsGetDefaultHeaders;
|
|
558
|
+
}
|
|
559
|
+
/** Deletes a managed private endpoint. */
|
|
560
|
+
export interface ManagedPrivateEndpointsDelete204Response extends HttpResponse {
|
|
561
|
+
status: "204";
|
|
562
|
+
}
|
|
563
|
+
export interface ManagedPrivateEndpointsDeleteDefaultHeaders {
|
|
564
|
+
/** String error code indicating what went wrong. */
|
|
565
|
+
"x-ms-error-code"?: string;
|
|
566
|
+
}
|
|
567
|
+
/** Deletes a managed private endpoint. */
|
|
568
|
+
export interface ManagedPrivateEndpointsDeleteDefaultResponse extends HttpResponse {
|
|
569
|
+
status: string;
|
|
570
|
+
body: ErrorResponseModelOutput;
|
|
571
|
+
headers: RawHttpHeaders & ManagedPrivateEndpointsDeleteDefaultHeaders;
|
|
572
|
+
}
|
|
573
|
+
/** Creates or replaces a managed private endpoint. */
|
|
574
|
+
export interface ManagedPrivateEndpointsCreateOrReplace200Response extends HttpResponse {
|
|
575
|
+
status: "200";
|
|
576
|
+
body: ManagedPrivateEndpointOutput;
|
|
577
|
+
}
|
|
578
|
+
/** Creates or replaces a managed private endpoint. */
|
|
579
|
+
export interface ManagedPrivateEndpointsCreateOrReplace201Response extends HttpResponse {
|
|
580
|
+
status: "201";
|
|
581
|
+
body: ManagedPrivateEndpointOutput;
|
|
582
|
+
}
|
|
583
|
+
export interface ManagedPrivateEndpointsCreateOrReplaceDefaultHeaders {
|
|
584
|
+
/** String error code indicating what went wrong. */
|
|
585
|
+
"x-ms-error-code"?: string;
|
|
586
|
+
}
|
|
587
|
+
/** Creates or replaces a managed private endpoint. */
|
|
588
|
+
export interface ManagedPrivateEndpointsCreateOrReplaceDefaultResponse extends HttpResponse {
|
|
589
|
+
status: string;
|
|
590
|
+
body: ErrorResponseModelOutput;
|
|
591
|
+
headers: RawHttpHeaders & ManagedPrivateEndpointsCreateOrReplaceDefaultHeaders;
|
|
592
|
+
}
|
|
593
|
+
/** Creates or replaces an instance of a scan. */
|
|
594
|
+
export interface ScansCreateOrReplace200Response extends HttpResponse {
|
|
595
|
+
status: "200";
|
|
596
|
+
body: ScanOutput;
|
|
597
|
+
}
|
|
598
|
+
/** Creates or replaces an instance of a scan. */
|
|
599
|
+
export interface ScansCreateOrReplace201Response extends HttpResponse {
|
|
600
|
+
status: "201";
|
|
601
|
+
body: ScanOutput;
|
|
602
|
+
}
|
|
603
|
+
export interface ScansCreateOrReplaceDefaultHeaders {
|
|
604
|
+
/** String error code indicating what went wrong. */
|
|
605
|
+
"x-ms-error-code"?: string;
|
|
606
|
+
}
|
|
607
|
+
/** Creates or replaces an instance of a scan. */
|
|
608
|
+
export interface ScansCreateOrReplaceDefaultResponse extends HttpResponse {
|
|
609
|
+
status: string;
|
|
610
|
+
body: ErrorResponseModelOutput;
|
|
611
|
+
headers: RawHttpHeaders & ScansCreateOrReplaceDefaultHeaders;
|
|
612
|
+
}
|
|
613
|
+
/** Gets a scan information. */
|
|
614
|
+
export interface ScansGet200Response extends HttpResponse {
|
|
615
|
+
status: "200";
|
|
616
|
+
body: ScanOutput;
|
|
617
|
+
}
|
|
618
|
+
export interface ScansGetDefaultHeaders {
|
|
619
|
+
/** String error code indicating what went wrong. */
|
|
620
|
+
"x-ms-error-code"?: string;
|
|
621
|
+
}
|
|
622
|
+
/** Gets a scan information. */
|
|
623
|
+
export interface ScansGetDefaultResponse extends HttpResponse {
|
|
624
|
+
status: string;
|
|
625
|
+
body: ErrorResponseModelOutput;
|
|
626
|
+
headers: RawHttpHeaders & ScansGetDefaultHeaders;
|
|
627
|
+
}
|
|
628
|
+
/** Deletes the scan associated with the data source. */
|
|
629
|
+
export interface ScansDelete204Response extends HttpResponse {
|
|
630
|
+
status: "204";
|
|
631
|
+
}
|
|
632
|
+
export interface ScansDeleteDefaultHeaders {
|
|
633
|
+
/** String error code indicating what went wrong. */
|
|
634
|
+
"x-ms-error-code"?: string;
|
|
635
|
+
}
|
|
636
|
+
/** Deletes the scan associated with the data source. */
|
|
637
|
+
export interface ScansDeleteDefaultResponse extends HttpResponse {
|
|
638
|
+
status: string;
|
|
639
|
+
body: ErrorResponseModelOutput;
|
|
640
|
+
headers: RawHttpHeaders & ScansDeleteDefaultHeaders;
|
|
641
|
+
}
|
|
642
|
+
/** Lists scans in data source. */
|
|
643
|
+
export interface ScansListByDataSource200Response extends HttpResponse {
|
|
644
|
+
status: "200";
|
|
645
|
+
body: ScanListOutput;
|
|
646
|
+
}
|
|
647
|
+
export interface ScansListByDataSourceDefaultHeaders {
|
|
648
|
+
/** String error code indicating what went wrong. */
|
|
649
|
+
"x-ms-error-code"?: string;
|
|
650
|
+
}
|
|
651
|
+
/** Lists scans in data source. */
|
|
652
|
+
export interface ScansListByDataSourceDefaultResponse extends HttpResponse {
|
|
653
|
+
status: string;
|
|
654
|
+
body: ErrorResponseModelOutput;
|
|
655
|
+
headers: RawHttpHeaders & ScansListByDataSourceDefaultHeaders;
|
|
656
|
+
}
|
|
657
|
+
/** Gets the status of the scan run with ingestion details. */
|
|
658
|
+
export interface ScanResultGetScanStatus200Response extends HttpResponse {
|
|
659
|
+
status: "200";
|
|
660
|
+
body: ScanResultWithIngestionOutput;
|
|
661
|
+
}
|
|
662
|
+
export interface ScanResultGetScanStatusDefaultHeaders {
|
|
663
|
+
/** String error code indicating what went wrong. */
|
|
664
|
+
"x-ms-error-code"?: string;
|
|
665
|
+
}
|
|
666
|
+
/** Gets the status of the scan run with ingestion details. */
|
|
667
|
+
export interface ScanResultGetScanStatusDefaultResponse extends HttpResponse {
|
|
668
|
+
status: string;
|
|
669
|
+
body: ErrorResponseModelOutput;
|
|
670
|
+
headers: RawHttpHeaders & ScanResultGetScanStatusDefaultHeaders;
|
|
671
|
+
}
|
|
672
|
+
export interface ScanResultRunScan202Headers {
|
|
673
|
+
/** Response header for long running operation. */
|
|
674
|
+
"operation-location"?: string;
|
|
675
|
+
}
|
|
676
|
+
/** Runs the scan */
|
|
677
|
+
export interface ScanResultRunScan202Response extends HttpResponse {
|
|
678
|
+
status: "202";
|
|
679
|
+
body: ScanResultWithIngestionOutput;
|
|
680
|
+
headers: RawHttpHeaders & ScanResultRunScan202Headers;
|
|
681
|
+
}
|
|
682
|
+
/** Runs the scan */
|
|
683
|
+
export interface ScanResultRunScanDefaultResponse extends HttpResponse {
|
|
684
|
+
status: string;
|
|
685
|
+
body: ErrorResponseModelOutput;
|
|
686
|
+
}
|
|
687
|
+
export interface ScanResultCancelScan202Headers {
|
|
688
|
+
/** Response header for long running operation. */
|
|
689
|
+
"operation-location"?: string;
|
|
690
|
+
}
|
|
691
|
+
/** Cancels a scan. */
|
|
692
|
+
export interface ScanResultCancelScan202Response extends HttpResponse {
|
|
693
|
+
status: "202";
|
|
694
|
+
body: OperationResponseOutput;
|
|
695
|
+
headers: RawHttpHeaders & ScanResultCancelScan202Headers;
|
|
696
|
+
}
|
|
697
|
+
export interface ScanResultCancelScanDefaultHeaders {
|
|
698
|
+
/** String error code indicating what went wrong. */
|
|
699
|
+
"x-ms-error-code"?: string;
|
|
700
|
+
}
|
|
701
|
+
/** Cancels a scan. */
|
|
702
|
+
export interface ScanResultCancelScanDefaultResponse extends HttpResponse {
|
|
703
|
+
status: string;
|
|
704
|
+
body: ErrorResponseModelOutput;
|
|
705
|
+
headers: RawHttpHeaders & ScanResultCancelScanDefaultHeaders;
|
|
706
|
+
}
|
|
707
|
+
/** Lists the scan history of a scan. */
|
|
708
|
+
export interface ScanResultListScanHistory200Response extends HttpResponse {
|
|
709
|
+
status: "200";
|
|
710
|
+
body: ScanHistoryListWithIngestionOutput;
|
|
711
|
+
}
|
|
712
|
+
export interface ScanResultListScanHistoryDefaultHeaders {
|
|
713
|
+
/** String error code indicating what went wrong. */
|
|
714
|
+
"x-ms-error-code"?: string;
|
|
715
|
+
}
|
|
716
|
+
/** Lists the scan history of a scan. */
|
|
717
|
+
export interface ScanResultListScanHistoryDefaultResponse extends HttpResponse {
|
|
718
|
+
status: string;
|
|
719
|
+
body: ErrorResponseModelOutput;
|
|
720
|
+
headers: RawHttpHeaders & ScanResultListScanHistoryDefaultHeaders;
|
|
721
|
+
}
|
|
722
|
+
/** Gets a scan ruleset. */
|
|
723
|
+
export interface ScanRulesetsGet200Response extends HttpResponse {
|
|
724
|
+
status: "200";
|
|
725
|
+
body: ScanRulesetOutput;
|
|
726
|
+
}
|
|
727
|
+
export interface ScanRulesetsGetDefaultHeaders {
|
|
728
|
+
/** String error code indicating what went wrong. */
|
|
729
|
+
"x-ms-error-code"?: string;
|
|
730
|
+
}
|
|
731
|
+
/** Gets a scan ruleset. */
|
|
732
|
+
export interface ScanRulesetsGetDefaultResponse extends HttpResponse {
|
|
733
|
+
status: string;
|
|
734
|
+
body: ErrorResponseModelOutput;
|
|
735
|
+
headers: RawHttpHeaders & ScanRulesetsGetDefaultHeaders;
|
|
736
|
+
}
|
|
737
|
+
/** Creates or replaces a scan ruleset. */
|
|
738
|
+
export interface ScanRulesetsCreateOrReplace200Response extends HttpResponse {
|
|
739
|
+
status: "200";
|
|
740
|
+
body: ScanRulesetOutput;
|
|
741
|
+
}
|
|
742
|
+
/** Creates or replaces a scan ruleset. */
|
|
743
|
+
export interface ScanRulesetsCreateOrReplace201Response extends HttpResponse {
|
|
744
|
+
status: "201";
|
|
745
|
+
body: ScanRulesetOutput;
|
|
746
|
+
}
|
|
747
|
+
export interface ScanRulesetsCreateOrReplaceDefaultHeaders {
|
|
748
|
+
/** String error code indicating what went wrong. */
|
|
749
|
+
"x-ms-error-code"?: string;
|
|
750
|
+
}
|
|
751
|
+
/** Creates or replaces a scan ruleset. */
|
|
752
|
+
export interface ScanRulesetsCreateOrReplaceDefaultResponse extends HttpResponse {
|
|
753
|
+
status: string;
|
|
754
|
+
body: ErrorResponseModelOutput;
|
|
755
|
+
headers: RawHttpHeaders & ScanRulesetsCreateOrReplaceDefaultHeaders;
|
|
756
|
+
}
|
|
757
|
+
/** Deletes a scan ruleset. */
|
|
758
|
+
export interface ScanRulesetsDelete204Response extends HttpResponse {
|
|
759
|
+
status: "204";
|
|
760
|
+
}
|
|
761
|
+
export interface ScanRulesetsDeleteDefaultHeaders {
|
|
762
|
+
/** String error code indicating what went wrong. */
|
|
763
|
+
"x-ms-error-code"?: string;
|
|
764
|
+
}
|
|
765
|
+
/** Deletes a scan ruleset. */
|
|
766
|
+
export interface ScanRulesetsDeleteDefaultResponse extends HttpResponse {
|
|
767
|
+
status: string;
|
|
768
|
+
body: ErrorResponseModelOutput;
|
|
769
|
+
headers: RawHttpHeaders & ScanRulesetsDeleteDefaultHeaders;
|
|
770
|
+
}
|
|
771
|
+
/** Lists scan rulesets in data catalog. */
|
|
772
|
+
export interface ScanRulesetsList200Response extends HttpResponse {
|
|
773
|
+
status: "200";
|
|
774
|
+
body: ScanRulesetListOutput;
|
|
775
|
+
}
|
|
776
|
+
export interface ScanRulesetsListDefaultHeaders {
|
|
777
|
+
/** String error code indicating what went wrong. */
|
|
778
|
+
"x-ms-error-code"?: string;
|
|
779
|
+
}
|
|
780
|
+
/** Lists scan rulesets in data catalog. */
|
|
781
|
+
export interface ScanRulesetsListDefaultResponse extends HttpResponse {
|
|
782
|
+
status: string;
|
|
783
|
+
body: ErrorResponseModelOutput;
|
|
784
|
+
headers: RawHttpHeaders & ScanRulesetsListDefaultHeaders;
|
|
785
|
+
}
|
|
786
|
+
/** Lists all system scan rulesets for an account. */
|
|
787
|
+
export interface SystemScanRulesetsList200Response extends HttpResponse {
|
|
788
|
+
status: "200";
|
|
789
|
+
body: SystemScanRulesetListOutput;
|
|
790
|
+
}
|
|
791
|
+
export interface SystemScanRulesetsListDefaultHeaders {
|
|
792
|
+
/** String error code indicating what went wrong. */
|
|
793
|
+
"x-ms-error-code"?: string;
|
|
794
|
+
}
|
|
795
|
+
/** Lists all system scan rulesets for an account. */
|
|
796
|
+
export interface SystemScanRulesetsListDefaultResponse extends HttpResponse {
|
|
797
|
+
status: string;
|
|
798
|
+
body: ErrorResponseModelOutput;
|
|
799
|
+
headers: RawHttpHeaders & SystemScanRulesetsListDefaultHeaders;
|
|
800
|
+
}
|
|
801
|
+
/** Gets a system scan ruleset for a data source. */
|
|
802
|
+
export interface SystemScanRulesetsGet200Response extends HttpResponse {
|
|
803
|
+
status: "200";
|
|
804
|
+
body: SystemScanRulesetOutput;
|
|
805
|
+
}
|
|
806
|
+
export interface SystemScanRulesetsGetDefaultHeaders {
|
|
807
|
+
/** String error code indicating what went wrong. */
|
|
808
|
+
"x-ms-error-code"?: string;
|
|
809
|
+
}
|
|
810
|
+
/** Gets a system scan ruleset for a data source. */
|
|
811
|
+
export interface SystemScanRulesetsGetDefaultResponse extends HttpResponse {
|
|
812
|
+
status: string;
|
|
813
|
+
body: ErrorResponseModelOutput;
|
|
814
|
+
headers: RawHttpHeaders & SystemScanRulesetsGetDefaultHeaders;
|
|
815
|
+
}
|
|
816
|
+
/** Gets a scan ruleset by version. */
|
|
817
|
+
export interface SystemScanRulesetsGetByVersion200Response extends HttpResponse {
|
|
818
|
+
status: "200";
|
|
819
|
+
body: SystemScanRulesetOutput;
|
|
820
|
+
}
|
|
821
|
+
export interface SystemScanRulesetsGetByVersionDefaultHeaders {
|
|
822
|
+
/** String error code indicating what went wrong. */
|
|
823
|
+
"x-ms-error-code"?: string;
|
|
824
|
+
}
|
|
825
|
+
/** Gets a scan ruleset by version. */
|
|
826
|
+
export interface SystemScanRulesetsGetByVersionDefaultResponse extends HttpResponse {
|
|
827
|
+
status: string;
|
|
828
|
+
body: ErrorResponseModelOutput;
|
|
829
|
+
headers: RawHttpHeaders & SystemScanRulesetsGetByVersionDefaultHeaders;
|
|
830
|
+
}
|
|
831
|
+
/** Gets the latest version of a system scan ruleset. */
|
|
832
|
+
export interface SystemScanRulesetsGetLatest200Response extends HttpResponse {
|
|
833
|
+
status: "200";
|
|
834
|
+
body: SystemScanRulesetOutput;
|
|
835
|
+
}
|
|
836
|
+
export interface SystemScanRulesetsGetLatestDefaultHeaders {
|
|
837
|
+
/** String error code indicating what went wrong. */
|
|
838
|
+
"x-ms-error-code"?: string;
|
|
839
|
+
}
|
|
840
|
+
/** Gets the latest version of a system scan ruleset. */
|
|
841
|
+
export interface SystemScanRulesetsGetLatestDefaultResponse extends HttpResponse {
|
|
842
|
+
status: string;
|
|
843
|
+
body: ErrorResponseModelOutput;
|
|
844
|
+
headers: RawHttpHeaders & SystemScanRulesetsGetLatestDefaultHeaders;
|
|
845
|
+
}
|
|
846
|
+
/** Lists system scan ruleset versions in data catalog. */
|
|
847
|
+
export interface SystemScanRulesetsListVersionsByDataSource200Response extends HttpResponse {
|
|
848
|
+
status: "200";
|
|
849
|
+
body: SystemScanRulesetListOutput;
|
|
850
|
+
}
|
|
851
|
+
export interface SystemScanRulesetsListVersionsByDataSourceDefaultHeaders {
|
|
852
|
+
/** String error code indicating what went wrong. */
|
|
853
|
+
"x-ms-error-code"?: string;
|
|
854
|
+
}
|
|
855
|
+
/** Lists system scan ruleset versions in data catalog. */
|
|
856
|
+
export interface SystemScanRulesetsListVersionsByDataSourceDefaultResponse extends HttpResponse {
|
|
857
|
+
status: string;
|
|
858
|
+
body: ErrorResponseModelOutput;
|
|
859
|
+
headers: RawHttpHeaders & SystemScanRulesetsListVersionsByDataSourceDefaultHeaders;
|
|
860
|
+
}
|
|
861
|
+
/** Gets trigger information. */
|
|
862
|
+
export interface TriggersGet200Response extends HttpResponse {
|
|
863
|
+
status: "200";
|
|
864
|
+
body: TriggerOutput;
|
|
865
|
+
}
|
|
866
|
+
export interface TriggersGetDefaultHeaders {
|
|
867
|
+
/** String error code indicating what went wrong. */
|
|
868
|
+
"x-ms-error-code"?: string;
|
|
869
|
+
}
|
|
870
|
+
/** Gets trigger information. */
|
|
871
|
+
export interface TriggersGetDefaultResponse extends HttpResponse {
|
|
872
|
+
status: string;
|
|
873
|
+
body: ErrorResponseModelOutput;
|
|
874
|
+
headers: RawHttpHeaders & TriggersGetDefaultHeaders;
|
|
875
|
+
}
|
|
876
|
+
/** Creates or replaces an instance of a trigger. */
|
|
877
|
+
export interface TriggersCreateOrReplace200Response extends HttpResponse {
|
|
878
|
+
status: "200";
|
|
879
|
+
body: TriggerOutput;
|
|
880
|
+
}
|
|
881
|
+
/** Creates or replaces an instance of a trigger. */
|
|
882
|
+
export interface TriggersCreateOrReplace201Response extends HttpResponse {
|
|
883
|
+
status: "201";
|
|
884
|
+
body: TriggerOutput;
|
|
885
|
+
}
|
|
886
|
+
export interface TriggersCreateOrReplaceDefaultHeaders {
|
|
887
|
+
/** String error code indicating what went wrong. */
|
|
888
|
+
"x-ms-error-code"?: string;
|
|
889
|
+
}
|
|
890
|
+
/** Creates or replaces an instance of a trigger. */
|
|
891
|
+
export interface TriggersCreateOrReplaceDefaultResponse extends HttpResponse {
|
|
892
|
+
status: string;
|
|
893
|
+
body: ErrorResponseModelOutput;
|
|
894
|
+
headers: RawHttpHeaders & TriggersCreateOrReplaceDefaultHeaders;
|
|
895
|
+
}
|
|
896
|
+
/** Deletes the trigger associated with the scan. */
|
|
897
|
+
export interface TriggersDelete204Response extends HttpResponse {
|
|
898
|
+
status: "204";
|
|
899
|
+
}
|
|
900
|
+
export interface TriggersDeleteDefaultHeaders {
|
|
901
|
+
/** String error code indicating what went wrong. */
|
|
902
|
+
"x-ms-error-code"?: string;
|
|
903
|
+
}
|
|
904
|
+
/** Deletes the trigger associated with the scan. */
|
|
905
|
+
export interface TriggersDeleteDefaultResponse extends HttpResponse {
|
|
906
|
+
status: string;
|
|
907
|
+
body: ErrorResponseModelOutput;
|
|
908
|
+
headers: RawHttpHeaders & TriggersDeleteDefaultHeaders;
|
|
909
|
+
}
|
|
910
|
+
/** Enables a trigger. */
|
|
911
|
+
export interface TriggersEnable200Response extends HttpResponse {
|
|
912
|
+
status: "200";
|
|
913
|
+
body: TriggerOutput;
|
|
914
|
+
}
|
|
915
|
+
export interface TriggersEnableDefaultHeaders {
|
|
916
|
+
/** String error code indicating what went wrong. */
|
|
917
|
+
"x-ms-error-code"?: string;
|
|
918
|
+
}
|
|
919
|
+
/** Enables a trigger. */
|
|
920
|
+
export interface TriggersEnableDefaultResponse extends HttpResponse {
|
|
921
|
+
status: string;
|
|
922
|
+
body: ErrorResponseModelOutput;
|
|
923
|
+
headers: RawHttpHeaders & TriggersEnableDefaultHeaders;
|
|
924
|
+
}
|
|
925
|
+
/** Disables a trigger. */
|
|
926
|
+
export interface TriggersDisable200Response extends HttpResponse {
|
|
927
|
+
status: "200";
|
|
928
|
+
body: TriggerOutput;
|
|
929
|
+
}
|
|
930
|
+
export interface TriggersDisableDefaultHeaders {
|
|
931
|
+
/** String error code indicating what went wrong. */
|
|
932
|
+
"x-ms-error-code"?: string;
|
|
933
|
+
}
|
|
934
|
+
/** Disables a trigger. */
|
|
935
|
+
export interface TriggersDisableDefaultResponse extends HttpResponse {
|
|
936
|
+
status: string;
|
|
937
|
+
body: ErrorResponseModelOutput;
|
|
938
|
+
headers: RawHttpHeaders & TriggersDisableDefaultHeaders;
|
|
939
|
+
}
|
|
940
|
+
//# sourceMappingURL=responses.d.ts.map
|