@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 @@
|
|
|
1
|
+
{"version":3,"file":"responses.d.ts","sourceRoot":"","sources":["../../src/responses.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"responses.js","sourceRoot":"","sources":["../../src/responses.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { RawHttpHeaders } from \"@azure/core-rest-pipeline\";\nimport type { HttpResponse } from \"@azure-rest/core-client\";\nimport type {\n AzureKeyVaultOutput,\n ErrorResponseModelOutput,\n AzureKeyVaultListOutput,\n ClassificationRuleOutput,\n ClassificationRuleListOutput,\n OperationResponseOutput,\n CredentialOutput,\n CredentialListOutput,\n DataSourceOutput,\n DataSourceListOutput,\n FilterOutput,\n IntegrationRuntimeListOutput,\n IntegrationRuntimeOutput,\n IntegrationRuntimeStatusOutput,\n IntegrationRuntimeAuthKeysOutput,\n ManagedVirtualNetworkListOutput,\n ManagedVirtualNetworkOutput,\n ManagedPrivateEndpointListOutput,\n ManagedPrivateEndpointOutput,\n ScanOutput,\n ScanListOutput,\n ScanResultWithIngestionOutput,\n ScanHistoryListWithIngestionOutput,\n ScanRulesetOutput,\n ScanRulesetListOutput,\n SystemScanRulesetListOutput,\n SystemScanRulesetOutput,\n TriggerOutput,\n} from \"./outputModels.js\";\n\n/** Gets an Azure Key Vault connection. */\nexport interface KeyVaultConnectionsGet200Response extends HttpResponse {\n status: \"200\";\n body: AzureKeyVaultOutput;\n}\n\nexport interface KeyVaultConnectionsGetDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\n/** Gets an Azure Key Vault connection. */\nexport interface KeyVaultConnectionsGetDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseModelOutput;\n headers: RawHttpHeaders & KeyVaultConnectionsGetDefaultHeaders;\n}\n\n/** Creates or replaces a connection to Azure Key Vault. */\nexport interface KeyVaultConnectionsCreateOrReplace200Response extends HttpResponse {\n status: \"200\";\n body: AzureKeyVaultOutput;\n}\n\n/** Creates or replaces a connection to Azure Key Vault. */\nexport interface KeyVaultConnectionsCreateOrReplace201Response extends HttpResponse {\n status: \"201\";\n body: AzureKeyVaultOutput;\n}\n\nexport interface KeyVaultConnectionsCreateOrReplaceDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\n/** Creates or replaces a connection to Azure Key Vault. */\nexport interface KeyVaultConnectionsCreateOrReplaceDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseModelOutput;\n headers: RawHttpHeaders & KeyVaultConnectionsCreateOrReplaceDefaultHeaders;\n}\n\n/** Deletes an Azure Key Vault connection associated with the account. */\nexport interface KeyVaultConnectionsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface KeyVaultConnectionsDeleteDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\n/** Deletes an Azure Key Vault connection associated with the account. */\nexport interface KeyVaultConnectionsDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseModelOutput;\n headers: RawHttpHeaders & KeyVaultConnectionsDeleteDefaultHeaders;\n}\n\n/** Lists Azure Key Vaults in an account. */\nexport interface KeyVaultConnectionsList200Response extends HttpResponse {\n status: \"200\";\n body: AzureKeyVaultListOutput;\n}\n\nexport interface KeyVaultConnectionsListDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\n/** Lists Azure Key Vaults in an account. */\nexport interface KeyVaultConnectionsListDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseModelOutput;\n headers: RawHttpHeaders & KeyVaultConnectionsListDefaultHeaders;\n}\n\n/** Gets a classification rule. */\nexport interface ClassificationRulesGet200Response extends HttpResponse {\n status: \"200\";\n body: ClassificationRuleOutput;\n}\n\nexport interface ClassificationRulesGetDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\n/** Gets a classification rule. */\nexport interface ClassificationRulesGetDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseModelOutput;\n headers: RawHttpHeaders & ClassificationRulesGetDefaultHeaders;\n}\n\n/** Creates or replaces a classification rule. */\nexport interface ClassificationRulesCreateOrReplace200Response extends HttpResponse {\n status: \"200\";\n body: ClassificationRuleOutput;\n}\n\n/** Creates or replaces a classification rule. */\nexport interface ClassificationRulesCreateOrReplace201Response extends HttpResponse {\n status: \"201\";\n body: ClassificationRuleOutput;\n}\n\nexport interface ClassificationRulesCreateOrReplaceDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\n/** Creates or replaces a classification rule. */\nexport interface ClassificationRulesCreateOrReplaceDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseModelOutput;\n headers: RawHttpHeaders & ClassificationRulesCreateOrReplaceDefaultHeaders;\n}\n\n/** Deletes a classification rule. */\nexport interface ClassificationRulesDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface ClassificationRulesDeleteDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\n/** Deletes a classification rule. */\nexport interface ClassificationRulesDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseModelOutput;\n headers: RawHttpHeaders & ClassificationRulesDeleteDefaultHeaders;\n}\n\n/** Lists classification rules in Account. */\nexport interface ClassificationRulesList200Response extends HttpResponse {\n status: \"200\";\n body: ClassificationRuleListOutput;\n}\n\nexport interface ClassificationRulesListDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\n/** Lists classification rules in Account. */\nexport interface ClassificationRulesListDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseModelOutput;\n headers: RawHttpHeaders & ClassificationRulesListDefaultHeaders;\n}\n\n/** Lists the rule versions of a classification rule. */\nexport interface ClassificationRulesListVersionsByRuleName200Response extends HttpResponse {\n status: \"200\";\n body: ClassificationRuleListOutput;\n}\n\nexport interface ClassificationRulesListVersionsByRuleNameDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\n/** Lists the rule versions of a classification rule. */\nexport interface ClassificationRulesListVersionsByRuleNameDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseModelOutput;\n headers: RawHttpHeaders & ClassificationRulesListVersionsByRuleNameDefaultHeaders;\n}\n\nexport interface ClassificationRulesTagClassificationVersion202Headers {\n /** Response header for long running operation. */\n \"operation-location\"?: string;\n}\n\n/** Sets classification action on a specific classification rule version. */\nexport interface ClassificationRulesTagClassificationVersion202Response extends HttpResponse {\n status: \"202\";\n body: OperationResponseOutput;\n headers: RawHttpHeaders & ClassificationRulesTagClassificationVersion202Headers;\n}\n\nexport interface ClassificationRulesTagClassificationVersionDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\n/** Sets classification action on a specific classification rule version. */\nexport interface ClassificationRulesTagClassificationVersionDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseModelOutput;\n headers: RawHttpHeaders & ClassificationRulesTagClassificationVersionDefaultHeaders;\n}\n\n/** Gets credential information. */\nexport interface CredentialGet200Response extends HttpResponse {\n status: \"200\";\n body: CredentialOutput;\n}\n\nexport interface CredentialGetDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\n/** Gets credential information. */\nexport interface CredentialGetDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseModelOutput;\n headers: RawHttpHeaders & CredentialGetDefaultHeaders;\n}\n\n/** Creates or replaces an instance of a credential. */\nexport interface CredentialCreateOrReplace200Response extends HttpResponse {\n status: \"200\";\n body: CredentialOutput;\n}\n\n/** Creates or replaces an instance of a credential. */\nexport interface CredentialCreateOrReplace201Response extends HttpResponse {\n status: \"201\";\n body: CredentialOutput;\n}\n\nexport interface CredentialCreateOrReplaceDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\n/** Creates or replaces an instance of a credential. */\nexport interface CredentialCreateOrReplaceDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseModelOutput;\n headers: RawHttpHeaders & CredentialCreateOrReplaceDefaultHeaders;\n}\n\n/** Deletes a credential associated with the account. */\nexport interface CredentialDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface CredentialDeleteDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\n/** Deletes a credential associated with the account. */\nexport interface CredentialDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseModelOutput;\n headers: RawHttpHeaders & CredentialDeleteDefaultHeaders;\n}\n\n/** Lists credentials in account. */\nexport interface CredentialList200Response extends HttpResponse {\n status: \"200\";\n body: CredentialListOutput;\n}\n\nexport interface CredentialListDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\n/** Lists credentials in account. */\nexport interface CredentialListDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseModelOutput;\n headers: RawHttpHeaders & CredentialListDefaultHeaders;\n}\n\n/** Creates or replaces a data source. */\nexport interface DataSourcesCreateOrReplace200Response extends HttpResponse {\n status: \"200\";\n body: DataSourceOutput;\n}\n\n/** Creates or replaces a data source. */\nexport interface DataSourcesCreateOrReplace201Response extends HttpResponse {\n status: \"201\";\n body: DataSourceOutput;\n}\n\nexport interface DataSourcesCreateOrReplaceDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\n/** Creates or replaces a data source. */\nexport interface DataSourcesCreateOrReplaceDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseModelOutput;\n headers: RawHttpHeaders & DataSourcesCreateOrReplaceDefaultHeaders;\n}\n\n/** Gets a data source. */\nexport interface DataSourcesGet200Response extends HttpResponse {\n status: \"200\";\n body: DataSourceOutput;\n}\n\nexport interface DataSourcesGetDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\n/** Gets a data source. */\nexport interface DataSourcesGetDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseModelOutput;\n headers: RawHttpHeaders & DataSourcesGetDefaultHeaders;\n}\n\n/** Deletes a data source. */\nexport interface DataSourcesDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface DataSourcesDeleteDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\n/** Deletes a data source. */\nexport interface DataSourcesDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseModelOutput;\n headers: RawHttpHeaders & DataSourcesDeleteDefaultHeaders;\n}\n\n/** Lists data sources in Data catalog. */\nexport interface DataSourcesList200Response extends HttpResponse {\n status: \"200\";\n body: DataSourceListOutput;\n}\n\nexport interface DataSourcesListDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\n/** Lists data sources in Data catalog. */\nexport interface DataSourcesListDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseModelOutput;\n headers: RawHttpHeaders & DataSourcesListDefaultHeaders;\n}\n\n/** Gets a filter. */\nexport interface FiltersGet200Response extends HttpResponse {\n status: \"200\";\n body: FilterOutput;\n}\n\nexport interface FiltersGetDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\n/** Gets a filter. */\nexport interface FiltersGetDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseModelOutput;\n headers: RawHttpHeaders & FiltersGetDefaultHeaders;\n}\n\n/** Creates or replaces a filter. */\nexport interface FiltersCreateOrReplace200Response extends HttpResponse {\n status: \"200\";\n body: FilterOutput;\n}\n\n/** Creates or replaces a filter. */\nexport interface FiltersCreateOrReplace201Response extends HttpResponse {\n status: \"201\";\n body: FilterOutput;\n}\n\nexport interface FiltersCreateOrReplaceDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\n/** Creates or replaces a filter. */\nexport interface FiltersCreateOrReplaceDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseModelOutput;\n headers: RawHttpHeaders & FiltersCreateOrReplaceDefaultHeaders;\n}\n\n/** Lists integration runtimes in an account. */\nexport interface IntegrationRuntimesListByAccount200Response extends HttpResponse {\n status: \"200\";\n body: IntegrationRuntimeListOutput;\n}\n\nexport interface IntegrationRuntimesListByAccountDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\n/** Lists integration runtimes in an account. */\nexport interface IntegrationRuntimesListByAccountDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseModelOutput;\n headers: RawHttpHeaders & IntegrationRuntimesListByAccountDefaultHeaders;\n}\n\n/** Gets an integration runtime. */\nexport interface IntegrationRuntimesGet200Response extends HttpResponse {\n status: \"200\";\n body: IntegrationRuntimeOutput;\n}\n\nexport interface IntegrationRuntimesGetDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\n/** Gets an integration runtime. */\nexport interface IntegrationRuntimesGetDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseModelOutput;\n headers: RawHttpHeaders & IntegrationRuntimesGetDefaultHeaders;\n}\n\n/** Deletes an integration runtime. */\nexport interface IntegrationRuntimesDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface IntegrationRuntimesDeleteDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\n/** Deletes an integration runtime. */\nexport interface IntegrationRuntimesDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseModelOutput;\n headers: RawHttpHeaders & IntegrationRuntimesDeleteDefaultHeaders;\n}\n\n/** Creates or replaces an instance of integration runtime. */\nexport interface IntegrationRuntimesCreateOrReplace200Response extends HttpResponse {\n status: \"200\";\n body: IntegrationRuntimeOutput;\n}\n\n/** Creates or replaces an instance of integration runtime. */\nexport interface IntegrationRuntimesCreateOrReplace201Response extends HttpResponse {\n status: \"201\";\n body: IntegrationRuntimeOutput;\n}\n\nexport interface IntegrationRuntimesCreateOrReplaceDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\n/** Creates or replaces an instance of integration runtime. */\nexport interface IntegrationRuntimesCreateOrReplaceDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseModelOutput;\n headers: RawHttpHeaders & IntegrationRuntimesCreateOrReplaceDefaultHeaders;\n}\n\n/** Gets detailed status information for an integration runtime. */\nexport interface IntegrationRuntimesStatus200Response extends HttpResponse {\n status: \"200\";\n body: IntegrationRuntimeStatusOutput;\n}\n\nexport interface IntegrationRuntimesStatusDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\n/** Gets detailed status information for an integration runtime. */\nexport interface IntegrationRuntimesStatusDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseModelOutput;\n headers: RawHttpHeaders & IntegrationRuntimesStatusDefaultHeaders;\n}\n\n/** Retrieves the authentication keys for an integration runtime. */\nexport interface IntegrationRuntimesListAuthKeys200Response extends HttpResponse {\n status: \"200\";\n body: IntegrationRuntimeAuthKeysOutput;\n}\n\nexport interface IntegrationRuntimesListAuthKeysDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\n/** Retrieves the authentication keys for an integration runtime. */\nexport interface IntegrationRuntimesListAuthKeysDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseModelOutput;\n headers: RawHttpHeaders & IntegrationRuntimesListAuthKeysDefaultHeaders;\n}\n\n/** Regenerates the authentication key for an integration runtime. */\nexport interface IntegrationRuntimesRegenerateAuthKey200Response extends HttpResponse {\n status: \"200\";\n body: IntegrationRuntimeAuthKeysOutput;\n}\n\nexport interface IntegrationRuntimesRegenerateAuthKeyDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\n/** Regenerates the authentication key for an integration runtime. */\nexport interface IntegrationRuntimesRegenerateAuthKeyDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseModelOutput;\n headers: RawHttpHeaders & IntegrationRuntimesRegenerateAuthKeyDefaultHeaders;\n}\n\nexport interface IntegrationRuntimesDisableInteractiveQuery202Headers {\n /** Response header for long running operation. */\n \"operation-location\"?: string;\n}\n\n/** Disables interactive querying. */\nexport interface IntegrationRuntimesDisableInteractiveQuery202Response extends HttpResponse {\n status: \"202\";\n body: OperationResponseOutput;\n headers: RawHttpHeaders & IntegrationRuntimesDisableInteractiveQuery202Headers;\n}\n\nexport interface IntegrationRuntimesDisableInteractiveQueryDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\n/** Disables interactive querying. */\nexport interface IntegrationRuntimesDisableInteractiveQueryDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseModelOutput;\n headers: RawHttpHeaders & IntegrationRuntimesDisableInteractiveQueryDefaultHeaders;\n}\n\nexport interface IntegrationRuntimesEnableInteractiveQuery202Headers {\n /** Response header for long running operation. */\n \"operation-location\"?: string;\n}\n\n/** Enables interactive querying. */\nexport interface IntegrationRuntimesEnableInteractiveQuery202Response extends HttpResponse {\n status: \"202\";\n body: OperationResponseOutput;\n headers: RawHttpHeaders & IntegrationRuntimesEnableInteractiveQuery202Headers;\n}\n\nexport interface IntegrationRuntimesEnableInteractiveQueryDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\n/** Enables interactive querying. */\nexport interface IntegrationRuntimesEnableInteractiveQueryDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseModelOutput;\n headers: RawHttpHeaders & IntegrationRuntimesEnableInteractiveQueryDefaultHeaders;\n}\n\n/** Lists managed virtual networks in an account. */\nexport interface ManagedVirtualNetworksListByAccount200Response extends HttpResponse {\n status: \"200\";\n body: ManagedVirtualNetworkListOutput;\n}\n\nexport interface ManagedVirtualNetworksListByAccountDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\n/** Lists managed virtual networks in an account. */\nexport interface ManagedVirtualNetworksListByAccountDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseModelOutput;\n headers: RawHttpHeaders & ManagedVirtualNetworksListByAccountDefaultHeaders;\n}\n\n/** Gets a managed virtual network. */\nexport interface ManagedVirtualNetworksGet200Response extends HttpResponse {\n status: \"200\";\n body: ManagedVirtualNetworkOutput;\n}\n\nexport interface ManagedVirtualNetworksGetDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\n/** Gets a managed virtual network. */\nexport interface ManagedVirtualNetworksGetDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseModelOutput;\n headers: RawHttpHeaders & ManagedVirtualNetworksGetDefaultHeaders;\n}\n\n/** Creates or replaces a managed virtual network. */\nexport interface ManagedVirtualNetworksCreateOrReplace200Response extends HttpResponse {\n status: \"200\";\n body: ManagedVirtualNetworkOutput;\n}\n\n/** Creates or replaces a managed virtual network. */\nexport interface ManagedVirtualNetworksCreateOrReplace201Response extends HttpResponse {\n status: \"201\";\n body: ManagedVirtualNetworkOutput;\n}\n\nexport interface ManagedVirtualNetworksCreateOrReplaceDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\n/** Creates or replaces a managed virtual network. */\nexport interface ManagedVirtualNetworksCreateOrReplaceDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseModelOutput;\n headers: RawHttpHeaders & ManagedVirtualNetworksCreateOrReplaceDefaultHeaders;\n}\n\n/** Lists managed private endpoints under a managed virtual network. */\nexport interface ManagedPrivateEndpointsListByAccount200Response extends HttpResponse {\n status: \"200\";\n body: ManagedPrivateEndpointListOutput;\n}\n\nexport interface ManagedPrivateEndpointsListByAccountDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\n/** Lists managed private endpoints under a managed virtual network. */\nexport interface ManagedPrivateEndpointsListByAccountDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseModelOutput;\n headers: RawHttpHeaders & ManagedPrivateEndpointsListByAccountDefaultHeaders;\n}\n\n/** Gets a managed private endpoint. */\nexport interface ManagedPrivateEndpointsGet200Response extends HttpResponse {\n status: \"200\";\n body: ManagedPrivateEndpointOutput;\n}\n\nexport interface ManagedPrivateEndpointsGetDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\n/** Gets a managed private endpoint. */\nexport interface ManagedPrivateEndpointsGetDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseModelOutput;\n headers: RawHttpHeaders & ManagedPrivateEndpointsGetDefaultHeaders;\n}\n\n/** Deletes a managed private endpoint. */\nexport interface ManagedPrivateEndpointsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface ManagedPrivateEndpointsDeleteDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\n/** Deletes a managed private endpoint. */\nexport interface ManagedPrivateEndpointsDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseModelOutput;\n headers: RawHttpHeaders & ManagedPrivateEndpointsDeleteDefaultHeaders;\n}\n\n/** Creates or replaces a managed private endpoint. */\nexport interface ManagedPrivateEndpointsCreateOrReplace200Response extends HttpResponse {\n status: \"200\";\n body: ManagedPrivateEndpointOutput;\n}\n\n/** Creates or replaces a managed private endpoint. */\nexport interface ManagedPrivateEndpointsCreateOrReplace201Response extends HttpResponse {\n status: \"201\";\n body: ManagedPrivateEndpointOutput;\n}\n\nexport interface ManagedPrivateEndpointsCreateOrReplaceDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\n/** Creates or replaces a managed private endpoint. */\nexport interface ManagedPrivateEndpointsCreateOrReplaceDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseModelOutput;\n headers: RawHttpHeaders & ManagedPrivateEndpointsCreateOrReplaceDefaultHeaders;\n}\n\n/** Creates or replaces an instance of a scan. */\nexport interface ScansCreateOrReplace200Response extends HttpResponse {\n status: \"200\";\n body: ScanOutput;\n}\n\n/** Creates or replaces an instance of a scan. */\nexport interface ScansCreateOrReplace201Response extends HttpResponse {\n status: \"201\";\n body: ScanOutput;\n}\n\nexport interface ScansCreateOrReplaceDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\n/** Creates or replaces an instance of a scan. */\nexport interface ScansCreateOrReplaceDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseModelOutput;\n headers: RawHttpHeaders & ScansCreateOrReplaceDefaultHeaders;\n}\n\n/** Gets a scan information. */\nexport interface ScansGet200Response extends HttpResponse {\n status: \"200\";\n body: ScanOutput;\n}\n\nexport interface ScansGetDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\n/** Gets a scan information. */\nexport interface ScansGetDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseModelOutput;\n headers: RawHttpHeaders & ScansGetDefaultHeaders;\n}\n\n/** Deletes the scan associated with the data source. */\nexport interface ScansDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface ScansDeleteDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\n/** Deletes the scan associated with the data source. */\nexport interface ScansDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseModelOutput;\n headers: RawHttpHeaders & ScansDeleteDefaultHeaders;\n}\n\n/** Lists scans in data source. */\nexport interface ScansListByDataSource200Response extends HttpResponse {\n status: \"200\";\n body: ScanListOutput;\n}\n\nexport interface ScansListByDataSourceDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\n/** Lists scans in data source. */\nexport interface ScansListByDataSourceDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseModelOutput;\n headers: RawHttpHeaders & ScansListByDataSourceDefaultHeaders;\n}\n\n/** Gets the status of the scan run with ingestion details. */\nexport interface ScanResultGetScanStatus200Response extends HttpResponse {\n status: \"200\";\n body: ScanResultWithIngestionOutput;\n}\n\nexport interface ScanResultGetScanStatusDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\n/** Gets the status of the scan run with ingestion details. */\nexport interface ScanResultGetScanStatusDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseModelOutput;\n headers: RawHttpHeaders & ScanResultGetScanStatusDefaultHeaders;\n}\n\nexport interface ScanResultRunScan202Headers {\n /** Response header for long running operation. */\n \"operation-location\"?: string;\n}\n\n/** Runs the scan */\nexport interface ScanResultRunScan202Response extends HttpResponse {\n status: \"202\";\n body: ScanResultWithIngestionOutput;\n headers: RawHttpHeaders & ScanResultRunScan202Headers;\n}\n\n/** Runs the scan */\nexport interface ScanResultRunScanDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseModelOutput;\n}\n\nexport interface ScanResultCancelScan202Headers {\n /** Response header for long running operation. */\n \"operation-location\"?: string;\n}\n\n/** Cancels a scan. */\nexport interface ScanResultCancelScan202Response extends HttpResponse {\n status: \"202\";\n body: OperationResponseOutput;\n headers: RawHttpHeaders & ScanResultCancelScan202Headers;\n}\n\nexport interface ScanResultCancelScanDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\n/** Cancels a scan. */\nexport interface ScanResultCancelScanDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseModelOutput;\n headers: RawHttpHeaders & ScanResultCancelScanDefaultHeaders;\n}\n\n/** Lists the scan history of a scan. */\nexport interface ScanResultListScanHistory200Response extends HttpResponse {\n status: \"200\";\n body: ScanHistoryListWithIngestionOutput;\n}\n\nexport interface ScanResultListScanHistoryDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\n/** Lists the scan history of a scan. */\nexport interface ScanResultListScanHistoryDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseModelOutput;\n headers: RawHttpHeaders & ScanResultListScanHistoryDefaultHeaders;\n}\n\n/** Gets a scan ruleset. */\nexport interface ScanRulesetsGet200Response extends HttpResponse {\n status: \"200\";\n body: ScanRulesetOutput;\n}\n\nexport interface ScanRulesetsGetDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\n/** Gets a scan ruleset. */\nexport interface ScanRulesetsGetDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseModelOutput;\n headers: RawHttpHeaders & ScanRulesetsGetDefaultHeaders;\n}\n\n/** Creates or replaces a scan ruleset. */\nexport interface ScanRulesetsCreateOrReplace200Response extends HttpResponse {\n status: \"200\";\n body: ScanRulesetOutput;\n}\n\n/** Creates or replaces a scan ruleset. */\nexport interface ScanRulesetsCreateOrReplace201Response extends HttpResponse {\n status: \"201\";\n body: ScanRulesetOutput;\n}\n\nexport interface ScanRulesetsCreateOrReplaceDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\n/** Creates or replaces a scan ruleset. */\nexport interface ScanRulesetsCreateOrReplaceDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseModelOutput;\n headers: RawHttpHeaders & ScanRulesetsCreateOrReplaceDefaultHeaders;\n}\n\n/** Deletes a scan ruleset. */\nexport interface ScanRulesetsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface ScanRulesetsDeleteDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\n/** Deletes a scan ruleset. */\nexport interface ScanRulesetsDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseModelOutput;\n headers: RawHttpHeaders & ScanRulesetsDeleteDefaultHeaders;\n}\n\n/** Lists scan rulesets in data catalog. */\nexport interface ScanRulesetsList200Response extends HttpResponse {\n status: \"200\";\n body: ScanRulesetListOutput;\n}\n\nexport interface ScanRulesetsListDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\n/** Lists scan rulesets in data catalog. */\nexport interface ScanRulesetsListDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseModelOutput;\n headers: RawHttpHeaders & ScanRulesetsListDefaultHeaders;\n}\n\n/** Lists all system scan rulesets for an account. */\nexport interface SystemScanRulesetsList200Response extends HttpResponse {\n status: \"200\";\n body: SystemScanRulesetListOutput;\n}\n\nexport interface SystemScanRulesetsListDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\n/** Lists all system scan rulesets for an account. */\nexport interface SystemScanRulesetsListDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseModelOutput;\n headers: RawHttpHeaders & SystemScanRulesetsListDefaultHeaders;\n}\n\n/** Gets a system scan ruleset for a data source. */\nexport interface SystemScanRulesetsGet200Response extends HttpResponse {\n status: \"200\";\n body: SystemScanRulesetOutput;\n}\n\nexport interface SystemScanRulesetsGetDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\n/** Gets a system scan ruleset for a data source. */\nexport interface SystemScanRulesetsGetDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseModelOutput;\n headers: RawHttpHeaders & SystemScanRulesetsGetDefaultHeaders;\n}\n\n/** Gets a scan ruleset by version. */\nexport interface SystemScanRulesetsGetByVersion200Response extends HttpResponse {\n status: \"200\";\n body: SystemScanRulesetOutput;\n}\n\nexport interface SystemScanRulesetsGetByVersionDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\n/** Gets a scan ruleset by version. */\nexport interface SystemScanRulesetsGetByVersionDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseModelOutput;\n headers: RawHttpHeaders & SystemScanRulesetsGetByVersionDefaultHeaders;\n}\n\n/** Gets the latest version of a system scan ruleset. */\nexport interface SystemScanRulesetsGetLatest200Response extends HttpResponse {\n status: \"200\";\n body: SystemScanRulesetOutput;\n}\n\nexport interface SystemScanRulesetsGetLatestDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\n/** Gets the latest version of a system scan ruleset. */\nexport interface SystemScanRulesetsGetLatestDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseModelOutput;\n headers: RawHttpHeaders & SystemScanRulesetsGetLatestDefaultHeaders;\n}\n\n/** Lists system scan ruleset versions in data catalog. */\nexport interface SystemScanRulesetsListVersionsByDataSource200Response extends HttpResponse {\n status: \"200\";\n body: SystemScanRulesetListOutput;\n}\n\nexport interface SystemScanRulesetsListVersionsByDataSourceDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\n/** Lists system scan ruleset versions in data catalog. */\nexport interface SystemScanRulesetsListVersionsByDataSourceDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseModelOutput;\n headers: RawHttpHeaders & SystemScanRulesetsListVersionsByDataSourceDefaultHeaders;\n}\n\n/** Gets trigger information. */\nexport interface TriggersGet200Response extends HttpResponse {\n status: \"200\";\n body: TriggerOutput;\n}\n\nexport interface TriggersGetDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\n/** Gets trigger information. */\nexport interface TriggersGetDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseModelOutput;\n headers: RawHttpHeaders & TriggersGetDefaultHeaders;\n}\n\n/** Creates or replaces an instance of a trigger. */\nexport interface TriggersCreateOrReplace200Response extends HttpResponse {\n status: \"200\";\n body: TriggerOutput;\n}\n\n/** Creates or replaces an instance of a trigger. */\nexport interface TriggersCreateOrReplace201Response extends HttpResponse {\n status: \"201\";\n body: TriggerOutput;\n}\n\nexport interface TriggersCreateOrReplaceDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\n/** Creates or replaces an instance of a trigger. */\nexport interface TriggersCreateOrReplaceDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseModelOutput;\n headers: RawHttpHeaders & TriggersCreateOrReplaceDefaultHeaders;\n}\n\n/** Deletes the trigger associated with the scan. */\nexport interface TriggersDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface TriggersDeleteDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\n/** Deletes the trigger associated with the scan. */\nexport interface TriggersDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseModelOutput;\n headers: RawHttpHeaders & TriggersDeleteDefaultHeaders;\n}\n\n/** Enables a trigger. */\nexport interface TriggersEnable200Response extends HttpResponse {\n status: \"200\";\n body: TriggerOutput;\n}\n\nexport interface TriggersEnableDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\n/** Enables a trigger. */\nexport interface TriggersEnableDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseModelOutput;\n headers: RawHttpHeaders & TriggersEnableDefaultHeaders;\n}\n\n/** Disables a trigger. */\nexport interface TriggersDisable200Response extends HttpResponse {\n status: \"200\";\n body: TriggerOutput;\n}\n\nexport interface TriggersDisableDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\n/** Disables a trigger. */\nexport interface TriggersDisableDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponseModelOutput;\n headers: RawHttpHeaders & TriggersDisableDefaultHeaders;\n}\n"]}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
// This file is read by tools that parse documentation comments conforming to the TSDoc standard.
|
|
2
|
+
// It should be published with your NPM package. It should not be tracked by Git.
|
|
3
|
+
{
|
|
4
|
+
"tsdocVersion": "0.12",
|
|
5
|
+
"toolPackages": [
|
|
6
|
+
{
|
|
7
|
+
"packageName": "@microsoft/api-extractor",
|
|
8
|
+
"packageVersion": "7.52.10"
|
|
9
|
+
}
|
|
10
|
+
]
|
|
11
|
+
}
|
|
@@ -0,0 +1,277 @@
|
|
|
1
|
+
import type { KeyVaultConnectionsGetParameters, KeyVaultConnectionsCreateOrReplaceParameters, KeyVaultConnectionsDeleteParameters, KeyVaultConnectionsListParameters, ClassificationRulesGetParameters, ClassificationRulesCreateOrReplaceParameters, ClassificationRulesDeleteParameters, ClassificationRulesListParameters, ClassificationRulesListVersionsByRuleNameParameters, ClassificationRulesTagClassificationVersionParameters, CredentialGetParameters, CredentialCreateOrReplaceParameters, CredentialDeleteParameters, CredentialListParameters, DataSourcesCreateOrReplaceParameters, DataSourcesGetParameters, DataSourcesDeleteParameters, DataSourcesListParameters, FiltersGetParameters, FiltersCreateOrReplaceParameters, IntegrationRuntimesListByAccountParameters, IntegrationRuntimesGetParameters, IntegrationRuntimesDeleteParameters, IntegrationRuntimesCreateOrReplaceParameters, IntegrationRuntimesStatusParameters, IntegrationRuntimesListAuthKeysParameters, IntegrationRuntimesRegenerateAuthKeyParameters, IntegrationRuntimesDisableInteractiveQueryParameters, IntegrationRuntimesEnableInteractiveQueryParameters, ManagedVirtualNetworksListByAccountParameters, ManagedVirtualNetworksGetParameters, ManagedVirtualNetworksCreateOrReplaceParameters, ManagedPrivateEndpointsListByAccountParameters, ManagedPrivateEndpointsGetParameters, ManagedPrivateEndpointsDeleteParameters, ManagedPrivateEndpointsCreateOrReplaceParameters, ScansCreateOrReplaceParameters, ScansGetParameters, ScansDeleteParameters, ScansListByDataSourceParameters, ScanResultGetScanStatusParameters, ScanResultRunScanParameters, ScanResultCancelScanParameters, ScanResultListScanHistoryParameters, ScanRulesetsGetParameters, ScanRulesetsCreateOrReplaceParameters, ScanRulesetsDeleteParameters, ScanRulesetsListParameters, SystemScanRulesetsListParameters, SystemScanRulesetsGetParameters, SystemScanRulesetsGetByVersionParameters, SystemScanRulesetsGetLatestParameters, SystemScanRulesetsListVersionsByDataSourceParameters, TriggersGetParameters, TriggersCreateOrReplaceParameters, TriggersDeleteParameters, TriggersEnableParameters, TriggersDisableParameters } from "./parameters.js";
|
|
2
|
+
import type { KeyVaultConnectionsGet200Response, KeyVaultConnectionsGetDefaultResponse, KeyVaultConnectionsCreateOrReplace200Response, KeyVaultConnectionsCreateOrReplace201Response, KeyVaultConnectionsCreateOrReplaceDefaultResponse, KeyVaultConnectionsDelete204Response, KeyVaultConnectionsDeleteDefaultResponse, KeyVaultConnectionsList200Response, KeyVaultConnectionsListDefaultResponse, ClassificationRulesGet200Response, ClassificationRulesGetDefaultResponse, ClassificationRulesCreateOrReplace200Response, ClassificationRulesCreateOrReplace201Response, ClassificationRulesCreateOrReplaceDefaultResponse, ClassificationRulesDelete204Response, ClassificationRulesDeleteDefaultResponse, ClassificationRulesList200Response, ClassificationRulesListDefaultResponse, ClassificationRulesListVersionsByRuleName200Response, ClassificationRulesListVersionsByRuleNameDefaultResponse, ClassificationRulesTagClassificationVersion202Response, ClassificationRulesTagClassificationVersionDefaultResponse, CredentialGet200Response, CredentialGetDefaultResponse, CredentialCreateOrReplace200Response, CredentialCreateOrReplace201Response, CredentialCreateOrReplaceDefaultResponse, CredentialDelete204Response, CredentialDeleteDefaultResponse, CredentialList200Response, CredentialListDefaultResponse, DataSourcesCreateOrReplace200Response, DataSourcesCreateOrReplace201Response, DataSourcesCreateOrReplaceDefaultResponse, DataSourcesGet200Response, DataSourcesGetDefaultResponse, DataSourcesDelete204Response, DataSourcesDeleteDefaultResponse, DataSourcesList200Response, DataSourcesListDefaultResponse, FiltersGet200Response, FiltersGetDefaultResponse, FiltersCreateOrReplace200Response, FiltersCreateOrReplace201Response, FiltersCreateOrReplaceDefaultResponse, IntegrationRuntimesListByAccount200Response, IntegrationRuntimesListByAccountDefaultResponse, IntegrationRuntimesGet200Response, IntegrationRuntimesGetDefaultResponse, IntegrationRuntimesDelete204Response, IntegrationRuntimesDeleteDefaultResponse, IntegrationRuntimesCreateOrReplace200Response, IntegrationRuntimesCreateOrReplace201Response, IntegrationRuntimesCreateOrReplaceDefaultResponse, IntegrationRuntimesStatus200Response, IntegrationRuntimesStatusDefaultResponse, IntegrationRuntimesListAuthKeys200Response, IntegrationRuntimesListAuthKeysDefaultResponse, IntegrationRuntimesRegenerateAuthKey200Response, IntegrationRuntimesRegenerateAuthKeyDefaultResponse, IntegrationRuntimesDisableInteractiveQuery202Response, IntegrationRuntimesDisableInteractiveQueryDefaultResponse, IntegrationRuntimesEnableInteractiveQuery202Response, IntegrationRuntimesEnableInteractiveQueryDefaultResponse, ManagedVirtualNetworksListByAccount200Response, ManagedVirtualNetworksListByAccountDefaultResponse, ManagedVirtualNetworksGet200Response, ManagedVirtualNetworksGetDefaultResponse, ManagedVirtualNetworksCreateOrReplace200Response, ManagedVirtualNetworksCreateOrReplace201Response, ManagedVirtualNetworksCreateOrReplaceDefaultResponse, ManagedPrivateEndpointsListByAccount200Response, ManagedPrivateEndpointsListByAccountDefaultResponse, ManagedPrivateEndpointsGet200Response, ManagedPrivateEndpointsGetDefaultResponse, ManagedPrivateEndpointsDelete204Response, ManagedPrivateEndpointsDeleteDefaultResponse, ManagedPrivateEndpointsCreateOrReplace200Response, ManagedPrivateEndpointsCreateOrReplace201Response, ManagedPrivateEndpointsCreateOrReplaceDefaultResponse, ScansCreateOrReplace200Response, ScansCreateOrReplace201Response, ScansCreateOrReplaceDefaultResponse, ScansGet200Response, ScansGetDefaultResponse, ScansDelete204Response, ScansDeleteDefaultResponse, ScansListByDataSource200Response, ScansListByDataSourceDefaultResponse, ScanResultGetScanStatus200Response, ScanResultGetScanStatusDefaultResponse, ScanResultRunScan202Response, ScanResultRunScanDefaultResponse, ScanResultCancelScan202Response, ScanResultCancelScanDefaultResponse, ScanResultListScanHistory200Response, ScanResultListScanHistoryDefaultResponse, ScanRulesetsGet200Response, ScanRulesetsGetDefaultResponse, ScanRulesetsCreateOrReplace200Response, ScanRulesetsCreateOrReplace201Response, ScanRulesetsCreateOrReplaceDefaultResponse, ScanRulesetsDelete204Response, ScanRulesetsDeleteDefaultResponse, ScanRulesetsList200Response, ScanRulesetsListDefaultResponse, SystemScanRulesetsList200Response, SystemScanRulesetsListDefaultResponse, SystemScanRulesetsGet200Response, SystemScanRulesetsGetDefaultResponse, SystemScanRulesetsGetByVersion200Response, SystemScanRulesetsGetByVersionDefaultResponse, SystemScanRulesetsGetLatest200Response, SystemScanRulesetsGetLatestDefaultResponse, SystemScanRulesetsListVersionsByDataSource200Response, SystemScanRulesetsListVersionsByDataSourceDefaultResponse, TriggersGet200Response, TriggersGetDefaultResponse, TriggersCreateOrReplace200Response, TriggersCreateOrReplace201Response, TriggersCreateOrReplaceDefaultResponse, TriggersDelete204Response, TriggersDeleteDefaultResponse, TriggersEnable200Response, TriggersEnableDefaultResponse, TriggersDisable200Response, TriggersDisableDefaultResponse } from "./responses.js";
|
|
3
|
+
import type { Client, StreamableMethod } from "@azure-rest/core-client";
|
|
4
|
+
export interface KeyVaultConnectionsGet {
|
|
5
|
+
/** Gets an Azure Key Vault connection. */
|
|
6
|
+
get(options?: KeyVaultConnectionsGetParameters): StreamableMethod<KeyVaultConnectionsGet200Response | KeyVaultConnectionsGetDefaultResponse>;
|
|
7
|
+
/** Creates or replaces a connection to Azure Key Vault. */
|
|
8
|
+
put(options: KeyVaultConnectionsCreateOrReplaceParameters): StreamableMethod<KeyVaultConnectionsCreateOrReplace200Response | KeyVaultConnectionsCreateOrReplace201Response | KeyVaultConnectionsCreateOrReplaceDefaultResponse>;
|
|
9
|
+
/** Deletes an Azure Key Vault connection associated with the account. */
|
|
10
|
+
delete(options?: KeyVaultConnectionsDeleteParameters): StreamableMethod<KeyVaultConnectionsDelete204Response | KeyVaultConnectionsDeleteDefaultResponse>;
|
|
11
|
+
}
|
|
12
|
+
export interface KeyVaultConnectionsList {
|
|
13
|
+
/** Lists Azure Key Vaults in an account. */
|
|
14
|
+
get(options?: KeyVaultConnectionsListParameters): StreamableMethod<KeyVaultConnectionsList200Response | KeyVaultConnectionsListDefaultResponse>;
|
|
15
|
+
}
|
|
16
|
+
export interface ClassificationRulesGet {
|
|
17
|
+
/** Gets a classification rule. */
|
|
18
|
+
get(options?: ClassificationRulesGetParameters): StreamableMethod<ClassificationRulesGet200Response | ClassificationRulesGetDefaultResponse>;
|
|
19
|
+
/** Creates or replaces a classification rule. */
|
|
20
|
+
put(options: ClassificationRulesCreateOrReplaceParameters): StreamableMethod<ClassificationRulesCreateOrReplace200Response | ClassificationRulesCreateOrReplace201Response | ClassificationRulesCreateOrReplaceDefaultResponse>;
|
|
21
|
+
/** Deletes a classification rule. */
|
|
22
|
+
delete(options?: ClassificationRulesDeleteParameters): StreamableMethod<ClassificationRulesDelete204Response | ClassificationRulesDeleteDefaultResponse>;
|
|
23
|
+
}
|
|
24
|
+
export interface ClassificationRulesList {
|
|
25
|
+
/** Lists classification rules in Account. */
|
|
26
|
+
get(options?: ClassificationRulesListParameters): StreamableMethod<ClassificationRulesList200Response | ClassificationRulesListDefaultResponse>;
|
|
27
|
+
}
|
|
28
|
+
export interface ClassificationRulesListVersionsByRuleName {
|
|
29
|
+
/** Lists the rule versions of a classification rule. */
|
|
30
|
+
get(options?: ClassificationRulesListVersionsByRuleNameParameters): StreamableMethod<ClassificationRulesListVersionsByRuleName200Response | ClassificationRulesListVersionsByRuleNameDefaultResponse>;
|
|
31
|
+
}
|
|
32
|
+
export interface ClassificationRulesTagClassificationVersion {
|
|
33
|
+
/** Sets classification action on a specific classification rule version. */
|
|
34
|
+
post(options: ClassificationRulesTagClassificationVersionParameters): StreamableMethod<ClassificationRulesTagClassificationVersion202Response | ClassificationRulesTagClassificationVersionDefaultResponse>;
|
|
35
|
+
}
|
|
36
|
+
export interface CredentialGet {
|
|
37
|
+
/** Gets credential information. */
|
|
38
|
+
get(options?: CredentialGetParameters): StreamableMethod<CredentialGet200Response | CredentialGetDefaultResponse>;
|
|
39
|
+
/** Creates or replaces an instance of a credential. */
|
|
40
|
+
put(options: CredentialCreateOrReplaceParameters): StreamableMethod<CredentialCreateOrReplace200Response | CredentialCreateOrReplace201Response | CredentialCreateOrReplaceDefaultResponse>;
|
|
41
|
+
/** Deletes a credential associated with the account. */
|
|
42
|
+
delete(options?: CredentialDeleteParameters): StreamableMethod<CredentialDelete204Response | CredentialDeleteDefaultResponse>;
|
|
43
|
+
}
|
|
44
|
+
export interface CredentialList {
|
|
45
|
+
/** Lists credentials in account. */
|
|
46
|
+
get(options?: CredentialListParameters): StreamableMethod<CredentialList200Response | CredentialListDefaultResponse>;
|
|
47
|
+
}
|
|
48
|
+
export interface DataSourcesCreateOrReplace {
|
|
49
|
+
/** Creates or replaces a data source. */
|
|
50
|
+
put(options: DataSourcesCreateOrReplaceParameters): StreamableMethod<DataSourcesCreateOrReplace200Response | DataSourcesCreateOrReplace201Response | DataSourcesCreateOrReplaceDefaultResponse>;
|
|
51
|
+
/** Gets a data source. */
|
|
52
|
+
get(options?: DataSourcesGetParameters): StreamableMethod<DataSourcesGet200Response | DataSourcesGetDefaultResponse>;
|
|
53
|
+
/** Deletes a data source. */
|
|
54
|
+
delete(options?: DataSourcesDeleteParameters): StreamableMethod<DataSourcesDelete204Response | DataSourcesDeleteDefaultResponse>;
|
|
55
|
+
}
|
|
56
|
+
export interface DataSourcesList {
|
|
57
|
+
/** Lists data sources in Data catalog. */
|
|
58
|
+
get(options?: DataSourcesListParameters): StreamableMethod<DataSourcesList200Response | DataSourcesListDefaultResponse>;
|
|
59
|
+
}
|
|
60
|
+
export interface FiltersGet {
|
|
61
|
+
/** Gets a filter. */
|
|
62
|
+
get(options?: FiltersGetParameters): StreamableMethod<FiltersGet200Response | FiltersGetDefaultResponse>;
|
|
63
|
+
/** Creates or replaces a filter. */
|
|
64
|
+
put(options: FiltersCreateOrReplaceParameters): StreamableMethod<FiltersCreateOrReplace200Response | FiltersCreateOrReplace201Response | FiltersCreateOrReplaceDefaultResponse>;
|
|
65
|
+
}
|
|
66
|
+
export interface IntegrationRuntimesListByAccount {
|
|
67
|
+
/** Lists integration runtimes in an account. */
|
|
68
|
+
get(options?: IntegrationRuntimesListByAccountParameters): StreamableMethod<IntegrationRuntimesListByAccount200Response | IntegrationRuntimesListByAccountDefaultResponse>;
|
|
69
|
+
}
|
|
70
|
+
export interface IntegrationRuntimesGet {
|
|
71
|
+
/** Gets an integration runtime. */
|
|
72
|
+
get(options?: IntegrationRuntimesGetParameters): StreamableMethod<IntegrationRuntimesGet200Response | IntegrationRuntimesGetDefaultResponse>;
|
|
73
|
+
/** Deletes an integration runtime. */
|
|
74
|
+
delete(options?: IntegrationRuntimesDeleteParameters): StreamableMethod<IntegrationRuntimesDelete204Response | IntegrationRuntimesDeleteDefaultResponse>;
|
|
75
|
+
/** Creates or replaces an instance of integration runtime. */
|
|
76
|
+
put(options: IntegrationRuntimesCreateOrReplaceParameters): StreamableMethod<IntegrationRuntimesCreateOrReplace200Response | IntegrationRuntimesCreateOrReplace201Response | IntegrationRuntimesCreateOrReplaceDefaultResponse>;
|
|
77
|
+
}
|
|
78
|
+
export interface IntegrationRuntimesStatus {
|
|
79
|
+
/** Gets detailed status information for an integration runtime. */
|
|
80
|
+
get(options?: IntegrationRuntimesStatusParameters): StreamableMethod<IntegrationRuntimesStatus200Response | IntegrationRuntimesStatusDefaultResponse>;
|
|
81
|
+
}
|
|
82
|
+
export interface IntegrationRuntimesListAuthKeys {
|
|
83
|
+
/** Retrieves the authentication keys for an integration runtime. */
|
|
84
|
+
post(options?: IntegrationRuntimesListAuthKeysParameters): StreamableMethod<IntegrationRuntimesListAuthKeys200Response | IntegrationRuntimesListAuthKeysDefaultResponse>;
|
|
85
|
+
}
|
|
86
|
+
export interface IntegrationRuntimesRegenerateAuthKey {
|
|
87
|
+
/** Regenerates the authentication key for an integration runtime. */
|
|
88
|
+
post(options: IntegrationRuntimesRegenerateAuthKeyParameters): StreamableMethod<IntegrationRuntimesRegenerateAuthKey200Response | IntegrationRuntimesRegenerateAuthKeyDefaultResponse>;
|
|
89
|
+
}
|
|
90
|
+
export interface IntegrationRuntimesDisableInteractiveQuery {
|
|
91
|
+
/** Disables interactive querying. */
|
|
92
|
+
post(options?: IntegrationRuntimesDisableInteractiveQueryParameters): StreamableMethod<IntegrationRuntimesDisableInteractiveQuery202Response | IntegrationRuntimesDisableInteractiveQueryDefaultResponse>;
|
|
93
|
+
}
|
|
94
|
+
export interface IntegrationRuntimesEnableInteractiveQuery {
|
|
95
|
+
/** Enables interactive querying. */
|
|
96
|
+
post(options: IntegrationRuntimesEnableInteractiveQueryParameters): StreamableMethod<IntegrationRuntimesEnableInteractiveQuery202Response | IntegrationRuntimesEnableInteractiveQueryDefaultResponse>;
|
|
97
|
+
}
|
|
98
|
+
export interface ManagedVirtualNetworksListByAccount {
|
|
99
|
+
/** Lists managed virtual networks in an account. */
|
|
100
|
+
get(options?: ManagedVirtualNetworksListByAccountParameters): StreamableMethod<ManagedVirtualNetworksListByAccount200Response | ManagedVirtualNetworksListByAccountDefaultResponse>;
|
|
101
|
+
}
|
|
102
|
+
export interface ManagedVirtualNetworksGet {
|
|
103
|
+
/** Gets a managed virtual network. */
|
|
104
|
+
get(options?: ManagedVirtualNetworksGetParameters): StreamableMethod<ManagedVirtualNetworksGet200Response | ManagedVirtualNetworksGetDefaultResponse>;
|
|
105
|
+
/** Creates or replaces a managed virtual network. */
|
|
106
|
+
put(options: ManagedVirtualNetworksCreateOrReplaceParameters): StreamableMethod<ManagedVirtualNetworksCreateOrReplace200Response | ManagedVirtualNetworksCreateOrReplace201Response | ManagedVirtualNetworksCreateOrReplaceDefaultResponse>;
|
|
107
|
+
}
|
|
108
|
+
export interface ManagedPrivateEndpointsListByAccount {
|
|
109
|
+
/** Lists managed private endpoints under a managed virtual network. */
|
|
110
|
+
get(options?: ManagedPrivateEndpointsListByAccountParameters): StreamableMethod<ManagedPrivateEndpointsListByAccount200Response | ManagedPrivateEndpointsListByAccountDefaultResponse>;
|
|
111
|
+
}
|
|
112
|
+
export interface ManagedPrivateEndpointsGet {
|
|
113
|
+
/** Gets a managed private endpoint. */
|
|
114
|
+
get(options?: ManagedPrivateEndpointsGetParameters): StreamableMethod<ManagedPrivateEndpointsGet200Response | ManagedPrivateEndpointsGetDefaultResponse>;
|
|
115
|
+
/** Deletes a managed private endpoint. */
|
|
116
|
+
delete(options?: ManagedPrivateEndpointsDeleteParameters): StreamableMethod<ManagedPrivateEndpointsDelete204Response | ManagedPrivateEndpointsDeleteDefaultResponse>;
|
|
117
|
+
/** Creates or replaces a managed private endpoint. */
|
|
118
|
+
put(options: ManagedPrivateEndpointsCreateOrReplaceParameters): StreamableMethod<ManagedPrivateEndpointsCreateOrReplace200Response | ManagedPrivateEndpointsCreateOrReplace201Response | ManagedPrivateEndpointsCreateOrReplaceDefaultResponse>;
|
|
119
|
+
}
|
|
120
|
+
export interface ScansCreateOrReplace {
|
|
121
|
+
/** Creates or replaces an instance of a scan. */
|
|
122
|
+
put(options: ScansCreateOrReplaceParameters): StreamableMethod<ScansCreateOrReplace200Response | ScansCreateOrReplace201Response | ScansCreateOrReplaceDefaultResponse>;
|
|
123
|
+
/** Gets a scan information. */
|
|
124
|
+
get(options?: ScansGetParameters): StreamableMethod<ScansGet200Response | ScansGetDefaultResponse>;
|
|
125
|
+
/** Deletes the scan associated with the data source. */
|
|
126
|
+
delete(options?: ScansDeleteParameters): StreamableMethod<ScansDelete204Response | ScansDeleteDefaultResponse>;
|
|
127
|
+
}
|
|
128
|
+
export interface ScansListByDataSource {
|
|
129
|
+
/** Lists scans in data source. */
|
|
130
|
+
get(options?: ScansListByDataSourceParameters): StreamableMethod<ScansListByDataSource200Response | ScansListByDataSourceDefaultResponse>;
|
|
131
|
+
}
|
|
132
|
+
export interface ScanResultGetScanStatus {
|
|
133
|
+
/** Gets the status of the scan run with ingestion details. */
|
|
134
|
+
get(options?: ScanResultGetScanStatusParameters): StreamableMethod<ScanResultGetScanStatus200Response | ScanResultGetScanStatusDefaultResponse>;
|
|
135
|
+
}
|
|
136
|
+
export interface ScanResultRunScan {
|
|
137
|
+
/** Runs the scan */
|
|
138
|
+
post(options: ScanResultRunScanParameters): StreamableMethod<ScanResultRunScan202Response | ScanResultRunScanDefaultResponse>;
|
|
139
|
+
}
|
|
140
|
+
export interface ScanResultCancelScan {
|
|
141
|
+
/** Cancels a scan. */
|
|
142
|
+
post(options?: ScanResultCancelScanParameters): StreamableMethod<ScanResultCancelScan202Response | ScanResultCancelScanDefaultResponse>;
|
|
143
|
+
}
|
|
144
|
+
export interface ScanResultListScanHistory {
|
|
145
|
+
/** Lists the scan history of a scan. */
|
|
146
|
+
get(options?: ScanResultListScanHistoryParameters): StreamableMethod<ScanResultListScanHistory200Response | ScanResultListScanHistoryDefaultResponse>;
|
|
147
|
+
}
|
|
148
|
+
export interface ScanRulesetsGet {
|
|
149
|
+
/** Gets a scan ruleset. */
|
|
150
|
+
get(options?: ScanRulesetsGetParameters): StreamableMethod<ScanRulesetsGet200Response | ScanRulesetsGetDefaultResponse>;
|
|
151
|
+
/** Creates or replaces a scan ruleset. */
|
|
152
|
+
put(options: ScanRulesetsCreateOrReplaceParameters): StreamableMethod<ScanRulesetsCreateOrReplace200Response | ScanRulesetsCreateOrReplace201Response | ScanRulesetsCreateOrReplaceDefaultResponse>;
|
|
153
|
+
/** Deletes a scan ruleset. */
|
|
154
|
+
delete(options?: ScanRulesetsDeleteParameters): StreamableMethod<ScanRulesetsDelete204Response | ScanRulesetsDeleteDefaultResponse>;
|
|
155
|
+
}
|
|
156
|
+
export interface ScanRulesetsList {
|
|
157
|
+
/** Lists scan rulesets in data catalog. */
|
|
158
|
+
get(options?: ScanRulesetsListParameters): StreamableMethod<ScanRulesetsList200Response | ScanRulesetsListDefaultResponse>;
|
|
159
|
+
}
|
|
160
|
+
export interface SystemScanRulesetsList {
|
|
161
|
+
/** Lists all system scan rulesets for an account. */
|
|
162
|
+
get(options?: SystemScanRulesetsListParameters): StreamableMethod<SystemScanRulesetsList200Response | SystemScanRulesetsListDefaultResponse>;
|
|
163
|
+
}
|
|
164
|
+
export interface SystemScanRulesetsGet {
|
|
165
|
+
/** Gets a system scan ruleset for a data source. */
|
|
166
|
+
get(options?: SystemScanRulesetsGetParameters): StreamableMethod<SystemScanRulesetsGet200Response | SystemScanRulesetsGetDefaultResponse>;
|
|
167
|
+
}
|
|
168
|
+
export interface SystemScanRulesetsGetByVersion {
|
|
169
|
+
/** Gets a scan ruleset by version. */
|
|
170
|
+
get(options?: SystemScanRulesetsGetByVersionParameters): StreamableMethod<SystemScanRulesetsGetByVersion200Response | SystemScanRulesetsGetByVersionDefaultResponse>;
|
|
171
|
+
}
|
|
172
|
+
export interface SystemScanRulesetsGetLatest {
|
|
173
|
+
/** Gets the latest version of a system scan ruleset. */
|
|
174
|
+
get(options?: SystemScanRulesetsGetLatestParameters): StreamableMethod<SystemScanRulesetsGetLatest200Response | SystemScanRulesetsGetLatestDefaultResponse>;
|
|
175
|
+
}
|
|
176
|
+
export interface SystemScanRulesetsListVersionsByDataSource {
|
|
177
|
+
/** Lists system scan ruleset versions in data catalog. */
|
|
178
|
+
get(options?: SystemScanRulesetsListVersionsByDataSourceParameters): StreamableMethod<SystemScanRulesetsListVersionsByDataSource200Response | SystemScanRulesetsListVersionsByDataSourceDefaultResponse>;
|
|
179
|
+
}
|
|
180
|
+
export interface TriggersGet {
|
|
181
|
+
/** Gets trigger information. */
|
|
182
|
+
get(options?: TriggersGetParameters): StreamableMethod<TriggersGet200Response | TriggersGetDefaultResponse>;
|
|
183
|
+
/** Creates or replaces an instance of a trigger. */
|
|
184
|
+
put(options: TriggersCreateOrReplaceParameters): StreamableMethod<TriggersCreateOrReplace200Response | TriggersCreateOrReplace201Response | TriggersCreateOrReplaceDefaultResponse>;
|
|
185
|
+
/** Deletes the trigger associated with the scan. */
|
|
186
|
+
delete(options?: TriggersDeleteParameters): StreamableMethod<TriggersDelete204Response | TriggersDeleteDefaultResponse>;
|
|
187
|
+
}
|
|
188
|
+
export interface TriggersEnable {
|
|
189
|
+
/** Enables a trigger. */
|
|
190
|
+
post(options?: TriggersEnableParameters): StreamableMethod<TriggersEnable200Response | TriggersEnableDefaultResponse>;
|
|
191
|
+
}
|
|
192
|
+
export interface TriggersDisable {
|
|
193
|
+
/** Disables a trigger. */
|
|
194
|
+
post(options?: TriggersDisableParameters): StreamableMethod<TriggersDisable200Response | TriggersDisableDefaultResponse>;
|
|
195
|
+
}
|
|
196
|
+
export interface Routes {
|
|
197
|
+
/** Resource for '/azureKeyVaults/\{azureKeyVaultName\}' has methods for the following verbs: get, put, delete */
|
|
198
|
+
(path: "/azureKeyVaults/{azureKeyVaultName}", azureKeyVaultName: string): KeyVaultConnectionsGet;
|
|
199
|
+
/** Resource for '/azureKeyVaults' has methods for the following verbs: get */
|
|
200
|
+
(path: "/azureKeyVaults"): KeyVaultConnectionsList;
|
|
201
|
+
/** Resource for '/classificationrules/\{classificationRuleName\}' has methods for the following verbs: get, put, delete */
|
|
202
|
+
(path: "/classificationrules/{classificationRuleName}", classificationRuleName: string): ClassificationRulesGet;
|
|
203
|
+
/** Resource for '/classificationrules' has methods for the following verbs: get */
|
|
204
|
+
(path: "/classificationrules"): ClassificationRulesList;
|
|
205
|
+
/** Resource for '/classificationrules/\{classificationRuleName\}/versions' has methods for the following verbs: get */
|
|
206
|
+
(path: "/classificationrules/{classificationRuleName}/versions", classificationRuleName: string): ClassificationRulesListVersionsByRuleName;
|
|
207
|
+
/** Resource for '/classificationrules/\{classificationRuleName\}/versions/\{classificationRuleVersion\}:tag' has methods for the following verbs: post */
|
|
208
|
+
(path: "/classificationrules/{classificationRuleName}/versions/{classificationRuleVersion}:tag", classificationRuleName: string, classificationRuleVersion: number): ClassificationRulesTagClassificationVersion;
|
|
209
|
+
/** Resource for '/credentials/\{credentialName\}' has methods for the following verbs: get, put, delete */
|
|
210
|
+
(path: "/credentials/{credentialName}", credentialName: string): CredentialGet;
|
|
211
|
+
/** Resource for '/credentials' has methods for the following verbs: get */
|
|
212
|
+
(path: "/credentials"): CredentialList;
|
|
213
|
+
/** Resource for '/datasources/\{dataSourceName\}' has methods for the following verbs: put, get, delete */
|
|
214
|
+
(path: "/datasources/{dataSourceName}", dataSourceName: string): DataSourcesCreateOrReplace;
|
|
215
|
+
/** Resource for '/datasources' has methods for the following verbs: get */
|
|
216
|
+
(path: "/datasources"): DataSourcesList;
|
|
217
|
+
/** Resource for '/datasources/\{dataSourceName\}/scans/\{scanName\}/filters/custom' has methods for the following verbs: get, put */
|
|
218
|
+
(path: "/datasources/{dataSourceName}/scans/{scanName}/filters/custom", dataSourceName: string, scanName: string): FiltersGet;
|
|
219
|
+
/** Resource for '/integrationruntimes' has methods for the following verbs: get */
|
|
220
|
+
(path: "/integrationruntimes"): IntegrationRuntimesListByAccount;
|
|
221
|
+
/** Resource for '/integrationruntimes/\{integrationRuntimeName\}' has methods for the following verbs: get, delete, put */
|
|
222
|
+
(path: "/integrationruntimes/{integrationRuntimeName}", integrationRuntimeName: string): IntegrationRuntimesGet;
|
|
223
|
+
/** Resource for '/integrationruntimes/\{integrationRuntimeName\}/status' has methods for the following verbs: get */
|
|
224
|
+
(path: "/integrationruntimes/{integrationRuntimeName}/status", integrationRuntimeName: string): IntegrationRuntimesStatus;
|
|
225
|
+
/** Resource for '/integrationruntimes/\{integrationRuntimeName\}:listAuthKeys' has methods for the following verbs: post */
|
|
226
|
+
(path: "/integrationruntimes/{integrationRuntimeName}:listAuthKeys", integrationRuntimeName: string): IntegrationRuntimesListAuthKeys;
|
|
227
|
+
/** Resource for '/integrationruntimes/\{integrationRuntimeName\}:regenerateAuthKey' has methods for the following verbs: post */
|
|
228
|
+
(path: "/integrationruntimes/{integrationRuntimeName}:regenerateAuthKey", integrationRuntimeName: string): IntegrationRuntimesRegenerateAuthKey;
|
|
229
|
+
/** Resource for '/integrationruntimes/\{integrationRuntimeName\}:disableInteractiveQuery' has methods for the following verbs: post */
|
|
230
|
+
(path: "/integrationruntimes/{integrationRuntimeName}:disableInteractiveQuery", integrationRuntimeName: string): IntegrationRuntimesDisableInteractiveQuery;
|
|
231
|
+
/** Resource for '/integrationruntimes/\{integrationRuntimeName\}:enableInteractiveQuery' has methods for the following verbs: post */
|
|
232
|
+
(path: "/integrationruntimes/{integrationRuntimeName}:enableInteractiveQuery", integrationRuntimeName: string): IntegrationRuntimesEnableInteractiveQuery;
|
|
233
|
+
/** Resource for '/managedvirtualnetworks' has methods for the following verbs: get */
|
|
234
|
+
(path: "/managedvirtualnetworks"): ManagedVirtualNetworksListByAccount;
|
|
235
|
+
/** Resource for '/managedvirtualnetworks/\{managedVirtualNetworkName\}' has methods for the following verbs: get, put */
|
|
236
|
+
(path: "/managedvirtualnetworks/{managedVirtualNetworkName}", managedVirtualNetworkName: "defaultv2"): ManagedVirtualNetworksGet;
|
|
237
|
+
/** Resource for '/managedvirtualnetworks/\{managedVirtualNetworkName\}/managedprivateendpoints' has methods for the following verbs: get */
|
|
238
|
+
(path: "/managedvirtualnetworks/{managedVirtualNetworkName}/managedprivateendpoints", managedVirtualNetworkName: "defaultv2"): ManagedPrivateEndpointsListByAccount;
|
|
239
|
+
/** Resource for '/managedvirtualnetworks/\{managedVirtualNetworkName\}/managedprivateendpoints/\{managedPrivateEndpointName\}' has methods for the following verbs: get, delete, put */
|
|
240
|
+
(path: "/managedvirtualnetworks/{managedVirtualNetworkName}/managedprivateendpoints/{managedPrivateEndpointName}", managedVirtualNetworkName: "defaultv2", managedPrivateEndpointName: string): ManagedPrivateEndpointsGet;
|
|
241
|
+
/** Resource for '/datasources/\{dataSourceName\}/scans/\{scanName\}' has methods for the following verbs: put, get, delete */
|
|
242
|
+
(path: "/datasources/{dataSourceName}/scans/{scanName}", dataSourceName: string, scanName: string): ScansCreateOrReplace;
|
|
243
|
+
/** Resource for '/datasources/\{dataSourceName\}/scans' has methods for the following verbs: get */
|
|
244
|
+
(path: "/datasources/{dataSourceName}/scans", dataSourceName: string): ScansListByDataSource;
|
|
245
|
+
/** Resource for '/datasources/\{dataSourceName\}/scans/\{scanName\}/runs/\{runId\}' has methods for the following verbs: get */
|
|
246
|
+
(path: "/datasources/{dataSourceName}/scans/{scanName}/runs/{runId}", dataSourceName: string, scanName: string, runId: string): ScanResultGetScanStatus;
|
|
247
|
+
/** Resource for '/datasources/\{dataSourceName\}/scans/\{scanName\}:run' has methods for the following verbs: post */
|
|
248
|
+
(path: "/datasources/{dataSourceName}/scans/{scanName}:run", dataSourceName: string, scanName: string): ScanResultRunScan;
|
|
249
|
+
/** Resource for '/datasources/\{dataSourceName\}/scans/\{scanName\}/runs/\{runId\}:cancel' has methods for the following verbs: post */
|
|
250
|
+
(path: "/datasources/{dataSourceName}/scans/{scanName}/runs/{runId}:cancel", dataSourceName: string, scanName: string, runId: string): ScanResultCancelScan;
|
|
251
|
+
/** Resource for '/datasources/\{dataSourceName\}/scans/\{scanName\}/runs' has methods for the following verbs: get */
|
|
252
|
+
(path: "/datasources/{dataSourceName}/scans/{scanName}/runs", dataSourceName: string, scanName: string): ScanResultListScanHistory;
|
|
253
|
+
/** Resource for '/scanrulesets/\{scanRulesetName\}' has methods for the following verbs: get, put, delete */
|
|
254
|
+
(path: "/scanrulesets/{scanRulesetName}", scanRulesetName: string): ScanRulesetsGet;
|
|
255
|
+
/** Resource for '/scanrulesets' has methods for the following verbs: get */
|
|
256
|
+
(path: "/scanrulesets"): ScanRulesetsList;
|
|
257
|
+
/** Resource for '/systemScanRulesets' has methods for the following verbs: get */
|
|
258
|
+
(path: "/systemScanRulesets"): SystemScanRulesetsList;
|
|
259
|
+
/** Resource for '/systemScanRulesets/datasources/\{dataSourceType\}' has methods for the following verbs: get */
|
|
260
|
+
(path: "/systemScanRulesets/datasources/{dataSourceType}", dataSourceType: "None" | "Fabric" | "AzureSubscription" | "AzureResourceGroup" | "AzureSynapseWorkspace" | "AzureSynapse" | "AdlsGen1" | "AdlsGen2" | "AmazonAccount" | "AmazonS3" | "AmazonSql" | "AzureCosmosDb" | "AzureDataExplorer" | "AzureFileService" | "AzureSqlDatabase" | "ArcEnabledSqlServer" | "AmazonPostgreSql" | "AzurePostgreSql" | "Databricks" | "SqlServerDatabase" | "AzureSqlDatabaseManagedInstance" | "AzureSqlDataWarehouse" | "AzureMySql" | "Hdfs" | "TableauServer" | "AzureStorage" | "Teradata" | "Oracle" | "PostgreSql" | "AmazonRedShift" | "DatabricksHms" | "SapS4Hana" | "SapEcc" | "Snowflake" | "PowerBI" | "Trident" | "Dataverse" | "DatabricksUnityCatalog"): SystemScanRulesetsGet;
|
|
261
|
+
/** Resource for '/systemScanRulesets/versions/\{version\}' has methods for the following verbs: get */
|
|
262
|
+
(path: "/systemScanRulesets/versions/{version}", version: number): SystemScanRulesetsGetByVersion;
|
|
263
|
+
/** Resource for '/systemScanRulesets/versions/latest' has methods for the following verbs: get */
|
|
264
|
+
(path: "/systemScanRulesets/versions/latest"): SystemScanRulesetsGetLatest;
|
|
265
|
+
/** Resource for '/systemScanRulesets/versions' has methods for the following verbs: get */
|
|
266
|
+
(path: "/systemScanRulesets/versions"): SystemScanRulesetsListVersionsByDataSource;
|
|
267
|
+
/** Resource for '/datasources/\{dataSourceName\}/scans/\{scanName\}/triggers/default' has methods for the following verbs: get, put, delete */
|
|
268
|
+
(path: "/datasources/{dataSourceName}/scans/{scanName}/triggers/default", dataSourceName: string, scanName: string): TriggersGet;
|
|
269
|
+
/** Resource for '/datasources/\{dataSourceName\}/scans/\{scanName\}/triggers/default:enable' has methods for the following verbs: post */
|
|
270
|
+
(path: "/datasources/{dataSourceName}/scans/{scanName}/triggers/default:enable", dataSourceName: string, scanName: string): TriggersEnable;
|
|
271
|
+
/** Resource for '/datasources/\{dataSourceName\}/scans/\{scanName\}/triggers/default:disable' has methods for the following verbs: post */
|
|
272
|
+
(path: "/datasources/{dataSourceName}/scans/{scanName}/triggers/default:disable", dataSourceName: string, scanName: string): TriggersDisable;
|
|
273
|
+
}
|
|
274
|
+
export type PurviewScanningRestClient = Client & {
|
|
275
|
+
path: Routes;
|
|
276
|
+
};
|
|
277
|
+
//# sourceMappingURL=clientDefinitions.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"clientDefinitions.d.ts","sourceRoot":"","sources":["../../src/clientDefinitions.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"clientDefinitions.js","sourceRoot":"","sources":["../../src/clientDefinitions.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type {\n KeyVaultConnectionsGetParameters,\n KeyVaultConnectionsCreateOrReplaceParameters,\n KeyVaultConnectionsDeleteParameters,\n KeyVaultConnectionsListParameters,\n ClassificationRulesGetParameters,\n ClassificationRulesCreateOrReplaceParameters,\n ClassificationRulesDeleteParameters,\n ClassificationRulesListParameters,\n ClassificationRulesListVersionsByRuleNameParameters,\n ClassificationRulesTagClassificationVersionParameters,\n CredentialGetParameters,\n CredentialCreateOrReplaceParameters,\n CredentialDeleteParameters,\n CredentialListParameters,\n DataSourcesCreateOrReplaceParameters,\n DataSourcesGetParameters,\n DataSourcesDeleteParameters,\n DataSourcesListParameters,\n FiltersGetParameters,\n FiltersCreateOrReplaceParameters,\n IntegrationRuntimesListByAccountParameters,\n IntegrationRuntimesGetParameters,\n IntegrationRuntimesDeleteParameters,\n IntegrationRuntimesCreateOrReplaceParameters,\n IntegrationRuntimesStatusParameters,\n IntegrationRuntimesListAuthKeysParameters,\n IntegrationRuntimesRegenerateAuthKeyParameters,\n IntegrationRuntimesDisableInteractiveQueryParameters,\n IntegrationRuntimesEnableInteractiveQueryParameters,\n ManagedVirtualNetworksListByAccountParameters,\n ManagedVirtualNetworksGetParameters,\n ManagedVirtualNetworksCreateOrReplaceParameters,\n ManagedPrivateEndpointsListByAccountParameters,\n ManagedPrivateEndpointsGetParameters,\n ManagedPrivateEndpointsDeleteParameters,\n ManagedPrivateEndpointsCreateOrReplaceParameters,\n ScansCreateOrReplaceParameters,\n ScansGetParameters,\n ScansDeleteParameters,\n ScansListByDataSourceParameters,\n ScanResultGetScanStatusParameters,\n ScanResultRunScanParameters,\n ScanResultCancelScanParameters,\n ScanResultListScanHistoryParameters,\n ScanRulesetsGetParameters,\n ScanRulesetsCreateOrReplaceParameters,\n ScanRulesetsDeleteParameters,\n ScanRulesetsListParameters,\n SystemScanRulesetsListParameters,\n SystemScanRulesetsGetParameters,\n SystemScanRulesetsGetByVersionParameters,\n SystemScanRulesetsGetLatestParameters,\n SystemScanRulesetsListVersionsByDataSourceParameters,\n TriggersGetParameters,\n TriggersCreateOrReplaceParameters,\n TriggersDeleteParameters,\n TriggersEnableParameters,\n TriggersDisableParameters,\n} from \"./parameters.js\";\nimport type {\n KeyVaultConnectionsGet200Response,\n KeyVaultConnectionsGetDefaultResponse,\n KeyVaultConnectionsCreateOrReplace200Response,\n KeyVaultConnectionsCreateOrReplace201Response,\n KeyVaultConnectionsCreateOrReplaceDefaultResponse,\n KeyVaultConnectionsDelete204Response,\n KeyVaultConnectionsDeleteDefaultResponse,\n KeyVaultConnectionsList200Response,\n KeyVaultConnectionsListDefaultResponse,\n ClassificationRulesGet200Response,\n ClassificationRulesGetDefaultResponse,\n ClassificationRulesCreateOrReplace200Response,\n ClassificationRulesCreateOrReplace201Response,\n ClassificationRulesCreateOrReplaceDefaultResponse,\n ClassificationRulesDelete204Response,\n ClassificationRulesDeleteDefaultResponse,\n ClassificationRulesList200Response,\n ClassificationRulesListDefaultResponse,\n ClassificationRulesListVersionsByRuleName200Response,\n ClassificationRulesListVersionsByRuleNameDefaultResponse,\n ClassificationRulesTagClassificationVersion202Response,\n ClassificationRulesTagClassificationVersionDefaultResponse,\n CredentialGet200Response,\n CredentialGetDefaultResponse,\n CredentialCreateOrReplace200Response,\n CredentialCreateOrReplace201Response,\n CredentialCreateOrReplaceDefaultResponse,\n CredentialDelete204Response,\n CredentialDeleteDefaultResponse,\n CredentialList200Response,\n CredentialListDefaultResponse,\n DataSourcesCreateOrReplace200Response,\n DataSourcesCreateOrReplace201Response,\n DataSourcesCreateOrReplaceDefaultResponse,\n DataSourcesGet200Response,\n DataSourcesGetDefaultResponse,\n DataSourcesDelete204Response,\n DataSourcesDeleteDefaultResponse,\n DataSourcesList200Response,\n DataSourcesListDefaultResponse,\n FiltersGet200Response,\n FiltersGetDefaultResponse,\n FiltersCreateOrReplace200Response,\n FiltersCreateOrReplace201Response,\n FiltersCreateOrReplaceDefaultResponse,\n IntegrationRuntimesListByAccount200Response,\n IntegrationRuntimesListByAccountDefaultResponse,\n IntegrationRuntimesGet200Response,\n IntegrationRuntimesGetDefaultResponse,\n IntegrationRuntimesDelete204Response,\n IntegrationRuntimesDeleteDefaultResponse,\n IntegrationRuntimesCreateOrReplace200Response,\n IntegrationRuntimesCreateOrReplace201Response,\n IntegrationRuntimesCreateOrReplaceDefaultResponse,\n IntegrationRuntimesStatus200Response,\n IntegrationRuntimesStatusDefaultResponse,\n IntegrationRuntimesListAuthKeys200Response,\n IntegrationRuntimesListAuthKeysDefaultResponse,\n IntegrationRuntimesRegenerateAuthKey200Response,\n IntegrationRuntimesRegenerateAuthKeyDefaultResponse,\n IntegrationRuntimesDisableInteractiveQuery202Response,\n IntegrationRuntimesDisableInteractiveQueryDefaultResponse,\n IntegrationRuntimesEnableInteractiveQuery202Response,\n IntegrationRuntimesEnableInteractiveQueryDefaultResponse,\n ManagedVirtualNetworksListByAccount200Response,\n ManagedVirtualNetworksListByAccountDefaultResponse,\n ManagedVirtualNetworksGet200Response,\n ManagedVirtualNetworksGetDefaultResponse,\n ManagedVirtualNetworksCreateOrReplace200Response,\n ManagedVirtualNetworksCreateOrReplace201Response,\n ManagedVirtualNetworksCreateOrReplaceDefaultResponse,\n ManagedPrivateEndpointsListByAccount200Response,\n ManagedPrivateEndpointsListByAccountDefaultResponse,\n ManagedPrivateEndpointsGet200Response,\n ManagedPrivateEndpointsGetDefaultResponse,\n ManagedPrivateEndpointsDelete204Response,\n ManagedPrivateEndpointsDeleteDefaultResponse,\n ManagedPrivateEndpointsCreateOrReplace200Response,\n ManagedPrivateEndpointsCreateOrReplace201Response,\n ManagedPrivateEndpointsCreateOrReplaceDefaultResponse,\n ScansCreateOrReplace200Response,\n ScansCreateOrReplace201Response,\n ScansCreateOrReplaceDefaultResponse,\n ScansGet200Response,\n ScansGetDefaultResponse,\n ScansDelete204Response,\n ScansDeleteDefaultResponse,\n ScansListByDataSource200Response,\n ScansListByDataSourceDefaultResponse,\n ScanResultGetScanStatus200Response,\n ScanResultGetScanStatusDefaultResponse,\n ScanResultRunScan202Response,\n ScanResultRunScanDefaultResponse,\n ScanResultCancelScan202Response,\n ScanResultCancelScanDefaultResponse,\n ScanResultListScanHistory200Response,\n ScanResultListScanHistoryDefaultResponse,\n ScanRulesetsGet200Response,\n ScanRulesetsGetDefaultResponse,\n ScanRulesetsCreateOrReplace200Response,\n ScanRulesetsCreateOrReplace201Response,\n ScanRulesetsCreateOrReplaceDefaultResponse,\n ScanRulesetsDelete204Response,\n ScanRulesetsDeleteDefaultResponse,\n ScanRulesetsList200Response,\n ScanRulesetsListDefaultResponse,\n SystemScanRulesetsList200Response,\n SystemScanRulesetsListDefaultResponse,\n SystemScanRulesetsGet200Response,\n SystemScanRulesetsGetDefaultResponse,\n SystemScanRulesetsGetByVersion200Response,\n SystemScanRulesetsGetByVersionDefaultResponse,\n SystemScanRulesetsGetLatest200Response,\n SystemScanRulesetsGetLatestDefaultResponse,\n SystemScanRulesetsListVersionsByDataSource200Response,\n SystemScanRulesetsListVersionsByDataSourceDefaultResponse,\n TriggersGet200Response,\n TriggersGetDefaultResponse,\n TriggersCreateOrReplace200Response,\n TriggersCreateOrReplace201Response,\n TriggersCreateOrReplaceDefaultResponse,\n TriggersDelete204Response,\n TriggersDeleteDefaultResponse,\n TriggersEnable200Response,\n TriggersEnableDefaultResponse,\n TriggersDisable200Response,\n TriggersDisableDefaultResponse,\n} from \"./responses.js\";\nimport type { Client, StreamableMethod } from \"@azure-rest/core-client\";\n\nexport interface KeyVaultConnectionsGet {\n /** Gets an Azure Key Vault connection. */\n get(\n options?: KeyVaultConnectionsGetParameters,\n ): StreamableMethod<KeyVaultConnectionsGet200Response | KeyVaultConnectionsGetDefaultResponse>;\n /** Creates or replaces a connection to Azure Key Vault. */\n put(\n options: KeyVaultConnectionsCreateOrReplaceParameters,\n ): StreamableMethod<\n | KeyVaultConnectionsCreateOrReplace200Response\n | KeyVaultConnectionsCreateOrReplace201Response\n | KeyVaultConnectionsCreateOrReplaceDefaultResponse\n >;\n /** Deletes an Azure Key Vault connection associated with the account. */\n delete(\n options?: KeyVaultConnectionsDeleteParameters,\n ): StreamableMethod<\n KeyVaultConnectionsDelete204Response | KeyVaultConnectionsDeleteDefaultResponse\n >;\n}\n\nexport interface KeyVaultConnectionsList {\n /** Lists Azure Key Vaults in an account. */\n get(\n options?: KeyVaultConnectionsListParameters,\n ): StreamableMethod<KeyVaultConnectionsList200Response | KeyVaultConnectionsListDefaultResponse>;\n}\n\nexport interface ClassificationRulesGet {\n /** Gets a classification rule. */\n get(\n options?: ClassificationRulesGetParameters,\n ): StreamableMethod<ClassificationRulesGet200Response | ClassificationRulesGetDefaultResponse>;\n /** Creates or replaces a classification rule. */\n put(\n options: ClassificationRulesCreateOrReplaceParameters,\n ): StreamableMethod<\n | ClassificationRulesCreateOrReplace200Response\n | ClassificationRulesCreateOrReplace201Response\n | ClassificationRulesCreateOrReplaceDefaultResponse\n >;\n /** Deletes a classification rule. */\n delete(\n options?: ClassificationRulesDeleteParameters,\n ): StreamableMethod<\n ClassificationRulesDelete204Response | ClassificationRulesDeleteDefaultResponse\n >;\n}\n\nexport interface ClassificationRulesList {\n /** Lists classification rules in Account. */\n get(\n options?: ClassificationRulesListParameters,\n ): StreamableMethod<ClassificationRulesList200Response | ClassificationRulesListDefaultResponse>;\n}\n\nexport interface ClassificationRulesListVersionsByRuleName {\n /** Lists the rule versions of a classification rule. */\n get(\n options?: ClassificationRulesListVersionsByRuleNameParameters,\n ): StreamableMethod<\n | ClassificationRulesListVersionsByRuleName200Response\n | ClassificationRulesListVersionsByRuleNameDefaultResponse\n >;\n}\n\nexport interface ClassificationRulesTagClassificationVersion {\n /** Sets classification action on a specific classification rule version. */\n post(\n options: ClassificationRulesTagClassificationVersionParameters,\n ): StreamableMethod<\n | ClassificationRulesTagClassificationVersion202Response\n | ClassificationRulesTagClassificationVersionDefaultResponse\n >;\n}\n\nexport interface CredentialGet {\n /** Gets credential information. */\n get(\n options?: CredentialGetParameters,\n ): StreamableMethod<CredentialGet200Response | CredentialGetDefaultResponse>;\n /** Creates or replaces an instance of a credential. */\n put(\n options: CredentialCreateOrReplaceParameters,\n ): StreamableMethod<\n | CredentialCreateOrReplace200Response\n | CredentialCreateOrReplace201Response\n | CredentialCreateOrReplaceDefaultResponse\n >;\n /** Deletes a credential associated with the account. */\n delete(\n options?: CredentialDeleteParameters,\n ): StreamableMethod<CredentialDelete204Response | CredentialDeleteDefaultResponse>;\n}\n\nexport interface CredentialList {\n /** Lists credentials in account. */\n get(\n options?: CredentialListParameters,\n ): StreamableMethod<CredentialList200Response | CredentialListDefaultResponse>;\n}\n\nexport interface DataSourcesCreateOrReplace {\n /** Creates or replaces a data source. */\n put(\n options: DataSourcesCreateOrReplaceParameters,\n ): StreamableMethod<\n | DataSourcesCreateOrReplace200Response\n | DataSourcesCreateOrReplace201Response\n | DataSourcesCreateOrReplaceDefaultResponse\n >;\n /** Gets a data source. */\n get(\n options?: DataSourcesGetParameters,\n ): StreamableMethod<DataSourcesGet200Response | DataSourcesGetDefaultResponse>;\n /** Deletes a data source. */\n delete(\n options?: DataSourcesDeleteParameters,\n ): StreamableMethod<DataSourcesDelete204Response | DataSourcesDeleteDefaultResponse>;\n}\n\nexport interface DataSourcesList {\n /** Lists data sources in Data catalog. */\n get(\n options?: DataSourcesListParameters,\n ): StreamableMethod<DataSourcesList200Response | DataSourcesListDefaultResponse>;\n}\n\nexport interface FiltersGet {\n /** Gets a filter. */\n get(\n options?: FiltersGetParameters,\n ): StreamableMethod<FiltersGet200Response | FiltersGetDefaultResponse>;\n /** Creates or replaces a filter. */\n put(\n options: FiltersCreateOrReplaceParameters,\n ): StreamableMethod<\n | FiltersCreateOrReplace200Response\n | FiltersCreateOrReplace201Response\n | FiltersCreateOrReplaceDefaultResponse\n >;\n}\n\nexport interface IntegrationRuntimesListByAccount {\n /** Lists integration runtimes in an account. */\n get(\n options?: IntegrationRuntimesListByAccountParameters,\n ): StreamableMethod<\n IntegrationRuntimesListByAccount200Response | IntegrationRuntimesListByAccountDefaultResponse\n >;\n}\n\nexport interface IntegrationRuntimesGet {\n /** Gets an integration runtime. */\n get(\n options?: IntegrationRuntimesGetParameters,\n ): StreamableMethod<IntegrationRuntimesGet200Response | IntegrationRuntimesGetDefaultResponse>;\n /** Deletes an integration runtime. */\n delete(\n options?: IntegrationRuntimesDeleteParameters,\n ): StreamableMethod<\n IntegrationRuntimesDelete204Response | IntegrationRuntimesDeleteDefaultResponse\n >;\n /** Creates or replaces an instance of integration runtime. */\n put(\n options: IntegrationRuntimesCreateOrReplaceParameters,\n ): StreamableMethod<\n | IntegrationRuntimesCreateOrReplace200Response\n | IntegrationRuntimesCreateOrReplace201Response\n | IntegrationRuntimesCreateOrReplaceDefaultResponse\n >;\n}\n\nexport interface IntegrationRuntimesStatus {\n /** Gets detailed status information for an integration runtime. */\n get(\n options?: IntegrationRuntimesStatusParameters,\n ): StreamableMethod<\n IntegrationRuntimesStatus200Response | IntegrationRuntimesStatusDefaultResponse\n >;\n}\n\nexport interface IntegrationRuntimesListAuthKeys {\n /** Retrieves the authentication keys for an integration runtime. */\n post(\n options?: IntegrationRuntimesListAuthKeysParameters,\n ): StreamableMethod<\n IntegrationRuntimesListAuthKeys200Response | IntegrationRuntimesListAuthKeysDefaultResponse\n >;\n}\n\nexport interface IntegrationRuntimesRegenerateAuthKey {\n /** Regenerates the authentication key for an integration runtime. */\n post(\n options: IntegrationRuntimesRegenerateAuthKeyParameters,\n ): StreamableMethod<\n | IntegrationRuntimesRegenerateAuthKey200Response\n | IntegrationRuntimesRegenerateAuthKeyDefaultResponse\n >;\n}\n\nexport interface IntegrationRuntimesDisableInteractiveQuery {\n /** Disables interactive querying. */\n post(\n options?: IntegrationRuntimesDisableInteractiveQueryParameters,\n ): StreamableMethod<\n | IntegrationRuntimesDisableInteractiveQuery202Response\n | IntegrationRuntimesDisableInteractiveQueryDefaultResponse\n >;\n}\n\nexport interface IntegrationRuntimesEnableInteractiveQuery {\n /** Enables interactive querying. */\n post(\n options: IntegrationRuntimesEnableInteractiveQueryParameters,\n ): StreamableMethod<\n | IntegrationRuntimesEnableInteractiveQuery202Response\n | IntegrationRuntimesEnableInteractiveQueryDefaultResponse\n >;\n}\n\nexport interface ManagedVirtualNetworksListByAccount {\n /** Lists managed virtual networks in an account. */\n get(\n options?: ManagedVirtualNetworksListByAccountParameters,\n ): StreamableMethod<\n | ManagedVirtualNetworksListByAccount200Response\n | ManagedVirtualNetworksListByAccountDefaultResponse\n >;\n}\n\nexport interface ManagedVirtualNetworksGet {\n /** Gets a managed virtual network. */\n get(\n options?: ManagedVirtualNetworksGetParameters,\n ): StreamableMethod<\n ManagedVirtualNetworksGet200Response | ManagedVirtualNetworksGetDefaultResponse\n >;\n /** Creates or replaces a managed virtual network. */\n put(\n options: ManagedVirtualNetworksCreateOrReplaceParameters,\n ): StreamableMethod<\n | ManagedVirtualNetworksCreateOrReplace200Response\n | ManagedVirtualNetworksCreateOrReplace201Response\n | ManagedVirtualNetworksCreateOrReplaceDefaultResponse\n >;\n}\n\nexport interface ManagedPrivateEndpointsListByAccount {\n /** Lists managed private endpoints under a managed virtual network. */\n get(\n options?: ManagedPrivateEndpointsListByAccountParameters,\n ): StreamableMethod<\n | ManagedPrivateEndpointsListByAccount200Response\n | ManagedPrivateEndpointsListByAccountDefaultResponse\n >;\n}\n\nexport interface ManagedPrivateEndpointsGet {\n /** Gets a managed private endpoint. */\n get(\n options?: ManagedPrivateEndpointsGetParameters,\n ): StreamableMethod<\n ManagedPrivateEndpointsGet200Response | ManagedPrivateEndpointsGetDefaultResponse\n >;\n /** Deletes a managed private endpoint. */\n delete(\n options?: ManagedPrivateEndpointsDeleteParameters,\n ): StreamableMethod<\n ManagedPrivateEndpointsDelete204Response | ManagedPrivateEndpointsDeleteDefaultResponse\n >;\n /** Creates or replaces a managed private endpoint. */\n put(\n options: ManagedPrivateEndpointsCreateOrReplaceParameters,\n ): StreamableMethod<\n | ManagedPrivateEndpointsCreateOrReplace200Response\n | ManagedPrivateEndpointsCreateOrReplace201Response\n | ManagedPrivateEndpointsCreateOrReplaceDefaultResponse\n >;\n}\n\nexport interface ScansCreateOrReplace {\n /** Creates or replaces an instance of a scan. */\n put(\n options: ScansCreateOrReplaceParameters,\n ): StreamableMethod<\n | ScansCreateOrReplace200Response\n | ScansCreateOrReplace201Response\n | ScansCreateOrReplaceDefaultResponse\n >;\n /** Gets a scan information. */\n get(\n options?: ScansGetParameters,\n ): StreamableMethod<ScansGet200Response | ScansGetDefaultResponse>;\n /** Deletes the scan associated with the data source. */\n delete(\n options?: ScansDeleteParameters,\n ): StreamableMethod<ScansDelete204Response | ScansDeleteDefaultResponse>;\n}\n\nexport interface ScansListByDataSource {\n /** Lists scans in data source. */\n get(\n options?: ScansListByDataSourceParameters,\n ): StreamableMethod<ScansListByDataSource200Response | ScansListByDataSourceDefaultResponse>;\n}\n\nexport interface ScanResultGetScanStatus {\n /** Gets the status of the scan run with ingestion details. */\n get(\n options?: ScanResultGetScanStatusParameters,\n ): StreamableMethod<ScanResultGetScanStatus200Response | ScanResultGetScanStatusDefaultResponse>;\n}\n\nexport interface ScanResultRunScan {\n /** Runs the scan */\n post(\n options: ScanResultRunScanParameters,\n ): StreamableMethod<ScanResultRunScan202Response | ScanResultRunScanDefaultResponse>;\n}\n\nexport interface ScanResultCancelScan {\n /** Cancels a scan. */\n post(\n options?: ScanResultCancelScanParameters,\n ): StreamableMethod<ScanResultCancelScan202Response | ScanResultCancelScanDefaultResponse>;\n}\n\nexport interface ScanResultListScanHistory {\n /** Lists the scan history of a scan. */\n get(\n options?: ScanResultListScanHistoryParameters,\n ): StreamableMethod<\n ScanResultListScanHistory200Response | ScanResultListScanHistoryDefaultResponse\n >;\n}\n\nexport interface ScanRulesetsGet {\n /** Gets a scan ruleset. */\n get(\n options?: ScanRulesetsGetParameters,\n ): StreamableMethod<ScanRulesetsGet200Response | ScanRulesetsGetDefaultResponse>;\n /** Creates or replaces a scan ruleset. */\n put(\n options: ScanRulesetsCreateOrReplaceParameters,\n ): StreamableMethod<\n | ScanRulesetsCreateOrReplace200Response\n | ScanRulesetsCreateOrReplace201Response\n | ScanRulesetsCreateOrReplaceDefaultResponse\n >;\n /** Deletes a scan ruleset. */\n delete(\n options?: ScanRulesetsDeleteParameters,\n ): StreamableMethod<ScanRulesetsDelete204Response | ScanRulesetsDeleteDefaultResponse>;\n}\n\nexport interface ScanRulesetsList {\n /** Lists scan rulesets in data catalog. */\n get(\n options?: ScanRulesetsListParameters,\n ): StreamableMethod<ScanRulesetsList200Response | ScanRulesetsListDefaultResponse>;\n}\n\nexport interface SystemScanRulesetsList {\n /** Lists all system scan rulesets for an account. */\n get(\n options?: SystemScanRulesetsListParameters,\n ): StreamableMethod<SystemScanRulesetsList200Response | SystemScanRulesetsListDefaultResponse>;\n}\n\nexport interface SystemScanRulesetsGet {\n /** Gets a system scan ruleset for a data source. */\n get(\n options?: SystemScanRulesetsGetParameters,\n ): StreamableMethod<SystemScanRulesetsGet200Response | SystemScanRulesetsGetDefaultResponse>;\n}\n\nexport interface SystemScanRulesetsGetByVersion {\n /** Gets a scan ruleset by version. */\n get(\n options?: SystemScanRulesetsGetByVersionParameters,\n ): StreamableMethod<\n SystemScanRulesetsGetByVersion200Response | SystemScanRulesetsGetByVersionDefaultResponse\n >;\n}\n\nexport interface SystemScanRulesetsGetLatest {\n /** Gets the latest version of a system scan ruleset. */\n get(\n options?: SystemScanRulesetsGetLatestParameters,\n ): StreamableMethod<\n SystemScanRulesetsGetLatest200Response | SystemScanRulesetsGetLatestDefaultResponse\n >;\n}\n\nexport interface SystemScanRulesetsListVersionsByDataSource {\n /** Lists system scan ruleset versions in data catalog. */\n get(\n options?: SystemScanRulesetsListVersionsByDataSourceParameters,\n ): StreamableMethod<\n | SystemScanRulesetsListVersionsByDataSource200Response\n | SystemScanRulesetsListVersionsByDataSourceDefaultResponse\n >;\n}\n\nexport interface TriggersGet {\n /** Gets trigger information. */\n get(\n options?: TriggersGetParameters,\n ): StreamableMethod<TriggersGet200Response | TriggersGetDefaultResponse>;\n /** Creates or replaces an instance of a trigger. */\n put(\n options: TriggersCreateOrReplaceParameters,\n ): StreamableMethod<\n | TriggersCreateOrReplace200Response\n | TriggersCreateOrReplace201Response\n | TriggersCreateOrReplaceDefaultResponse\n >;\n /** Deletes the trigger associated with the scan. */\n delete(\n options?: TriggersDeleteParameters,\n ): StreamableMethod<TriggersDelete204Response | TriggersDeleteDefaultResponse>;\n}\n\nexport interface TriggersEnable {\n /** Enables a trigger. */\n post(\n options?: TriggersEnableParameters,\n ): StreamableMethod<TriggersEnable200Response | TriggersEnableDefaultResponse>;\n}\n\nexport interface TriggersDisable {\n /** Disables a trigger. */\n post(\n options?: TriggersDisableParameters,\n ): StreamableMethod<TriggersDisable200Response | TriggersDisableDefaultResponse>;\n}\n\nexport interface Routes {\n /** Resource for '/azureKeyVaults/\\{azureKeyVaultName\\}' has methods for the following verbs: get, put, delete */\n (path: \"/azureKeyVaults/{azureKeyVaultName}\", azureKeyVaultName: string): KeyVaultConnectionsGet;\n /** Resource for '/azureKeyVaults' has methods for the following verbs: get */\n (path: \"/azureKeyVaults\"): KeyVaultConnectionsList;\n /** Resource for '/classificationrules/\\{classificationRuleName\\}' has methods for the following verbs: get, put, delete */\n (\n path: \"/classificationrules/{classificationRuleName}\",\n classificationRuleName: string,\n ): ClassificationRulesGet;\n /** Resource for '/classificationrules' has methods for the following verbs: get */\n (path: \"/classificationrules\"): ClassificationRulesList;\n /** Resource for '/classificationrules/\\{classificationRuleName\\}/versions' has methods for the following verbs: get */\n (\n path: \"/classificationrules/{classificationRuleName}/versions\",\n classificationRuleName: string,\n ): ClassificationRulesListVersionsByRuleName;\n /** Resource for '/classificationrules/\\{classificationRuleName\\}/versions/\\{classificationRuleVersion\\}:tag' has methods for the following verbs: post */\n (\n path: \"/classificationrules/{classificationRuleName}/versions/{classificationRuleVersion}:tag\",\n classificationRuleName: string,\n classificationRuleVersion: number,\n ): ClassificationRulesTagClassificationVersion;\n /** Resource for '/credentials/\\{credentialName\\}' has methods for the following verbs: get, put, delete */\n (path: \"/credentials/{credentialName}\", credentialName: string): CredentialGet;\n /** Resource for '/credentials' has methods for the following verbs: get */\n (path: \"/credentials\"): CredentialList;\n /** Resource for '/datasources/\\{dataSourceName\\}' has methods for the following verbs: put, get, delete */\n (path: \"/datasources/{dataSourceName}\", dataSourceName: string): DataSourcesCreateOrReplace;\n /** Resource for '/datasources' has methods for the following verbs: get */\n (path: \"/datasources\"): DataSourcesList;\n /** Resource for '/datasources/\\{dataSourceName\\}/scans/\\{scanName\\}/filters/custom' has methods for the following verbs: get, put */\n (\n path: \"/datasources/{dataSourceName}/scans/{scanName}/filters/custom\",\n dataSourceName: string,\n scanName: string,\n ): FiltersGet;\n /** Resource for '/integrationruntimes' has methods for the following verbs: get */\n (path: \"/integrationruntimes\"): IntegrationRuntimesListByAccount;\n /** Resource for '/integrationruntimes/\\{integrationRuntimeName\\}' has methods for the following verbs: get, delete, put */\n (\n path: \"/integrationruntimes/{integrationRuntimeName}\",\n integrationRuntimeName: string,\n ): IntegrationRuntimesGet;\n /** Resource for '/integrationruntimes/\\{integrationRuntimeName\\}/status' has methods for the following verbs: get */\n (\n path: \"/integrationruntimes/{integrationRuntimeName}/status\",\n integrationRuntimeName: string,\n ): IntegrationRuntimesStatus;\n /** Resource for '/integrationruntimes/\\{integrationRuntimeName\\}:listAuthKeys' has methods for the following verbs: post */\n (\n path: \"/integrationruntimes/{integrationRuntimeName}:listAuthKeys\",\n integrationRuntimeName: string,\n ): IntegrationRuntimesListAuthKeys;\n /** Resource for '/integrationruntimes/\\{integrationRuntimeName\\}:regenerateAuthKey' has methods for the following verbs: post */\n (\n path: \"/integrationruntimes/{integrationRuntimeName}:regenerateAuthKey\",\n integrationRuntimeName: string,\n ): IntegrationRuntimesRegenerateAuthKey;\n /** Resource for '/integrationruntimes/\\{integrationRuntimeName\\}:disableInteractiveQuery' has methods for the following verbs: post */\n (\n path: \"/integrationruntimes/{integrationRuntimeName}:disableInteractiveQuery\",\n integrationRuntimeName: string,\n ): IntegrationRuntimesDisableInteractiveQuery;\n /** Resource for '/integrationruntimes/\\{integrationRuntimeName\\}:enableInteractiveQuery' has methods for the following verbs: post */\n (\n path: \"/integrationruntimes/{integrationRuntimeName}:enableInteractiveQuery\",\n integrationRuntimeName: string,\n ): IntegrationRuntimesEnableInteractiveQuery;\n /** Resource for '/managedvirtualnetworks' has methods for the following verbs: get */\n (path: \"/managedvirtualnetworks\"): ManagedVirtualNetworksListByAccount;\n /** Resource for '/managedvirtualnetworks/\\{managedVirtualNetworkName\\}' has methods for the following verbs: get, put */\n (\n path: \"/managedvirtualnetworks/{managedVirtualNetworkName}\",\n managedVirtualNetworkName: \"defaultv2\",\n ): ManagedVirtualNetworksGet;\n /** Resource for '/managedvirtualnetworks/\\{managedVirtualNetworkName\\}/managedprivateendpoints' has methods for the following verbs: get */\n (\n path: \"/managedvirtualnetworks/{managedVirtualNetworkName}/managedprivateendpoints\",\n managedVirtualNetworkName: \"defaultv2\",\n ): ManagedPrivateEndpointsListByAccount;\n /** Resource for '/managedvirtualnetworks/\\{managedVirtualNetworkName\\}/managedprivateendpoints/\\{managedPrivateEndpointName\\}' has methods for the following verbs: get, delete, put */\n (\n path: \"/managedvirtualnetworks/{managedVirtualNetworkName}/managedprivateendpoints/{managedPrivateEndpointName}\",\n managedVirtualNetworkName: \"defaultv2\",\n managedPrivateEndpointName: string,\n ): ManagedPrivateEndpointsGet;\n /** Resource for '/datasources/\\{dataSourceName\\}/scans/\\{scanName\\}' has methods for the following verbs: put, get, delete */\n (\n path: \"/datasources/{dataSourceName}/scans/{scanName}\",\n dataSourceName: string,\n scanName: string,\n ): ScansCreateOrReplace;\n /** Resource for '/datasources/\\{dataSourceName\\}/scans' has methods for the following verbs: get */\n (path: \"/datasources/{dataSourceName}/scans\", dataSourceName: string): ScansListByDataSource;\n /** Resource for '/datasources/\\{dataSourceName\\}/scans/\\{scanName\\}/runs/\\{runId\\}' has methods for the following verbs: get */\n (\n path: \"/datasources/{dataSourceName}/scans/{scanName}/runs/{runId}\",\n dataSourceName: string,\n scanName: string,\n runId: string,\n ): ScanResultGetScanStatus;\n /** Resource for '/datasources/\\{dataSourceName\\}/scans/\\{scanName\\}:run' has methods for the following verbs: post */\n (\n path: \"/datasources/{dataSourceName}/scans/{scanName}:run\",\n dataSourceName: string,\n scanName: string,\n ): ScanResultRunScan;\n /** Resource for '/datasources/\\{dataSourceName\\}/scans/\\{scanName\\}/runs/\\{runId\\}:cancel' has methods for the following verbs: post */\n (\n path: \"/datasources/{dataSourceName}/scans/{scanName}/runs/{runId}:cancel\",\n dataSourceName: string,\n scanName: string,\n runId: string,\n ): ScanResultCancelScan;\n /** Resource for '/datasources/\\{dataSourceName\\}/scans/\\{scanName\\}/runs' has methods for the following verbs: get */\n (\n path: \"/datasources/{dataSourceName}/scans/{scanName}/runs\",\n dataSourceName: string,\n scanName: string,\n ): ScanResultListScanHistory;\n /** Resource for '/scanrulesets/\\{scanRulesetName\\}' has methods for the following verbs: get, put, delete */\n (path: \"/scanrulesets/{scanRulesetName}\", scanRulesetName: string): ScanRulesetsGet;\n /** Resource for '/scanrulesets' has methods for the following verbs: get */\n (path: \"/scanrulesets\"): ScanRulesetsList;\n /** Resource for '/systemScanRulesets' has methods for the following verbs: get */\n (path: \"/systemScanRulesets\"): SystemScanRulesetsList;\n /** Resource for '/systemScanRulesets/datasources/\\{dataSourceType\\}' has methods for the following verbs: get */\n (\n path: \"/systemScanRulesets/datasources/{dataSourceType}\",\n dataSourceType:\n | \"None\"\n | \"Fabric\"\n | \"AzureSubscription\"\n | \"AzureResourceGroup\"\n | \"AzureSynapseWorkspace\"\n | \"AzureSynapse\"\n | \"AdlsGen1\"\n | \"AdlsGen2\"\n | \"AmazonAccount\"\n | \"AmazonS3\"\n | \"AmazonSql\"\n | \"AzureCosmosDb\"\n | \"AzureDataExplorer\"\n | \"AzureFileService\"\n | \"AzureSqlDatabase\"\n | \"ArcEnabledSqlServer\"\n | \"AmazonPostgreSql\"\n | \"AzurePostgreSql\"\n | \"Databricks\"\n | \"SqlServerDatabase\"\n | \"AzureSqlDatabaseManagedInstance\"\n | \"AzureSqlDataWarehouse\"\n | \"AzureMySql\"\n | \"Hdfs\"\n | \"TableauServer\"\n | \"AzureStorage\"\n | \"Teradata\"\n | \"Oracle\"\n | \"PostgreSql\"\n | \"AmazonRedShift\"\n | \"DatabricksHms\"\n | \"SapS4Hana\"\n | \"SapEcc\"\n | \"Snowflake\"\n | \"PowerBI\"\n | \"Trident\"\n | \"Dataverse\"\n | \"DatabricksUnityCatalog\",\n ): SystemScanRulesetsGet;\n /** Resource for '/systemScanRulesets/versions/\\{version\\}' has methods for the following verbs: get */\n (path: \"/systemScanRulesets/versions/{version}\", version: number): SystemScanRulesetsGetByVersion;\n /** Resource for '/systemScanRulesets/versions/latest' has methods for the following verbs: get */\n (path: \"/systemScanRulesets/versions/latest\"): SystemScanRulesetsGetLatest;\n /** Resource for '/systemScanRulesets/versions' has methods for the following verbs: get */\n (path: \"/systemScanRulesets/versions\"): SystemScanRulesetsListVersionsByDataSource;\n /** Resource for '/datasources/\\{dataSourceName\\}/scans/\\{scanName\\}/triggers/default' has methods for the following verbs: get, put, delete */\n (\n path: \"/datasources/{dataSourceName}/scans/{scanName}/triggers/default\",\n dataSourceName: string,\n scanName: string,\n ): TriggersGet;\n /** Resource for '/datasources/\\{dataSourceName\\}/scans/\\{scanName\\}/triggers/default:enable' has methods for the following verbs: post */\n (\n path: \"/datasources/{dataSourceName}/scans/{scanName}/triggers/default:enable\",\n dataSourceName: string,\n scanName: string,\n ): TriggersEnable;\n /** Resource for '/datasources/\\{dataSourceName\\}/scans/\\{scanName\\}/triggers/default:disable' has methods for the following verbs: post */\n (\n path: \"/datasources/{dataSourceName}/scans/{scanName}/triggers/default:disable\",\n dataSourceName: string,\n scanName: string,\n ): TriggersDisable;\n}\n\nexport type PurviewScanningRestClient = Client & {\n path: Routes;\n};\n"]}
|