@azure/arm-baremetalinfrastructure 1.0.0-beta.1 → 1.0.0-beta.3
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 +82 -1
- package/LICENSE +4 -4
- package/README.md +27 -18
- package/{dist-esm/src → dist/browser}/bareMetalInfrastructureClient.d.ts +4 -3
- package/dist/browser/bareMetalInfrastructureClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/bareMetalInfrastructureClient.js +35 -26
- package/dist/browser/bareMetalInfrastructureClient.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 -4
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.d.ts +11 -0
- package/dist/browser/lroImpl.d.ts.map +1 -0
- package/dist/browser/lroImpl.js +18 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.d.ts +808 -0
- package/dist/browser/models/index.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/models/index.js +60 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.d.ts +30 -0
- package/dist/browser/models/mappers.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/models/mappers.js +405 -109
- package/dist/browser/models/mappers.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/parameters.d.ts +3 -0
- package/dist/browser/models/parameters.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/models/parameters.js +27 -6
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/azureBareMetalInstances.d.ts +124 -0
- package/dist/browser/operations/azureBareMetalInstances.d.ts.map +1 -0
- package/dist/browser/operations/azureBareMetalInstances.js +563 -0
- package/dist/browser/operations/azureBareMetalInstances.js.map +1 -0
- package/dist/browser/operations/azureBareMetalStorageInstances.d.ts +93 -0
- package/dist/browser/operations/azureBareMetalStorageInstances.d.ts.map +1 -0
- package/dist/browser/operations/azureBareMetalStorageInstances.js +370 -0
- package/dist/browser/operations/azureBareMetalStorageInstances.js.map +1 -0
- package/dist/browser/operations/index.d.ts +4 -0
- package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
- package/dist/browser/operations/index.js +11 -0
- 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 +13 -35
- package/dist/browser/operations/operations.js.map +1 -0
- package/dist/browser/operationsInterfaces/azureBareMetalInstances.d.ts +86 -0
- package/dist/browser/operationsInterfaces/azureBareMetalInstances.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/azureBareMetalInstances.js.map +1 -0
- package/dist/browser/operationsInterfaces/azureBareMetalStorageInstances.d.ts +55 -0
- package/dist/browser/operationsInterfaces/azureBareMetalStorageInstances.d.ts.map +1 -0
- package/{src/operations/index.ts → dist/browser/operationsInterfaces/azureBareMetalStorageInstances.js} +2 -3
- package/dist/browser/operationsInterfaces/azureBareMetalStorageInstances.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +4 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/index.js +11 -0
- 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/browser/package.json +3 -0
- package/{dist-esm/src → dist/browser}/pagingHelper.js +2 -4
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/bareMetalInfrastructureClient.d.ts +22 -0
- package/dist/commonjs/bareMetalInfrastructureClient.d.ts.map +1 -0
- package/dist/commonjs/bareMetalInfrastructureClient.js +115 -0
- package/dist/commonjs/bareMetalInfrastructureClient.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 +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +21 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +808 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +215 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +30 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +812 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +14 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +129 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/azureBareMetalInstances.d.ts +124 -0
- package/dist/commonjs/operations/azureBareMetalInstances.d.ts.map +1 -0
- package/dist/commonjs/operations/azureBareMetalInstances.js +568 -0
- package/dist/commonjs/operations/azureBareMetalInstances.js.map +1 -0
- package/dist/commonjs/operations/azureBareMetalStorageInstances.d.ts +93 -0
- package/dist/commonjs/operations/azureBareMetalStorageInstances.d.ts.map +1 -0
- package/dist/commonjs/operations/azureBareMetalStorageInstances.js +375 -0
- package/dist/commonjs/operations/azureBareMetalStorageInstances.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +4 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +14 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +26 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +84 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/azureBareMetalInstances.d.ts +86 -0
- package/dist/commonjs/operationsInterfaces/azureBareMetalInstances.d.ts.map +1 -0
- package/{dist-esm/src/operationsInterfaces/index.js → dist/commonjs/operationsInterfaces/azureBareMetalInstances.js} +3 -3
- package/dist/commonjs/operationsInterfaces/azureBareMetalInstances.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/azureBareMetalStorageInstances.d.ts +55 -0
- package/dist/commonjs/operationsInterfaces/azureBareMetalStorageInstances.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/azureBareMetalStorageInstances.js +10 -0
- package/dist/commonjs/operationsInterfaces/azureBareMetalStorageInstances.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +4 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +14 -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-esm/src/operations/index.js → dist/commonjs/operationsInterfaces/operations.js} +3 -3
- package/dist/commonjs/operationsInterfaces/operations.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/bareMetalInfrastructureClient.d.ts +22 -0
- package/dist/esm/bareMetalInfrastructureClient.d.ts.map +1 -0
- package/dist/esm/bareMetalInfrastructureClient.js +110 -0
- package/dist/esm/bareMetalInfrastructureClient.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 -5
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +18 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +808 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +212 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +30 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +809 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +14 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +126 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/azureBareMetalInstances.d.ts +124 -0
- package/dist/esm/operations/azureBareMetalInstances.d.ts.map +1 -0
- package/dist/esm/operations/azureBareMetalInstances.js +563 -0
- package/dist/esm/operations/azureBareMetalInstances.js.map +1 -0
- package/dist/esm/operations/azureBareMetalStorageInstances.d.ts +93 -0
- package/dist/esm/operations/azureBareMetalStorageInstances.d.ts.map +1 -0
- package/dist/esm/operations/azureBareMetalStorageInstances.js +370 -0
- package/dist/esm/operations/azureBareMetalStorageInstances.js.map +1 -0
- package/dist/esm/operations/index.d.ts +4 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +11 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +26 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +79 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/azureBareMetalInstances.d.ts +86 -0
- package/dist/esm/operationsInterfaces/azureBareMetalInstances.d.ts.map +1 -0
- package/{src/operationsInterfaces/index.ts → dist/esm/operationsInterfaces/azureBareMetalInstances.js} +2 -3
- package/dist/esm/operationsInterfaces/azureBareMetalInstances.js.map +1 -0
- package/dist/esm/operationsInterfaces/azureBareMetalStorageInstances.d.ts +55 -0
- package/dist/esm/operationsInterfaces/azureBareMetalStorageInstances.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/azureBareMetalStorageInstances.js +9 -0
- package/dist/esm/operationsInterfaces/azureBareMetalStorageInstances.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +4 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +11 -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/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/bareMetalInfrastructureClient.d.ts +22 -0
- package/dist/react-native/bareMetalInfrastructureClient.d.ts.map +1 -0
- package/dist/react-native/bareMetalInfrastructureClient.js +110 -0
- package/dist/react-native/bareMetalInfrastructureClient.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 +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +18 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +808 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +212 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +30 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +809 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +14 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +126 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/azureBareMetalInstances.d.ts +124 -0
- package/dist/react-native/operations/azureBareMetalInstances.d.ts.map +1 -0
- package/dist/react-native/operations/azureBareMetalInstances.js +563 -0
- package/dist/react-native/operations/azureBareMetalInstances.js.map +1 -0
- package/dist/react-native/operations/azureBareMetalStorageInstances.d.ts +93 -0
- package/dist/react-native/operations/azureBareMetalStorageInstances.d.ts.map +1 -0
- package/dist/react-native/operations/azureBareMetalStorageInstances.js +370 -0
- package/dist/react-native/operations/azureBareMetalStorageInstances.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +4 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +11 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +26 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +79 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/azureBareMetalInstances.d.ts +86 -0
- package/dist/react-native/operationsInterfaces/azureBareMetalInstances.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/azureBareMetalInstances.js +9 -0
- package/dist/react-native/operationsInterfaces/azureBareMetalInstances.js.map +1 -0
- package/dist/react-native/operationsInterfaces/azureBareMetalStorageInstances.d.ts +55 -0
- package/dist/react-native/operationsInterfaces/azureBareMetalStorageInstances.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/azureBareMetalStorageInstances.js +9 -0
- package/dist/react-native/operationsInterfaces/azureBareMetalStorageInstances.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +4 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +11 -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/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 +87 -76
- package/review/arm-baremetalinfrastructure-node.api.md +550 -0
- package/dist/index.js +0 -1378
- 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/azureBareMetalInstancesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/azureBareMetalInstancesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/azureBareMetalInstancesGetSample.js +0 -39
- package/dist-esm/samples-dev/azureBareMetalInstancesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/azureBareMetalInstancesListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/azureBareMetalInstancesListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/azureBareMetalInstancesListByResourceGroupSample.js +0 -59
- package/dist-esm/samples-dev/azureBareMetalInstancesListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/azureBareMetalInstancesListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/azureBareMetalInstancesListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/azureBareMetalInstancesListBySubscriptionSample.js +0 -58
- package/dist-esm/samples-dev/azureBareMetalInstancesListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/azureBareMetalInstancesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/azureBareMetalInstancesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/azureBareMetalInstancesUpdateSample.js +0 -60
- package/dist-esm/samples-dev/azureBareMetalInstancesUpdateSample.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 -58
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/src/bareMetalInfrastructureClient.d.ts.map +0 -1
- package/dist-esm/src/bareMetalInfrastructureClient.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -6
- 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 +0 -519
- 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.d.ts +0 -20
- package/dist-esm/src/models/mappers.d.ts.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.d.ts.map +0 -1
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/azureBareMetalInstances.d.ts +0 -73
- package/dist-esm/src/operations/azureBareMetalInstances.d.ts.map +0 -1
- package/dist-esm/src/operations/azureBareMetalInstances.js +0 -334
- package/dist-esm/src/operations/azureBareMetalInstances.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -3
- 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/operationsInterfaces/azureBareMetalInstances.d.ts +0 -35
- package/dist-esm/src/operationsInterfaces/azureBareMetalInstances.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/azureBareMetalInstances.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -3
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/baremetalinfrastructure_operations_test.spec.d.ts +0 -4
- package/dist-esm/test/baremetalinfrastructure_operations_test.spec.d.ts.map +0 -1
- package/dist-esm/test/baremetalinfrastructure_operations_test.spec.js +0 -78
- package/dist-esm/test/baremetalinfrastructure_operations_test.spec.js.map +0 -1
- package/review/arm-baremetalinfrastructure.api.md +0 -325
- package/rollup.config.js +0 -122
- package/src/bareMetalInfrastructureClient.ts +0 -142
- package/src/models/index.ts +0 -566
- package/src/models/mappers.ts +0 -549
- package/src/models/parameters.ts +0 -119
- package/src/operations/azureBareMetalInstances.ts +0 -395
- package/src/operations/operations.ts +0 -103
- package/src/operationsInterfaces/azureBareMetalInstances.ts +0 -67
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- package/types/arm-baremetalinfrastructure.d.ts +0 -633
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/azureBareMetalInstances.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.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
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
import { __asyncValues, __awaiter } from "tslib";
|
|
9
|
-
// Copyright (c) Microsoft Corporation.
|
|
10
|
-
// Licensed under the MIT License.
|
|
11
|
-
import { BareMetalInfrastructureClient } from "@azure/arm-baremetalinfrastructure";
|
|
12
|
-
import { DefaultAzureCredential } from "@azure/identity";
|
|
13
|
-
import * as dotenv from "dotenv";
|
|
14
|
-
dotenv.config();
|
|
15
|
-
/**
|
|
16
|
-
* This sample demonstrates how to Gets a list of AzureBareMetal management operations.
|
|
17
|
-
*
|
|
18
|
-
* @summary Gets a list of AzureBareMetal management operations.
|
|
19
|
-
* x-ms-original-file: specification/baremetalinfrastructure/resource-manager/Microsoft.BareMetalInfrastructure/stable/2021-08-09/examples/AzureBareMetalOperations_List.json
|
|
20
|
-
*/
|
|
21
|
-
function listAllManagementOperationsSupportedByTheAzureBareMetalRp() {
|
|
22
|
-
var _a, e_1, _b, _c;
|
|
23
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
24
|
-
const subscriptionId = process.env["BAREMETALINFRASTRUCTURE_SUBSCRIPTION_ID"] ||
|
|
25
|
-
"00000000-0000-0000-0000-000000000000";
|
|
26
|
-
const credential = new DefaultAzureCredential();
|
|
27
|
-
const client = new BareMetalInfrastructureClient(credential, subscriptionId);
|
|
28
|
-
const resArray = new Array();
|
|
29
|
-
try {
|
|
30
|
-
for (var _d = true, _e = __asyncValues(client.operations.list()), _f; _f = yield _e.next(), _a = _f.done, !_a;) {
|
|
31
|
-
_c = _f.value;
|
|
32
|
-
_d = false;
|
|
33
|
-
try {
|
|
34
|
-
let item = _c;
|
|
35
|
-
resArray.push(item);
|
|
36
|
-
}
|
|
37
|
-
finally {
|
|
38
|
-
_d = true;
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
43
|
-
finally {
|
|
44
|
-
try {
|
|
45
|
-
if (!_d && !_a && (_b = _e.return)) yield _b.call(_e);
|
|
46
|
-
}
|
|
47
|
-
finally { if (e_1) throw e_1.error; }
|
|
48
|
-
}
|
|
49
|
-
console.log(resArray);
|
|
50
|
-
});
|
|
51
|
-
}
|
|
52
|
-
function main() {
|
|
53
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
54
|
-
listAllManagementOperationsSupportedByTheAzureBareMetalRp();
|
|
55
|
-
});
|
|
56
|
-
}
|
|
57
|
-
main().catch(console.error);
|
|
58
|
-
//# sourceMappingURL=operationsListSample.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"operationsListSample.js","sourceRoot":"","sources":["../../samples-dev/operationsListSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAE,6BAA6B,EAAE,MAAM,oCAAoC,CAAC;AACnF,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,KAAK,MAAM,MAAM,QAAQ,CAAC;AAEjC,MAAM,CAAC,MAAM,EAAE,CAAC;AAEhB;;;;;GAKG;AACH,SAAe,yDAAyD;;;QACtE,MAAM,cAAc,GAClB,OAAO,CAAC,GAAG,CAAC,yCAAyC,CAAC;YACtD,sCAAsC,CAAC;QACzC,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,6BAA6B,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QAC7E,MAAM,QAAQ,GAAG,IAAI,KAAK,EAAE,CAAC;;YAC7B,KAAuB,eAAA,KAAA,cAAA,MAAM,CAAC,UAAU,CAAC,IAAI,EAAE,CAAA,IAAA;gBAAxB,cAAwB;gBAAxB,WAAwB;;oBAApC,IAAI,IAAI,KAAA,CAAA;oBACjB,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;;;;;aACrB;;;;;;;;;QACD,OAAO,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;;CACvB;AAED,SAAe,IAAI;;QACjB,yDAAyD,EAAE,CAAC;IAC9D,CAAC;CAAA;AAED,IAAI,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"bareMetalInfrastructureClient.d.ts","sourceRoot":"","sources":["../../src/bareMetalInfrastructureClient.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAOjD,OAAO,KAAK,QAAQ,MAAM,kBAAkB,CAAC;AAE7C,OAAO,EAAE,uBAAuB,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AAC7E,OAAO,EAAE,2CAA2C,EAAE,MAAM,UAAU,CAAC;AAEvE,qBAAa,6BAA8B,SAAQ,UAAU,CAAC,aAAa;IACzE,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,MAAM,CAAC;IAEvB;;;;;OAKG;gBAED,WAAW,EAAE,QAAQ,CAAC,eAAe,EACrC,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,2CAA2C;IA6EvD,8GAA8G;IAC9G,OAAO,CAAC,yBAAyB;IA2BjC,uBAAuB,EAAE,uBAAuB,CAAC;IACjD,UAAU,EAAE,UAAU,CAAC;CACxB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"bareMetalInfrastructureClient.js","sourceRoot":"","sources":["../../src/bareMetalInfrastructureClient.ts"],"names":[],"mappings":"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"}
|
package/dist-esm/src/index.d.ts
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
/// <reference lib="esnext.asynciterable" />
|
|
2
|
-
export { getContinuationToken } from "./pagingHelper";
|
|
3
|
-
export * from "./models";
|
|
4
|
-
export { BareMetalInfrastructureClient } from "./bareMetalInfrastructureClient";
|
|
5
|
-
export * from "./operationsInterfaces";
|
|
6
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";AASA,OAAO,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAC;AACtD,cAAc,UAAU,CAAC;AACzB,OAAO,EAAE,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AAChF,cAAc,wBAAwB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,4CAA4C;AAC5C,OAAO,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAC;AACtD,cAAc,UAAU,CAAC;AACzB,OAAO,EAAE,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AAChF,cAAc,wBAAwB,CAAC"}
|
|
@@ -1,519 +0,0 @@
|
|
|
1
|
-
import * as coreClient from "@azure/core-client";
|
|
2
|
-
/** The response from the List AzureBareMetal Instances operation. */
|
|
3
|
-
export interface AzureBareMetalInstancesListResult {
|
|
4
|
-
/** The list of Azure BareMetal instances. */
|
|
5
|
-
value?: AzureBareMetalInstance[];
|
|
6
|
-
/** The URL to get the next set of AzureBareMetal instances. */
|
|
7
|
-
nextLink?: string;
|
|
8
|
-
}
|
|
9
|
-
/** Specifies the hardware settings for the AzureBareMetal instance. */
|
|
10
|
-
export interface HardwareProfile {
|
|
11
|
-
/**
|
|
12
|
-
* Name of the hardware type (vendor and/or their product name)
|
|
13
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
14
|
-
*/
|
|
15
|
-
readonly hardwareType?: AzureBareMetalHardwareTypeNamesEnum;
|
|
16
|
-
/**
|
|
17
|
-
* Specifies the AzureBareMetal instance SKU.
|
|
18
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
19
|
-
*/
|
|
20
|
-
readonly azureBareMetalInstanceSize?: AzureBareMetalInstanceSizeNamesEnum;
|
|
21
|
-
}
|
|
22
|
-
/** Specifies the storage settings for the AzureBareMetal instance disks. */
|
|
23
|
-
export interface StorageProfile {
|
|
24
|
-
/**
|
|
25
|
-
* IP Address to connect to storage.
|
|
26
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
27
|
-
*/
|
|
28
|
-
readonly nfsIpAddress?: string;
|
|
29
|
-
/** Specifies information about the operating system disk used by baremetal instance. */
|
|
30
|
-
osDisks?: Disk[];
|
|
31
|
-
}
|
|
32
|
-
/** Specifies the disk information fo the AzureBareMetal instance */
|
|
33
|
-
export interface Disk {
|
|
34
|
-
/** The disk name. */
|
|
35
|
-
name?: string;
|
|
36
|
-
/** Specifies the size of an empty data disk in gigabytes. */
|
|
37
|
-
diskSizeGB?: number;
|
|
38
|
-
/**
|
|
39
|
-
* Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM.
|
|
40
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
41
|
-
*/
|
|
42
|
-
readonly lun?: number;
|
|
43
|
-
}
|
|
44
|
-
/** Specifies the operating system settings for the AzureBareMetal instance. */
|
|
45
|
-
export interface OSProfile {
|
|
46
|
-
/** Specifies the host OS name of the AzureBareMetal instance. */
|
|
47
|
-
computerName?: string;
|
|
48
|
-
/**
|
|
49
|
-
* This property allows you to specify the type of the OS.
|
|
50
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
51
|
-
*/
|
|
52
|
-
readonly osType?: string;
|
|
53
|
-
/**
|
|
54
|
-
* Specifies version of operating system.
|
|
55
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
56
|
-
*/
|
|
57
|
-
readonly version?: string;
|
|
58
|
-
/** Specifies the SSH public key used to access the operating system. */
|
|
59
|
-
sshPublicKey?: string;
|
|
60
|
-
}
|
|
61
|
-
/** Specifies the network settings for the AzureBareMetal instance disks. */
|
|
62
|
-
export interface NetworkProfile {
|
|
63
|
-
/** Specifies the network interfaces for the AzureBareMetal instance. */
|
|
64
|
-
networkInterfaces?: IpAddress[];
|
|
65
|
-
/**
|
|
66
|
-
* Specifies the circuit id for connecting to express route.
|
|
67
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
68
|
-
*/
|
|
69
|
-
readonly circuitId?: string;
|
|
70
|
-
}
|
|
71
|
-
/** Specifies the IP address of the network interface. */
|
|
72
|
-
export interface IpAddress {
|
|
73
|
-
/** Specifies the IP address of the network interface. */
|
|
74
|
-
ipAddress?: string;
|
|
75
|
-
}
|
|
76
|
-
/** Metadata pertaining to creation and last modification of the resource. */
|
|
77
|
-
export interface SystemData {
|
|
78
|
-
/** The identity that created the resource. */
|
|
79
|
-
createdBy?: string;
|
|
80
|
-
/** The type of identity that created the resource. */
|
|
81
|
-
createdByType?: CreatedByType;
|
|
82
|
-
/** The timestamp of resource creation (UTC). */
|
|
83
|
-
createdAt?: Date;
|
|
84
|
-
/** The identity that last modified the resource. */
|
|
85
|
-
lastModifiedBy?: string;
|
|
86
|
-
/** The type of identity that last modified the resource. */
|
|
87
|
-
lastModifiedByType?: CreatedByType;
|
|
88
|
-
/** The timestamp of resource last modification (UTC) */
|
|
89
|
-
lastModifiedAt?: Date;
|
|
90
|
-
}
|
|
91
|
-
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
92
|
-
export interface Resource {
|
|
93
|
-
/**
|
|
94
|
-
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
95
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
96
|
-
*/
|
|
97
|
-
readonly id?: string;
|
|
98
|
-
/**
|
|
99
|
-
* The name of the resource
|
|
100
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
101
|
-
*/
|
|
102
|
-
readonly name?: string;
|
|
103
|
-
/**
|
|
104
|
-
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
105
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
106
|
-
*/
|
|
107
|
-
readonly type?: string;
|
|
108
|
-
}
|
|
109
|
-
/** Error response. */
|
|
110
|
-
export interface ErrorResponse {
|
|
111
|
-
/** The error details. */
|
|
112
|
-
error?: ErrorDefinition;
|
|
113
|
-
}
|
|
114
|
-
/** Error definition. */
|
|
115
|
-
export interface ErrorDefinition {
|
|
116
|
-
/**
|
|
117
|
-
* Service specific error code which serves as the substatus for the HTTP error code.
|
|
118
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
119
|
-
*/
|
|
120
|
-
readonly code?: string;
|
|
121
|
-
/**
|
|
122
|
-
* Description of the error.
|
|
123
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
124
|
-
*/
|
|
125
|
-
readonly message?: string;
|
|
126
|
-
/**
|
|
127
|
-
* Internal error details.
|
|
128
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
129
|
-
*/
|
|
130
|
-
readonly details?: ErrorDefinition[];
|
|
131
|
-
}
|
|
132
|
-
/** List of AzureBareMetal operations */
|
|
133
|
-
export interface OperationList {
|
|
134
|
-
/** List of AzureBareMetal operations */
|
|
135
|
-
value?: Operation[];
|
|
136
|
-
}
|
|
137
|
-
/** AzureBareMetal operation information */
|
|
138
|
-
export interface Operation {
|
|
139
|
-
/**
|
|
140
|
-
* The name of the operation being performed on this particular object. This name should match the action name that appears in RBAC / the event service.
|
|
141
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
142
|
-
*/
|
|
143
|
-
readonly name?: string;
|
|
144
|
-
/** Displayed AzureBareMetal operation information */
|
|
145
|
-
display?: Display;
|
|
146
|
-
/**
|
|
147
|
-
* indicates whether an operation is a data action or not.
|
|
148
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
149
|
-
*/
|
|
150
|
-
readonly isDataAction?: boolean;
|
|
151
|
-
}
|
|
152
|
-
/** Detailed BareMetal operation information */
|
|
153
|
-
export interface Display {
|
|
154
|
-
/**
|
|
155
|
-
* The localized friendly form of the resource provider name.
|
|
156
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
157
|
-
*/
|
|
158
|
-
readonly provider?: string;
|
|
159
|
-
/**
|
|
160
|
-
* The localized friendly form of the resource type related to this action/operation.
|
|
161
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
162
|
-
*/
|
|
163
|
-
readonly resource?: string;
|
|
164
|
-
/**
|
|
165
|
-
* The localized friendly name for the operation as shown to the user.
|
|
166
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
167
|
-
*/
|
|
168
|
-
readonly operation?: string;
|
|
169
|
-
/**
|
|
170
|
-
* The localized friendly description for the operation as shown to the user.
|
|
171
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
172
|
-
*/
|
|
173
|
-
readonly description?: string;
|
|
174
|
-
}
|
|
175
|
-
/** Tags field of the AzureBareMetal instance. */
|
|
176
|
-
export interface Tags {
|
|
177
|
-
/** Tags field of the AzureBareMetal instance. */
|
|
178
|
-
tags?: {
|
|
179
|
-
[propertyName: string]: string;
|
|
180
|
-
};
|
|
181
|
-
}
|
|
182
|
-
/** Sample result definition */
|
|
183
|
-
export interface Result {
|
|
184
|
-
/** Sample property of type string */
|
|
185
|
-
sampleProperty?: string;
|
|
186
|
-
}
|
|
187
|
-
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
188
|
-
export interface TrackedResource extends Resource {
|
|
189
|
-
/** Resource tags. */
|
|
190
|
-
tags?: {
|
|
191
|
-
[propertyName: string]: string;
|
|
192
|
-
};
|
|
193
|
-
/** The geo-location where the resource lives */
|
|
194
|
-
location: string;
|
|
195
|
-
}
|
|
196
|
-
/** AzureBareMetal instance info on Azure (ARM properties and AzureBareMetal properties) */
|
|
197
|
-
export interface AzureBareMetalInstance extends TrackedResource {
|
|
198
|
-
/**
|
|
199
|
-
* The system metadata relating to this resource.
|
|
200
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
201
|
-
*/
|
|
202
|
-
readonly systemData?: SystemData;
|
|
203
|
-
/** Specifies the hardware settings for the AzureBareMetal instance. */
|
|
204
|
-
hardwareProfile?: HardwareProfile;
|
|
205
|
-
/** Specifies the storage settings for the AzureBareMetal instance disks. */
|
|
206
|
-
storageProfile?: StorageProfile;
|
|
207
|
-
/** Specifies the operating system settings for the AzureBareMetal instance. */
|
|
208
|
-
osProfile?: OSProfile;
|
|
209
|
-
/** Specifies the network settings for the AzureBareMetal instance. */
|
|
210
|
-
networkProfile?: NetworkProfile;
|
|
211
|
-
/**
|
|
212
|
-
* Specifies the AzureBareMetal instance unique ID.
|
|
213
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
214
|
-
*/
|
|
215
|
-
readonly azureBareMetalInstanceId?: string;
|
|
216
|
-
/**
|
|
217
|
-
* Resource power state
|
|
218
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
219
|
-
*/
|
|
220
|
-
readonly powerState?: AzureBareMetalInstancePowerStateEnum;
|
|
221
|
-
/**
|
|
222
|
-
* Resource proximity placement group
|
|
223
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
224
|
-
*/
|
|
225
|
-
readonly proximityPlacementGroup?: string;
|
|
226
|
-
/**
|
|
227
|
-
* Hardware revision of an AzureBareMetal instance
|
|
228
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
229
|
-
*/
|
|
230
|
-
readonly hwRevision?: string;
|
|
231
|
-
/** ARM ID of another AzureBareMetalInstance that will share a network with this AzureBareMetalInstance */
|
|
232
|
-
partnerNodeId?: string;
|
|
233
|
-
/**
|
|
234
|
-
* State of provisioning of the AzureBareMetalInstance
|
|
235
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
236
|
-
*/
|
|
237
|
-
readonly provisioningState?: AzureBareMetalProvisioningStatesEnum;
|
|
238
|
-
}
|
|
239
|
-
/** Known values of {@link AzureBareMetalHardwareTypeNamesEnum} that the service accepts. */
|
|
240
|
-
export declare enum KnownAzureBareMetalHardwareTypeNamesEnum {
|
|
241
|
-
/** CiscoUCS */
|
|
242
|
-
CiscoUCS = "Cisco_UCS",
|
|
243
|
-
/** HPE */
|
|
244
|
-
HPE = "HPE"
|
|
245
|
-
}
|
|
246
|
-
/**
|
|
247
|
-
* Defines values for AzureBareMetalHardwareTypeNamesEnum. \
|
|
248
|
-
* {@link KnownAzureBareMetalHardwareTypeNamesEnum} can be used interchangeably with AzureBareMetalHardwareTypeNamesEnum,
|
|
249
|
-
* this enum contains the known values that the service supports.
|
|
250
|
-
* ### Known values supported by the service
|
|
251
|
-
* **Cisco_UCS** \
|
|
252
|
-
* **HPE**
|
|
253
|
-
*/
|
|
254
|
-
export type AzureBareMetalHardwareTypeNamesEnum = string;
|
|
255
|
-
/** Known values of {@link AzureBareMetalInstanceSizeNamesEnum} that the service accepts. */
|
|
256
|
-
export declare enum KnownAzureBareMetalInstanceSizeNamesEnum {
|
|
257
|
-
/** S72M */
|
|
258
|
-
S72M = "S72m",
|
|
259
|
-
/** S144M */
|
|
260
|
-
S144M = "S144m",
|
|
261
|
-
/** S72 */
|
|
262
|
-
S72 = "S72",
|
|
263
|
-
/** S144 */
|
|
264
|
-
S144 = "S144",
|
|
265
|
-
/** S192 */
|
|
266
|
-
S192 = "S192",
|
|
267
|
-
/** S192M */
|
|
268
|
-
S192M = "S192m",
|
|
269
|
-
/** S192Xm */
|
|
270
|
-
S192Xm = "S192xm",
|
|
271
|
-
/** S96 */
|
|
272
|
-
S96 = "S96",
|
|
273
|
-
/** S112 */
|
|
274
|
-
S112 = "S112",
|
|
275
|
-
/** S224 */
|
|
276
|
-
S224 = "S224",
|
|
277
|
-
/** S224M */
|
|
278
|
-
S224M = "S224m",
|
|
279
|
-
/** S224Om */
|
|
280
|
-
S224Om = "S224om",
|
|
281
|
-
/** S224Oo */
|
|
282
|
-
S224Oo = "S224oo",
|
|
283
|
-
/** S224Oom */
|
|
284
|
-
S224Oom = "S224oom",
|
|
285
|
-
/** S224Ooo */
|
|
286
|
-
S224Ooo = "S224ooo",
|
|
287
|
-
/** S384 */
|
|
288
|
-
S384 = "S384",
|
|
289
|
-
/** S384M */
|
|
290
|
-
S384M = "S384m",
|
|
291
|
-
/** S384Xm */
|
|
292
|
-
S384Xm = "S384xm",
|
|
293
|
-
/** S384Xxm */
|
|
294
|
-
S384Xxm = "S384xxm",
|
|
295
|
-
/** S448 */
|
|
296
|
-
S448 = "S448",
|
|
297
|
-
/** S448M */
|
|
298
|
-
S448M = "S448m",
|
|
299
|
-
/** S448Om */
|
|
300
|
-
S448Om = "S448om",
|
|
301
|
-
/** S448Oo */
|
|
302
|
-
S448Oo = "S448oo",
|
|
303
|
-
/** S448Oom */
|
|
304
|
-
S448Oom = "S448oom",
|
|
305
|
-
/** S448Ooo */
|
|
306
|
-
S448Ooo = "S448ooo",
|
|
307
|
-
/** S576M */
|
|
308
|
-
S576M = "S576m",
|
|
309
|
-
/** S576Xm */
|
|
310
|
-
S576Xm = "S576xm",
|
|
311
|
-
/** S672 */
|
|
312
|
-
S672 = "S672",
|
|
313
|
-
/** S672M */
|
|
314
|
-
S672M = "S672m",
|
|
315
|
-
/** S672Om */
|
|
316
|
-
S672Om = "S672om",
|
|
317
|
-
/** S672Oo */
|
|
318
|
-
S672Oo = "S672oo",
|
|
319
|
-
/** S672Oom */
|
|
320
|
-
S672Oom = "S672oom",
|
|
321
|
-
/** S672Ooo */
|
|
322
|
-
S672Ooo = "S672ooo",
|
|
323
|
-
/** S768 */
|
|
324
|
-
S768 = "S768",
|
|
325
|
-
/** S768M */
|
|
326
|
-
S768M = "S768m",
|
|
327
|
-
/** S768Xm */
|
|
328
|
-
S768Xm = "S768xm",
|
|
329
|
-
/** S896 */
|
|
330
|
-
S896 = "S896",
|
|
331
|
-
/** S896M */
|
|
332
|
-
S896M = "S896m",
|
|
333
|
-
/** S896Om */
|
|
334
|
-
S896Om = "S896om",
|
|
335
|
-
/** S896Oo */
|
|
336
|
-
S896Oo = "S896oo",
|
|
337
|
-
/** S896Oom */
|
|
338
|
-
S896Oom = "S896oom",
|
|
339
|
-
/** S896Ooo */
|
|
340
|
-
S896Ooo = "S896ooo",
|
|
341
|
-
/** S960M */
|
|
342
|
-
S960M = "S960m"
|
|
343
|
-
}
|
|
344
|
-
/**
|
|
345
|
-
* Defines values for AzureBareMetalInstanceSizeNamesEnum. \
|
|
346
|
-
* {@link KnownAzureBareMetalInstanceSizeNamesEnum} can be used interchangeably with AzureBareMetalInstanceSizeNamesEnum,
|
|
347
|
-
* this enum contains the known values that the service supports.
|
|
348
|
-
* ### Known values supported by the service
|
|
349
|
-
* **S72m** \
|
|
350
|
-
* **S144m** \
|
|
351
|
-
* **S72** \
|
|
352
|
-
* **S144** \
|
|
353
|
-
* **S192** \
|
|
354
|
-
* **S192m** \
|
|
355
|
-
* **S192xm** \
|
|
356
|
-
* **S96** \
|
|
357
|
-
* **S112** \
|
|
358
|
-
* **S224** \
|
|
359
|
-
* **S224m** \
|
|
360
|
-
* **S224om** \
|
|
361
|
-
* **S224oo** \
|
|
362
|
-
* **S224oom** \
|
|
363
|
-
* **S224ooo** \
|
|
364
|
-
* **S384** \
|
|
365
|
-
* **S384m** \
|
|
366
|
-
* **S384xm** \
|
|
367
|
-
* **S384xxm** \
|
|
368
|
-
* **S448** \
|
|
369
|
-
* **S448m** \
|
|
370
|
-
* **S448om** \
|
|
371
|
-
* **S448oo** \
|
|
372
|
-
* **S448oom** \
|
|
373
|
-
* **S448ooo** \
|
|
374
|
-
* **S576m** \
|
|
375
|
-
* **S576xm** \
|
|
376
|
-
* **S672** \
|
|
377
|
-
* **S672m** \
|
|
378
|
-
* **S672om** \
|
|
379
|
-
* **S672oo** \
|
|
380
|
-
* **S672oom** \
|
|
381
|
-
* **S672ooo** \
|
|
382
|
-
* **S768** \
|
|
383
|
-
* **S768m** \
|
|
384
|
-
* **S768xm** \
|
|
385
|
-
* **S896** \
|
|
386
|
-
* **S896m** \
|
|
387
|
-
* **S896om** \
|
|
388
|
-
* **S896oo** \
|
|
389
|
-
* **S896oom** \
|
|
390
|
-
* **S896ooo** \
|
|
391
|
-
* **S960m**
|
|
392
|
-
*/
|
|
393
|
-
export type AzureBareMetalInstanceSizeNamesEnum = string;
|
|
394
|
-
/** Known values of {@link AzureBareMetalInstancePowerStateEnum} that the service accepts. */
|
|
395
|
-
export declare enum KnownAzureBareMetalInstancePowerStateEnum {
|
|
396
|
-
/** Starting */
|
|
397
|
-
Starting = "starting",
|
|
398
|
-
/** Started */
|
|
399
|
-
Started = "started",
|
|
400
|
-
/** Stopping */
|
|
401
|
-
Stopping = "stopping",
|
|
402
|
-
/** Stopped */
|
|
403
|
-
Stopped = "stopped",
|
|
404
|
-
/** Restarting */
|
|
405
|
-
Restarting = "restarting",
|
|
406
|
-
/** Unknown */
|
|
407
|
-
Unknown = "unknown"
|
|
408
|
-
}
|
|
409
|
-
/**
|
|
410
|
-
* Defines values for AzureBareMetalInstancePowerStateEnum. \
|
|
411
|
-
* {@link KnownAzureBareMetalInstancePowerStateEnum} can be used interchangeably with AzureBareMetalInstancePowerStateEnum,
|
|
412
|
-
* this enum contains the known values that the service supports.
|
|
413
|
-
* ### Known values supported by the service
|
|
414
|
-
* **starting** \
|
|
415
|
-
* **started** \
|
|
416
|
-
* **stopping** \
|
|
417
|
-
* **stopped** \
|
|
418
|
-
* **restarting** \
|
|
419
|
-
* **unknown**
|
|
420
|
-
*/
|
|
421
|
-
export type AzureBareMetalInstancePowerStateEnum = string;
|
|
422
|
-
/** Known values of {@link AzureBareMetalProvisioningStatesEnum} that the service accepts. */
|
|
423
|
-
export declare enum KnownAzureBareMetalProvisioningStatesEnum {
|
|
424
|
-
/** Accepted */
|
|
425
|
-
Accepted = "Accepted",
|
|
426
|
-
/** Creating */
|
|
427
|
-
Creating = "Creating",
|
|
428
|
-
/** Updating */
|
|
429
|
-
Updating = "Updating",
|
|
430
|
-
/** Failed */
|
|
431
|
-
Failed = "Failed",
|
|
432
|
-
/** Succeeded */
|
|
433
|
-
Succeeded = "Succeeded",
|
|
434
|
-
/** Deleting */
|
|
435
|
-
Deleting = "Deleting",
|
|
436
|
-
/** Migrating */
|
|
437
|
-
Migrating = "Migrating"
|
|
438
|
-
}
|
|
439
|
-
/**
|
|
440
|
-
* Defines values for AzureBareMetalProvisioningStatesEnum. \
|
|
441
|
-
* {@link KnownAzureBareMetalProvisioningStatesEnum} can be used interchangeably with AzureBareMetalProvisioningStatesEnum,
|
|
442
|
-
* this enum contains the known values that the service supports.
|
|
443
|
-
* ### Known values supported by the service
|
|
444
|
-
* **Accepted** \
|
|
445
|
-
* **Creating** \
|
|
446
|
-
* **Updating** \
|
|
447
|
-
* **Failed** \
|
|
448
|
-
* **Succeeded** \
|
|
449
|
-
* **Deleting** \
|
|
450
|
-
* **Migrating**
|
|
451
|
-
*/
|
|
452
|
-
export type AzureBareMetalProvisioningStatesEnum = string;
|
|
453
|
-
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
454
|
-
export declare enum KnownCreatedByType {
|
|
455
|
-
/** User */
|
|
456
|
-
User = "User",
|
|
457
|
-
/** Application */
|
|
458
|
-
Application = "Application",
|
|
459
|
-
/** ManagedIdentity */
|
|
460
|
-
ManagedIdentity = "ManagedIdentity",
|
|
461
|
-
/** Key */
|
|
462
|
-
Key = "Key"
|
|
463
|
-
}
|
|
464
|
-
/**
|
|
465
|
-
* Defines values for CreatedByType. \
|
|
466
|
-
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
467
|
-
* this enum contains the known values that the service supports.
|
|
468
|
-
* ### Known values supported by the service
|
|
469
|
-
* **User** \
|
|
470
|
-
* **Application** \
|
|
471
|
-
* **ManagedIdentity** \
|
|
472
|
-
* **Key**
|
|
473
|
-
*/
|
|
474
|
-
export type CreatedByType = string;
|
|
475
|
-
/** Optional parameters. */
|
|
476
|
-
export interface AzureBareMetalInstancesListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
477
|
-
}
|
|
478
|
-
/** Contains response data for the listBySubscription operation. */
|
|
479
|
-
export type AzureBareMetalInstancesListBySubscriptionResponse = AzureBareMetalInstancesListResult;
|
|
480
|
-
/** Optional parameters. */
|
|
481
|
-
export interface AzureBareMetalInstancesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
482
|
-
}
|
|
483
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
484
|
-
export type AzureBareMetalInstancesListByResourceGroupResponse = AzureBareMetalInstancesListResult;
|
|
485
|
-
/** Optional parameters. */
|
|
486
|
-
export interface AzureBareMetalInstancesGetOptionalParams extends coreClient.OperationOptions {
|
|
487
|
-
}
|
|
488
|
-
/** Contains response data for the get operation. */
|
|
489
|
-
export type AzureBareMetalInstancesGetResponse = AzureBareMetalInstance;
|
|
490
|
-
/** Optional parameters. */
|
|
491
|
-
export interface AzureBareMetalInstancesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
492
|
-
}
|
|
493
|
-
/** Contains response data for the update operation. */
|
|
494
|
-
export type AzureBareMetalInstancesUpdateResponse = AzureBareMetalInstance;
|
|
495
|
-
/** Optional parameters. */
|
|
496
|
-
export interface AzureBareMetalInstancesListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
497
|
-
}
|
|
498
|
-
/** Contains response data for the listBySubscriptionNext operation. */
|
|
499
|
-
export type AzureBareMetalInstancesListBySubscriptionNextResponse = AzureBareMetalInstancesListResult;
|
|
500
|
-
/** Optional parameters. */
|
|
501
|
-
export interface AzureBareMetalInstancesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
502
|
-
}
|
|
503
|
-
/** Contains response data for the listByResourceGroupNext operation. */
|
|
504
|
-
export type AzureBareMetalInstancesListByResourceGroupNextResponse = AzureBareMetalInstancesListResult;
|
|
505
|
-
/** Optional parameters. */
|
|
506
|
-
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
507
|
-
}
|
|
508
|
-
/** Contains response data for the list operation. */
|
|
509
|
-
export type OperationsListResponse = OperationList;
|
|
510
|
-
/** Optional parameters. */
|
|
511
|
-
export interface BareMetalInfrastructureClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
512
|
-
/** server parameter */
|
|
513
|
-
$host?: string;
|
|
514
|
-
/** Api Version */
|
|
515
|
-
apiVersion?: string;
|
|
516
|
-
/** Overrides client endpoint. */
|
|
517
|
-
endpoint?: string;
|
|
518
|
-
}
|
|
519
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import * as coreClient from "@azure/core-client";
|
|
2
|
-
export declare const AzureBareMetalInstancesListResult: coreClient.CompositeMapper;
|
|
3
|
-
export declare const HardwareProfile: coreClient.CompositeMapper;
|
|
4
|
-
export declare const StorageProfile: coreClient.CompositeMapper;
|
|
5
|
-
export declare const Disk: coreClient.CompositeMapper;
|
|
6
|
-
export declare const OSProfile: coreClient.CompositeMapper;
|
|
7
|
-
export declare const NetworkProfile: coreClient.CompositeMapper;
|
|
8
|
-
export declare const IpAddress: coreClient.CompositeMapper;
|
|
9
|
-
export declare const SystemData: coreClient.CompositeMapper;
|
|
10
|
-
export declare const Resource: coreClient.CompositeMapper;
|
|
11
|
-
export declare const ErrorResponse: coreClient.CompositeMapper;
|
|
12
|
-
export declare const ErrorDefinition: coreClient.CompositeMapper;
|
|
13
|
-
export declare const OperationList: coreClient.CompositeMapper;
|
|
14
|
-
export declare const Operation: coreClient.CompositeMapper;
|
|
15
|
-
export declare const Display: coreClient.CompositeMapper;
|
|
16
|
-
export declare const Tags: coreClient.CompositeMapper;
|
|
17
|
-
export declare const Result: coreClient.CompositeMapper;
|
|
18
|
-
export declare const TrackedResource: coreClient.CompositeMapper;
|
|
19
|
-
export declare const AzureBareMetalInstance: coreClient.CompositeMapper;
|
|
20
|
-
//# sourceMappingURL=mappers.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAEjD,eAAO,MAAM,iCAAiC,EAAE,UAAU,CAAC,eAyB1D,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,UAAU,CAAC,eAqBxC,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,UAAU,CAAC,eA0BvC,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,UAAU,CAAC,eA0B7B,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,UAAU,CAAC,eAiClC,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,UAAU,CAAC,eA0BvC,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,UAAU,CAAC,eAalC,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eA2CnC,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,UAAU,CAAC,eA4BjC,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,UAAU,CAAC,eActC,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,UAAU,CAAC,eAkCxC,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,UAAU,CAAC,eAmBtC,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,UAAU,CAAC,eA4BlC,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,UAAU,CAAC,eAmChC,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,UAAU,CAAC,eAc7B,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,UAAU,CAAC,eAa/B,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,UAAU,CAAC,eAsBxC,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,UAAU,CAAC,eAoF/C,CAAC"}
|