@azure/arm-azurestack 3.0.0-beta.4 → 3.0.0-beta.6
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 +23 -3
- package/LICENSE +4 -4
- package/README.md +26 -17
- package/{dist-esm/src → dist/browser}/azureStackManagementClient.d.ts +4 -2
- package/dist/browser/azureStackManagementClient.d.ts.map +1 -0
- package/dist/browser/azureStackManagementClient.js +117 -0
- package/dist/browser/azureStackManagementClient.js.map +1 -0
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/index.js +4 -3
- package/dist/browser/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/index.d.ts +72 -48
- package/dist/browser/models/index.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/models/index.js +23 -0
- package/dist/browser/models/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/mappers.js +83 -38
- 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/cloudManifestFile.d.ts +3 -3
- package/dist/browser/operations/cloudManifestFile.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/cloudManifestFile.js +3 -2
- package/dist/browser/operations/cloudManifestFile.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/customerSubscriptions.d.ts +3 -3
- package/dist/browser/operations/customerSubscriptions.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/customerSubscriptions.js +30 -33
- package/dist/browser/operations/customerSubscriptions.js.map +1 -0
- package/dist/browser/operations/index.d.ts +7 -0
- package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
- package/dist/browser/operations/index.js +14 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/linkedSubscriptions.d.ts +3 -3
- package/dist/browser/operations/linkedSubscriptions.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/linkedSubscriptions.js +56 -63
- package/dist/browser/operations/linkedSubscriptions.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 +30 -33
- package/dist/browser/operations/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/products.d.ts +3 -3
- package/dist/browser/operations/products.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/products.js +30 -33
- package/dist/browser/operations/products.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/registrations.d.ts +3 -3
- package/dist/browser/operations/registrations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/registrations.js +56 -63
- package/dist/browser/operations/registrations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/cloudManifestFile.d.ts +1 -1
- package/dist/browser/operationsInterfaces/cloudManifestFile.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/cloudManifestFile.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/customerSubscriptions.d.ts +1 -1
- package/dist/browser/operationsInterfaces/customerSubscriptions.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/customerSubscriptions.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +7 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +14 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/linkedSubscriptions.d.ts +1 -1
- package/dist/browser/operationsInterfaces/linkedSubscriptions.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/linkedSubscriptions.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/products.d.ts +1 -1
- package/dist/browser/operationsInterfaces/products.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/products.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/registrations.d.ts +1 -1
- package/dist/browser/operationsInterfaces/registrations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/registrations.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.d.ts +13 -0
- package/dist/browser/pagingHelper.d.ts.map +1 -0
- package/dist/browser/pagingHelper.js +30 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/azureStackManagementClient.d.ts +26 -0
- package/dist/commonjs/azureStackManagementClient.d.ts.map +1 -0
- package/dist/commonjs/azureStackManagementClient.js +122 -0
- package/dist/commonjs/azureStackManagementClient.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/{types/arm-azurestack.d.ts → dist/commonjs/models/index.d.ts} +878 -1206
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +81 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +37 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +1254 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +20 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +166 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/cloudManifestFile.d.ts +24 -0
- package/dist/commonjs/operations/cloudManifestFile.d.ts.map +1 -0
- package/dist/commonjs/operations/cloudManifestFile.js +76 -0
- package/dist/commonjs/operations/cloudManifestFile.js.map +1 -0
- package/dist/commonjs/operations/customerSubscriptions.d.ts +63 -0
- package/dist/commonjs/operations/customerSubscriptions.d.ts.map +1 -0
- package/dist/commonjs/operations/customerSubscriptions.js +243 -0
- package/dist/commonjs/operations/customerSubscriptions.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +7 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +17 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/linkedSubscriptions.d.ts +83 -0
- package/dist/commonjs/operations/linkedSubscriptions.d.ts.map +1 -0
- package/dist/commonjs/operations/linkedSubscriptions.js +357 -0
- package/dist/commonjs/operations/linkedSubscriptions.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 +122 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/products.d.ts +78 -0
- package/dist/commonjs/operations/products.d.ts.map +1 -0
- package/dist/commonjs/operations/products.js +305 -0
- package/dist/commonjs/operations/products.js.map +1 -0
- package/dist/commonjs/operations/registrations.d.ts +97 -0
- package/dist/commonjs/operations/registrations.d.ts.map +1 -0
- package/dist/commonjs/operations/registrations.js +414 -0
- package/dist/commonjs/operations/registrations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/cloudManifestFile.d.ts +16 -0
- package/dist/commonjs/operationsInterfaces/cloudManifestFile.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/cloudManifestFile.js +10 -0
- package/dist/commonjs/operationsInterfaces/cloudManifestFile.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/customerSubscriptions.d.ts +38 -0
- package/dist/commonjs/operationsInterfaces/customerSubscriptions.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/customerSubscriptions.js +10 -0
- package/dist/commonjs/operationsInterfaces/customerSubscriptions.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +7 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +17 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/linkedSubscriptions.d.ts +47 -0
- package/dist/commonjs/operationsInterfaces/linkedSubscriptions.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/linkedSubscriptions.js +10 -0
- package/dist/commonjs/operationsInterfaces/linkedSubscriptions.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/products.d.ts +53 -0
- package/dist/commonjs/operationsInterfaces/products.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/products.js +10 -0
- package/dist/commonjs/operationsInterfaces/products.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/registrations.d.ts +61 -0
- package/dist/commonjs/operationsInterfaces/registrations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/registrations.js +10 -0
- package/dist/commonjs/operationsInterfaces/registrations.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 +34 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
- package/dist/esm/azureStackManagementClient.d.ts +26 -0
- package/dist/esm/azureStackManagementClient.d.ts.map +1 -0
- package/dist/esm/azureStackManagementClient.js +117 -0
- package/dist/esm/azureStackManagementClient.js.map +1 -0
- 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 -4
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/models/index.d.ts +878 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +78 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +37 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +1251 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +20 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +163 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/cloudManifestFile.d.ts +24 -0
- package/dist/esm/operations/cloudManifestFile.d.ts.map +1 -0
- package/dist/esm/operations/cloudManifestFile.js +71 -0
- package/dist/esm/operations/cloudManifestFile.js.map +1 -0
- package/dist/esm/operations/customerSubscriptions.d.ts +63 -0
- package/dist/esm/operations/customerSubscriptions.d.ts.map +1 -0
- package/dist/esm/operations/customerSubscriptions.js +238 -0
- package/dist/esm/operations/customerSubscriptions.js.map +1 -0
- package/dist/esm/operations/index.d.ts +7 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +14 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/linkedSubscriptions.d.ts +83 -0
- package/dist/esm/operations/linkedSubscriptions.d.ts.map +1 -0
- package/dist/esm/operations/linkedSubscriptions.js +352 -0
- package/dist/esm/operations/linkedSubscriptions.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 +117 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/products.d.ts +78 -0
- package/dist/esm/operations/products.d.ts.map +1 -0
- package/dist/esm/operations/products.js +300 -0
- package/dist/esm/operations/products.js.map +1 -0
- package/dist/esm/operations/registrations.d.ts +97 -0
- package/dist/esm/operations/registrations.d.ts.map +1 -0
- package/dist/esm/operations/registrations.js +409 -0
- package/dist/esm/operations/registrations.js.map +1 -0
- package/dist/esm/operationsInterfaces/cloudManifestFile.d.ts +16 -0
- package/dist/esm/operationsInterfaces/cloudManifestFile.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/cloudManifestFile.js +9 -0
- package/dist/esm/operationsInterfaces/cloudManifestFile.js.map +1 -0
- package/dist/esm/operationsInterfaces/customerSubscriptions.d.ts +38 -0
- package/dist/esm/operationsInterfaces/customerSubscriptions.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/customerSubscriptions.js +9 -0
- package/dist/esm/operationsInterfaces/customerSubscriptions.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +7 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +14 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/linkedSubscriptions.d.ts +47 -0
- package/dist/esm/operationsInterfaces/linkedSubscriptions.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/linkedSubscriptions.js +9 -0
- package/dist/esm/operationsInterfaces/linkedSubscriptions.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/products.d.ts +53 -0
- package/dist/esm/operationsInterfaces/products.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/products.js +9 -0
- package/dist/esm/operationsInterfaces/products.js.map +1 -0
- package/dist/esm/operationsInterfaces/registrations.d.ts +61 -0
- package/dist/esm/operationsInterfaces/registrations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/registrations.js +9 -0
- package/dist/esm/operationsInterfaces/registrations.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 +30 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/react-native/azureStackManagementClient.d.ts +26 -0
- package/dist/react-native/azureStackManagementClient.d.ts.map +1 -0
- package/dist/react-native/azureStackManagementClient.js +117 -0
- package/dist/react-native/azureStackManagementClient.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/models/index.d.ts +878 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +78 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +37 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +1251 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +20 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +163 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/cloudManifestFile.d.ts +24 -0
- package/dist/react-native/operations/cloudManifestFile.d.ts.map +1 -0
- package/dist/react-native/operations/cloudManifestFile.js +71 -0
- package/dist/react-native/operations/cloudManifestFile.js.map +1 -0
- package/dist/react-native/operations/customerSubscriptions.d.ts +63 -0
- package/dist/react-native/operations/customerSubscriptions.d.ts.map +1 -0
- package/dist/react-native/operations/customerSubscriptions.js +238 -0
- package/dist/react-native/operations/customerSubscriptions.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +7 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +14 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/linkedSubscriptions.d.ts +83 -0
- package/dist/react-native/operations/linkedSubscriptions.d.ts.map +1 -0
- package/dist/react-native/operations/linkedSubscriptions.js +352 -0
- package/dist/react-native/operations/linkedSubscriptions.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 +117 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/products.d.ts +78 -0
- package/dist/react-native/operations/products.d.ts.map +1 -0
- package/dist/react-native/operations/products.js +300 -0
- package/dist/react-native/operations/products.js.map +1 -0
- package/dist/react-native/operations/registrations.d.ts +97 -0
- package/dist/react-native/operations/registrations.d.ts.map +1 -0
- package/dist/react-native/operations/registrations.js +409 -0
- package/dist/react-native/operations/registrations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/cloudManifestFile.d.ts +16 -0
- package/dist/react-native/operationsInterfaces/cloudManifestFile.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/cloudManifestFile.js +9 -0
- package/dist/react-native/operationsInterfaces/cloudManifestFile.js.map +1 -0
- package/dist/react-native/operationsInterfaces/customerSubscriptions.d.ts +38 -0
- package/dist/react-native/operationsInterfaces/customerSubscriptions.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/customerSubscriptions.js +9 -0
- package/dist/react-native/operationsInterfaces/customerSubscriptions.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +7 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +14 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/linkedSubscriptions.d.ts +47 -0
- package/dist/react-native/operationsInterfaces/linkedSubscriptions.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/linkedSubscriptions.js +9 -0
- package/dist/react-native/operationsInterfaces/linkedSubscriptions.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/products.d.ts +53 -0
- package/dist/react-native/operationsInterfaces/products.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/products.js +9 -0
- package/dist/react-native/operationsInterfaces/products.js.map +1 -0
- package/dist/react-native/operationsInterfaces/registrations.d.ts +61 -0
- package/dist/react-native/operationsInterfaces/registrations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/registrations.js +9 -0
- package/dist/react-native/operationsInterfaces/registrations.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 +30 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/package.json +86 -73
- package/review/{arm-azurestack.api.md → arm-azurestack-node.api.md} +37 -57
- package/dist/index.js +0 -3033
- 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/cloudManifestFileGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/cloudManifestFileGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/cloudManifestFileGetSample.js +0 -30
- package/dist-esm/samples-dev/cloudManifestFileGetSample.js.map +0 -1
- package/dist-esm/samples-dev/cloudManifestFileListSample.d.ts +0 -2
- package/dist-esm/samples-dev/cloudManifestFileListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/cloudManifestFileListSample.js +0 -29
- package/dist-esm/samples-dev/cloudManifestFileListSample.js.map +0 -1
- package/dist-esm/samples-dev/customerSubscriptionsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/customerSubscriptionsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/customerSubscriptionsCreateSample.js +0 -35
- package/dist-esm/samples-dev/customerSubscriptionsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/customerSubscriptionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/customerSubscriptionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/customerSubscriptionsDeleteSample.js +0 -32
- package/dist-esm/samples-dev/customerSubscriptionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/customerSubscriptionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/customerSubscriptionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/customerSubscriptionsGetSample.js +0 -32
- package/dist-esm/samples-dev/customerSubscriptionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/customerSubscriptionsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/customerSubscriptionsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/customerSubscriptionsListSample.js +0 -45
- package/dist-esm/samples-dev/customerSubscriptionsListSample.js.map +0 -1
- package/dist-esm/samples-dev/linkedSubscriptionsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/linkedSubscriptionsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/linkedSubscriptionsCreateOrUpdateSample.js +0 -36
- package/dist-esm/samples-dev/linkedSubscriptionsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/linkedSubscriptionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/linkedSubscriptionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/linkedSubscriptionsDeleteSample.js +0 -31
- package/dist-esm/samples-dev/linkedSubscriptionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/linkedSubscriptionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/linkedSubscriptionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/linkedSubscriptionsGetSample.js +0 -31
- package/dist-esm/samples-dev/linkedSubscriptionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/linkedSubscriptionsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/linkedSubscriptionsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/linkedSubscriptionsListByResourceGroupSample.js +0 -44
- package/dist-esm/samples-dev/linkedSubscriptionsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/linkedSubscriptionsListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/linkedSubscriptionsListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/linkedSubscriptionsListBySubscriptionSample.js +0 -43
- package/dist-esm/samples-dev/linkedSubscriptionsListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/linkedSubscriptionsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/linkedSubscriptionsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/linkedSubscriptionsUpdateSample.js +0 -36
- package/dist-esm/samples-dev/linkedSubscriptionsUpdateSample.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/productsGetProductSample.d.ts +0 -2
- package/dist-esm/samples-dev/productsGetProductSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/productsGetProductSample.js +0 -32
- package/dist-esm/samples-dev/productsGetProductSample.js.map +0 -1
- package/dist-esm/samples-dev/productsGetProductsSample.d.ts +0 -2
- package/dist-esm/samples-dev/productsGetProductsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/productsGetProductsSample.js +0 -32
- package/dist-esm/samples-dev/productsGetProductsSample.js.map +0 -1
- package/dist-esm/samples-dev/productsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/productsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/productsGetSample.js +0 -32
- package/dist-esm/samples-dev/productsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/productsListDetailsSample.d.ts +0 -2
- package/dist-esm/samples-dev/productsListDetailsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/productsListDetailsSample.js +0 -32
- package/dist-esm/samples-dev/productsListDetailsSample.js.map +0 -1
- package/dist-esm/samples-dev/productsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/productsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/productsListSample.js +0 -45
- package/dist-esm/samples-dev/productsListSample.js.map +0 -1
- package/dist-esm/samples-dev/productsUploadLogSample.d.ts +0 -2
- package/dist-esm/samples-dev/productsUploadLogSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/productsUploadLogSample.js +0 -32
- package/dist-esm/samples-dev/productsUploadLogSample.js.map +0 -1
- package/dist-esm/samples-dev/registrationsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/registrationsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/registrationsCreateOrUpdateSample.js +0 -35
- package/dist-esm/samples-dev/registrationsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/registrationsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/registrationsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/registrationsDeleteSample.js +0 -31
- package/dist-esm/samples-dev/registrationsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/registrationsEnableRemoteManagementSample.d.ts +0 -2
- package/dist-esm/samples-dev/registrationsEnableRemoteManagementSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/registrationsEnableRemoteManagementSample.js +0 -31
- package/dist-esm/samples-dev/registrationsEnableRemoteManagementSample.js.map +0 -1
- package/dist-esm/samples-dev/registrationsGetActivationKeySample.d.ts +0 -2
- package/dist-esm/samples-dev/registrationsGetActivationKeySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/registrationsGetActivationKeySample.js +0 -31
- package/dist-esm/samples-dev/registrationsGetActivationKeySample.js.map +0 -1
- package/dist-esm/samples-dev/registrationsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/registrationsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/registrationsGetSample.js +0 -31
- package/dist-esm/samples-dev/registrationsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/registrationsListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/registrationsListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/registrationsListBySubscriptionSample.js +0 -43
- package/dist-esm/samples-dev/registrationsListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/registrationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/registrationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/registrationsListSample.js +0 -44
- package/dist-esm/samples-dev/registrationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/registrationsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/registrationsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/registrationsUpdateSample.js +0 -35
- package/dist-esm/samples-dev/registrationsUpdateSample.js.map +0 -1
- package/dist-esm/src/azureStackManagementClient.d.ts.map +0 -1
- package/dist-esm/src/azureStackManagementClient.js +0 -58
- package/dist-esm/src/azureStackManagementClient.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/models/index.d.ts.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/cloudManifestFile.d.ts.map +0 -1
- package/dist-esm/src/operations/cloudManifestFile.js.map +0 -1
- package/dist-esm/src/operations/customerSubscriptions.d.ts.map +0 -1
- package/dist-esm/src/operations/customerSubscriptions.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -7
- package/dist-esm/src/operations/index.js +0 -14
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/linkedSubscriptions.d.ts.map +0 -1
- package/dist-esm/src/operations/linkedSubscriptions.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/products.d.ts.map +0 -1
- package/dist-esm/src/operations/products.js.map +0 -1
- package/dist-esm/src/operations/registrations.d.ts.map +0 -1
- package/dist-esm/src/operations/registrations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/cloudManifestFile.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/cloudManifestFile.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/customerSubscriptions.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/customerSubscriptions.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -7
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -14
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/linkedSubscriptions.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/linkedSubscriptions.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/products.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/products.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/registrations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/registrations.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 -40
- package/dist-esm/test/sampleTest.js.map +0 -1
- package/rollup.config.js +0 -122
- package/src/azureStackManagementClient.ts +0 -101
- package/src/models/index.ts +0 -981
- package/src/models/mappers.ts +0 -1287
- package/src/models/parameters.ts +0 -192
- package/src/operations/cloudManifestFile.ts +0 -93
- package/src/operations/customerSubscriptions.ts +0 -317
- package/src/operations/index.ts +0 -14
- package/src/operations/linkedSubscriptions.ts +0 -450
- package/src/operations/operations.ts +0 -137
- package/src/operations/products.ts +0 -403
- package/src/operations/registrations.ts +0 -521
- package/src/operationsInterfaces/cloudManifestFile.ts +0 -34
- package/src/operationsInterfaces/customerSubscriptions.ts +0 -75
- package/src/operationsInterfaces/index.ts +0 -14
- package/src/operationsInterfaces/linkedSubscriptions.ts +0 -91
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/products.ts +0 -104
- package/src/operationsInterfaces/registrations.ts +0 -116
- package/tsconfig.json +0 -33
- /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/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/cloudManifestFile.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/customerSubscriptions.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/linkedSubscriptions.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/products.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/registrations.js +0 -0
|
@@ -463,12 +463,12 @@ export interface LinkedSubscriptionParameter {
|
|
|
463
463
|
registrationResourceId: string;
|
|
464
464
|
}
|
|
465
465
|
/** Cloud specific manifest GET response. */
|
|
466
|
-
export
|
|
466
|
+
export interface CloudManifestFileResponse extends Resource {
|
|
467
467
|
/** Cloud specific manifest data. */
|
|
468
468
|
properties?: CloudManifestFileProperties;
|
|
469
|
-
}
|
|
469
|
+
}
|
|
470
470
|
/** Customer subscription. */
|
|
471
|
-
export
|
|
471
|
+
export interface CustomerSubscription extends Resource {
|
|
472
472
|
/**
|
|
473
473
|
* Metadata pertaining to creation and last modification of the resource.
|
|
474
474
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -476,9 +476,9 @@ export declare type CustomerSubscription = Resource & {
|
|
|
476
476
|
readonly systemData?: SystemData;
|
|
477
477
|
/** Tenant Id. */
|
|
478
478
|
tenantId?: string;
|
|
479
|
-
}
|
|
479
|
+
}
|
|
480
480
|
/** Product information. */
|
|
481
|
-
export
|
|
481
|
+
export interface Product extends Resource {
|
|
482
482
|
/**
|
|
483
483
|
* Metadata pertaining to creation and last modification of the resource.
|
|
484
484
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -520,20 +520,21 @@ export declare type Product = Resource & {
|
|
|
520
520
|
productProperties?: ProductProperties;
|
|
521
521
|
/** Product compatibility with current device. */
|
|
522
522
|
compatibility?: Compatibility;
|
|
523
|
-
}
|
|
523
|
+
}
|
|
524
524
|
/** Product information. */
|
|
525
|
-
export
|
|
525
|
+
export interface ExtendedProductProperties extends VirtualMachineExtensionProductProperties, VirtualMachineProductProperties {
|
|
526
|
+
}
|
|
526
527
|
/** Registration information. */
|
|
527
|
-
export
|
|
528
|
+
export interface Registration extends TrackedResource {
|
|
528
529
|
/** The object identifier associated with the Azure Stack connecting to Azure. */
|
|
529
530
|
objectId?: string;
|
|
530
531
|
/** The identifier of the registered Azure Stack. */
|
|
531
532
|
cloudId?: string;
|
|
532
533
|
/** Specifies the billing mode for the Azure Stack registration. */
|
|
533
534
|
billingModel?: string;
|
|
534
|
-
}
|
|
535
|
+
}
|
|
535
536
|
/** Linked Subscription information. */
|
|
536
|
-
export
|
|
537
|
+
export interface LinkedSubscription extends TrackedResource {
|
|
537
538
|
/** The identifier associated with the device subscription. */
|
|
538
539
|
linkedSubscriptionId?: string;
|
|
539
540
|
/** The identifier associated with the device registration. */
|
|
@@ -563,12 +564,16 @@ export declare type LinkedSubscription = TrackedResource & {
|
|
|
563
564
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
564
565
|
*/
|
|
565
566
|
readonly deviceConnectionStatus?: string;
|
|
566
|
-
}
|
|
567
|
+
}
|
|
567
568
|
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
568
569
|
export declare enum KnownCreatedByType {
|
|
570
|
+
/** User */
|
|
569
571
|
User = "User",
|
|
572
|
+
/** Application */
|
|
570
573
|
Application = "Application",
|
|
574
|
+
/** ManagedIdentity */
|
|
571
575
|
ManagedIdentity = "ManagedIdentity",
|
|
576
|
+
/** Key */
|
|
572
577
|
Key = "Key"
|
|
573
578
|
}
|
|
574
579
|
/**
|
|
@@ -581,18 +586,28 @@ export declare enum KnownCreatedByType {
|
|
|
581
586
|
* **ManagedIdentity** \
|
|
582
587
|
* **Key**
|
|
583
588
|
*/
|
|
584
|
-
export
|
|
589
|
+
export type CreatedByType = string;
|
|
585
590
|
/** Known values of {@link CompatibilityIssue} that the service accepts. */
|
|
586
591
|
export declare enum KnownCompatibilityIssue {
|
|
592
|
+
/** HigherDeviceVersionRequired */
|
|
587
593
|
HigherDeviceVersionRequired = "HigherDeviceVersionRequired",
|
|
594
|
+
/** LowerDeviceVersionRequired */
|
|
588
595
|
LowerDeviceVersionRequired = "LowerDeviceVersionRequired",
|
|
596
|
+
/** CapacityBillingModelRequired */
|
|
589
597
|
CapacityBillingModelRequired = "CapacityBillingModelRequired",
|
|
598
|
+
/** PayAsYouGoBillingModelRequired */
|
|
590
599
|
PayAsYouGoBillingModelRequired = "PayAsYouGoBillingModelRequired",
|
|
600
|
+
/** DevelopmentBillingModelRequired */
|
|
591
601
|
DevelopmentBillingModelRequired = "DevelopmentBillingModelRequired",
|
|
602
|
+
/** AzureADIdentitySystemRequired */
|
|
592
603
|
AzureADIdentitySystemRequired = "AzureADIdentitySystemRequired",
|
|
604
|
+
/** AdfsIdentitySystemRequired */
|
|
593
605
|
AdfsIdentitySystemRequired = "ADFSIdentitySystemRequired",
|
|
606
|
+
/** ConnectionToInternetRequired */
|
|
594
607
|
ConnectionToInternetRequired = "ConnectionToInternetRequired",
|
|
608
|
+
/** ConnectionToAzureRequired */
|
|
595
609
|
ConnectionToAzureRequired = "ConnectionToAzureRequired",
|
|
610
|
+
/** DisconnectedEnvironmentRequired */
|
|
596
611
|
DisconnectedEnvironmentRequired = "DisconnectedEnvironmentRequired"
|
|
597
612
|
}
|
|
598
613
|
/**
|
|
@@ -611,11 +626,14 @@ export declare enum KnownCompatibilityIssue {
|
|
|
611
626
|
* **ConnectionToAzureRequired** \
|
|
612
627
|
* **DisconnectedEnvironmentRequired**
|
|
613
628
|
*/
|
|
614
|
-
export
|
|
629
|
+
export type CompatibilityIssue = string;
|
|
615
630
|
/** Known values of {@link ComputeRole} that the service accepts. */
|
|
616
631
|
export declare enum KnownComputeRole {
|
|
632
|
+
/** None */
|
|
617
633
|
None = "None",
|
|
634
|
+
/** IaaS */
|
|
618
635
|
IaaS = "IaaS",
|
|
636
|
+
/** PaaS */
|
|
619
637
|
PaaS = "PaaS"
|
|
620
638
|
}
|
|
621
639
|
/**
|
|
@@ -627,11 +645,14 @@ export declare enum KnownComputeRole {
|
|
|
627
645
|
* **IaaS** \
|
|
628
646
|
* **PaaS**
|
|
629
647
|
*/
|
|
630
|
-
export
|
|
648
|
+
export type ComputeRole = string;
|
|
631
649
|
/** Known values of {@link OperatingSystem} that the service accepts. */
|
|
632
650
|
export declare enum KnownOperatingSystem {
|
|
651
|
+
/** None */
|
|
633
652
|
None = "None",
|
|
653
|
+
/** Windows */
|
|
634
654
|
Windows = "Windows",
|
|
655
|
+
/** Linux */
|
|
635
656
|
Linux = "Linux"
|
|
636
657
|
}
|
|
637
658
|
/**
|
|
@@ -643,10 +664,12 @@ export declare enum KnownOperatingSystem {
|
|
|
643
664
|
* **Windows** \
|
|
644
665
|
* **Linux**
|
|
645
666
|
*/
|
|
646
|
-
export
|
|
667
|
+
export type OperatingSystem = string;
|
|
647
668
|
/** Known values of {@link Category} that the service accepts. */
|
|
648
669
|
export declare enum KnownCategory {
|
|
670
|
+
/** AzureAD */
|
|
649
671
|
AzureAD = "AzureAD",
|
|
672
|
+
/** Adfs */
|
|
650
673
|
Adfs = "ADFS"
|
|
651
674
|
}
|
|
652
675
|
/**
|
|
@@ -657,9 +680,10 @@ export declare enum KnownCategory {
|
|
|
657
680
|
* **AzureAD** \
|
|
658
681
|
* **ADFS**
|
|
659
682
|
*/
|
|
660
|
-
export
|
|
683
|
+
export type Category = string;
|
|
661
684
|
/** Known values of {@link Location} that the service accepts. */
|
|
662
685
|
export declare enum KnownLocation {
|
|
686
|
+
/** Global */
|
|
663
687
|
Global = "global"
|
|
664
688
|
}
|
|
665
689
|
/**
|
|
@@ -669,41 +693,41 @@ export declare enum KnownLocation {
|
|
|
669
693
|
* ### Known values supported by the service
|
|
670
694
|
* **global**
|
|
671
695
|
*/
|
|
672
|
-
export
|
|
696
|
+
export type Location = string;
|
|
673
697
|
/** Defines values for ProvisioningState. */
|
|
674
|
-
export
|
|
698
|
+
export type ProvisioningState = "Creating" | "Failed" | "Succeeded" | "Canceled";
|
|
675
699
|
/** Optional parameters. */
|
|
676
700
|
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
677
701
|
}
|
|
678
702
|
/** Contains response data for the list operation. */
|
|
679
|
-
export
|
|
703
|
+
export type OperationsListResponse = OperationList;
|
|
680
704
|
/** Optional parameters. */
|
|
681
705
|
export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
682
706
|
}
|
|
683
707
|
/** Contains response data for the listNext operation. */
|
|
684
|
-
export
|
|
708
|
+
export type OperationsListNextResponse = OperationList;
|
|
685
709
|
/** Optional parameters. */
|
|
686
710
|
export interface CloudManifestFileListOptionalParams extends coreClient.OperationOptions {
|
|
687
711
|
}
|
|
688
712
|
/** Contains response data for the list operation. */
|
|
689
|
-
export
|
|
713
|
+
export type CloudManifestFileListResponse = CloudManifestFileResponse;
|
|
690
714
|
/** Optional parameters. */
|
|
691
715
|
export interface CloudManifestFileGetOptionalParams extends coreClient.OperationOptions {
|
|
692
716
|
/** Signing verification key version creation date. */
|
|
693
717
|
versionCreationDate?: string;
|
|
694
718
|
}
|
|
695
719
|
/** Contains response data for the get operation. */
|
|
696
|
-
export
|
|
720
|
+
export type CloudManifestFileGetResponse = CloudManifestFileResponse;
|
|
697
721
|
/** Optional parameters. */
|
|
698
722
|
export interface CustomerSubscriptionsListOptionalParams extends coreClient.OperationOptions {
|
|
699
723
|
}
|
|
700
724
|
/** Contains response data for the list operation. */
|
|
701
|
-
export
|
|
725
|
+
export type CustomerSubscriptionsListResponse = CustomerSubscriptionList;
|
|
702
726
|
/** Optional parameters. */
|
|
703
727
|
export interface CustomerSubscriptionsGetOptionalParams extends coreClient.OperationOptions {
|
|
704
728
|
}
|
|
705
729
|
/** Contains response data for the get operation. */
|
|
706
|
-
export
|
|
730
|
+
export type CustomerSubscriptionsGetResponse = CustomerSubscription;
|
|
707
731
|
/** Optional parameters. */
|
|
708
732
|
export interface CustomerSubscriptionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
709
733
|
}
|
|
@@ -711,68 +735,68 @@ export interface CustomerSubscriptionsDeleteOptionalParams extends coreClient.Op
|
|
|
711
735
|
export interface CustomerSubscriptionsCreateOptionalParams extends coreClient.OperationOptions {
|
|
712
736
|
}
|
|
713
737
|
/** Contains response data for the create operation. */
|
|
714
|
-
export
|
|
738
|
+
export type CustomerSubscriptionsCreateResponse = CustomerSubscription;
|
|
715
739
|
/** Optional parameters. */
|
|
716
740
|
export interface CustomerSubscriptionsListNextOptionalParams extends coreClient.OperationOptions {
|
|
717
741
|
}
|
|
718
742
|
/** Contains response data for the listNext operation. */
|
|
719
|
-
export
|
|
743
|
+
export type CustomerSubscriptionsListNextResponse = CustomerSubscriptionList;
|
|
720
744
|
/** Optional parameters. */
|
|
721
745
|
export interface ProductsListOptionalParams extends coreClient.OperationOptions {
|
|
722
746
|
}
|
|
723
747
|
/** Contains response data for the list operation. */
|
|
724
|
-
export
|
|
748
|
+
export type ProductsListResponse = ProductList;
|
|
725
749
|
/** Optional parameters. */
|
|
726
750
|
export interface ProductsGetOptionalParams extends coreClient.OperationOptions {
|
|
727
751
|
}
|
|
728
752
|
/** Contains response data for the get operation. */
|
|
729
|
-
export
|
|
753
|
+
export type ProductsGetResponse = Product;
|
|
730
754
|
/** Optional parameters. */
|
|
731
755
|
export interface ProductsListDetailsOptionalParams extends coreClient.OperationOptions {
|
|
732
756
|
}
|
|
733
757
|
/** Contains response data for the listDetails operation. */
|
|
734
|
-
export
|
|
758
|
+
export type ProductsListDetailsResponse = ExtendedProduct;
|
|
735
759
|
/** Optional parameters. */
|
|
736
760
|
export interface ProductsGetProductsOptionalParams extends coreClient.OperationOptions {
|
|
737
761
|
/** Device configuration. */
|
|
738
762
|
deviceConfiguration?: DeviceConfiguration;
|
|
739
763
|
}
|
|
740
764
|
/** Contains response data for the getProducts operation. */
|
|
741
|
-
export
|
|
765
|
+
export type ProductsGetProductsResponse = ProductList;
|
|
742
766
|
/** Optional parameters. */
|
|
743
767
|
export interface ProductsGetProductOptionalParams extends coreClient.OperationOptions {
|
|
744
768
|
/** Device configuration. */
|
|
745
769
|
deviceConfiguration?: DeviceConfiguration;
|
|
746
770
|
}
|
|
747
771
|
/** Contains response data for the getProduct operation. */
|
|
748
|
-
export
|
|
772
|
+
export type ProductsGetProductResponse = Product;
|
|
749
773
|
/** Optional parameters. */
|
|
750
774
|
export interface ProductsUploadLogOptionalParams extends coreClient.OperationOptions {
|
|
751
775
|
/** Update details for product log. */
|
|
752
776
|
marketplaceProductLogUpdate?: MarketplaceProductLogUpdate;
|
|
753
777
|
}
|
|
754
778
|
/** Contains response data for the uploadLog operation. */
|
|
755
|
-
export
|
|
779
|
+
export type ProductsUploadLogResponse = ProductLog;
|
|
756
780
|
/** Optional parameters. */
|
|
757
781
|
export interface ProductsListNextOptionalParams extends coreClient.OperationOptions {
|
|
758
782
|
}
|
|
759
783
|
/** Contains response data for the listNext operation. */
|
|
760
|
-
export
|
|
784
|
+
export type ProductsListNextResponse = ProductList;
|
|
761
785
|
/** Optional parameters. */
|
|
762
786
|
export interface RegistrationsListOptionalParams extends coreClient.OperationOptions {
|
|
763
787
|
}
|
|
764
788
|
/** Contains response data for the list operation. */
|
|
765
|
-
export
|
|
789
|
+
export type RegistrationsListResponse = RegistrationList;
|
|
766
790
|
/** Optional parameters. */
|
|
767
791
|
export interface RegistrationsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
768
792
|
}
|
|
769
793
|
/** Contains response data for the listBySubscription operation. */
|
|
770
|
-
export
|
|
794
|
+
export type RegistrationsListBySubscriptionResponse = RegistrationList;
|
|
771
795
|
/** Optional parameters. */
|
|
772
796
|
export interface RegistrationsGetOptionalParams extends coreClient.OperationOptions {
|
|
773
797
|
}
|
|
774
798
|
/** Contains response data for the get operation. */
|
|
775
|
-
export
|
|
799
|
+
export type RegistrationsGetResponse = Registration;
|
|
776
800
|
/** Optional parameters. */
|
|
777
801
|
export interface RegistrationsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
778
802
|
}
|
|
@@ -780,17 +804,17 @@ export interface RegistrationsDeleteOptionalParams extends coreClient.OperationO
|
|
|
780
804
|
export interface RegistrationsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
781
805
|
}
|
|
782
806
|
/** Contains response data for the createOrUpdate operation. */
|
|
783
|
-
export
|
|
807
|
+
export type RegistrationsCreateOrUpdateResponse = Registration;
|
|
784
808
|
/** Optional parameters. */
|
|
785
809
|
export interface RegistrationsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
786
810
|
}
|
|
787
811
|
/** Contains response data for the update operation. */
|
|
788
|
-
export
|
|
812
|
+
export type RegistrationsUpdateResponse = Registration;
|
|
789
813
|
/** Optional parameters. */
|
|
790
814
|
export interface RegistrationsGetActivationKeyOptionalParams extends coreClient.OperationOptions {
|
|
791
815
|
}
|
|
792
816
|
/** Contains response data for the getActivationKey operation. */
|
|
793
|
-
export
|
|
817
|
+
export type RegistrationsGetActivationKeyResponse = ActivationKeyResult;
|
|
794
818
|
/** Optional parameters. */
|
|
795
819
|
export interface RegistrationsEnableRemoteManagementOptionalParams extends coreClient.OperationOptions {
|
|
796
820
|
}
|
|
@@ -798,27 +822,27 @@ export interface RegistrationsEnableRemoteManagementOptionalParams extends coreC
|
|
|
798
822
|
export interface RegistrationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
799
823
|
}
|
|
800
824
|
/** Contains response data for the listNext operation. */
|
|
801
|
-
export
|
|
825
|
+
export type RegistrationsListNextResponse = RegistrationList;
|
|
802
826
|
/** Optional parameters. */
|
|
803
827
|
export interface RegistrationsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
804
828
|
}
|
|
805
829
|
/** Contains response data for the listBySubscriptionNext operation. */
|
|
806
|
-
export
|
|
830
|
+
export type RegistrationsListBySubscriptionNextResponse = RegistrationList;
|
|
807
831
|
/** Optional parameters. */
|
|
808
832
|
export interface LinkedSubscriptionsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
809
833
|
}
|
|
810
834
|
/** Contains response data for the listByResourceGroup operation. */
|
|
811
|
-
export
|
|
835
|
+
export type LinkedSubscriptionsListByResourceGroupResponse = LinkedSubscriptionsList;
|
|
812
836
|
/** Optional parameters. */
|
|
813
837
|
export interface LinkedSubscriptionsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
814
838
|
}
|
|
815
839
|
/** Contains response data for the listBySubscription operation. */
|
|
816
|
-
export
|
|
840
|
+
export type LinkedSubscriptionsListBySubscriptionResponse = LinkedSubscriptionsList;
|
|
817
841
|
/** Optional parameters. */
|
|
818
842
|
export interface LinkedSubscriptionsGetOptionalParams extends coreClient.OperationOptions {
|
|
819
843
|
}
|
|
820
844
|
/** Contains response data for the get operation. */
|
|
821
|
-
export
|
|
845
|
+
export type LinkedSubscriptionsGetResponse = LinkedSubscription;
|
|
822
846
|
/** Optional parameters. */
|
|
823
847
|
export interface LinkedSubscriptionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
824
848
|
}
|
|
@@ -826,22 +850,22 @@ export interface LinkedSubscriptionsDeleteOptionalParams extends coreClient.Oper
|
|
|
826
850
|
export interface LinkedSubscriptionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
827
851
|
}
|
|
828
852
|
/** Contains response data for the createOrUpdate operation. */
|
|
829
|
-
export
|
|
853
|
+
export type LinkedSubscriptionsCreateOrUpdateResponse = LinkedSubscription;
|
|
830
854
|
/** Optional parameters. */
|
|
831
855
|
export interface LinkedSubscriptionsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
832
856
|
}
|
|
833
857
|
/** Contains response data for the update operation. */
|
|
834
|
-
export
|
|
858
|
+
export type LinkedSubscriptionsUpdateResponse = LinkedSubscription;
|
|
835
859
|
/** Optional parameters. */
|
|
836
860
|
export interface LinkedSubscriptionsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
837
861
|
}
|
|
838
862
|
/** Contains response data for the listByResourceGroupNext operation. */
|
|
839
|
-
export
|
|
863
|
+
export type LinkedSubscriptionsListByResourceGroupNextResponse = LinkedSubscriptionsList;
|
|
840
864
|
/** Optional parameters. */
|
|
841
865
|
export interface LinkedSubscriptionsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
842
866
|
}
|
|
843
867
|
/** Contains response data for the listBySubscriptionNext operation. */
|
|
844
|
-
export
|
|
868
|
+
export type LinkedSubscriptionsListBySubscriptionNextResponse = LinkedSubscriptionsList;
|
|
845
869
|
/** Optional parameters. */
|
|
846
870
|
export interface AzureStackManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
847
871
|
/** server parameter */
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -8,48 +8,71 @@
|
|
|
8
8
|
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
9
9
|
export var KnownCreatedByType;
|
|
10
10
|
(function (KnownCreatedByType) {
|
|
11
|
+
/** User */
|
|
11
12
|
KnownCreatedByType["User"] = "User";
|
|
13
|
+
/** Application */
|
|
12
14
|
KnownCreatedByType["Application"] = "Application";
|
|
15
|
+
/** ManagedIdentity */
|
|
13
16
|
KnownCreatedByType["ManagedIdentity"] = "ManagedIdentity";
|
|
17
|
+
/** Key */
|
|
14
18
|
KnownCreatedByType["Key"] = "Key";
|
|
15
19
|
})(KnownCreatedByType || (KnownCreatedByType = {}));
|
|
16
20
|
/** Known values of {@link CompatibilityIssue} that the service accepts. */
|
|
17
21
|
export var KnownCompatibilityIssue;
|
|
18
22
|
(function (KnownCompatibilityIssue) {
|
|
23
|
+
/** HigherDeviceVersionRequired */
|
|
19
24
|
KnownCompatibilityIssue["HigherDeviceVersionRequired"] = "HigherDeviceVersionRequired";
|
|
25
|
+
/** LowerDeviceVersionRequired */
|
|
20
26
|
KnownCompatibilityIssue["LowerDeviceVersionRequired"] = "LowerDeviceVersionRequired";
|
|
27
|
+
/** CapacityBillingModelRequired */
|
|
21
28
|
KnownCompatibilityIssue["CapacityBillingModelRequired"] = "CapacityBillingModelRequired";
|
|
29
|
+
/** PayAsYouGoBillingModelRequired */
|
|
22
30
|
KnownCompatibilityIssue["PayAsYouGoBillingModelRequired"] = "PayAsYouGoBillingModelRequired";
|
|
31
|
+
/** DevelopmentBillingModelRequired */
|
|
23
32
|
KnownCompatibilityIssue["DevelopmentBillingModelRequired"] = "DevelopmentBillingModelRequired";
|
|
33
|
+
/** AzureADIdentitySystemRequired */
|
|
24
34
|
KnownCompatibilityIssue["AzureADIdentitySystemRequired"] = "AzureADIdentitySystemRequired";
|
|
35
|
+
/** AdfsIdentitySystemRequired */
|
|
25
36
|
KnownCompatibilityIssue["AdfsIdentitySystemRequired"] = "ADFSIdentitySystemRequired";
|
|
37
|
+
/** ConnectionToInternetRequired */
|
|
26
38
|
KnownCompatibilityIssue["ConnectionToInternetRequired"] = "ConnectionToInternetRequired";
|
|
39
|
+
/** ConnectionToAzureRequired */
|
|
27
40
|
KnownCompatibilityIssue["ConnectionToAzureRequired"] = "ConnectionToAzureRequired";
|
|
41
|
+
/** DisconnectedEnvironmentRequired */
|
|
28
42
|
KnownCompatibilityIssue["DisconnectedEnvironmentRequired"] = "DisconnectedEnvironmentRequired";
|
|
29
43
|
})(KnownCompatibilityIssue || (KnownCompatibilityIssue = {}));
|
|
30
44
|
/** Known values of {@link ComputeRole} that the service accepts. */
|
|
31
45
|
export var KnownComputeRole;
|
|
32
46
|
(function (KnownComputeRole) {
|
|
47
|
+
/** None */
|
|
33
48
|
KnownComputeRole["None"] = "None";
|
|
49
|
+
/** IaaS */
|
|
34
50
|
KnownComputeRole["IaaS"] = "IaaS";
|
|
51
|
+
/** PaaS */
|
|
35
52
|
KnownComputeRole["PaaS"] = "PaaS";
|
|
36
53
|
})(KnownComputeRole || (KnownComputeRole = {}));
|
|
37
54
|
/** Known values of {@link OperatingSystem} that the service accepts. */
|
|
38
55
|
export var KnownOperatingSystem;
|
|
39
56
|
(function (KnownOperatingSystem) {
|
|
57
|
+
/** None */
|
|
40
58
|
KnownOperatingSystem["None"] = "None";
|
|
59
|
+
/** Windows */
|
|
41
60
|
KnownOperatingSystem["Windows"] = "Windows";
|
|
61
|
+
/** Linux */
|
|
42
62
|
KnownOperatingSystem["Linux"] = "Linux";
|
|
43
63
|
})(KnownOperatingSystem || (KnownOperatingSystem = {}));
|
|
44
64
|
/** Known values of {@link Category} that the service accepts. */
|
|
45
65
|
export var KnownCategory;
|
|
46
66
|
(function (KnownCategory) {
|
|
67
|
+
/** AzureAD */
|
|
47
68
|
KnownCategory["AzureAD"] = "AzureAD";
|
|
69
|
+
/** Adfs */
|
|
48
70
|
KnownCategory["Adfs"] = "ADFS";
|
|
49
71
|
})(KnownCategory || (KnownCategory = {}));
|
|
50
72
|
/** Known values of {@link Location} that the service accepts. */
|
|
51
73
|
export var KnownLocation;
|
|
52
74
|
(function (KnownLocation) {
|
|
75
|
+
/** Global */
|
|
53
76
|
KnownLocation["Global"] = "global";
|
|
54
77
|
})(KnownLocation || (KnownLocation = {}));
|
|
55
78
|
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AA4lBH,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBASX;AATD,WAAY,kBAAkB;IAC5B,WAAW;IACX,mCAAa,CAAA;IACb,kBAAkB;IAClB,iDAA2B,CAAA;IAC3B,sBAAsB;IACtB,yDAAmC,CAAA;IACnC,UAAU;IACV,iCAAW,CAAA;AACb,CAAC,EATW,kBAAkB,KAAlB,kBAAkB,QAS7B;AAcD,2EAA2E;AAC3E,MAAM,CAAN,IAAY,uBAqBX;AArBD,WAAY,uBAAuB;IACjC,kCAAkC;IAClC,sFAA2D,CAAA;IAC3D,iCAAiC;IACjC,oFAAyD,CAAA;IACzD,mCAAmC;IACnC,wFAA6D,CAAA;IAC7D,qCAAqC;IACrC,4FAAiE,CAAA;IACjE,sCAAsC;IACtC,8FAAmE,CAAA;IACnE,oCAAoC;IACpC,0FAA+D,CAAA;IAC/D,iCAAiC;IACjC,oFAAyD,CAAA;IACzD,mCAAmC;IACnC,wFAA6D,CAAA;IAC7D,gCAAgC;IAChC,kFAAuD,CAAA;IACvD,sCAAsC;IACtC,8FAAmE,CAAA;AACrE,CAAC,EArBW,uBAAuB,KAAvB,uBAAuB,QAqBlC;AAoBD,oEAAoE;AACpE,MAAM,CAAN,IAAY,gBAOX;AAPD,WAAY,gBAAgB;IAC1B,WAAW;IACX,iCAAa,CAAA;IACb,WAAW;IACX,iCAAa,CAAA;IACb,WAAW;IACX,iCAAa,CAAA;AACf,CAAC,EAPW,gBAAgB,KAAhB,gBAAgB,QAO3B;AAaD,wEAAwE;AACxE,MAAM,CAAN,IAAY,oBAOX;AAPD,WAAY,oBAAoB;IAC9B,WAAW;IACX,qCAAa,CAAA;IACb,cAAc;IACd,2CAAmB,CAAA;IACnB,YAAY;IACZ,uCAAe,CAAA;AACjB,CAAC,EAPW,oBAAoB,KAApB,oBAAoB,QAO/B;AAaD,iEAAiE;AACjE,MAAM,CAAN,IAAY,aAKX;AALD,WAAY,aAAa;IACvB,cAAc;IACd,oCAAmB,CAAA;IACnB,WAAW;IACX,8BAAa,CAAA;AACf,CAAC,EALW,aAAa,KAAb,aAAa,QAKxB;AAYD,iEAAiE;AACjE,MAAM,CAAN,IAAY,aAGX;AAHD,WAAY,aAAa;IACvB,aAAa;IACb,kCAAiB,CAAA;AACnB,CAAC,EAHW,aAAa,KAAb,aAAa,QAGxB","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\n/** List of Operations */\nexport interface OperationList {\n /** Array of operations */\n value?: Operation[];\n /** URI to the next page of operations. */\n nextLink?: string;\n}\n\n/** Describes the supported REST operation. */\nexport interface Operation {\n /** The name of the operation being performed on this particular object. */\n name?: string;\n /** Contains the localized display information for this particular operation or action. */\n display?: Display;\n /** The intended executor of the operation. */\n origin?: string;\n}\n\n/** Contains the localized display information for this particular operation or action. */\nexport interface Display {\n /** The localized, friendly version of the resource provider name. */\n provider?: string;\n /** The localized, friendly version of the resource type related to this action or operation; the resource type should match the public documentation for the resource provider. */\n resource?: string;\n /** The localized, friendly name for the operation. Use the name as it will displayed to the user. */\n operation?: string;\n /** The localized, friendly description for the operation. The description will be displayed to the user. It should be thorough and concise for used in both tooltips and detailed views. */\n description?: string;\n}\n\n/** Error response indicates that the service is not able to process the incoming request. The reason is provided in the error message. */\nexport interface ErrorResponse {\n /** The details of the error. */\n error?: ErrorDetails;\n}\n\n/** The details of the error. */\nexport interface ErrorDetails {\n /**\n * Error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * Error message indicating why the operation failed.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The target of the particular error.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n}\n\n/** Cloud specific manifest JSON properties. */\nexport interface CloudManifestFileProperties {\n /** Cloud specific manifest data. */\n deploymentData?: CloudManifestFileDeploymentData;\n /** Signature of the cloud specific manifest data. */\n signature?: string;\n}\n\n/** Cloud specific manifest data for AzureStack deployment. */\nexport interface CloudManifestFileDeploymentData {\n /** Dsms external certificates. */\n externalDsmsCertificates?: string;\n /** Signing verification public key. */\n customCloudVerificationKey?: string;\n /** ARM endpoint. */\n customCloudArmEndpoint?: string;\n /** Dsms endpoint. */\n externalDsmsEndpoint?: string;\n}\n\n/** Base resource object. */\nexport interface Resource {\n /**\n * ID of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Name of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Type of Resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** The entity tag used for optimistic concurrency when modifying the resource. */\n etag?: string;\n}\n\n/** Pageable list of customer subscriptions. */\nexport interface CustomerSubscriptionList {\n /** URI to the next page. */\n nextLink?: string;\n /** List of customer subscriptions. */\n value?: CustomerSubscription[];\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\n/** Pageable list of products. */\nexport interface ProductList {\n /** URI to the next page. */\n nextLink?: string;\n /** List of products. */\n value?: Product[];\n}\n\n/** Links to product icons. */\nexport interface IconUris {\n /** URI to large icon. */\n large?: string;\n /** URI to wide icon. */\n wide?: string;\n /** URI to medium icon. */\n medium?: string;\n /** URI to small icon. */\n small?: string;\n /** URI to hero icon. */\n hero?: string;\n}\n\n/** Link with additional information about a product. */\nexport interface ProductLink {\n /** The description of the link. */\n displayName?: string;\n /** The URI corresponding to the link. */\n uri?: string;\n}\n\n/** Additional properties of the product */\nexport interface ProductProperties {\n /** The version. */\n version?: string;\n}\n\n/** Product compatibility */\nexport interface Compatibility {\n /** Tells if product is compatible with current device */\n isCompatible?: boolean;\n /** Short error message if any compatibility issues are found */\n message?: string;\n /** Full error message if any compatibility issues are found */\n description?: string;\n /** List of all issues found */\n issues?: CompatibilityIssue[];\n}\n\n/** Extended description about the product required for installing it into Azure Stack. */\nexport interface ExtendedProduct {\n /**\n * The URI to the .azpkg file that provides information required for showing product in the gallery.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly galleryPackageBlobSasUri?: string;\n /**\n * Specifies the kind of the product (virtualMachine or virtualMachineExtension).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly productKind?: string;\n /**\n * Specifies kind of compute role included in the package.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly computeRole?: ComputeRole;\n /**\n * Specifies if product is a Virtual Machine Extension.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isSystemExtension?: boolean;\n /**\n * Indicates if specified product supports multiple extensions.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportMultipleExtensions?: boolean;\n /**\n * Specifies product version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly versionPropertiesVersion?: string;\n /**\n * Specifies operating system used by the product.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly vmOsType?: OperatingSystem;\n /**\n * Indicates if virtual machine Scale Set is enabled in the specified product.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly vmScaleSetEnabled?: boolean;\n /**\n * The URI.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly uri?: string;\n /**\n * Specifies product version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly version?: string;\n /**\n * OS disk image used by product.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly osDiskImage?: OsDiskImage;\n /**\n * List of attached data disks.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dataDiskImages?: DataDiskImage[];\n}\n\n/** Product information. */\nexport interface VirtualMachineExtensionProductProperties {\n /**\n * Specifies kind of compute role included in the package.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly computeRole?: ComputeRole;\n /**\n * Specifies if product is a Virtual Machine Extension.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isSystemExtension?: boolean;\n /**\n * Indicates if specified product supports multiple extensions.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportMultipleExtensions?: boolean;\n /**\n * Specifies product version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly version?: string;\n /**\n * Specifies operating system used by the product.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly vmOsType?: OperatingSystem;\n /**\n * Indicates if virtual machine Scale Set is enabled in the specified product.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly vmScaleSetEnabled?: boolean;\n /**\n * The URI.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly uri?: string;\n}\n\n/** Product information. */\nexport interface VirtualMachineProductProperties {\n /**\n * Specifies product version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly version?: string;\n /**\n * OS disk image used by product.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly osDiskImage?: OsDiskImage;\n /**\n * List of attached data disks.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dataDiskImages?: DataDiskImage[];\n}\n\n/** OS disk image. */\nexport interface OsDiskImage {\n /**\n * OS operating system type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operatingSystem?: OperatingSystem;\n /**\n * SAS key for source blob.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sourceBlobSasUri?: string;\n}\n\n/** Data disk image. */\nexport interface DataDiskImage {\n /**\n * The LUN.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lun?: number;\n /**\n * SAS key for source blob.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sourceBlobSasUri?: string;\n}\n\n/** Device Configuration. */\nexport interface DeviceConfiguration {\n /**\n * Version of the device.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly deviceVersion?: string;\n /**\n * Identity system of the device.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly identitySystem?: Category;\n}\n\n/** Update details for product log. */\nexport interface MarketplaceProductLogUpdate {\n /**\n * Operation to log.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operation?: string;\n /**\n * Operation status to log.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: string;\n /**\n * Error related to the operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly error?: string;\n /**\n * Error details related to operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: string;\n}\n\n/** Product action log. */\nexport interface ProductLog {\n /**\n * Log ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Logged product ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly productId?: string;\n /**\n * Logged subscription ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subscriptionId?: string;\n /**\n * Logged registration name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly registrationName?: string;\n /**\n * Logged resource group name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceGroupName?: string;\n /**\n * Logged operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operation?: string;\n /**\n * Operation start datetime.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startDate?: string;\n /**\n * Operation end datetime.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endDate?: string;\n /**\n * Operation status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: string;\n /**\n * Operation error data.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly error?: string;\n /**\n * Operation error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: string;\n}\n\n/** Pageable list of registrations. */\nexport interface RegistrationList {\n /** URI to the next page. */\n nextLink?: string;\n /** List of Registrations */\n value?: Registration[];\n}\n\n/** Base resource object. */\nexport interface TrackedResource {\n /**\n * ID of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Name of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Type of Resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The kind of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly kind?: string;\n /**\n * Metadata pertaining to creation and last modification of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** Location of the resource. */\n location: Location;\n /** Custom tags for the resource. */\n tags?: { [propertyName: string]: string };\n /** The entity tag used for optimistic concurrency when modifying the resource. */\n etag?: string;\n}\n\n/** Registration resource */\nexport interface RegistrationParameter {\n /** Location of the resource. */\n location: Location;\n /** The token identifying registered Azure Stack */\n registrationToken: string;\n}\n\n/** The resource containing the Azure Stack activation key. */\nexport interface ActivationKeyResult {\n /** Azure Stack activation key. */\n activationKey?: string;\n}\n\n/** List of linked subscriptions with paging support. */\nexport interface LinkedSubscriptionsList {\n /** URI to the next page. */\n nextLink?: string;\n /** List of Linked Subscriptions */\n value?: LinkedSubscription[];\n}\n\n/** Linked Subscription resource */\nexport interface LinkedSubscriptionParameter {\n /** Location of the resource. */\n location: Location;\n /** The identifier associated with the device subscription. */\n linkedSubscriptionId: string;\n /** The identifier associated with the device registration. */\n registrationResourceId: string;\n}\n\n/** Cloud specific manifest GET response. */\nexport interface CloudManifestFileResponse extends Resource {\n /** Cloud specific manifest data. */\n properties?: CloudManifestFileProperties;\n}\n\n/** Customer subscription. */\nexport interface CustomerSubscription extends Resource {\n /**\n * Metadata pertaining to creation and last modification of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** Tenant Id. */\n tenantId?: string;\n}\n\n/** Product information. */\nexport interface Product extends Resource {\n /**\n * Metadata pertaining to creation and last modification of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** The display name of the product. */\n displayName?: string;\n /** The description of the product. */\n description?: string;\n /** The user-friendly name of the product publisher. */\n publisherDisplayName?: string;\n /** Publisher identifier. */\n publisherIdentifier?: string;\n /** The offer representing the product. */\n offer?: string;\n /** The version of the product offer. */\n offerVersion?: string;\n /** The product SKU. */\n sku?: string;\n /** The part number used for billing purposes. */\n billingPartNumber?: string;\n /** The type of the Virtual Machine Extension. */\n vmExtensionType?: string;\n /** The identifier of the gallery item corresponding to the product. */\n galleryItemIdentity?: string;\n /** Additional links available for this product. */\n iconUris?: IconUris;\n /** Additional links available for this product. */\n links?: ProductLink[];\n /** The legal terms. */\n legalTerms?: string;\n /** The privacy policy. */\n privacyPolicy?: string;\n /** The length of product content. */\n payloadLength?: number;\n /** The kind of the product (virtualMachine or virtualMachineExtension) */\n productKind?: string;\n /** Additional properties for the product. */\n productProperties?: ProductProperties;\n /** Product compatibility with current device. */\n compatibility?: Compatibility;\n}\n\n/** Product information. */\nexport interface ExtendedProductProperties\n extends VirtualMachineExtensionProductProperties,\n VirtualMachineProductProperties {}\n\n/** Registration information. */\nexport interface Registration extends TrackedResource {\n /** The object identifier associated with the Azure Stack connecting to Azure. */\n objectId?: string;\n /** The identifier of the registered Azure Stack. */\n cloudId?: string;\n /** Specifies the billing mode for the Azure Stack registration. */\n billingModel?: string;\n}\n\n/** Linked Subscription information. */\nexport interface LinkedSubscription extends TrackedResource {\n /** The identifier associated with the device subscription. */\n linkedSubscriptionId?: string;\n /** The identifier associated with the device registration. */\n registrationResourceId?: string;\n /**\n * The identifier of the Azure Stack device for remote management.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly deviceId?: string;\n /**\n * The object identifier associated with the Azure Stack device connecting to Azure.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly deviceObjectId?: string;\n /**\n * The connection state of the Azure Stack device.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly deviceLinkState?: string;\n /**\n * The last remote management connection time for the Azure Stack device connected to the linked subscription resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastConnectedTime?: string;\n /**\n * The status of the remote management connection of the Azure Stack device.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly deviceConnectionStatus?: string;\n}\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\"\n}\n\n/**\n * Defines values for CreatedByType. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Known values of {@link CompatibilityIssue} that the service accepts. */\nexport enum KnownCompatibilityIssue {\n /** HigherDeviceVersionRequired */\n HigherDeviceVersionRequired = \"HigherDeviceVersionRequired\",\n /** LowerDeviceVersionRequired */\n LowerDeviceVersionRequired = \"LowerDeviceVersionRequired\",\n /** CapacityBillingModelRequired */\n CapacityBillingModelRequired = \"CapacityBillingModelRequired\",\n /** PayAsYouGoBillingModelRequired */\n PayAsYouGoBillingModelRequired = \"PayAsYouGoBillingModelRequired\",\n /** DevelopmentBillingModelRequired */\n DevelopmentBillingModelRequired = \"DevelopmentBillingModelRequired\",\n /** AzureADIdentitySystemRequired */\n AzureADIdentitySystemRequired = \"AzureADIdentitySystemRequired\",\n /** AdfsIdentitySystemRequired */\n AdfsIdentitySystemRequired = \"ADFSIdentitySystemRequired\",\n /** ConnectionToInternetRequired */\n ConnectionToInternetRequired = \"ConnectionToInternetRequired\",\n /** ConnectionToAzureRequired */\n ConnectionToAzureRequired = \"ConnectionToAzureRequired\",\n /** DisconnectedEnvironmentRequired */\n DisconnectedEnvironmentRequired = \"DisconnectedEnvironmentRequired\"\n}\n\n/**\n * Defines values for CompatibilityIssue. \\\n * {@link KnownCompatibilityIssue} can be used interchangeably with CompatibilityIssue,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **HigherDeviceVersionRequired** \\\n * **LowerDeviceVersionRequired** \\\n * **CapacityBillingModelRequired** \\\n * **PayAsYouGoBillingModelRequired** \\\n * **DevelopmentBillingModelRequired** \\\n * **AzureADIdentitySystemRequired** \\\n * **ADFSIdentitySystemRequired** \\\n * **ConnectionToInternetRequired** \\\n * **ConnectionToAzureRequired** \\\n * **DisconnectedEnvironmentRequired**\n */\nexport type CompatibilityIssue = string;\n\n/** Known values of {@link ComputeRole} that the service accepts. */\nexport enum KnownComputeRole {\n /** None */\n None = \"None\",\n /** IaaS */\n IaaS = \"IaaS\",\n /** PaaS */\n PaaS = \"PaaS\"\n}\n\n/**\n * Defines values for ComputeRole. \\\n * {@link KnownComputeRole} can be used interchangeably with ComputeRole,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **IaaS** \\\n * **PaaS**\n */\nexport type ComputeRole = string;\n\n/** Known values of {@link OperatingSystem} that the service accepts. */\nexport enum KnownOperatingSystem {\n /** None */\n None = \"None\",\n /** Windows */\n Windows = \"Windows\",\n /** Linux */\n Linux = \"Linux\"\n}\n\n/**\n * Defines values for OperatingSystem. \\\n * {@link KnownOperatingSystem} can be used interchangeably with OperatingSystem,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **Windows** \\\n * **Linux**\n */\nexport type OperatingSystem = string;\n\n/** Known values of {@link Category} that the service accepts. */\nexport enum KnownCategory {\n /** AzureAD */\n AzureAD = \"AzureAD\",\n /** Adfs */\n Adfs = \"ADFS\"\n}\n\n/**\n * Defines values for Category. \\\n * {@link KnownCategory} can be used interchangeably with Category,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AzureAD** \\\n * **ADFS**\n */\nexport type Category = string;\n\n/** Known values of {@link Location} that the service accepts. */\nexport enum KnownLocation {\n /** Global */\n Global = \"global\"\n}\n\n/**\n * Defines values for Location. \\\n * {@link KnownLocation} can be used interchangeably with Location,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **global**\n */\nexport type Location = string;\n/** Defines values for ProvisioningState. */\nexport type ProvisioningState =\n | \"Creating\"\n | \"Failed\"\n | \"Succeeded\"\n | \"Canceled\";\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationList;\n\n/** Optional parameters. */\nexport interface OperationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OperationsListNextResponse = OperationList;\n\n/** Optional parameters. */\nexport interface CloudManifestFileListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type CloudManifestFileListResponse = CloudManifestFileResponse;\n\n/** Optional parameters. */\nexport interface CloudManifestFileGetOptionalParams\n extends coreClient.OperationOptions {\n /** Signing verification key version creation date. */\n versionCreationDate?: string;\n}\n\n/** Contains response data for the get operation. */\nexport type CloudManifestFileGetResponse = CloudManifestFileResponse;\n\n/** Optional parameters. */\nexport interface CustomerSubscriptionsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type CustomerSubscriptionsListResponse = CustomerSubscriptionList;\n\n/** Optional parameters. */\nexport interface CustomerSubscriptionsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type CustomerSubscriptionsGetResponse = CustomerSubscription;\n\n/** Optional parameters. */\nexport interface CustomerSubscriptionsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface CustomerSubscriptionsCreateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the create operation. */\nexport type CustomerSubscriptionsCreateResponse = CustomerSubscription;\n\n/** Optional parameters. */\nexport interface CustomerSubscriptionsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type CustomerSubscriptionsListNextResponse = CustomerSubscriptionList;\n\n/** Optional parameters. */\nexport interface ProductsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ProductsListResponse = ProductList;\n\n/** Optional parameters. */\nexport interface ProductsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ProductsGetResponse = Product;\n\n/** Optional parameters. */\nexport interface ProductsListDetailsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listDetails operation. */\nexport type ProductsListDetailsResponse = ExtendedProduct;\n\n/** Optional parameters. */\nexport interface ProductsGetProductsOptionalParams\n extends coreClient.OperationOptions {\n /** Device configuration. */\n deviceConfiguration?: DeviceConfiguration;\n}\n\n/** Contains response data for the getProducts operation. */\nexport type ProductsGetProductsResponse = ProductList;\n\n/** Optional parameters. */\nexport interface ProductsGetProductOptionalParams\n extends coreClient.OperationOptions {\n /** Device configuration. */\n deviceConfiguration?: DeviceConfiguration;\n}\n\n/** Contains response data for the getProduct operation. */\nexport type ProductsGetProductResponse = Product;\n\n/** Optional parameters. */\nexport interface ProductsUploadLogOptionalParams\n extends coreClient.OperationOptions {\n /** Update details for product log. */\n marketplaceProductLogUpdate?: MarketplaceProductLogUpdate;\n}\n\n/** Contains response data for the uploadLog operation. */\nexport type ProductsUploadLogResponse = ProductLog;\n\n/** Optional parameters. */\nexport interface ProductsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ProductsListNextResponse = ProductList;\n\n/** Optional parameters. */\nexport interface RegistrationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type RegistrationsListResponse = RegistrationList;\n\n/** Optional parameters. */\nexport interface RegistrationsListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type RegistrationsListBySubscriptionResponse = RegistrationList;\n\n/** Optional parameters. */\nexport interface RegistrationsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type RegistrationsGetResponse = Registration;\n\n/** Optional parameters. */\nexport interface RegistrationsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface RegistrationsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type RegistrationsCreateOrUpdateResponse = Registration;\n\n/** Optional parameters. */\nexport interface RegistrationsUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type RegistrationsUpdateResponse = Registration;\n\n/** Optional parameters. */\nexport interface RegistrationsGetActivationKeyOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getActivationKey operation. */\nexport type RegistrationsGetActivationKeyResponse = ActivationKeyResult;\n\n/** Optional parameters. */\nexport interface RegistrationsEnableRemoteManagementOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface RegistrationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type RegistrationsListNextResponse = RegistrationList;\n\n/** Optional parameters. */\nexport interface RegistrationsListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type RegistrationsListBySubscriptionNextResponse = RegistrationList;\n\n/** Optional parameters. */\nexport interface LinkedSubscriptionsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type LinkedSubscriptionsListByResourceGroupResponse = LinkedSubscriptionsList;\n\n/** Optional parameters. */\nexport interface LinkedSubscriptionsListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type LinkedSubscriptionsListBySubscriptionResponse = LinkedSubscriptionsList;\n\n/** Optional parameters. */\nexport interface LinkedSubscriptionsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type LinkedSubscriptionsGetResponse = LinkedSubscription;\n\n/** Optional parameters. */\nexport interface LinkedSubscriptionsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface LinkedSubscriptionsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type LinkedSubscriptionsCreateOrUpdateResponse = LinkedSubscription;\n\n/** Optional parameters. */\nexport interface LinkedSubscriptionsUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type LinkedSubscriptionsUpdateResponse = LinkedSubscription;\n\n/** Optional parameters. */\nexport interface LinkedSubscriptionsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type LinkedSubscriptionsListByResourceGroupNextResponse = LinkedSubscriptionsList;\n\n/** Optional parameters. */\nexport interface LinkedSubscriptionsListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type LinkedSubscriptionsListBySubscriptionNextResponse = LinkedSubscriptionsList;\n\n/** Optional parameters. */\nexport interface AzureStackManagementClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
|