@azure/arm-purview 1.1.1-alpha.20250214.1 → 1.1.1-alpha.20250218.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +21 -12
- package/dist/browser/index.d.ts +5 -0
- package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/index.js +4 -4
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.js +25 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
- package/dist/browser/models/parameters.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/accounts.d.ts +3 -3
- package/dist/browser/operations/accounts.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/accounts.js +101 -113
- package/dist/browser/operations/accounts.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/defaultAccounts.d.ts +3 -3
- package/dist/browser/operations/defaultAccounts.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/defaultAccounts.js +2 -2
- package/dist/browser/operations/defaultAccounts.js.map +1 -0
- package/dist/browser/operations/index.d.ts +6 -0
- package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
- package/{dist-esm/src/operationsInterfaces → dist/browser/operations}/index.js +5 -5
- package/dist/browser/operations/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.js +3 -3
- package/dist/browser/operations/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/privateEndpointConnections.d.ts +3 -3
- package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/privateEndpointConnections.js +80 -88
- package/dist/browser/operations/privateEndpointConnections.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/privateLinkResources.d.ts +3 -3
- package/dist/browser/operations/privateLinkResources.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/privateLinkResources.js +3 -3
- package/dist/browser/operations/privateLinkResources.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/accounts.d.ts +1 -1
- package/dist/browser/operationsInterfaces/accounts.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/accounts.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/defaultAccounts.d.ts +1 -1
- package/dist/browser/operationsInterfaces/defaultAccounts.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/defaultAccounts.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +6 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
- package/{dist-esm/src/operations → dist/browser/operationsInterfaces}/index.js +5 -5
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.d.ts +1 -1
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResources.d.ts +1 -1
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/{dist-esm/src → dist/browser}/purviewManagementClient.d.ts +2 -2
- package/dist/browser/purviewManagementClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/purviewManagementClient.js +15 -18
- package/dist/browser/purviewManagementClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +16 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +29 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/{types/arm-purview.d.ts → dist/commonjs/models/index.d.ts} +906 -1236
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +113 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +41 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +1241 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +22 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +179 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/accounts.d.ts +128 -0
- package/dist/commonjs/operations/accounts.d.ts.map +1 -0
- package/dist/commonjs/operations/accounts.js +612 -0
- package/dist/commonjs/operations/accounts.js.map +1 -0
- package/dist/commonjs/operations/defaultAccounts.d.ts +33 -0
- package/dist/commonjs/operations/defaultAccounts.d.ts.map +1 -0
- package/dist/commonjs/operations/defaultAccounts.js +113 -0
- package/dist/commonjs/operations/defaultAccounts.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +6 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +16 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +32 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +138 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/privateEndpointConnections.d.ts +81 -0
- package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operations/privateEndpointConnections.js +361 -0
- package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operations/privateLinkResources.d.ts +46 -0
- package/dist/commonjs/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operations/privateLinkResources.js +187 -0
- package/dist/commonjs/operations/privateLinkResources.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/accounts.d.ts +92 -0
- package/dist/commonjs/operationsInterfaces/accounts.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/accounts.js +10 -0
- package/dist/commonjs/operationsInterfaces/accounts.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/defaultAccounts.d.ts +25 -0
- package/dist/commonjs/operationsInterfaces/defaultAccounts.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/defaultAccounts.js +10 -0
- package/dist/commonjs/operationsInterfaces/defaultAccounts.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +6 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +16 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +21 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +36 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/commonjs/purviewManagementClient.d.ts +24 -0
- package/dist/commonjs/purviewManagementClient.d.ts.map +1 -0
- package/dist/commonjs/purviewManagementClient.js +106 -0
- package/dist/commonjs/purviewManagementClient.js.map +1 -0
- package/{types → dist/commonjs}/tsdoc-metadata.json +1 -1
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/{src/index.ts → dist/esm/index.js} +5 -5
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +16 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +25 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +906 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +110 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +41 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +1238 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +22 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +176 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/accounts.d.ts +128 -0
- package/dist/esm/operations/accounts.d.ts.map +1 -0
- package/dist/esm/operations/accounts.js +608 -0
- package/dist/esm/operations/accounts.js.map +1 -0
- package/dist/esm/operations/defaultAccounts.d.ts +33 -0
- package/dist/esm/operations/defaultAccounts.d.ts.map +1 -0
- package/dist/esm/operations/defaultAccounts.js +108 -0
- package/dist/esm/operations/defaultAccounts.js.map +1 -0
- package/dist/esm/operations/index.d.ts +6 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +13 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +32 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +134 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/privateEndpointConnections.d.ts +81 -0
- package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operations/privateEndpointConnections.js +357 -0
- package/dist/esm/operations/privateEndpointConnections.js.map +1 -0
- package/dist/esm/operations/privateLinkResources.d.ts +46 -0
- package/dist/esm/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/esm/operations/privateLinkResources.js +183 -0
- package/dist/esm/operations/privateLinkResources.js.map +1 -0
- package/dist/esm/operationsInterfaces/accounts.d.ts +92 -0
- package/dist/esm/operationsInterfaces/accounts.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/accounts.js +9 -0
- package/dist/esm/operationsInterfaces/accounts.js.map +1 -0
- package/dist/esm/operationsInterfaces/defaultAccounts.d.ts +25 -0
- package/dist/esm/operationsInterfaces/defaultAccounts.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/defaultAccounts.js +9 -0
- package/dist/esm/operationsInterfaces/defaultAccounts.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +6 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +13 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +21 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +32 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/esm/purviewManagementClient.d.ts +24 -0
- package/dist/esm/purviewManagementClient.d.ts.map +1 -0
- package/dist/esm/purviewManagementClient.js +101 -0
- package/dist/esm/purviewManagementClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +16 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +25 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +906 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +110 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +41 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +1238 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +22 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +176 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/accounts.d.ts +128 -0
- package/dist/react-native/operations/accounts.d.ts.map +1 -0
- package/dist/react-native/operations/accounts.js +608 -0
- package/dist/react-native/operations/accounts.js.map +1 -0
- package/dist/react-native/operations/defaultAccounts.d.ts +33 -0
- package/dist/react-native/operations/defaultAccounts.d.ts.map +1 -0
- package/dist/react-native/operations/defaultAccounts.js +108 -0
- package/dist/react-native/operations/defaultAccounts.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +6 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +13 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +32 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +134 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/privateEndpointConnections.d.ts +81 -0
- package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operations/privateEndpointConnections.js +357 -0
- package/dist/react-native/operations/privateEndpointConnections.js.map +1 -0
- package/dist/react-native/operations/privateLinkResources.d.ts +46 -0
- package/dist/react-native/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operations/privateLinkResources.js +183 -0
- package/dist/react-native/operations/privateLinkResources.js.map +1 -0
- package/dist/react-native/operationsInterfaces/accounts.d.ts +92 -0
- package/dist/react-native/operationsInterfaces/accounts.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/accounts.js +9 -0
- package/dist/react-native/operationsInterfaces/accounts.js.map +1 -0
- package/dist/react-native/operationsInterfaces/defaultAccounts.d.ts +25 -0
- package/dist/react-native/operationsInterfaces/defaultAccounts.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/defaultAccounts.js +9 -0
- package/dist/react-native/operationsInterfaces/defaultAccounts.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +6 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +13 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +21 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +32 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/dist/react-native/purviewManagementClient.d.ts +24 -0
- package/dist/react-native/purviewManagementClient.d.ts.map +1 -0
- package/dist/react-native/purviewManagementClient.js +101 -0
- package/dist/react-native/purviewManagementClient.js.map +1 -0
- package/package.json +67 -36
- package/dist/index.js +0 -3141
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/accountsAddRootCollectionAdminSample.d.ts +0 -2
- package/dist-esm/samples-dev/accountsAddRootCollectionAdminSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accountsAddRootCollectionAdminSample.js +0 -25
- package/dist-esm/samples-dev/accountsAddRootCollectionAdminSample.js.map +0 -1
- package/dist-esm/samples-dev/accountsCheckNameAvailabilitySample.d.ts +0 -2
- package/dist-esm/samples-dev/accountsCheckNameAvailabilitySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accountsCheckNameAvailabilitySample.js +0 -24
- package/dist-esm/samples-dev/accountsCheckNameAvailabilitySample.js.map +0 -1
- package/dist-esm/samples-dev/accountsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/accountsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accountsCreateOrUpdateSample.js +0 -26
- package/dist-esm/samples-dev/accountsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/accountsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/accountsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accountsDeleteSample.js +0 -29
- package/dist-esm/samples-dev/accountsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/accountsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/accountsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accountsGetSample.js +0 -29
- package/dist-esm/samples-dev/accountsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/accountsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/accountsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accountsListByResourceGroupSample.js +0 -44
- package/dist-esm/samples-dev/accountsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/accountsListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/accountsListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accountsListBySubscriptionSample.js +0 -43
- package/dist-esm/samples-dev/accountsListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/accountsListKeysSample.d.ts +0 -2
- package/dist-esm/samples-dev/accountsListKeysSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accountsListKeysSample.js +0 -29
- package/dist-esm/samples-dev/accountsListKeysSample.js.map +0 -1
- package/dist-esm/samples-dev/accountsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/accountsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accountsUpdateSample.js +0 -25
- package/dist-esm/samples-dev/accountsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/defaultAccountsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/defaultAccountsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/defaultAccountsGetSample.js +0 -24
- package/dist-esm/samples-dev/defaultAccountsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/defaultAccountsRemoveSample.d.ts +0 -2
- package/dist-esm/samples-dev/defaultAccountsRemoveSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/defaultAccountsRemoveSample.js +0 -24
- package/dist-esm/samples-dev/defaultAccountsRemoveSample.js.map +0 -1
- package/dist-esm/samples-dev/defaultAccountsSetSample.d.ts +0 -2
- package/dist-esm/samples-dev/defaultAccountsSetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/defaultAccountsSetSample.js +0 -28
- package/dist-esm/samples-dev/defaultAccountsSetSample.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -43
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js +0 -29
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +0 -30
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +0 -30
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListByAccountSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsListByAccountSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListByAccountSample.js +0 -45
- package/dist-esm/samples-dev/privateEndpointConnectionsListByAccountSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesGetByGroupIdSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkResourcesGetByGroupIdSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesGetByGroupIdSample.js +0 -30
- package/dist-esm/samples-dev/privateLinkResourcesGetByGroupIdSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesListByAccountSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkResourcesListByAccountSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesListByAccountSample.js +0 -45
- package/dist-esm/samples-dev/privateLinkResourcesListByAccountSample.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.js +0 -29
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/accounts.d.ts.map +0 -1
- package/dist-esm/src/operations/accounts.js.map +0 -1
- package/dist-esm/src/operations/defaultAccounts.d.ts.map +0 -1
- package/dist-esm/src/operations/defaultAccounts.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -6
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operations/privateLinkResources.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/accounts.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/accounts.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/defaultAccounts.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/defaultAccounts.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -6
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/src/purviewManagementClient.d.ts.map +0 -1
- package/dist-esm/src/purviewManagementClient.js.map +0 -1
- package/dist-esm/test/sampleTest.d.ts +0 -2
- package/dist-esm/test/sampleTest.d.ts.map +0 -1
- package/dist-esm/test/sampleTest.js +0 -42
- package/dist-esm/test/sampleTest.js.map +0 -1
- package/src/lroImpl.ts +0 -34
- package/src/models/index.ts +0 -1018
- package/src/models/mappers.ts +0 -1307
- package/src/models/parameters.ts +0 -208
- package/src/operations/accounts.ts +0 -829
- package/src/operations/defaultAccounts.ts +0 -146
- package/src/operations/index.ts +0 -13
- package/src/operations/operations.ts +0 -150
- package/src/operations/privateEndpointConnections.ts +0 -511
- package/src/operations/privateLinkResources.ts +0 -247
- package/src/operationsInterfaces/accounts.ts +0 -179
- package/src/operationsInterfaces/defaultAccounts.ts +0 -52
- package/src/operationsInterfaces/index.ts +0 -13
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/privateEndpointConnections.ts +0 -109
- package/src/operationsInterfaces/privateLinkResources.ts +0 -44
- package/src/pagingHelper.ts +0 -39
- package/src/purviewManagementClient.ts +0 -160
- package/tsconfig.json +0 -33
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/accounts.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/defaultAccounts.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResources.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
|
@@ -0,0 +1,906 @@
|
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
|
2
|
+
/** Paged list of account resources */
|
|
3
|
+
export interface AccountList {
|
|
4
|
+
/** Total item count. */
|
|
5
|
+
count?: number;
|
|
6
|
+
/** The Url of next result page. */
|
|
7
|
+
nextLink?: string;
|
|
8
|
+
/** Collection of items of type results. */
|
|
9
|
+
value: Account[];
|
|
10
|
+
}
|
|
11
|
+
/** The account properties */
|
|
12
|
+
export interface AccountProperties {
|
|
13
|
+
/**
|
|
14
|
+
* Cloud connectors.
|
|
15
|
+
* External cloud identifier used as part of scanning configuration.
|
|
16
|
+
*/
|
|
17
|
+
cloudConnectors?: CloudConnectors;
|
|
18
|
+
/**
|
|
19
|
+
* Gets the time at which the entity was created.
|
|
20
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
21
|
+
*/
|
|
22
|
+
readonly createdAt?: Date;
|
|
23
|
+
/**
|
|
24
|
+
* Gets the creator of the entity.
|
|
25
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
26
|
+
*/
|
|
27
|
+
readonly createdBy?: string;
|
|
28
|
+
/**
|
|
29
|
+
* Gets the creators of the entity's object id.
|
|
30
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
31
|
+
*/
|
|
32
|
+
readonly createdByObjectId?: string;
|
|
33
|
+
/**
|
|
34
|
+
* The URIs that are the public endpoints of the account.
|
|
35
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
36
|
+
*/
|
|
37
|
+
readonly endpoints?: AccountPropertiesEndpoints;
|
|
38
|
+
/**
|
|
39
|
+
* Gets or sets the friendly name.
|
|
40
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
41
|
+
*/
|
|
42
|
+
readonly friendlyName?: string;
|
|
43
|
+
/** Gets or sets the managed resource group name */
|
|
44
|
+
managedResourceGroupName?: string;
|
|
45
|
+
/**
|
|
46
|
+
* Gets the resource identifiers of the managed resources.
|
|
47
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
48
|
+
*/
|
|
49
|
+
readonly managedResources?: AccountPropertiesManagedResources;
|
|
50
|
+
/**
|
|
51
|
+
* Gets the private endpoint connections information.
|
|
52
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
53
|
+
*/
|
|
54
|
+
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
|
55
|
+
/**
|
|
56
|
+
* Gets or sets the state of the provisioning.
|
|
57
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
58
|
+
*/
|
|
59
|
+
readonly provisioningState?: ProvisioningState;
|
|
60
|
+
/** Gets or sets the public network access. */
|
|
61
|
+
publicNetworkAccess?: PublicNetworkAccess;
|
|
62
|
+
}
|
|
63
|
+
/** External Cloud Service connectors */
|
|
64
|
+
export interface CloudConnectors {
|
|
65
|
+
/**
|
|
66
|
+
* AWS external identifier.
|
|
67
|
+
* Configured in AWS to allow use of the role arn used for scanning
|
|
68
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
69
|
+
*/
|
|
70
|
+
readonly awsExternalId?: string;
|
|
71
|
+
}
|
|
72
|
+
/** The account endpoints */
|
|
73
|
+
export interface AccountEndpoints {
|
|
74
|
+
/**
|
|
75
|
+
* Gets the catalog endpoint.
|
|
76
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
77
|
+
*/
|
|
78
|
+
readonly catalog?: string;
|
|
79
|
+
/**
|
|
80
|
+
* Gets the guardian endpoint.
|
|
81
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
82
|
+
*/
|
|
83
|
+
readonly guardian?: string;
|
|
84
|
+
/**
|
|
85
|
+
* Gets the scan endpoint.
|
|
86
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
87
|
+
*/
|
|
88
|
+
readonly scan?: string;
|
|
89
|
+
}
|
|
90
|
+
/** The managed resources in customer subscription. */
|
|
91
|
+
export interface ManagedResources {
|
|
92
|
+
/**
|
|
93
|
+
* Gets the managed event hub namespace resource identifier.
|
|
94
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
95
|
+
*/
|
|
96
|
+
readonly eventHubNamespace?: string;
|
|
97
|
+
/**
|
|
98
|
+
* Gets the managed resource group resource identifier. This resource group will host resource dependencies for the account.
|
|
99
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
100
|
+
*/
|
|
101
|
+
readonly resourceGroup?: string;
|
|
102
|
+
/**
|
|
103
|
+
* Gets the managed storage account resource identifier.
|
|
104
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
105
|
+
*/
|
|
106
|
+
readonly storageAccount?: string;
|
|
107
|
+
}
|
|
108
|
+
/** A private endpoint class. */
|
|
109
|
+
export interface PrivateEndpoint {
|
|
110
|
+
/** The private endpoint identifier. */
|
|
111
|
+
id?: string;
|
|
112
|
+
}
|
|
113
|
+
/** The private link service connection state. */
|
|
114
|
+
export interface PrivateLinkServiceConnectionState {
|
|
115
|
+
/** The required actions. */
|
|
116
|
+
actionsRequired?: string;
|
|
117
|
+
/** The description. */
|
|
118
|
+
description?: string;
|
|
119
|
+
/** The status. */
|
|
120
|
+
status?: Status;
|
|
121
|
+
}
|
|
122
|
+
/** Proxy Azure Resource */
|
|
123
|
+
export interface ProxyResource {
|
|
124
|
+
/**
|
|
125
|
+
* Gets or sets the identifier.
|
|
126
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
127
|
+
*/
|
|
128
|
+
readonly id?: string;
|
|
129
|
+
/**
|
|
130
|
+
* Gets or sets the name.
|
|
131
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
132
|
+
*/
|
|
133
|
+
readonly name?: string;
|
|
134
|
+
/**
|
|
135
|
+
* Gets or sets the type.
|
|
136
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
137
|
+
*/
|
|
138
|
+
readonly type?: string;
|
|
139
|
+
}
|
|
140
|
+
/** The Sku */
|
|
141
|
+
export interface AccountSkuAutoGenerated {
|
|
142
|
+
/** Gets or sets the sku capacity. */
|
|
143
|
+
capacity?: number;
|
|
144
|
+
/** Gets or sets the sku name. */
|
|
145
|
+
name?: Name;
|
|
146
|
+
}
|
|
147
|
+
/** Azure ARM Tracked Resource */
|
|
148
|
+
export interface TrackedResource {
|
|
149
|
+
/**
|
|
150
|
+
* Gets or sets the identifier.
|
|
151
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
152
|
+
*/
|
|
153
|
+
readonly id?: string;
|
|
154
|
+
/** Identity Info on the tracked resource */
|
|
155
|
+
identity?: Identity;
|
|
156
|
+
/** Gets or sets the location. */
|
|
157
|
+
location?: string;
|
|
158
|
+
/**
|
|
159
|
+
* Gets or sets the name.
|
|
160
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
161
|
+
*/
|
|
162
|
+
readonly name?: string;
|
|
163
|
+
/**
|
|
164
|
+
* Metadata pertaining to creation and last modification of the resource.
|
|
165
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
166
|
+
*/
|
|
167
|
+
readonly systemData?: TrackedResourceSystemData;
|
|
168
|
+
/** Tags on the azure resource. */
|
|
169
|
+
tags?: {
|
|
170
|
+
[propertyName: string]: string;
|
|
171
|
+
};
|
|
172
|
+
/**
|
|
173
|
+
* Gets or sets the type.
|
|
174
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
175
|
+
*/
|
|
176
|
+
readonly type?: string;
|
|
177
|
+
}
|
|
178
|
+
/** The Managed Identity of the resource */
|
|
179
|
+
export interface Identity {
|
|
180
|
+
/**
|
|
181
|
+
* Service principal object Id
|
|
182
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
183
|
+
*/
|
|
184
|
+
readonly principalId?: string;
|
|
185
|
+
/**
|
|
186
|
+
* Tenant Id
|
|
187
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
188
|
+
*/
|
|
189
|
+
readonly tenantId?: string;
|
|
190
|
+
/** Identity Type */
|
|
191
|
+
type?: Type;
|
|
192
|
+
/** User Assigned Identities */
|
|
193
|
+
userAssignedIdentities?: {
|
|
194
|
+
[propertyName: string]: UserAssignedIdentity;
|
|
195
|
+
};
|
|
196
|
+
}
|
|
197
|
+
/** Uses client ID and Principal ID */
|
|
198
|
+
export interface UserAssignedIdentity {
|
|
199
|
+
/**
|
|
200
|
+
* Gets or Sets Client ID
|
|
201
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
202
|
+
*/
|
|
203
|
+
readonly clientId?: string;
|
|
204
|
+
/**
|
|
205
|
+
* Gets or Sets Principal ID
|
|
206
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
207
|
+
*/
|
|
208
|
+
readonly principalId?: string;
|
|
209
|
+
}
|
|
210
|
+
/** Metadata pertaining to creation and last modification of the resource. */
|
|
211
|
+
export interface SystemData {
|
|
212
|
+
/**
|
|
213
|
+
* The timestamp of resource creation (UTC).
|
|
214
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
215
|
+
*/
|
|
216
|
+
readonly createdAt?: Date;
|
|
217
|
+
/**
|
|
218
|
+
* The identity that created the resource.
|
|
219
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
220
|
+
*/
|
|
221
|
+
readonly createdBy?: string;
|
|
222
|
+
/**
|
|
223
|
+
* The type of identity that created the resource.
|
|
224
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
225
|
+
*/
|
|
226
|
+
readonly createdByType?: CreatedByType;
|
|
227
|
+
/**
|
|
228
|
+
* The timestamp of the last modification the resource (UTC).
|
|
229
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
230
|
+
*/
|
|
231
|
+
readonly lastModifiedAt?: Date;
|
|
232
|
+
/**
|
|
233
|
+
* The identity that last modified the resource.
|
|
234
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
235
|
+
*/
|
|
236
|
+
readonly lastModifiedBy?: string;
|
|
237
|
+
/**
|
|
238
|
+
* The type of identity that last modified the resource.
|
|
239
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
240
|
+
*/
|
|
241
|
+
readonly lastModifiedByType?: LastModifiedByType;
|
|
242
|
+
}
|
|
243
|
+
/** Default error response model */
|
|
244
|
+
export interface ErrorResponseModel {
|
|
245
|
+
/**
|
|
246
|
+
* Gets or sets the error.
|
|
247
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
248
|
+
*/
|
|
249
|
+
readonly error?: ErrorResponseModelError;
|
|
250
|
+
}
|
|
251
|
+
/** Default error model */
|
|
252
|
+
export interface ErrorModel {
|
|
253
|
+
/**
|
|
254
|
+
* Gets or sets the code.
|
|
255
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
256
|
+
*/
|
|
257
|
+
readonly code?: string;
|
|
258
|
+
/**
|
|
259
|
+
* Gets or sets the details.
|
|
260
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
261
|
+
*/
|
|
262
|
+
readonly details?: ErrorModel[];
|
|
263
|
+
/**
|
|
264
|
+
* Gets or sets the messages.
|
|
265
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
266
|
+
*/
|
|
267
|
+
readonly message?: string;
|
|
268
|
+
/**
|
|
269
|
+
* Gets or sets the target.
|
|
270
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
271
|
+
*/
|
|
272
|
+
readonly target?: string;
|
|
273
|
+
}
|
|
274
|
+
/** The account update properties. */
|
|
275
|
+
export interface AccountUpdateParameters {
|
|
276
|
+
/** Identity related info to add/remove userAssignedIdentities. */
|
|
277
|
+
identity?: Identity;
|
|
278
|
+
/** The account properties. */
|
|
279
|
+
properties?: AccountProperties;
|
|
280
|
+
/** Tags on the azure resource. */
|
|
281
|
+
tags?: {
|
|
282
|
+
[propertyName: string]: string;
|
|
283
|
+
};
|
|
284
|
+
}
|
|
285
|
+
/** The Account access keys. */
|
|
286
|
+
export interface AccessKeys {
|
|
287
|
+
/** Gets or sets the primary connection string. */
|
|
288
|
+
atlasKafkaPrimaryEndpoint?: string;
|
|
289
|
+
/** Gets or sets the secondary connection string. */
|
|
290
|
+
atlasKafkaSecondaryEndpoint?: string;
|
|
291
|
+
}
|
|
292
|
+
/** Collection administrator update. */
|
|
293
|
+
export interface CollectionAdminUpdate {
|
|
294
|
+
/** Gets or sets the object identifier of the admin. */
|
|
295
|
+
objectId?: string;
|
|
296
|
+
}
|
|
297
|
+
/** Payload to get and set the default account in the given scope */
|
|
298
|
+
export interface DefaultAccountPayload {
|
|
299
|
+
/** The name of the account that is set as the default. */
|
|
300
|
+
accountName?: string;
|
|
301
|
+
/** The resource group name of the account that is set as the default. */
|
|
302
|
+
resourceGroupName?: string;
|
|
303
|
+
/** The scope object ID. For example, sub ID or tenant ID. */
|
|
304
|
+
scope?: string;
|
|
305
|
+
/** The scope tenant in which the default account is set. */
|
|
306
|
+
scopeTenantId?: string;
|
|
307
|
+
/** The scope where the default account is set. */
|
|
308
|
+
scopeType?: ScopeType;
|
|
309
|
+
/** The subscription ID of the account that is set as the default. */
|
|
310
|
+
subscriptionId?: string;
|
|
311
|
+
}
|
|
312
|
+
/** Paged list of operation resources */
|
|
313
|
+
export interface OperationList {
|
|
314
|
+
/** Total item count. */
|
|
315
|
+
count?: number;
|
|
316
|
+
/** The Url of next result page. */
|
|
317
|
+
nextLink?: string;
|
|
318
|
+
/** Collection of items of type results. */
|
|
319
|
+
value: Operation[];
|
|
320
|
+
}
|
|
321
|
+
/** Operation resource */
|
|
322
|
+
export interface Operation {
|
|
323
|
+
/** Properties on the operation */
|
|
324
|
+
display?: OperationDisplay;
|
|
325
|
+
/** Whether operation is a data action */
|
|
326
|
+
isDataAction?: boolean;
|
|
327
|
+
/** Operation name for display purposes */
|
|
328
|
+
name?: string;
|
|
329
|
+
/** origin of the operation */
|
|
330
|
+
origin?: string;
|
|
331
|
+
/** meta service specification */
|
|
332
|
+
serviceSpecification?: OperationMetaServiceSpecification;
|
|
333
|
+
}
|
|
334
|
+
/** The response model for get operation properties */
|
|
335
|
+
export interface OperationDisplay {
|
|
336
|
+
/** Description of the operation for display purposes */
|
|
337
|
+
description?: string;
|
|
338
|
+
/** Name of the operation for display purposes */
|
|
339
|
+
operation?: string;
|
|
340
|
+
/** Name of the provider for display purposes */
|
|
341
|
+
provider?: string;
|
|
342
|
+
/** Name of the resource type for display purposes */
|
|
343
|
+
resource?: string;
|
|
344
|
+
}
|
|
345
|
+
/** The operation meta service specification */
|
|
346
|
+
export interface OperationMetaServiceSpecification {
|
|
347
|
+
/** log specifications for the operation */
|
|
348
|
+
logSpecifications?: OperationMetaLogSpecification[];
|
|
349
|
+
/** metric specifications for the operation */
|
|
350
|
+
metricSpecifications?: OperationMetaMetricSpecification[];
|
|
351
|
+
}
|
|
352
|
+
/** log specifications for operation api */
|
|
353
|
+
export interface OperationMetaLogSpecification {
|
|
354
|
+
/** blob duration of the log */
|
|
355
|
+
blobDuration?: string;
|
|
356
|
+
/** localized name of the log category */
|
|
357
|
+
displayName?: string;
|
|
358
|
+
/** name of the log category */
|
|
359
|
+
name?: string;
|
|
360
|
+
}
|
|
361
|
+
/** metric specifications for the operation */
|
|
362
|
+
export interface OperationMetaMetricSpecification {
|
|
363
|
+
/** aggregation type of metric */
|
|
364
|
+
aggregationType?: string;
|
|
365
|
+
/** properties for dimension */
|
|
366
|
+
dimensions?: DimensionProperties[];
|
|
367
|
+
/** description of the metric */
|
|
368
|
+
displayDescription?: string;
|
|
369
|
+
/** localized name of the metric */
|
|
370
|
+
displayName?: string;
|
|
371
|
+
/** enable regional mdm account */
|
|
372
|
+
enableRegionalMdmAccount?: string;
|
|
373
|
+
/** internal metric name */
|
|
374
|
+
internalMetricName?: string;
|
|
375
|
+
/** name of the metric */
|
|
376
|
+
name?: string;
|
|
377
|
+
/** dimension name use to replace resource id if specified */
|
|
378
|
+
resourceIdDimensionNameOverride?: string;
|
|
379
|
+
/**
|
|
380
|
+
* Metric namespace.
|
|
381
|
+
* Only set the namespace if different from the default value,
|
|
382
|
+
* leaving it empty makes it use the value from the ARM manifest.
|
|
383
|
+
*/
|
|
384
|
+
sourceMdmNamespace?: string;
|
|
385
|
+
/** supported aggregation types */
|
|
386
|
+
supportedAggregationTypes?: string[];
|
|
387
|
+
/** supported time grain types */
|
|
388
|
+
supportedTimeGrainTypes?: string[];
|
|
389
|
+
/** units for the metric */
|
|
390
|
+
unit?: string;
|
|
391
|
+
}
|
|
392
|
+
/** properties for dimension */
|
|
393
|
+
export interface DimensionProperties {
|
|
394
|
+
/** localized display name of the dimension to customer */
|
|
395
|
+
displayName?: string;
|
|
396
|
+
/** dimension name */
|
|
397
|
+
name?: string;
|
|
398
|
+
/** flag indicating whether this dimension should be included to the customer in Azure Monitor logs (aka Shoebox) */
|
|
399
|
+
toBeExportedForCustomer?: boolean;
|
|
400
|
+
}
|
|
401
|
+
/** Paged list of private endpoint connections */
|
|
402
|
+
export interface PrivateEndpointConnectionList {
|
|
403
|
+
/** Total item count. */
|
|
404
|
+
count?: number;
|
|
405
|
+
/** The Url of next result page. */
|
|
406
|
+
nextLink?: string;
|
|
407
|
+
/** Collection of items of type results. */
|
|
408
|
+
value: PrivateEndpointConnection[];
|
|
409
|
+
}
|
|
410
|
+
/** Paged list of private link resources */
|
|
411
|
+
export interface PrivateLinkResourceList {
|
|
412
|
+
/** Total item count. */
|
|
413
|
+
count?: number;
|
|
414
|
+
/** The Url of next result page. */
|
|
415
|
+
nextLink?: string;
|
|
416
|
+
/** Collection of items of type results. */
|
|
417
|
+
value: PrivateLinkResource[];
|
|
418
|
+
}
|
|
419
|
+
/** A privately linkable resource. */
|
|
420
|
+
export interface PrivateLinkResource {
|
|
421
|
+
/**
|
|
422
|
+
* The private link resource identifier.
|
|
423
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
424
|
+
*/
|
|
425
|
+
readonly id?: string;
|
|
426
|
+
/**
|
|
427
|
+
* The private link resource name.
|
|
428
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
429
|
+
*/
|
|
430
|
+
readonly name?: string;
|
|
431
|
+
/**
|
|
432
|
+
* The private link resource properties.
|
|
433
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
434
|
+
*/
|
|
435
|
+
readonly properties?: PrivateLinkResourceProperties;
|
|
436
|
+
/**
|
|
437
|
+
* The private link resource type.
|
|
438
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
439
|
+
*/
|
|
440
|
+
readonly type?: string;
|
|
441
|
+
}
|
|
442
|
+
/** A privately linkable resource properties. */
|
|
443
|
+
export interface PrivateLinkResourceProperties {
|
|
444
|
+
/**
|
|
445
|
+
* The private link resource group identifier.
|
|
446
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
447
|
+
*/
|
|
448
|
+
readonly groupId?: string;
|
|
449
|
+
/**
|
|
450
|
+
* This translates to how many Private IPs should be created for each privately linkable resource.
|
|
451
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
452
|
+
*/
|
|
453
|
+
readonly requiredMembers?: string[];
|
|
454
|
+
/**
|
|
455
|
+
* The required zone names for private link resource.
|
|
456
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
457
|
+
*/
|
|
458
|
+
readonly requiredZoneNames?: string[];
|
|
459
|
+
}
|
|
460
|
+
/** The request payload for CheckNameAvailability API */
|
|
461
|
+
export interface CheckNameAvailabilityRequest {
|
|
462
|
+
/** Resource name to verify for availability */
|
|
463
|
+
name?: string;
|
|
464
|
+
/** Fully qualified resource type which includes provider namespace */
|
|
465
|
+
type?: string;
|
|
466
|
+
}
|
|
467
|
+
/** The response payload for CheckNameAvailability API */
|
|
468
|
+
export interface CheckNameAvailabilityResult {
|
|
469
|
+
/** Error message */
|
|
470
|
+
message?: string;
|
|
471
|
+
/** Indicates if name is valid and available. */
|
|
472
|
+
nameAvailable?: boolean;
|
|
473
|
+
/** The reason the name is not available. */
|
|
474
|
+
reason?: Reason;
|
|
475
|
+
}
|
|
476
|
+
/** The URIs that are the public endpoints of the account. */
|
|
477
|
+
export interface AccountPropertiesEndpoints extends AccountEndpoints {
|
|
478
|
+
}
|
|
479
|
+
/** Gets the resource identifiers of the managed resources. */
|
|
480
|
+
export interface AccountPropertiesManagedResources extends ManagedResources {
|
|
481
|
+
}
|
|
482
|
+
/** A private endpoint connection class. */
|
|
483
|
+
export interface PrivateEndpointConnection extends ProxyResource {
|
|
484
|
+
/** The private endpoint information. */
|
|
485
|
+
privateEndpoint?: PrivateEndpoint;
|
|
486
|
+
/** The private link service connection state. */
|
|
487
|
+
privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
|
|
488
|
+
/**
|
|
489
|
+
* The provisioning state.
|
|
490
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
491
|
+
*/
|
|
492
|
+
readonly provisioningState?: string;
|
|
493
|
+
}
|
|
494
|
+
/** Gets or sets the Sku. */
|
|
495
|
+
export interface AccountSku extends AccountSkuAutoGenerated {
|
|
496
|
+
}
|
|
497
|
+
/** Account resource */
|
|
498
|
+
export interface Account extends TrackedResource {
|
|
499
|
+
/**
|
|
500
|
+
* Gets or sets the Sku.
|
|
501
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
502
|
+
*/
|
|
503
|
+
readonly sku?: AccountSku;
|
|
504
|
+
/**
|
|
505
|
+
* Cloud connectors.
|
|
506
|
+
* External cloud identifier used as part of scanning configuration.
|
|
507
|
+
*/
|
|
508
|
+
cloudConnectors?: CloudConnectors;
|
|
509
|
+
/**
|
|
510
|
+
* Gets the time at which the entity was created.
|
|
511
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
512
|
+
*/
|
|
513
|
+
readonly createdAt?: Date;
|
|
514
|
+
/**
|
|
515
|
+
* Gets the creator of the entity.
|
|
516
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
517
|
+
*/
|
|
518
|
+
readonly createdBy?: string;
|
|
519
|
+
/**
|
|
520
|
+
* Gets the creators of the entity's object id.
|
|
521
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
522
|
+
*/
|
|
523
|
+
readonly createdByObjectId?: string;
|
|
524
|
+
/**
|
|
525
|
+
* The URIs that are the public endpoints of the account.
|
|
526
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
527
|
+
*/
|
|
528
|
+
readonly endpoints?: AccountPropertiesEndpoints;
|
|
529
|
+
/**
|
|
530
|
+
* Gets or sets the friendly name.
|
|
531
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
532
|
+
*/
|
|
533
|
+
readonly friendlyName?: string;
|
|
534
|
+
/** Gets or sets the managed resource group name */
|
|
535
|
+
managedResourceGroupName?: string;
|
|
536
|
+
/**
|
|
537
|
+
* Gets the resource identifiers of the managed resources.
|
|
538
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
539
|
+
*/
|
|
540
|
+
readonly managedResources?: AccountPropertiesManagedResources;
|
|
541
|
+
/**
|
|
542
|
+
* Gets the private endpoint connections information.
|
|
543
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
544
|
+
*/
|
|
545
|
+
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
|
546
|
+
/**
|
|
547
|
+
* Gets or sets the state of the provisioning.
|
|
548
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
549
|
+
*/
|
|
550
|
+
readonly provisioningState?: ProvisioningState;
|
|
551
|
+
/** Gets or sets the public network access. */
|
|
552
|
+
publicNetworkAccess?: PublicNetworkAccess;
|
|
553
|
+
}
|
|
554
|
+
/** Metadata pertaining to creation and last modification of the resource. */
|
|
555
|
+
export interface TrackedResourceSystemData extends SystemData {
|
|
556
|
+
}
|
|
557
|
+
/** Gets or sets the error. */
|
|
558
|
+
export interface ErrorResponseModelError extends ErrorModel {
|
|
559
|
+
}
|
|
560
|
+
/** Known values of {@link Status} that the service accepts. */
|
|
561
|
+
export declare enum KnownStatus {
|
|
562
|
+
/** Unknown */
|
|
563
|
+
Unknown = "Unknown",
|
|
564
|
+
/** Pending */
|
|
565
|
+
Pending = "Pending",
|
|
566
|
+
/** Approved */
|
|
567
|
+
Approved = "Approved",
|
|
568
|
+
/** Rejected */
|
|
569
|
+
Rejected = "Rejected",
|
|
570
|
+
/** Disconnected */
|
|
571
|
+
Disconnected = "Disconnected"
|
|
572
|
+
}
|
|
573
|
+
/**
|
|
574
|
+
* Defines values for Status. \
|
|
575
|
+
* {@link KnownStatus} can be used interchangeably with Status,
|
|
576
|
+
* this enum contains the known values that the service supports.
|
|
577
|
+
* ### Known values supported by the service
|
|
578
|
+
* **Unknown** \
|
|
579
|
+
* **Pending** \
|
|
580
|
+
* **Approved** \
|
|
581
|
+
* **Rejected** \
|
|
582
|
+
* **Disconnected**
|
|
583
|
+
*/
|
|
584
|
+
export type Status = string;
|
|
585
|
+
/** Known values of {@link ProvisioningState} that the service accepts. */
|
|
586
|
+
export declare enum KnownProvisioningState {
|
|
587
|
+
/** Unknown */
|
|
588
|
+
Unknown = "Unknown",
|
|
589
|
+
/** Creating */
|
|
590
|
+
Creating = "Creating",
|
|
591
|
+
/** Moving */
|
|
592
|
+
Moving = "Moving",
|
|
593
|
+
/** Deleting */
|
|
594
|
+
Deleting = "Deleting",
|
|
595
|
+
/** SoftDeleting */
|
|
596
|
+
SoftDeleting = "SoftDeleting",
|
|
597
|
+
/** SoftDeleted */
|
|
598
|
+
SoftDeleted = "SoftDeleted",
|
|
599
|
+
/** Failed */
|
|
600
|
+
Failed = "Failed",
|
|
601
|
+
/** Succeeded */
|
|
602
|
+
Succeeded = "Succeeded",
|
|
603
|
+
/** Canceled */
|
|
604
|
+
Canceled = "Canceled"
|
|
605
|
+
}
|
|
606
|
+
/**
|
|
607
|
+
* Defines values for ProvisioningState. \
|
|
608
|
+
* {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
|
|
609
|
+
* this enum contains the known values that the service supports.
|
|
610
|
+
* ### Known values supported by the service
|
|
611
|
+
* **Unknown** \
|
|
612
|
+
* **Creating** \
|
|
613
|
+
* **Moving** \
|
|
614
|
+
* **Deleting** \
|
|
615
|
+
* **SoftDeleting** \
|
|
616
|
+
* **SoftDeleted** \
|
|
617
|
+
* **Failed** \
|
|
618
|
+
* **Succeeded** \
|
|
619
|
+
* **Canceled**
|
|
620
|
+
*/
|
|
621
|
+
export type ProvisioningState = string;
|
|
622
|
+
/** Known values of {@link PublicNetworkAccess} that the service accepts. */
|
|
623
|
+
export declare enum KnownPublicNetworkAccess {
|
|
624
|
+
/** NotSpecified */
|
|
625
|
+
NotSpecified = "NotSpecified",
|
|
626
|
+
/** Enabled */
|
|
627
|
+
Enabled = "Enabled",
|
|
628
|
+
/** Disabled */
|
|
629
|
+
Disabled = "Disabled"
|
|
630
|
+
}
|
|
631
|
+
/**
|
|
632
|
+
* Defines values for PublicNetworkAccess. \
|
|
633
|
+
* {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,
|
|
634
|
+
* this enum contains the known values that the service supports.
|
|
635
|
+
* ### Known values supported by the service
|
|
636
|
+
* **NotSpecified** \
|
|
637
|
+
* **Enabled** \
|
|
638
|
+
* **Disabled**
|
|
639
|
+
*/
|
|
640
|
+
export type PublicNetworkAccess = string;
|
|
641
|
+
/** Known values of {@link Name} that the service accepts. */
|
|
642
|
+
export declare enum KnownName {
|
|
643
|
+
/** Standard */
|
|
644
|
+
Standard = "Standard"
|
|
645
|
+
}
|
|
646
|
+
/**
|
|
647
|
+
* Defines values for Name. \
|
|
648
|
+
* {@link KnownName} can be used interchangeably with Name,
|
|
649
|
+
* this enum contains the known values that the service supports.
|
|
650
|
+
* ### Known values supported by the service
|
|
651
|
+
* **Standard**
|
|
652
|
+
*/
|
|
653
|
+
export type Name = string;
|
|
654
|
+
/** Known values of {@link Type} that the service accepts. */
|
|
655
|
+
export declare enum KnownType {
|
|
656
|
+
/** None */
|
|
657
|
+
None = "None",
|
|
658
|
+
/** SystemAssigned */
|
|
659
|
+
SystemAssigned = "SystemAssigned",
|
|
660
|
+
/** UserAssigned */
|
|
661
|
+
UserAssigned = "UserAssigned"
|
|
662
|
+
}
|
|
663
|
+
/**
|
|
664
|
+
* Defines values for Type. \
|
|
665
|
+
* {@link KnownType} can be used interchangeably with Type,
|
|
666
|
+
* this enum contains the known values that the service supports.
|
|
667
|
+
* ### Known values supported by the service
|
|
668
|
+
* **None** \
|
|
669
|
+
* **SystemAssigned** \
|
|
670
|
+
* **UserAssigned**
|
|
671
|
+
*/
|
|
672
|
+
export type Type = string;
|
|
673
|
+
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
674
|
+
export declare enum KnownCreatedByType {
|
|
675
|
+
/** User */
|
|
676
|
+
User = "User",
|
|
677
|
+
/** Application */
|
|
678
|
+
Application = "Application",
|
|
679
|
+
/** ManagedIdentity */
|
|
680
|
+
ManagedIdentity = "ManagedIdentity",
|
|
681
|
+
/** Key */
|
|
682
|
+
Key = "Key"
|
|
683
|
+
}
|
|
684
|
+
/**
|
|
685
|
+
* Defines values for CreatedByType. \
|
|
686
|
+
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
687
|
+
* this enum contains the known values that the service supports.
|
|
688
|
+
* ### Known values supported by the service
|
|
689
|
+
* **User** \
|
|
690
|
+
* **Application** \
|
|
691
|
+
* **ManagedIdentity** \
|
|
692
|
+
* **Key**
|
|
693
|
+
*/
|
|
694
|
+
export type CreatedByType = string;
|
|
695
|
+
/** Known values of {@link LastModifiedByType} that the service accepts. */
|
|
696
|
+
export declare enum KnownLastModifiedByType {
|
|
697
|
+
/** User */
|
|
698
|
+
User = "User",
|
|
699
|
+
/** Application */
|
|
700
|
+
Application = "Application",
|
|
701
|
+
/** ManagedIdentity */
|
|
702
|
+
ManagedIdentity = "ManagedIdentity",
|
|
703
|
+
/** Key */
|
|
704
|
+
Key = "Key"
|
|
705
|
+
}
|
|
706
|
+
/**
|
|
707
|
+
* Defines values for LastModifiedByType. \
|
|
708
|
+
* {@link KnownLastModifiedByType} can be used interchangeably with LastModifiedByType,
|
|
709
|
+
* this enum contains the known values that the service supports.
|
|
710
|
+
* ### Known values supported by the service
|
|
711
|
+
* **User** \
|
|
712
|
+
* **Application** \
|
|
713
|
+
* **ManagedIdentity** \
|
|
714
|
+
* **Key**
|
|
715
|
+
*/
|
|
716
|
+
export type LastModifiedByType = string;
|
|
717
|
+
/** Known values of {@link ScopeType} that the service accepts. */
|
|
718
|
+
export declare enum KnownScopeType {
|
|
719
|
+
/** Tenant */
|
|
720
|
+
Tenant = "Tenant",
|
|
721
|
+
/** Subscription */
|
|
722
|
+
Subscription = "Subscription"
|
|
723
|
+
}
|
|
724
|
+
/**
|
|
725
|
+
* Defines values for ScopeType. \
|
|
726
|
+
* {@link KnownScopeType} can be used interchangeably with ScopeType,
|
|
727
|
+
* this enum contains the known values that the service supports.
|
|
728
|
+
* ### Known values supported by the service
|
|
729
|
+
* **Tenant** \
|
|
730
|
+
* **Subscription**
|
|
731
|
+
*/
|
|
732
|
+
export type ScopeType = string;
|
|
733
|
+
/** Known values of {@link Reason} that the service accepts. */
|
|
734
|
+
export declare enum KnownReason {
|
|
735
|
+
/** Invalid */
|
|
736
|
+
Invalid = "Invalid",
|
|
737
|
+
/** AlreadyExists */
|
|
738
|
+
AlreadyExists = "AlreadyExists"
|
|
739
|
+
}
|
|
740
|
+
/**
|
|
741
|
+
* Defines values for Reason. \
|
|
742
|
+
* {@link KnownReason} can be used interchangeably with Reason,
|
|
743
|
+
* this enum contains the known values that the service supports.
|
|
744
|
+
* ### Known values supported by the service
|
|
745
|
+
* **Invalid** \
|
|
746
|
+
* **AlreadyExists**
|
|
747
|
+
*/
|
|
748
|
+
export type Reason = string;
|
|
749
|
+
/** Optional parameters. */
|
|
750
|
+
export interface AccountsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
751
|
+
/** The skip token. */
|
|
752
|
+
skipToken?: string;
|
|
753
|
+
}
|
|
754
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
755
|
+
export type AccountsListByResourceGroupResponse = AccountList;
|
|
756
|
+
/** Optional parameters. */
|
|
757
|
+
export interface AccountsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
758
|
+
/** The skip token. */
|
|
759
|
+
skipToken?: string;
|
|
760
|
+
}
|
|
761
|
+
/** Contains response data for the listBySubscription operation. */
|
|
762
|
+
export type AccountsListBySubscriptionResponse = AccountList;
|
|
763
|
+
/** Optional parameters. */
|
|
764
|
+
export interface AccountsGetOptionalParams extends coreClient.OperationOptions {
|
|
765
|
+
}
|
|
766
|
+
/** Contains response data for the get operation. */
|
|
767
|
+
export type AccountsGetResponse = Account;
|
|
768
|
+
/** Optional parameters. */
|
|
769
|
+
export interface AccountsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
770
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
771
|
+
updateIntervalInMs?: number;
|
|
772
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
773
|
+
resumeFrom?: string;
|
|
774
|
+
}
|
|
775
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
776
|
+
export type AccountsCreateOrUpdateResponse = Account;
|
|
777
|
+
/** Optional parameters. */
|
|
778
|
+
export interface AccountsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
779
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
780
|
+
updateIntervalInMs?: number;
|
|
781
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
782
|
+
resumeFrom?: string;
|
|
783
|
+
}
|
|
784
|
+
/** Optional parameters. */
|
|
785
|
+
export interface AccountsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
786
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
787
|
+
updateIntervalInMs?: number;
|
|
788
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
789
|
+
resumeFrom?: string;
|
|
790
|
+
}
|
|
791
|
+
/** Contains response data for the update operation. */
|
|
792
|
+
export type AccountsUpdateResponse = Account;
|
|
793
|
+
/** Optional parameters. */
|
|
794
|
+
export interface AccountsListKeysOptionalParams extends coreClient.OperationOptions {
|
|
795
|
+
}
|
|
796
|
+
/** Contains response data for the listKeys operation. */
|
|
797
|
+
export type AccountsListKeysResponse = AccessKeys;
|
|
798
|
+
/** Optional parameters. */
|
|
799
|
+
export interface AccountsAddRootCollectionAdminOptionalParams extends coreClient.OperationOptions {
|
|
800
|
+
}
|
|
801
|
+
/** Optional parameters. */
|
|
802
|
+
export interface AccountsCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
|
|
803
|
+
}
|
|
804
|
+
/** Contains response data for the checkNameAvailability operation. */
|
|
805
|
+
export type AccountsCheckNameAvailabilityResponse = CheckNameAvailabilityResult;
|
|
806
|
+
/** Optional parameters. */
|
|
807
|
+
export interface AccountsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
808
|
+
/** The skip token. */
|
|
809
|
+
skipToken?: string;
|
|
810
|
+
}
|
|
811
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
812
|
+
export type AccountsListByResourceGroupNextResponse = AccountList;
|
|
813
|
+
/** Optional parameters. */
|
|
814
|
+
export interface AccountsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
815
|
+
/** The skip token. */
|
|
816
|
+
skipToken?: string;
|
|
817
|
+
}
|
|
818
|
+
/** Contains response data for the listBySubscriptionNext operation. */
|
|
819
|
+
export type AccountsListBySubscriptionNextResponse = AccountList;
|
|
820
|
+
/** Optional parameters. */
|
|
821
|
+
export interface DefaultAccountsGetOptionalParams extends coreClient.OperationOptions {
|
|
822
|
+
/** The Id of the scope object, for example if the scope is "Subscription" then it is the ID of that subscription. */
|
|
823
|
+
scope?: string;
|
|
824
|
+
}
|
|
825
|
+
/** Contains response data for the get operation. */
|
|
826
|
+
export type DefaultAccountsGetResponse = DefaultAccountPayload;
|
|
827
|
+
/** Optional parameters. */
|
|
828
|
+
export interface DefaultAccountsSetModelOptionalParams extends coreClient.OperationOptions {
|
|
829
|
+
}
|
|
830
|
+
/** Contains response data for the set operation. */
|
|
831
|
+
export type DefaultAccountsSetModelResponse = DefaultAccountPayload;
|
|
832
|
+
/** Optional parameters. */
|
|
833
|
+
export interface DefaultAccountsRemoveOptionalParams extends coreClient.OperationOptions {
|
|
834
|
+
/** The Id of the scope object, for example if the scope is "Subscription" then it is the ID of that subscription. */
|
|
835
|
+
scope?: string;
|
|
836
|
+
}
|
|
837
|
+
/** Optional parameters. */
|
|
838
|
+
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
839
|
+
}
|
|
840
|
+
/** Contains response data for the list operation. */
|
|
841
|
+
export type OperationsListResponse = OperationList;
|
|
842
|
+
/** Optional parameters. */
|
|
843
|
+
export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
844
|
+
}
|
|
845
|
+
/** Contains response data for the listNext operation. */
|
|
846
|
+
export type OperationsListNextResponse = OperationList;
|
|
847
|
+
/** Optional parameters. */
|
|
848
|
+
export interface PrivateEndpointConnectionsListByAccountOptionalParams extends coreClient.OperationOptions {
|
|
849
|
+
/** The skip token. */
|
|
850
|
+
skipToken?: string;
|
|
851
|
+
}
|
|
852
|
+
/** Contains response data for the listByAccount operation. */
|
|
853
|
+
export type PrivateEndpointConnectionsListByAccountResponse = PrivateEndpointConnectionList;
|
|
854
|
+
/** Optional parameters. */
|
|
855
|
+
export interface PrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
|
|
856
|
+
}
|
|
857
|
+
/** Contains response data for the get operation. */
|
|
858
|
+
export type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
|
|
859
|
+
/** Optional parameters. */
|
|
860
|
+
export interface PrivateEndpointConnectionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
861
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
862
|
+
updateIntervalInMs?: number;
|
|
863
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
864
|
+
resumeFrom?: string;
|
|
865
|
+
}
|
|
866
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
867
|
+
export type PrivateEndpointConnectionsCreateOrUpdateResponse = PrivateEndpointConnection;
|
|
868
|
+
/** Optional parameters. */
|
|
869
|
+
export interface PrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
870
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
871
|
+
updateIntervalInMs?: number;
|
|
872
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
873
|
+
resumeFrom?: string;
|
|
874
|
+
}
|
|
875
|
+
/** Optional parameters. */
|
|
876
|
+
export interface PrivateEndpointConnectionsListByAccountNextOptionalParams extends coreClient.OperationOptions {
|
|
877
|
+
/** The skip token. */
|
|
878
|
+
skipToken?: string;
|
|
879
|
+
}
|
|
880
|
+
/** Contains response data for the listByAccountNext operation. */
|
|
881
|
+
export type PrivateEndpointConnectionsListByAccountNextResponse = PrivateEndpointConnectionList;
|
|
882
|
+
/** Optional parameters. */
|
|
883
|
+
export interface PrivateLinkResourcesListByAccountOptionalParams extends coreClient.OperationOptions {
|
|
884
|
+
}
|
|
885
|
+
/** Contains response data for the listByAccount operation. */
|
|
886
|
+
export type PrivateLinkResourcesListByAccountResponse = PrivateLinkResourceList;
|
|
887
|
+
/** Optional parameters. */
|
|
888
|
+
export interface PrivateLinkResourcesGetByGroupIdOptionalParams extends coreClient.OperationOptions {
|
|
889
|
+
}
|
|
890
|
+
/** Contains response data for the getByGroupId operation. */
|
|
891
|
+
export type PrivateLinkResourcesGetByGroupIdResponse = PrivateLinkResource;
|
|
892
|
+
/** Optional parameters. */
|
|
893
|
+
export interface PrivateLinkResourcesListByAccountNextOptionalParams extends coreClient.OperationOptions {
|
|
894
|
+
}
|
|
895
|
+
/** Contains response data for the listByAccountNext operation. */
|
|
896
|
+
export type PrivateLinkResourcesListByAccountNextResponse = PrivateLinkResourceList;
|
|
897
|
+
/** Optional parameters. */
|
|
898
|
+
export interface PurviewManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
899
|
+
/** server parameter */
|
|
900
|
+
$host?: string;
|
|
901
|
+
/** Api Version */
|
|
902
|
+
apiVersion?: string;
|
|
903
|
+
/** Overrides client endpoint. */
|
|
904
|
+
endpoint?: string;
|
|
905
|
+
}
|
|
906
|
+
//# sourceMappingURL=index.d.ts.map
|