@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
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,212 @@
|
|
|
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
|
+
/** Known values of {@link AsyncOperationStatus} that the service accepts. */
|
|
9
|
+
export var KnownAsyncOperationStatus;
|
|
10
|
+
(function (KnownAsyncOperationStatus) {
|
|
11
|
+
/** Requesting */
|
|
12
|
+
KnownAsyncOperationStatus["Requesting"] = "Requesting";
|
|
13
|
+
/** Executing */
|
|
14
|
+
KnownAsyncOperationStatus["Executing"] = "Executing";
|
|
15
|
+
/** Succeeded */
|
|
16
|
+
KnownAsyncOperationStatus["Succeeded"] = "Succeeded";
|
|
17
|
+
/** Failed */
|
|
18
|
+
KnownAsyncOperationStatus["Failed"] = "Failed";
|
|
19
|
+
})(KnownAsyncOperationStatus || (KnownAsyncOperationStatus = {}));
|
|
20
|
+
/** Known values of {@link AzureBareMetalInstanceForcePowerState} that the service accepts. */
|
|
21
|
+
export var KnownAzureBareMetalInstanceForcePowerState;
|
|
22
|
+
(function (KnownAzureBareMetalInstanceForcePowerState) {
|
|
23
|
+
/** Active */
|
|
24
|
+
KnownAzureBareMetalInstanceForcePowerState["Active"] = "active";
|
|
25
|
+
/** Inactive */
|
|
26
|
+
KnownAzureBareMetalInstanceForcePowerState["Inactive"] = "inactive";
|
|
27
|
+
})(KnownAzureBareMetalInstanceForcePowerState || (KnownAzureBareMetalInstanceForcePowerState = {}));
|
|
28
|
+
/** Known values of {@link AzureBareMetalHardwareTypeNamesEnum} that the service accepts. */
|
|
29
|
+
export var KnownAzureBareMetalHardwareTypeNamesEnum;
|
|
30
|
+
(function (KnownAzureBareMetalHardwareTypeNamesEnum) {
|
|
31
|
+
/** CiscoUCS */
|
|
32
|
+
KnownAzureBareMetalHardwareTypeNamesEnum["CiscoUCS"] = "Cisco_UCS";
|
|
33
|
+
/** HPE */
|
|
34
|
+
KnownAzureBareMetalHardwareTypeNamesEnum["HPE"] = "HPE";
|
|
35
|
+
/** Sdflex */
|
|
36
|
+
KnownAzureBareMetalHardwareTypeNamesEnum["Sdflex"] = "SDFLEX";
|
|
37
|
+
})(KnownAzureBareMetalHardwareTypeNamesEnum || (KnownAzureBareMetalHardwareTypeNamesEnum = {}));
|
|
38
|
+
/** Known values of {@link AzureBareMetalInstanceSizeNamesEnum} that the service accepts. */
|
|
39
|
+
export var KnownAzureBareMetalInstanceSizeNamesEnum;
|
|
40
|
+
(function (KnownAzureBareMetalInstanceSizeNamesEnum) {
|
|
41
|
+
/** S72M */
|
|
42
|
+
KnownAzureBareMetalInstanceSizeNamesEnum["S72M"] = "S72m";
|
|
43
|
+
/** S144M */
|
|
44
|
+
KnownAzureBareMetalInstanceSizeNamesEnum["S144M"] = "S144m";
|
|
45
|
+
/** S72 */
|
|
46
|
+
KnownAzureBareMetalInstanceSizeNamesEnum["S72"] = "S72";
|
|
47
|
+
/** S144 */
|
|
48
|
+
KnownAzureBareMetalInstanceSizeNamesEnum["S144"] = "S144";
|
|
49
|
+
/** S192 */
|
|
50
|
+
KnownAzureBareMetalInstanceSizeNamesEnum["S192"] = "S192";
|
|
51
|
+
/** S192M */
|
|
52
|
+
KnownAzureBareMetalInstanceSizeNamesEnum["S192M"] = "S192m";
|
|
53
|
+
/** S192Xm */
|
|
54
|
+
KnownAzureBareMetalInstanceSizeNamesEnum["S192Xm"] = "S192xm";
|
|
55
|
+
/** S96 */
|
|
56
|
+
KnownAzureBareMetalInstanceSizeNamesEnum["S96"] = "S96";
|
|
57
|
+
/** S112 */
|
|
58
|
+
KnownAzureBareMetalInstanceSizeNamesEnum["S112"] = "S112";
|
|
59
|
+
/** S224 */
|
|
60
|
+
KnownAzureBareMetalInstanceSizeNamesEnum["S224"] = "S224";
|
|
61
|
+
/** S224M */
|
|
62
|
+
KnownAzureBareMetalInstanceSizeNamesEnum["S224M"] = "S224m";
|
|
63
|
+
/** S224Om */
|
|
64
|
+
KnownAzureBareMetalInstanceSizeNamesEnum["S224Om"] = "S224om";
|
|
65
|
+
/** S224Oo */
|
|
66
|
+
KnownAzureBareMetalInstanceSizeNamesEnum["S224Oo"] = "S224oo";
|
|
67
|
+
/** S224Oom */
|
|
68
|
+
KnownAzureBareMetalInstanceSizeNamesEnum["S224Oom"] = "S224oom";
|
|
69
|
+
/** S224Ooo */
|
|
70
|
+
KnownAzureBareMetalInstanceSizeNamesEnum["S224Ooo"] = "S224ooo";
|
|
71
|
+
/** S384 */
|
|
72
|
+
KnownAzureBareMetalInstanceSizeNamesEnum["S384"] = "S384";
|
|
73
|
+
/** S384M */
|
|
74
|
+
KnownAzureBareMetalInstanceSizeNamesEnum["S384M"] = "S384m";
|
|
75
|
+
/** S384Xm */
|
|
76
|
+
KnownAzureBareMetalInstanceSizeNamesEnum["S384Xm"] = "S384xm";
|
|
77
|
+
/** S384Xxm */
|
|
78
|
+
KnownAzureBareMetalInstanceSizeNamesEnum["S384Xxm"] = "S384xxm";
|
|
79
|
+
/** S448 */
|
|
80
|
+
KnownAzureBareMetalInstanceSizeNamesEnum["S448"] = "S448";
|
|
81
|
+
/** S448M */
|
|
82
|
+
KnownAzureBareMetalInstanceSizeNamesEnum["S448M"] = "S448m";
|
|
83
|
+
/** S448Om */
|
|
84
|
+
KnownAzureBareMetalInstanceSizeNamesEnum["S448Om"] = "S448om";
|
|
85
|
+
/** S448Oo */
|
|
86
|
+
KnownAzureBareMetalInstanceSizeNamesEnum["S448Oo"] = "S448oo";
|
|
87
|
+
/** S448Oom */
|
|
88
|
+
KnownAzureBareMetalInstanceSizeNamesEnum["S448Oom"] = "S448oom";
|
|
89
|
+
/** S448Ooo */
|
|
90
|
+
KnownAzureBareMetalInstanceSizeNamesEnum["S448Ooo"] = "S448ooo";
|
|
91
|
+
/** S448Se */
|
|
92
|
+
KnownAzureBareMetalInstanceSizeNamesEnum["S448Se"] = "S448se";
|
|
93
|
+
/** S576M */
|
|
94
|
+
KnownAzureBareMetalInstanceSizeNamesEnum["S576M"] = "S576m";
|
|
95
|
+
/** S576Xm */
|
|
96
|
+
KnownAzureBareMetalInstanceSizeNamesEnum["S576Xm"] = "S576xm";
|
|
97
|
+
/** S672 */
|
|
98
|
+
KnownAzureBareMetalInstanceSizeNamesEnum["S672"] = "S672";
|
|
99
|
+
/** S672M */
|
|
100
|
+
KnownAzureBareMetalInstanceSizeNamesEnum["S672M"] = "S672m";
|
|
101
|
+
/** S672Om */
|
|
102
|
+
KnownAzureBareMetalInstanceSizeNamesEnum["S672Om"] = "S672om";
|
|
103
|
+
/** S672Oo */
|
|
104
|
+
KnownAzureBareMetalInstanceSizeNamesEnum["S672Oo"] = "S672oo";
|
|
105
|
+
/** S672Oom */
|
|
106
|
+
KnownAzureBareMetalInstanceSizeNamesEnum["S672Oom"] = "S672oom";
|
|
107
|
+
/** S672Ooo */
|
|
108
|
+
KnownAzureBareMetalInstanceSizeNamesEnum["S672Ooo"] = "S672ooo";
|
|
109
|
+
/** S768 */
|
|
110
|
+
KnownAzureBareMetalInstanceSizeNamesEnum["S768"] = "S768";
|
|
111
|
+
/** S768M */
|
|
112
|
+
KnownAzureBareMetalInstanceSizeNamesEnum["S768M"] = "S768m";
|
|
113
|
+
/** S768Xm */
|
|
114
|
+
KnownAzureBareMetalInstanceSizeNamesEnum["S768Xm"] = "S768xm";
|
|
115
|
+
/** S896 */
|
|
116
|
+
KnownAzureBareMetalInstanceSizeNamesEnum["S896"] = "S896";
|
|
117
|
+
/** S896M */
|
|
118
|
+
KnownAzureBareMetalInstanceSizeNamesEnum["S896M"] = "S896m";
|
|
119
|
+
/** S896Om */
|
|
120
|
+
KnownAzureBareMetalInstanceSizeNamesEnum["S896Om"] = "S896om";
|
|
121
|
+
/** S896Oo */
|
|
122
|
+
KnownAzureBareMetalInstanceSizeNamesEnum["S896Oo"] = "S896oo";
|
|
123
|
+
/** S896Oom */
|
|
124
|
+
KnownAzureBareMetalInstanceSizeNamesEnum["S896Oom"] = "S896oom";
|
|
125
|
+
/** S896Ooo */
|
|
126
|
+
KnownAzureBareMetalInstanceSizeNamesEnum["S896Ooo"] = "S896ooo";
|
|
127
|
+
/** S960M */
|
|
128
|
+
KnownAzureBareMetalInstanceSizeNamesEnum["S960M"] = "S960m";
|
|
129
|
+
})(KnownAzureBareMetalInstanceSizeNamesEnum || (KnownAzureBareMetalInstanceSizeNamesEnum = {}));
|
|
130
|
+
/** Known values of {@link AzureBareMetalInstancePowerStateEnum} that the service accepts. */
|
|
131
|
+
export var KnownAzureBareMetalInstancePowerStateEnum;
|
|
132
|
+
(function (KnownAzureBareMetalInstancePowerStateEnum) {
|
|
133
|
+
/** Starting */
|
|
134
|
+
KnownAzureBareMetalInstancePowerStateEnum["Starting"] = "starting";
|
|
135
|
+
/** Started */
|
|
136
|
+
KnownAzureBareMetalInstancePowerStateEnum["Started"] = "started";
|
|
137
|
+
/** Stopping */
|
|
138
|
+
KnownAzureBareMetalInstancePowerStateEnum["Stopping"] = "stopping";
|
|
139
|
+
/** Stopped */
|
|
140
|
+
KnownAzureBareMetalInstancePowerStateEnum["Stopped"] = "stopped";
|
|
141
|
+
/** Restarting */
|
|
142
|
+
KnownAzureBareMetalInstancePowerStateEnum["Restarting"] = "restarting";
|
|
143
|
+
/** Unknown */
|
|
144
|
+
KnownAzureBareMetalInstancePowerStateEnum["Unknown"] = "unknown";
|
|
145
|
+
})(KnownAzureBareMetalInstancePowerStateEnum || (KnownAzureBareMetalInstancePowerStateEnum = {}));
|
|
146
|
+
/** Known values of {@link AzureBareMetalProvisioningStatesEnum} that the service accepts. */
|
|
147
|
+
export var KnownAzureBareMetalProvisioningStatesEnum;
|
|
148
|
+
(function (KnownAzureBareMetalProvisioningStatesEnum) {
|
|
149
|
+
/** Accepted */
|
|
150
|
+
KnownAzureBareMetalProvisioningStatesEnum["Accepted"] = "Accepted";
|
|
151
|
+
/** Creating */
|
|
152
|
+
KnownAzureBareMetalProvisioningStatesEnum["Creating"] = "Creating";
|
|
153
|
+
/** Updating */
|
|
154
|
+
KnownAzureBareMetalProvisioningStatesEnum["Updating"] = "Updating";
|
|
155
|
+
/** Failed */
|
|
156
|
+
KnownAzureBareMetalProvisioningStatesEnum["Failed"] = "Failed";
|
|
157
|
+
/** Succeeded */
|
|
158
|
+
KnownAzureBareMetalProvisioningStatesEnum["Succeeded"] = "Succeeded";
|
|
159
|
+
/** Deleting */
|
|
160
|
+
KnownAzureBareMetalProvisioningStatesEnum["Deleting"] = "Deleting";
|
|
161
|
+
/** Migrating */
|
|
162
|
+
KnownAzureBareMetalProvisioningStatesEnum["Migrating"] = "Migrating";
|
|
163
|
+
})(KnownAzureBareMetalProvisioningStatesEnum || (KnownAzureBareMetalProvisioningStatesEnum = {}));
|
|
164
|
+
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
165
|
+
export var KnownCreatedByType;
|
|
166
|
+
(function (KnownCreatedByType) {
|
|
167
|
+
/** User */
|
|
168
|
+
KnownCreatedByType["User"] = "User";
|
|
169
|
+
/** Application */
|
|
170
|
+
KnownCreatedByType["Application"] = "Application";
|
|
171
|
+
/** ManagedIdentity */
|
|
172
|
+
KnownCreatedByType["ManagedIdentity"] = "ManagedIdentity";
|
|
173
|
+
/** Key */
|
|
174
|
+
KnownCreatedByType["Key"] = "Key";
|
|
175
|
+
})(KnownCreatedByType || (KnownCreatedByType = {}));
|
|
176
|
+
/** Known values of {@link Origin} that the service accepts. */
|
|
177
|
+
export var KnownOrigin;
|
|
178
|
+
(function (KnownOrigin) {
|
|
179
|
+
/** User */
|
|
180
|
+
KnownOrigin["User"] = "user";
|
|
181
|
+
/** System */
|
|
182
|
+
KnownOrigin["System"] = "system";
|
|
183
|
+
/** UserSystem */
|
|
184
|
+
KnownOrigin["UserSystem"] = "user,system";
|
|
185
|
+
})(KnownOrigin || (KnownOrigin = {}));
|
|
186
|
+
/** Known values of {@link ActionType} that the service accepts. */
|
|
187
|
+
export var KnownActionType;
|
|
188
|
+
(function (KnownActionType) {
|
|
189
|
+
/** Internal */
|
|
190
|
+
KnownActionType["Internal"] = "Internal";
|
|
191
|
+
})(KnownActionType || (KnownActionType = {}));
|
|
192
|
+
/** Known values of {@link ProvisioningState} that the service accepts. */
|
|
193
|
+
export var KnownProvisioningState;
|
|
194
|
+
(function (KnownProvisioningState) {
|
|
195
|
+
/** Accepted */
|
|
196
|
+
KnownProvisioningState["Accepted"] = "Accepted";
|
|
197
|
+
/** Creating */
|
|
198
|
+
KnownProvisioningState["Creating"] = "Creating";
|
|
199
|
+
/** Updating */
|
|
200
|
+
KnownProvisioningState["Updating"] = "Updating";
|
|
201
|
+
/** Failed */
|
|
202
|
+
KnownProvisioningState["Failed"] = "Failed";
|
|
203
|
+
/** Succeeded */
|
|
204
|
+
KnownProvisioningState["Succeeded"] = "Succeeded";
|
|
205
|
+
/** Deleting */
|
|
206
|
+
KnownProvisioningState["Deleting"] = "Deleting";
|
|
207
|
+
/** Canceled */
|
|
208
|
+
KnownProvisioningState["Canceled"] = "Canceled";
|
|
209
|
+
/** Migrating */
|
|
210
|
+
KnownProvisioningState["Migrating"] = "Migrating";
|
|
211
|
+
})(KnownProvisioningState || (KnownProvisioningState = {}));
|
|
212
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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","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/** The OperationStatus object returns the state of an asynchronous operation. */\nexport interface OperationStatus {\n /** Unique Operation Status Identifier. */\n name?: string;\n /** Status of the operation. */\n status?: AsyncOperationStatus;\n /** Start Time when the operation was initially executed. */\n startTime?: string;\n /** An error from the Azure Bare Metal Infrastructure service. */\n error?: OperationStatusError;\n}\n\n/** An error from the Azure Bare Metal Infrastructure service. */\nexport interface OperationStatusError {\n /** Server-defined set of error codes. */\n code?: string;\n /** Human-readable representation of the error. */\n message?: string;\n}\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /**\n * The 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 * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The error target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * The error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ErrorDetail[];\n /**\n * The error additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /**\n * The additional info type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly info?: Record<string, unknown>;\n}\n\n/** The active state empowers the server with the ability to forcefully terminate and halt any existing processes that may be running on the server */\nexport interface ForceState {\n /** Whether to force restart by shutting all processes. */\n forceState?: AzureBareMetalInstanceForcePowerState;\n}\n\n/** The response from the List Azure Bare Metal Instances operation. */\nexport interface AzureBareMetalInstancesListResult {\n /** The list of Azure Bare Metal Instances. */\n value?: AzureBareMetalInstance[];\n /** The URL to get the next set of Azure Bare Metal Instances. */\n nextLink?: string;\n}\n\n/** Specifies the hardware settings for the Azure Bare Metal Instance. */\nexport interface HardwareProfile {\n /**\n * Name of the hardware type (vendor and/or their product name)\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly hardwareType?: AzureBareMetalHardwareTypeNamesEnum;\n /**\n * Specifies the Azure Bare Metal Instance SKU.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly azureBareMetalInstanceSize?: AzureBareMetalInstanceSizeNamesEnum;\n}\n\n/** Specifies the storage settings for the Azure Bare Metal instance disks. */\nexport interface StorageProfile {\n /**\n * IP Address to connect to storage.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nfsIpAddress?: string;\n /** Specifies information about the operating system disk used by bare metal instance. */\n osDisks?: Disk[];\n}\n\n/** Specifies the disk information fo the Azure Bare Metal Instance */\nexport interface Disk {\n /** The disk name. */\n name?: string;\n /** Specifies the size of an empty data disk in gigabytes. */\n diskSizeGB?: number;\n /**\n * 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.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lun?: number;\n}\n\n/** Specifies the operating system settings for the Azure Bare Metal instance. */\nexport interface OSProfile {\n /** Specifies the host OS name of the Azure Bare Metal instance. */\n computerName?: string;\n /**\n * This property allows you to specify the type of the OS.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly osType?: string;\n /**\n * Specifies version of operating system.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly version?: string;\n /** Specifies the SSH public key used to access the operating system. */\n sshPublicKey?: string;\n}\n\n/** Specifies the network settings for the Azure Bare Metal Instance disks. */\nexport interface NetworkProfile {\n /** Specifies the network interfaces for the Azure Bare Metal Instance. */\n networkInterfaces?: NetworkInterface[];\n /**\n * Specifies the circuit id for connecting to express route.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly circuitId?: string;\n}\n\n/** Specifies the network interfaces of a bare metal resource. */\nexport interface NetworkInterface {\n /** Specifies the IP address of the network interface. */\n ipAddress?: string;\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /**\n * Fully qualified resource ID for the resource. E.g. \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The 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 * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Azure Resource Manager metadata containing createdBy and modifiedBy information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\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/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */\nexport interface OperationListResult {\n /**\n * List of operations supported by the resource provider\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Operation[];\n /**\n * URL to get the next set of operation list results (if there are any).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Details of a REST API operation, returned from the Resource Provider Operations API */\nexport interface Operation {\n /**\n * The name of the operation, as per Resource-Based Access Control (RBAC). Examples: \"Microsoft.Compute/virtualMachines/write\", \"Microsoft.Compute/virtualMachines/capture/action\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Whether the operation applies to data-plane. This is \"true\" for data-plane operations and \"false\" for ARM/control-plane operations.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isDataAction?: boolean;\n /** Localized display information for this particular operation. */\n display?: OperationDisplay;\n /**\n * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly origin?: Origin;\n /**\n * Enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly actionType?: ActionType;\n}\n\n/** Localized display information for this particular operation. */\nexport interface OperationDisplay {\n /**\n * The localized friendly form of the resource provider name, e.g. \"Microsoft Monitoring Insights\" or \"Microsoft Compute\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provider?: string;\n /**\n * The localized friendly name of the resource type related to this operation. E.g. \"Virtual Machines\" or \"Job Schedule Collections\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resource?: string;\n /**\n * The concise, localized friendly name for the operation; suitable for dropdowns. E.g. \"Create or Update Virtual Machine\", \"Restart Virtual Machine\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operation?: string;\n /**\n * The short, localized friendly description of the operation; suitable for tool tips and detailed views.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n}\n\n/** Tags field of the AzureBareMetal/AzureBareMetaStorage instance. */\nexport interface Tags {\n /** Tags field of the AzureBareMetal/AzureBareMetaStorage instance. */\n tags?: { [propertyName: string]: string };\n}\n\n/** The response from the Get AzureBareMetalStorageInstances operation. */\nexport interface AzureBareMetalStorageInstancesListResult {\n /** The list of AzureBareMetalStorage instances. */\n value?: AzureBareMetalStorageInstance[];\n /** The URL to get the next set of AzureBareMetalStorage instances. */\n nextLink?: string;\n}\n\n/** described the storage properties of the azure bare metal storage instance */\nexport interface StorageProperties {\n /** State of provisioning of the AzureBareMetalStorageInstance */\n provisioningState?: ProvisioningState;\n /** the offering type for which the resource is getting provisioned */\n offeringType?: string;\n /** the storage protocol for which the resource is getting provisioned */\n storageType?: string;\n /** the kind of storage instance */\n generation?: string;\n /** the hardware type of the storage instance */\n hardwareType?: string;\n /** the workload for which the resource is getting provisioned */\n workloadType?: string;\n /** the billing related information for the resource */\n storageBillingProperties?: StorageBillingProperties;\n}\n\n/** Describes the billing related details of the AzureBareMetalStorageInstance. */\nexport interface StorageBillingProperties {\n /** the billing mode for the storage instance */\n billingMode?: string;\n /** the SKU type that is provisioned */\n azureBareMetalStorageInstanceSize?: string;\n}\n\n/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */\nexport interface TrackedResource extends Resource {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The geo-location where the resource lives */\n location: string;\n}\n\n/** AzureBareMetal instance info on Azure (ARM properties and AzureBareMetal properties) */\nexport interface AzureBareMetalInstance extends TrackedResource {\n /** Specifies the hardware settings for the Azure Bare Metal Instance. */\n hardwareProfile?: HardwareProfile;\n /** Specifies the storage settings for the Azure Bare Metal Instance disks. */\n storageProfile?: StorageProfile;\n /** Specifies the operating system settings for the Azure Bare Metal Instance. */\n osProfile?: OSProfile;\n /** Specifies the network settings for the Azure Bare Metal Instance. */\n networkProfile?: NetworkProfile;\n /**\n * Specifies the Azure Bare Metal Instance unique ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly azureBareMetalInstanceId?: string;\n /**\n * Resource power state\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly powerState?: AzureBareMetalInstancePowerStateEnum;\n /**\n * Resource proximity placement group\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly proximityPlacementGroup?: string;\n /**\n * Hardware revision of an Azure Bare Metal Instance\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly hwRevision?: string;\n /** ARM ID of another AzureBareMetalInstance that will share a network with this AzureBareMetalInstance */\n partnerNodeId?: string;\n /**\n * State of provisioning of the AzureBareMetalInstance\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: AzureBareMetalProvisioningStatesEnum;\n}\n\n/** AzureBareMetalStorageInstance info on Azure (ARM properties and AzureBareMetalStorage properties) */\nexport interface AzureBareMetalStorageInstance extends TrackedResource {\n /** Specifies the AzureBareMetaStorageInstance unique ID. */\n azureBareMetalStorageInstanceUniqueIdentifier?: string;\n /** Specifies the storage properties for the AzureBareMetalStorage instance. */\n storageProperties?: StorageProperties;\n}\n\n/** Defines headers for AzureBareMetalInstances_start operation. */\nexport interface AzureBareMetalInstancesStartHeaders {\n /** URL to track the operation status of the Microsoft Bare Metal Infrastructure in the specified location. */\n location?: string;\n}\n\n/** Defines headers for AzureBareMetalInstances_restart operation. */\nexport interface AzureBareMetalInstancesRestartHeaders {\n /** URL to track the operation status of the Microsoft Bare Metal Infrastructure in the specified location. */\n location?: string;\n}\n\n/** Defines headers for AzureBareMetalInstances_shutdown operation. */\nexport interface AzureBareMetalInstancesShutdownHeaders {\n /** URL to track the operation status of the Microsoft Bare Metal Infrastructure in the specified location. */\n location?: string;\n}\n\n/** Known values of {@link AsyncOperationStatus} that the service accepts. */\nexport enum KnownAsyncOperationStatus {\n /** Requesting */\n Requesting = \"Requesting\",\n /** Executing */\n Executing = \"Executing\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\"\n}\n\n/**\n * Defines values for AsyncOperationStatus. \\\n * {@link KnownAsyncOperationStatus} can be used interchangeably with AsyncOperationStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Requesting** \\\n * **Executing** \\\n * **Succeeded** \\\n * **Failed**\n */\nexport type AsyncOperationStatus = string;\n\n/** Known values of {@link AzureBareMetalInstanceForcePowerState} that the service accepts. */\nexport enum KnownAzureBareMetalInstanceForcePowerState {\n /** Active */\n Active = \"active\",\n /** Inactive */\n Inactive = \"inactive\"\n}\n\n/**\n * Defines values for AzureBareMetalInstanceForcePowerState. \\\n * {@link KnownAzureBareMetalInstanceForcePowerState} can be used interchangeably with AzureBareMetalInstanceForcePowerState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **active** \\\n * **inactive**\n */\nexport type AzureBareMetalInstanceForcePowerState = string;\n\n/** Known values of {@link AzureBareMetalHardwareTypeNamesEnum} that the service accepts. */\nexport enum KnownAzureBareMetalHardwareTypeNamesEnum {\n /** CiscoUCS */\n CiscoUCS = \"Cisco_UCS\",\n /** HPE */\n HPE = \"HPE\",\n /** Sdflex */\n Sdflex = \"SDFLEX\"\n}\n\n/**\n * Defines values for AzureBareMetalHardwareTypeNamesEnum. \\\n * {@link KnownAzureBareMetalHardwareTypeNamesEnum} can be used interchangeably with AzureBareMetalHardwareTypeNamesEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Cisco_UCS** \\\n * **HPE** \\\n * **SDFLEX**\n */\nexport type AzureBareMetalHardwareTypeNamesEnum = string;\n\n/** Known values of {@link AzureBareMetalInstanceSizeNamesEnum} that the service accepts. */\nexport enum KnownAzureBareMetalInstanceSizeNamesEnum {\n /** S72M */\n S72M = \"S72m\",\n /** S144M */\n S144M = \"S144m\",\n /** S72 */\n S72 = \"S72\",\n /** S144 */\n S144 = \"S144\",\n /** S192 */\n S192 = \"S192\",\n /** S192M */\n S192M = \"S192m\",\n /** S192Xm */\n S192Xm = \"S192xm\",\n /** S96 */\n S96 = \"S96\",\n /** S112 */\n S112 = \"S112\",\n /** S224 */\n S224 = \"S224\",\n /** S224M */\n S224M = \"S224m\",\n /** S224Om */\n S224Om = \"S224om\",\n /** S224Oo */\n S224Oo = \"S224oo\",\n /** S224Oom */\n S224Oom = \"S224oom\",\n /** S224Ooo */\n S224Ooo = \"S224ooo\",\n /** S384 */\n S384 = \"S384\",\n /** S384M */\n S384M = \"S384m\",\n /** S384Xm */\n S384Xm = \"S384xm\",\n /** S384Xxm */\n S384Xxm = \"S384xxm\",\n /** S448 */\n S448 = \"S448\",\n /** S448M */\n S448M = \"S448m\",\n /** S448Om */\n S448Om = \"S448om\",\n /** S448Oo */\n S448Oo = \"S448oo\",\n /** S448Oom */\n S448Oom = \"S448oom\",\n /** S448Ooo */\n S448Ooo = \"S448ooo\",\n /** S448Se */\n S448Se = \"S448se\",\n /** S576M */\n S576M = \"S576m\",\n /** S576Xm */\n S576Xm = \"S576xm\",\n /** S672 */\n S672 = \"S672\",\n /** S672M */\n S672M = \"S672m\",\n /** S672Om */\n S672Om = \"S672om\",\n /** S672Oo */\n S672Oo = \"S672oo\",\n /** S672Oom */\n S672Oom = \"S672oom\",\n /** S672Ooo */\n S672Ooo = \"S672ooo\",\n /** S768 */\n S768 = \"S768\",\n /** S768M */\n S768M = \"S768m\",\n /** S768Xm */\n S768Xm = \"S768xm\",\n /** S896 */\n S896 = \"S896\",\n /** S896M */\n S896M = \"S896m\",\n /** S896Om */\n S896Om = \"S896om\",\n /** S896Oo */\n S896Oo = \"S896oo\",\n /** S896Oom */\n S896Oom = \"S896oom\",\n /** S896Ooo */\n S896Ooo = \"S896ooo\",\n /** S960M */\n S960M = \"S960m\"\n}\n\n/**\n * Defines values for AzureBareMetalInstanceSizeNamesEnum. \\\n * {@link KnownAzureBareMetalInstanceSizeNamesEnum} can be used interchangeably with AzureBareMetalInstanceSizeNamesEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **S72m** \\\n * **S144m** \\\n * **S72** \\\n * **S144** \\\n * **S192** \\\n * **S192m** \\\n * **S192xm** \\\n * **S96** \\\n * **S112** \\\n * **S224** \\\n * **S224m** \\\n * **S224om** \\\n * **S224oo** \\\n * **S224oom** \\\n * **S224ooo** \\\n * **S384** \\\n * **S384m** \\\n * **S384xm** \\\n * **S384xxm** \\\n * **S448** \\\n * **S448m** \\\n * **S448om** \\\n * **S448oo** \\\n * **S448oom** \\\n * **S448ooo** \\\n * **S448se** \\\n * **S576m** \\\n * **S576xm** \\\n * **S672** \\\n * **S672m** \\\n * **S672om** \\\n * **S672oo** \\\n * **S672oom** \\\n * **S672ooo** \\\n * **S768** \\\n * **S768m** \\\n * **S768xm** \\\n * **S896** \\\n * **S896m** \\\n * **S896om** \\\n * **S896oo** \\\n * **S896oom** \\\n * **S896ooo** \\\n * **S960m**\n */\nexport type AzureBareMetalInstanceSizeNamesEnum = string;\n\n/** Known values of {@link AzureBareMetalInstancePowerStateEnum} that the service accepts. */\nexport enum KnownAzureBareMetalInstancePowerStateEnum {\n /** Starting */\n Starting = \"starting\",\n /** Started */\n Started = \"started\",\n /** Stopping */\n Stopping = \"stopping\",\n /** Stopped */\n Stopped = \"stopped\",\n /** Restarting */\n Restarting = \"restarting\",\n /** Unknown */\n Unknown = \"unknown\"\n}\n\n/**\n * Defines values for AzureBareMetalInstancePowerStateEnum. \\\n * {@link KnownAzureBareMetalInstancePowerStateEnum} can be used interchangeably with AzureBareMetalInstancePowerStateEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **starting** \\\n * **started** \\\n * **stopping** \\\n * **stopped** \\\n * **restarting** \\\n * **unknown**\n */\nexport type AzureBareMetalInstancePowerStateEnum = string;\n\n/** Known values of {@link AzureBareMetalProvisioningStatesEnum} that the service accepts. */\nexport enum KnownAzureBareMetalProvisioningStatesEnum {\n /** Accepted */\n Accepted = \"Accepted\",\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Failed */\n Failed = \"Failed\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Migrating */\n Migrating = \"Migrating\"\n}\n\n/**\n * Defines values for AzureBareMetalProvisioningStatesEnum. \\\n * {@link KnownAzureBareMetalProvisioningStatesEnum} can be used interchangeably with AzureBareMetalProvisioningStatesEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Accepted** \\\n * **Creating** \\\n * **Updating** \\\n * **Failed** \\\n * **Succeeded** \\\n * **Deleting** \\\n * **Migrating**\n */\nexport type AzureBareMetalProvisioningStatesEnum = string;\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 Origin} that the service accepts. */\nexport enum KnownOrigin {\n /** User */\n User = \"user\",\n /** System */\n System = \"system\",\n /** UserSystem */\n UserSystem = \"user,system\"\n}\n\n/**\n * Defines values for Origin. \\\n * {@link KnownOrigin} can be used interchangeably with Origin,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **user** \\\n * **system** \\\n * **user,system**\n */\nexport type Origin = string;\n\n/** Known values of {@link ActionType} that the service accepts. */\nexport enum KnownActionType {\n /** Internal */\n Internal = \"Internal\"\n}\n\n/**\n * Defines values for ActionType. \\\n * {@link KnownActionType} can be used interchangeably with ActionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Internal**\n */\nexport type ActionType = string;\n\n/** Known values of {@link ProvisioningState} that the service accepts. */\nexport enum KnownProvisioningState {\n /** Accepted */\n Accepted = \"Accepted\",\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Failed */\n Failed = \"Failed\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Migrating */\n Migrating = \"Migrating\"\n}\n\n/**\n * Defines values for ProvisioningState. \\\n * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Accepted** \\\n * **Creating** \\\n * **Updating** \\\n * **Failed** \\\n * **Succeeded** \\\n * **Deleting** \\\n * **Canceled** \\\n * **Migrating**\n */\nexport type ProvisioningState = string;\n\n/** Optional parameters. */\nexport interface AzureBareMetalInstancesStartOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the start operation. */\nexport type AzureBareMetalInstancesStartResponse = OperationStatus;\n\n/** Optional parameters. */\nexport interface AzureBareMetalInstancesRestartOptionalParams\n extends coreClient.OperationOptions {\n /** When set to 'active', this parameter empowers the server with the ability to forcefully terminate and halt any existing processes that may be running on the server */\n forceParameter?: ForceState;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the restart operation. */\nexport type AzureBareMetalInstancesRestartResponse = OperationStatus;\n\n/** Optional parameters. */\nexport interface AzureBareMetalInstancesShutdownOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the shutdown operation. */\nexport type AzureBareMetalInstancesShutdownResponse = OperationStatus;\n\n/** Optional parameters. */\nexport interface AzureBareMetalInstancesListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type AzureBareMetalInstancesListBySubscriptionResponse = AzureBareMetalInstancesListResult;\n\n/** Optional parameters. */\nexport interface AzureBareMetalInstancesListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type AzureBareMetalInstancesListByResourceGroupResponse = AzureBareMetalInstancesListResult;\n\n/** Optional parameters. */\nexport interface AzureBareMetalInstancesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type AzureBareMetalInstancesGetResponse = AzureBareMetalInstance;\n\n/** Optional parameters. */\nexport interface AzureBareMetalInstancesUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type AzureBareMetalInstancesUpdateResponse = AzureBareMetalInstance;\n\n/** Optional parameters. */\nexport interface AzureBareMetalInstancesListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type AzureBareMetalInstancesListBySubscriptionNextResponse = AzureBareMetalInstancesListResult;\n\n/** Optional parameters. */\nexport interface AzureBareMetalInstancesListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type AzureBareMetalInstancesListByResourceGroupNextResponse = AzureBareMetalInstancesListResult;\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface AzureBareMetalStorageInstancesListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type AzureBareMetalStorageInstancesListBySubscriptionResponse = AzureBareMetalStorageInstancesListResult;\n\n/** Optional parameters. */\nexport interface AzureBareMetalStorageInstancesListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type AzureBareMetalStorageInstancesListByResourceGroupResponse = AzureBareMetalStorageInstancesListResult;\n\n/** Optional parameters. */\nexport interface AzureBareMetalStorageInstancesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type AzureBareMetalStorageInstancesGetResponse = AzureBareMetalStorageInstance;\n\n/** Optional parameters. */\nexport interface AzureBareMetalStorageInstancesCreateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the create operation. */\nexport type AzureBareMetalStorageInstancesCreateResponse = AzureBareMetalStorageInstance;\n\n/** Optional parameters. */\nexport interface AzureBareMetalStorageInstancesUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type AzureBareMetalStorageInstancesUpdateResponse = AzureBareMetalStorageInstance;\n\n/** Optional parameters. */\nexport interface AzureBareMetalStorageInstancesDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface AzureBareMetalStorageInstancesListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type AzureBareMetalStorageInstancesListBySubscriptionNextResponse = AzureBareMetalStorageInstancesListResult;\n\n/** Optional parameters. */\nexport interface AzureBareMetalStorageInstancesListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type AzureBareMetalStorageInstancesListByResourceGroupNextResponse = AzureBareMetalStorageInstancesListResult;\n\n/** Optional parameters. */\nexport interface BareMetalInfrastructureClientOptionalParams\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"]}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
|
2
|
+
export declare const OperationStatus: coreClient.CompositeMapper;
|
|
3
|
+
export declare const OperationStatusError: coreClient.CompositeMapper;
|
|
4
|
+
export declare const ErrorResponse: coreClient.CompositeMapper;
|
|
5
|
+
export declare const ErrorDetail: coreClient.CompositeMapper;
|
|
6
|
+
export declare const ErrorAdditionalInfo: coreClient.CompositeMapper;
|
|
7
|
+
export declare const ForceState: coreClient.CompositeMapper;
|
|
8
|
+
export declare const AzureBareMetalInstancesListResult: coreClient.CompositeMapper;
|
|
9
|
+
export declare const HardwareProfile: coreClient.CompositeMapper;
|
|
10
|
+
export declare const StorageProfile: coreClient.CompositeMapper;
|
|
11
|
+
export declare const Disk: coreClient.CompositeMapper;
|
|
12
|
+
export declare const OSProfile: coreClient.CompositeMapper;
|
|
13
|
+
export declare const NetworkProfile: coreClient.CompositeMapper;
|
|
14
|
+
export declare const NetworkInterface: coreClient.CompositeMapper;
|
|
15
|
+
export declare const Resource: coreClient.CompositeMapper;
|
|
16
|
+
export declare const SystemData: coreClient.CompositeMapper;
|
|
17
|
+
export declare const OperationListResult: coreClient.CompositeMapper;
|
|
18
|
+
export declare const Operation: coreClient.CompositeMapper;
|
|
19
|
+
export declare const OperationDisplay: coreClient.CompositeMapper;
|
|
20
|
+
export declare const Tags: coreClient.CompositeMapper;
|
|
21
|
+
export declare const AzureBareMetalStorageInstancesListResult: coreClient.CompositeMapper;
|
|
22
|
+
export declare const StorageProperties: coreClient.CompositeMapper;
|
|
23
|
+
export declare const StorageBillingProperties: coreClient.CompositeMapper;
|
|
24
|
+
export declare const TrackedResource: coreClient.CompositeMapper;
|
|
25
|
+
export declare const AzureBareMetalInstance: coreClient.CompositeMapper;
|
|
26
|
+
export declare const AzureBareMetalStorageInstance: coreClient.CompositeMapper;
|
|
27
|
+
export declare const AzureBareMetalInstancesStartHeaders: coreClient.CompositeMapper;
|
|
28
|
+
export declare const AzureBareMetalInstancesRestartHeaders: coreClient.CompositeMapper;
|
|
29
|
+
export declare const AzureBareMetalInstancesShutdownHeaders: coreClient.CompositeMapper;
|
|
30
|
+
//# sourceMappingURL=mappers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
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,eAAe,EAAE,UAAU,CAAC,eAgCxC,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,UAAU,CAAC,eAmB7C,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,UAAU,CAAC,eActC,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,UAAU,CAAC,eAsDpC,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,eAsB5C,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eAanC,CAAC;AAEF,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,gBAAgB,EAAE,UAAU,CAAC,eAazC,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,UAAU,CAAC,eAmCjC,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eA2CnC,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,eA2B5C,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,UAAU,CAAC,eA0ClC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,UAAU,CAAC,eAmCzC,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,UAAU,CAAC,eAc7B,CAAC;AAEF,eAAO,MAAM,wCAAwC,EAAE,UAAU,CAAC,eAyBjE,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,UAAU,CAAC,eAkD1C,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,UAAU,CAAC,eAmBjD,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,UAAU,CAAC,eAsBxC,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,UAAU,CAAC,eA6E/C,CAAC;AAEF,eAAO,MAAM,6BAA6B,EAAE,UAAU,CAAC,eAsBtD,CAAC;AAEF,eAAO,MAAM,mCAAmC,EAAE,UAAU,CAAC,eAa5D,CAAC;AAEF,eAAO,MAAM,qCAAqC,EAAE,UAAU,CAAC,eAa9D,CAAC;AAEF,eAAO,MAAM,sCAAsC,EAAE,UAAU,CAAC,eAa/D,CAAC"}
|