@azure/arm-guestconfiguration 1.0.0-beta.1 → 1.0.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -1
- package/LICENSE +4 -4
- package/README.md +26 -17
- package/{dist-esm/src → dist/browser}/guestConfigurationClient.d.ts +2 -2
- package/dist/browser/guestConfigurationClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/guestConfigurationClient.js +38 -24
- package/dist/browser/guestConfigurationClient.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/models/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/mappers.js +10 -4
- package/dist/browser/models/mappers.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
- package/dist/browser/models/parameters.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/guestConfigurationAssignmentReports.d.ts +3 -3
- package/dist/browser/operations/guestConfigurationAssignmentReports.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/guestConfigurationAssignmentReports.js +3 -2
- package/dist/browser/operations/guestConfigurationAssignmentReports.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/guestConfigurationAssignmentReportsVmss.d.ts +3 -3
- package/dist/browser/operations/guestConfigurationAssignmentReportsVmss.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/guestConfigurationAssignmentReportsVmss.js +12 -29
- package/dist/browser/operations/guestConfigurationAssignmentReportsVmss.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/guestConfigurationAssignments.d.ts +3 -3
- package/dist/browser/operations/guestConfigurationAssignments.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/guestConfigurationAssignments.js +30 -81
- package/dist/browser/operations/guestConfigurationAssignments.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/guestConfigurationAssignmentsVmss.d.ts +3 -3
- package/dist/browser/operations/guestConfigurationAssignmentsVmss.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/guestConfigurationAssignmentsVmss.js +12 -29
- package/dist/browser/operations/guestConfigurationAssignmentsVmss.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/guestConfigurationConnectedVMwarevSphereAssignments.d.ts +3 -3
- package/dist/browser/operations/guestConfigurationConnectedVMwarevSphereAssignments.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/guestConfigurationConnectedVMwarevSphereAssignments.js +12 -29
- package/dist/browser/operations/guestConfigurationConnectedVMwarevSphereAssignments.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/guestConfigurationConnectedVMwarevSphereAssignmentsReports.d.ts +3 -3
- package/dist/browser/operations/guestConfigurationConnectedVMwarevSphereAssignmentsReports.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/guestConfigurationConnectedVMwarevSphereAssignmentsReports.js +3 -2
- package/dist/browser/operations/guestConfigurationConnectedVMwarevSphereAssignmentsReports.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/guestConfigurationHcrpAssignmentReports.d.ts +3 -3
- package/dist/browser/operations/guestConfigurationHcrpAssignmentReports.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/guestConfigurationHcrpAssignmentReports.js +3 -2
- package/dist/browser/operations/guestConfigurationHcrpAssignmentReports.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/guestConfigurationHcrpAssignments.d.ts +3 -3
- package/dist/browser/operations/guestConfigurationHcrpAssignments.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/guestConfigurationHcrpAssignments.js +12 -29
- package/dist/browser/operations/guestConfigurationHcrpAssignments.js.map +1 -0
- package/dist/browser/operations/index.d.ts +10 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +17 -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 +12 -29
- package/dist/browser/operations/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/guestConfigurationAssignmentReports.d.ts +1 -1
- package/dist/browser/operationsInterfaces/guestConfigurationAssignmentReports.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/guestConfigurationAssignmentReports.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/guestConfigurationAssignmentReportsVmss.d.ts +1 -1
- package/dist/browser/operationsInterfaces/guestConfigurationAssignmentReportsVmss.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/guestConfigurationAssignmentReportsVmss.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/guestConfigurationAssignments.d.ts +1 -1
- package/dist/browser/operationsInterfaces/guestConfigurationAssignments.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/guestConfigurationAssignments.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/guestConfigurationAssignmentsVmss.d.ts +1 -1
- package/dist/browser/operationsInterfaces/guestConfigurationAssignmentsVmss.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/guestConfigurationAssignmentsVmss.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/guestConfigurationConnectedVMwarevSphereAssignments.d.ts +1 -1
- package/dist/browser/operationsInterfaces/guestConfigurationConnectedVMwarevSphereAssignments.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/guestConfigurationConnectedVMwarevSphereAssignments.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/guestConfigurationConnectedVMwarevSphereAssignmentsReports.d.ts +1 -1
- package/dist/browser/operationsInterfaces/guestConfigurationConnectedVMwarevSphereAssignmentsReports.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/guestConfigurationConnectedVMwarevSphereAssignmentsReports.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/guestConfigurationHcrpAssignmentReports.d.ts +1 -1
- package/dist/browser/operationsInterfaces/guestConfigurationHcrpAssignmentReports.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/guestConfigurationHcrpAssignmentReports.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/guestConfigurationHcrpAssignments.d.ts +1 -1
- package/dist/browser/operationsInterfaces/guestConfigurationHcrpAssignments.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/guestConfigurationHcrpAssignments.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +10 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +17 -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/guestConfigurationClient.d.ts +29 -0
- package/dist/commonjs/guestConfigurationClient.d.ts.map +1 -0
- package/dist/commonjs/guestConfigurationClient.js +135 -0
- package/dist/commonjs/guestConfigurationClient.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/models/index.d.ts +723 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +89 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +28 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +955 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +17 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +169 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/guestConfigurationAssignmentReports.d.ts +30 -0
- package/dist/commonjs/operations/guestConfigurationAssignmentReports.d.ts.map +1 -0
- package/dist/commonjs/operations/guestConfigurationAssignmentReports.js +101 -0
- package/dist/commonjs/operations/guestConfigurationAssignmentReports.js.map +1 -0
- package/dist/commonjs/operations/guestConfigurationAssignmentReportsVmss.d.ts +41 -0
- package/dist/commonjs/operations/guestConfigurationAssignmentReportsVmss.d.ts.map +1 -0
- package/dist/commonjs/operations/guestConfigurationAssignmentReportsVmss.js +130 -0
- package/dist/commonjs/operations/guestConfigurationAssignmentReportsVmss.js.map +1 -0
- package/dist/commonjs/operations/guestConfigurationAssignments.d.ts +81 -0
- package/dist/commonjs/operations/guestConfigurationAssignments.d.ts.map +1 -0
- package/dist/commonjs/operations/guestConfigurationAssignments.js +315 -0
- package/dist/commonjs/operations/guestConfigurationAssignments.js.map +1 -0
- package/dist/commonjs/operations/guestConfigurationAssignmentsVmss.d.ts +55 -0
- package/dist/commonjs/operations/guestConfigurationAssignmentsVmss.d.ts.map +1 -0
- package/dist/commonjs/operations/guestConfigurationAssignmentsVmss.js +196 -0
- package/dist/commonjs/operations/guestConfigurationAssignmentsVmss.js.map +1 -0
- package/dist/commonjs/operations/guestConfigurationConnectedVMwarevSphereAssignments.d.ts +55 -0
- package/dist/commonjs/operations/guestConfigurationConnectedVMwarevSphereAssignments.d.ts.map +1 -0
- package/dist/commonjs/operations/guestConfigurationConnectedVMwarevSphereAssignments.js +200 -0
- package/dist/commonjs/operations/guestConfigurationConnectedVMwarevSphereAssignments.js.map +1 -0
- package/dist/commonjs/operations/guestConfigurationConnectedVMwarevSphereAssignmentsReports.d.ts +30 -0
- package/dist/commonjs/operations/guestConfigurationConnectedVMwarevSphereAssignmentsReports.d.ts.map +1 -0
- package/dist/commonjs/operations/guestConfigurationConnectedVMwarevSphereAssignmentsReports.js +101 -0
- package/dist/commonjs/operations/guestConfigurationConnectedVMwarevSphereAssignmentsReports.js.map +1 -0
- package/dist/commonjs/operations/guestConfigurationHcrpAssignmentReports.d.ts +30 -0
- package/dist/commonjs/operations/guestConfigurationHcrpAssignmentReports.d.ts.map +1 -0
- package/dist/commonjs/operations/guestConfigurationHcrpAssignmentReports.js +106 -0
- package/dist/commonjs/operations/guestConfigurationHcrpAssignmentReports.js.map +1 -0
- package/dist/commonjs/operations/guestConfigurationHcrpAssignments.d.ts +55 -0
- package/dist/commonjs/operations/guestConfigurationHcrpAssignments.d.ts.map +1 -0
- package/dist/commonjs/operations/guestConfigurationHcrpAssignments.js +209 -0
- package/dist/commonjs/operations/guestConfigurationHcrpAssignments.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +10 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +20 -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/guestConfigurationAssignmentReports.d.ts +22 -0
- package/dist/commonjs/operationsInterfaces/guestConfigurationAssignmentReports.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/guestConfigurationAssignmentReports.js +10 -0
- package/dist/commonjs/operationsInterfaces/guestConfigurationAssignmentReports.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/guestConfigurationAssignmentReportsVmss.d.ts +23 -0
- package/dist/commonjs/operationsInterfaces/guestConfigurationAssignmentReportsVmss.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/guestConfigurationAssignmentReportsVmss.js +10 -0
- package/dist/commonjs/operationsInterfaces/guestConfigurationAssignmentReportsVmss.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/guestConfigurationAssignments.d.ts +49 -0
- package/dist/commonjs/operationsInterfaces/guestConfigurationAssignments.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/guestConfigurationAssignments.js +10 -0
- package/dist/commonjs/operationsInterfaces/guestConfigurationAssignments.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/guestConfigurationAssignmentsVmss.d.ts +38 -0
- package/dist/commonjs/operationsInterfaces/guestConfigurationAssignmentsVmss.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/guestConfigurationAssignmentsVmss.js +10 -0
- package/dist/commonjs/operationsInterfaces/guestConfigurationAssignmentsVmss.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/guestConfigurationConnectedVMwarevSphereAssignments.d.ts +38 -0
- package/dist/commonjs/operationsInterfaces/guestConfigurationConnectedVMwarevSphereAssignments.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/guestConfigurationConnectedVMwarevSphereAssignments.js +10 -0
- package/dist/commonjs/operationsInterfaces/guestConfigurationConnectedVMwarevSphereAssignments.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/guestConfigurationConnectedVMwarevSphereAssignmentsReports.d.ts +22 -0
- package/dist/commonjs/operationsInterfaces/guestConfigurationConnectedVMwarevSphereAssignmentsReports.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/guestConfigurationConnectedVMwarevSphereAssignmentsReports.js +10 -0
- package/dist/commonjs/operationsInterfaces/guestConfigurationConnectedVMwarevSphereAssignmentsReports.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/guestConfigurationHcrpAssignmentReports.d.ts +22 -0
- package/dist/commonjs/operationsInterfaces/guestConfigurationHcrpAssignmentReports.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/guestConfigurationHcrpAssignmentReports.js +10 -0
- package/dist/commonjs/operationsInterfaces/guestConfigurationHcrpAssignmentReports.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/guestConfigurationHcrpAssignments.d.ts +38 -0
- package/dist/commonjs/operationsInterfaces/guestConfigurationHcrpAssignments.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/guestConfigurationHcrpAssignments.js +10 -0
- package/dist/commonjs/operationsInterfaces/guestConfigurationHcrpAssignments.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +10 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +20 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/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/guestConfigurationClient.d.ts +29 -0
- package/dist/esm/guestConfigurationClient.d.ts.map +1 -0
- package/dist/esm/guestConfigurationClient.js +130 -0
- package/dist/esm/guestConfigurationClient.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/models/index.d.ts +723 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +86 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +28 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +952 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +17 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +166 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/guestConfigurationAssignmentReports.d.ts +30 -0
- package/dist/esm/operations/guestConfigurationAssignmentReports.d.ts.map +1 -0
- package/dist/esm/operations/guestConfigurationAssignmentReports.js +96 -0
- package/dist/esm/operations/guestConfigurationAssignmentReports.js.map +1 -0
- package/dist/esm/operations/guestConfigurationAssignmentReportsVmss.d.ts +41 -0
- package/dist/esm/operations/guestConfigurationAssignmentReportsVmss.d.ts.map +1 -0
- package/dist/esm/operations/guestConfigurationAssignmentReportsVmss.js +125 -0
- package/dist/esm/operations/guestConfigurationAssignmentReportsVmss.js.map +1 -0
- package/dist/esm/operations/guestConfigurationAssignments.d.ts +81 -0
- package/dist/esm/operations/guestConfigurationAssignments.d.ts.map +1 -0
- package/dist/esm/operations/guestConfigurationAssignments.js +310 -0
- package/dist/esm/operations/guestConfigurationAssignments.js.map +1 -0
- package/dist/esm/operations/guestConfigurationAssignmentsVmss.d.ts +55 -0
- package/dist/esm/operations/guestConfigurationAssignmentsVmss.d.ts.map +1 -0
- package/dist/esm/operations/guestConfigurationAssignmentsVmss.js +191 -0
- package/dist/esm/operations/guestConfigurationAssignmentsVmss.js.map +1 -0
- package/dist/esm/operations/guestConfigurationConnectedVMwarevSphereAssignments.d.ts +55 -0
- package/dist/esm/operations/guestConfigurationConnectedVMwarevSphereAssignments.d.ts.map +1 -0
- package/dist/esm/operations/guestConfigurationConnectedVMwarevSphereAssignments.js +195 -0
- package/dist/esm/operations/guestConfigurationConnectedVMwarevSphereAssignments.js.map +1 -0
- package/dist/esm/operations/guestConfigurationConnectedVMwarevSphereAssignmentsReports.d.ts +30 -0
- package/dist/esm/operations/guestConfigurationConnectedVMwarevSphereAssignmentsReports.d.ts.map +1 -0
- package/dist/esm/operations/guestConfigurationConnectedVMwarevSphereAssignmentsReports.js +96 -0
- package/dist/esm/operations/guestConfigurationConnectedVMwarevSphereAssignmentsReports.js.map +1 -0
- package/dist/esm/operations/guestConfigurationHcrpAssignmentReports.d.ts +30 -0
- package/dist/esm/operations/guestConfigurationHcrpAssignmentReports.d.ts.map +1 -0
- package/dist/esm/operations/guestConfigurationHcrpAssignmentReports.js +101 -0
- package/dist/esm/operations/guestConfigurationHcrpAssignmentReports.js.map +1 -0
- package/dist/esm/operations/guestConfigurationHcrpAssignments.d.ts +55 -0
- package/dist/esm/operations/guestConfigurationHcrpAssignments.d.ts.map +1 -0
- package/dist/esm/operations/guestConfigurationHcrpAssignments.js +204 -0
- package/dist/esm/operations/guestConfigurationHcrpAssignments.js.map +1 -0
- package/dist/esm/operations/index.d.ts +10 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +17 -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/guestConfigurationAssignmentReports.d.ts +22 -0
- package/dist/esm/operationsInterfaces/guestConfigurationAssignmentReports.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/guestConfigurationAssignmentReports.js +9 -0
- package/dist/esm/operationsInterfaces/guestConfigurationAssignmentReports.js.map +1 -0
- package/dist/esm/operationsInterfaces/guestConfigurationAssignmentReportsVmss.d.ts +23 -0
- package/dist/esm/operationsInterfaces/guestConfigurationAssignmentReportsVmss.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/guestConfigurationAssignmentReportsVmss.js +9 -0
- package/dist/esm/operationsInterfaces/guestConfigurationAssignmentReportsVmss.js.map +1 -0
- package/dist/esm/operationsInterfaces/guestConfigurationAssignments.d.ts +49 -0
- package/dist/esm/operationsInterfaces/guestConfigurationAssignments.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/guestConfigurationAssignments.js +9 -0
- package/dist/esm/operationsInterfaces/guestConfigurationAssignments.js.map +1 -0
- package/dist/esm/operationsInterfaces/guestConfigurationAssignmentsVmss.d.ts +38 -0
- package/dist/esm/operationsInterfaces/guestConfigurationAssignmentsVmss.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/guestConfigurationAssignmentsVmss.js +9 -0
- package/dist/esm/operationsInterfaces/guestConfigurationAssignmentsVmss.js.map +1 -0
- package/dist/esm/operationsInterfaces/guestConfigurationConnectedVMwarevSphereAssignments.d.ts +38 -0
- package/dist/esm/operationsInterfaces/guestConfigurationConnectedVMwarevSphereAssignments.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/guestConfigurationConnectedVMwarevSphereAssignments.js +9 -0
- package/dist/esm/operationsInterfaces/guestConfigurationConnectedVMwarevSphereAssignments.js.map +1 -0
- package/dist/esm/operationsInterfaces/guestConfigurationConnectedVMwarevSphereAssignmentsReports.d.ts +22 -0
- package/dist/esm/operationsInterfaces/guestConfigurationConnectedVMwarevSphereAssignmentsReports.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/guestConfigurationConnectedVMwarevSphereAssignmentsReports.js +9 -0
- package/dist/esm/operationsInterfaces/guestConfigurationConnectedVMwarevSphereAssignmentsReports.js.map +1 -0
- package/dist/esm/operationsInterfaces/guestConfigurationHcrpAssignmentReports.d.ts +22 -0
- package/dist/esm/operationsInterfaces/guestConfigurationHcrpAssignmentReports.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/guestConfigurationHcrpAssignmentReports.js +9 -0
- package/dist/esm/operationsInterfaces/guestConfigurationHcrpAssignmentReports.js.map +1 -0
- package/dist/esm/operationsInterfaces/guestConfigurationHcrpAssignments.d.ts +38 -0
- package/dist/esm/operationsInterfaces/guestConfigurationHcrpAssignments.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/guestConfigurationHcrpAssignments.js +9 -0
- package/dist/esm/operationsInterfaces/guestConfigurationHcrpAssignments.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +10 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +17 -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/guestConfigurationClient.d.ts +29 -0
- package/dist/react-native/guestConfigurationClient.d.ts.map +1 -0
- package/dist/react-native/guestConfigurationClient.js +130 -0
- package/dist/react-native/guestConfigurationClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/models/index.d.ts +723 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +86 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +28 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +952 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +17 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +166 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/guestConfigurationAssignmentReports.d.ts +30 -0
- package/dist/react-native/operations/guestConfigurationAssignmentReports.d.ts.map +1 -0
- package/dist/react-native/operations/guestConfigurationAssignmentReports.js +96 -0
- package/dist/react-native/operations/guestConfigurationAssignmentReports.js.map +1 -0
- package/dist/react-native/operations/guestConfigurationAssignmentReportsVmss.d.ts +41 -0
- package/dist/react-native/operations/guestConfigurationAssignmentReportsVmss.d.ts.map +1 -0
- package/dist/react-native/operations/guestConfigurationAssignmentReportsVmss.js +125 -0
- package/dist/react-native/operations/guestConfigurationAssignmentReportsVmss.js.map +1 -0
- package/dist/react-native/operations/guestConfigurationAssignments.d.ts +81 -0
- package/dist/react-native/operations/guestConfigurationAssignments.d.ts.map +1 -0
- package/dist/react-native/operations/guestConfigurationAssignments.js +310 -0
- package/dist/react-native/operations/guestConfigurationAssignments.js.map +1 -0
- package/dist/react-native/operations/guestConfigurationAssignmentsVmss.d.ts +55 -0
- package/dist/react-native/operations/guestConfigurationAssignmentsVmss.d.ts.map +1 -0
- package/dist/react-native/operations/guestConfigurationAssignmentsVmss.js +191 -0
- package/dist/react-native/operations/guestConfigurationAssignmentsVmss.js.map +1 -0
- package/dist/react-native/operations/guestConfigurationConnectedVMwarevSphereAssignments.d.ts +55 -0
- package/dist/react-native/operations/guestConfigurationConnectedVMwarevSphereAssignments.d.ts.map +1 -0
- package/dist/react-native/operations/guestConfigurationConnectedVMwarevSphereAssignments.js +195 -0
- package/dist/react-native/operations/guestConfigurationConnectedVMwarevSphereAssignments.js.map +1 -0
- package/dist/react-native/operations/guestConfigurationConnectedVMwarevSphereAssignmentsReports.d.ts +30 -0
- package/dist/react-native/operations/guestConfigurationConnectedVMwarevSphereAssignmentsReports.d.ts.map +1 -0
- package/dist/react-native/operations/guestConfigurationConnectedVMwarevSphereAssignmentsReports.js +96 -0
- package/dist/react-native/operations/guestConfigurationConnectedVMwarevSphereAssignmentsReports.js.map +1 -0
- package/dist/react-native/operations/guestConfigurationHcrpAssignmentReports.d.ts +30 -0
- package/dist/react-native/operations/guestConfigurationHcrpAssignmentReports.d.ts.map +1 -0
- package/dist/react-native/operations/guestConfigurationHcrpAssignmentReports.js +101 -0
- package/dist/react-native/operations/guestConfigurationHcrpAssignmentReports.js.map +1 -0
- package/dist/react-native/operations/guestConfigurationHcrpAssignments.d.ts +55 -0
- package/dist/react-native/operations/guestConfigurationHcrpAssignments.d.ts.map +1 -0
- package/dist/react-native/operations/guestConfigurationHcrpAssignments.js +204 -0
- package/dist/react-native/operations/guestConfigurationHcrpAssignments.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +10 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +17 -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/guestConfigurationAssignmentReports.d.ts +22 -0
- package/dist/react-native/operationsInterfaces/guestConfigurationAssignmentReports.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/guestConfigurationAssignmentReports.js +9 -0
- package/dist/react-native/operationsInterfaces/guestConfigurationAssignmentReports.js.map +1 -0
- package/dist/react-native/operationsInterfaces/guestConfigurationAssignmentReportsVmss.d.ts +23 -0
- package/dist/react-native/operationsInterfaces/guestConfigurationAssignmentReportsVmss.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/guestConfigurationAssignmentReportsVmss.js +9 -0
- package/dist/react-native/operationsInterfaces/guestConfigurationAssignmentReportsVmss.js.map +1 -0
- package/dist/react-native/operationsInterfaces/guestConfigurationAssignments.d.ts +49 -0
- package/dist/react-native/operationsInterfaces/guestConfigurationAssignments.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/guestConfigurationAssignments.js +9 -0
- package/dist/react-native/operationsInterfaces/guestConfigurationAssignments.js.map +1 -0
- package/dist/react-native/operationsInterfaces/guestConfigurationAssignmentsVmss.d.ts +38 -0
- package/dist/react-native/operationsInterfaces/guestConfigurationAssignmentsVmss.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/guestConfigurationAssignmentsVmss.js +9 -0
- package/dist/react-native/operationsInterfaces/guestConfigurationAssignmentsVmss.js.map +1 -0
- package/dist/react-native/operationsInterfaces/guestConfigurationConnectedVMwarevSphereAssignments.d.ts +38 -0
- package/dist/react-native/operationsInterfaces/guestConfigurationConnectedVMwarevSphereAssignments.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/guestConfigurationConnectedVMwarevSphereAssignments.js +9 -0
- package/dist/react-native/operationsInterfaces/guestConfigurationConnectedVMwarevSphereAssignments.js.map +1 -0
- package/dist/react-native/operationsInterfaces/guestConfigurationConnectedVMwarevSphereAssignmentsReports.d.ts +22 -0
- package/dist/react-native/operationsInterfaces/guestConfigurationConnectedVMwarevSphereAssignmentsReports.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/guestConfigurationConnectedVMwarevSphereAssignmentsReports.js +9 -0
- package/dist/react-native/operationsInterfaces/guestConfigurationConnectedVMwarevSphereAssignmentsReports.js.map +1 -0
- package/dist/react-native/operationsInterfaces/guestConfigurationHcrpAssignmentReports.d.ts +22 -0
- package/dist/react-native/operationsInterfaces/guestConfigurationHcrpAssignmentReports.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/guestConfigurationHcrpAssignmentReports.js +9 -0
- package/dist/react-native/operationsInterfaces/guestConfigurationHcrpAssignmentReports.js.map +1 -0
- package/dist/react-native/operationsInterfaces/guestConfigurationHcrpAssignments.d.ts +38 -0
- package/dist/react-native/operationsInterfaces/guestConfigurationHcrpAssignments.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/guestConfigurationHcrpAssignments.js +9 -0
- package/dist/react-native/operationsInterfaces/guestConfigurationHcrpAssignments.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +10 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +17 -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 +85 -71
- package/dist/index.js +0 -2890
- 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/guestConfigurationAssignmentReportsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/guestConfigurationAssignmentReportsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationAssignmentReportsGetSample.js +0 -40
- package/dist-esm/samples-dev/guestConfigurationAssignmentReportsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationAssignmentReportsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/guestConfigurationAssignmentReportsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationAssignmentReportsListSample.js +0 -39
- package/dist-esm/samples-dev/guestConfigurationAssignmentReportsListSample.js.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationAssignmentReportsVmssGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/guestConfigurationAssignmentReportsVmssGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationAssignmentReportsVmssGetSample.js +0 -40
- package/dist-esm/samples-dev/guestConfigurationAssignmentReportsVmssGetSample.js.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationAssignmentReportsVmssListSample.d.ts +0 -2
- package/dist-esm/samples-dev/guestConfigurationAssignmentReportsVmssListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationAssignmentReportsVmssListSample.js +0 -55
- package/dist-esm/samples-dev/guestConfigurationAssignmentReportsVmssListSample.js.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationAssignmentsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/guestConfigurationAssignmentsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationAssignmentsCreateOrUpdateSample.js +0 -59
- package/dist-esm/samples-dev/guestConfigurationAssignmentsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationAssignmentsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/guestConfigurationAssignmentsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationAssignmentsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/guestConfigurationAssignmentsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationAssignmentsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/guestConfigurationAssignmentsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationAssignmentsGetSample.js +0 -39
- package/dist-esm/samples-dev/guestConfigurationAssignmentsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationAssignmentsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/guestConfigurationAssignmentsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationAssignmentsListSample.js +0 -54
- package/dist-esm/samples-dev/guestConfigurationAssignmentsListSample.js.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationAssignmentsRgListSample.d.ts +0 -2
- package/dist-esm/samples-dev/guestConfigurationAssignmentsRgListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationAssignmentsRgListSample.js +0 -53
- package/dist-esm/samples-dev/guestConfigurationAssignmentsRgListSample.js.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationAssignmentsSubscriptionListSample.d.ts +0 -2
- package/dist-esm/samples-dev/guestConfigurationAssignmentsSubscriptionListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationAssignmentsSubscriptionListSample.js +0 -52
- package/dist-esm/samples-dev/guestConfigurationAssignmentsSubscriptionListSample.js.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationAssignmentsVmssCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/guestConfigurationAssignmentsVmssCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationAssignmentsVmssCreateOrUpdateSample.js +0 -59
- package/dist-esm/samples-dev/guestConfigurationAssignmentsVmssCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationAssignmentsVmssDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/guestConfigurationAssignmentsVmssDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationAssignmentsVmssDeleteSample.js +0 -39
- package/dist-esm/samples-dev/guestConfigurationAssignmentsVmssDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationAssignmentsVmssGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/guestConfigurationAssignmentsVmssGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationAssignmentsVmssGetSample.js +0 -39
- package/dist-esm/samples-dev/guestConfigurationAssignmentsVmssGetSample.js.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationAssignmentsVmssListSample.d.ts +0 -2
- package/dist-esm/samples-dev/guestConfigurationAssignmentsVmssListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationAssignmentsVmssListSample.js +0 -54
- package/dist-esm/samples-dev/guestConfigurationAssignmentsVmssListSample.js.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationConnectedVMwarevSphereAssignmentsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/guestConfigurationConnectedVMwarevSphereAssignmentsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationConnectedVMwarevSphereAssignmentsCreateOrUpdateSample.js +0 -59
- package/dist-esm/samples-dev/guestConfigurationConnectedVMwarevSphereAssignmentsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationConnectedVMwarevSphereAssignmentsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/guestConfigurationConnectedVMwarevSphereAssignmentsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationConnectedVMwarevSphereAssignmentsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/guestConfigurationConnectedVMwarevSphereAssignmentsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationConnectedVMwarevSphereAssignmentsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/guestConfigurationConnectedVMwarevSphereAssignmentsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationConnectedVMwarevSphereAssignmentsGetSample.js +0 -39
- package/dist-esm/samples-dev/guestConfigurationConnectedVMwarevSphereAssignmentsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationConnectedVMwarevSphereAssignmentsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/guestConfigurationConnectedVMwarevSphereAssignmentsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationConnectedVMwarevSphereAssignmentsListSample.js +0 -54
- package/dist-esm/samples-dev/guestConfigurationConnectedVMwarevSphereAssignmentsListSample.js.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationConnectedVMwarevSphereAssignmentsReportsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/guestConfigurationConnectedVMwarevSphereAssignmentsReportsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationConnectedVMwarevSphereAssignmentsReportsGetSample.js +0 -40
- package/dist-esm/samples-dev/guestConfigurationConnectedVMwarevSphereAssignmentsReportsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationConnectedVMwarevSphereAssignmentsReportsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/guestConfigurationConnectedVMwarevSphereAssignmentsReportsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationConnectedVMwarevSphereAssignmentsReportsListSample.js +0 -39
- package/dist-esm/samples-dev/guestConfigurationConnectedVMwarevSphereAssignmentsReportsListSample.js.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationHcrpAssignmentReportsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/guestConfigurationHcrpAssignmentReportsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationHcrpAssignmentReportsGetSample.js +0 -40
- package/dist-esm/samples-dev/guestConfigurationHcrpAssignmentReportsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationHcrpAssignmentReportsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/guestConfigurationHcrpAssignmentReportsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationHcrpAssignmentReportsListSample.js +0 -39
- package/dist-esm/samples-dev/guestConfigurationHcrpAssignmentReportsListSample.js.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationHcrpAssignmentsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/guestConfigurationHcrpAssignmentsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationHcrpAssignmentsCreateOrUpdateSample.js +0 -59
- package/dist-esm/samples-dev/guestConfigurationHcrpAssignmentsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationHcrpAssignmentsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/guestConfigurationHcrpAssignmentsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationHcrpAssignmentsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/guestConfigurationHcrpAssignmentsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationHcrpAssignmentsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/guestConfigurationHcrpAssignmentsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationHcrpAssignmentsGetSample.js +0 -39
- package/dist-esm/samples-dev/guestConfigurationHcrpAssignmentsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationHcrpAssignmentsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/guestConfigurationHcrpAssignmentsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationHcrpAssignmentsListSample.js +0 -54
- package/dist-esm/samples-dev/guestConfigurationHcrpAssignmentsListSample.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 -53
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/src/guestConfigurationClient.d.ts.map +0 -1
- package/dist-esm/src/guestConfigurationClient.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.js.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/guestConfigurationAssignmentReports.d.ts.map +0 -1
- package/dist-esm/src/operations/guestConfigurationAssignmentReports.js.map +0 -1
- package/dist-esm/src/operations/guestConfigurationAssignmentReportsVmss.d.ts.map +0 -1
- package/dist-esm/src/operations/guestConfigurationAssignmentReportsVmss.js.map +0 -1
- package/dist-esm/src/operations/guestConfigurationAssignments.d.ts.map +0 -1
- package/dist-esm/src/operations/guestConfigurationAssignments.js.map +0 -1
- package/dist-esm/src/operations/guestConfigurationAssignmentsVmss.d.ts.map +0 -1
- package/dist-esm/src/operations/guestConfigurationAssignmentsVmss.js.map +0 -1
- package/dist-esm/src/operations/guestConfigurationConnectedVMwarevSphereAssignments.d.ts.map +0 -1
- package/dist-esm/src/operations/guestConfigurationConnectedVMwarevSphereAssignments.js.map +0 -1
- package/dist-esm/src/operations/guestConfigurationConnectedVMwarevSphereAssignmentsReports.d.ts.map +0 -1
- package/dist-esm/src/operations/guestConfigurationConnectedVMwarevSphereAssignmentsReports.js.map +0 -1
- package/dist-esm/src/operations/guestConfigurationHcrpAssignmentReports.d.ts.map +0 -1
- package/dist-esm/src/operations/guestConfigurationHcrpAssignmentReports.js.map +0 -1
- package/dist-esm/src/operations/guestConfigurationHcrpAssignments.d.ts.map +0 -1
- package/dist-esm/src/operations/guestConfigurationHcrpAssignments.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -10
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -17
- 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/guestConfigurationAssignmentReports.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/guestConfigurationAssignmentReports.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/guestConfigurationAssignmentReportsVmss.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/guestConfigurationAssignmentReportsVmss.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/guestConfigurationAssignments.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/guestConfigurationAssignments.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/guestConfigurationAssignmentsVmss.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/guestConfigurationAssignmentsVmss.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/guestConfigurationConnectedVMwarevSphereAssignments.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/guestConfigurationConnectedVMwarevSphereAssignments.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/guestConfigurationConnectedVMwarevSphereAssignmentsReports.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/guestConfigurationConnectedVMwarevSphereAssignmentsReports.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/guestConfigurationHcrpAssignmentReports.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/guestConfigurationHcrpAssignmentReports.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/guestConfigurationHcrpAssignments.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/guestConfigurationHcrpAssignments.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -10
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -17
- 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/guestconfiguration_operations_test.spec.d.ts +0 -7
- package/dist-esm/test/guestconfiguration_operations_test.spec.d.ts.map +0 -1
- package/dist-esm/test/guestconfiguration_operations_test.spec.js +0 -76
- package/dist-esm/test/guestconfiguration_operations_test.spec.js.map +0 -1
- package/src/guestConfigurationClient.ts +0 -187
- package/src/models/index.ts +0 -847
- package/src/models/mappers.ts +0 -983
- package/src/models/parameters.ts +0 -186
- package/src/operations/guestConfigurationAssignmentReports.ts +0 -128
- package/src/operations/guestConfigurationAssignmentReportsVmss.ts +0 -189
- package/src/operations/guestConfigurationAssignments.ts +0 -432
- package/src/operations/guestConfigurationAssignmentsVmss.ts +0 -271
- package/src/operations/guestConfigurationConnectedVMwarevSphereAssignments.ts +0 -274
- package/src/operations/guestConfigurationConnectedVMwarevSphereAssignmentsReports.ts +0 -128
- package/src/operations/guestConfigurationHcrpAssignmentReports.ts +0 -133
- package/src/operations/guestConfigurationHcrpAssignments.ts +0 -283
- package/src/operations/index.ts +0 -17
- package/src/operations/operations.ts +0 -103
- package/src/operationsInterfaces/guestConfigurationAssignmentReports.ts +0 -46
- package/src/operationsInterfaces/guestConfigurationAssignmentReportsVmss.ts +0 -48
- package/src/operationsInterfaces/guestConfigurationAssignments.ts +0 -93
- package/src/operationsInterfaces/guestConfigurationAssignmentsVmss.ts +0 -76
- package/src/operationsInterfaces/guestConfigurationConnectedVMwarevSphereAssignments.ts +0 -75
- package/src/operationsInterfaces/guestConfigurationConnectedVMwarevSphereAssignmentsReports.ts +0 -46
- package/src/operationsInterfaces/guestConfigurationHcrpAssignmentReports.ts +0 -46
- package/src/operationsInterfaces/guestConfigurationHcrpAssignments.ts +0 -75
- package/src/operationsInterfaces/index.ts +0 -17
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- package/types/arm-guestconfiguration.d.ts +0 -1102
- /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/guestConfigurationAssignmentReports.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/guestConfigurationAssignmentReportsVmss.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/guestConfigurationAssignments.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/guestConfigurationAssignmentsVmss.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/guestConfigurationConnectedVMwarevSphereAssignments.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/guestConfigurationConnectedVMwarevSphereAssignmentsReports.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/guestConfigurationHcrpAssignmentReports.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/guestConfigurationHcrpAssignments.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
- /package/review/{arm-guestconfiguration.api.md → arm-guestconfiguration-node.api.md} +0 -0
|
@@ -1,1102 +0,0 @@
|
|
|
1
|
-
import * as coreAuth from '@azure/core-auth';
|
|
2
|
-
import * as coreClient from '@azure/core-client';
|
|
3
|
-
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
4
|
-
|
|
5
|
-
/**
|
|
6
|
-
* Defines values for ActionAfterReboot. \
|
|
7
|
-
* {@link KnownActionAfterReboot} can be used interchangeably with ActionAfterReboot,
|
|
8
|
-
* this enum contains the known values that the service supports.
|
|
9
|
-
* ### Known values supported by the service
|
|
10
|
-
* **ContinueConfiguration** \
|
|
11
|
-
* **StopConfiguration**
|
|
12
|
-
*/
|
|
13
|
-
export declare type ActionAfterReboot = string;
|
|
14
|
-
|
|
15
|
-
/** Information about the guest configuration assignment. */
|
|
16
|
-
export declare interface AssignmentInfo {
|
|
17
|
-
/**
|
|
18
|
-
* Name of the guest configuration assignment.
|
|
19
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
20
|
-
*/
|
|
21
|
-
readonly name?: string;
|
|
22
|
-
/** Information about the configuration. */
|
|
23
|
-
configuration?: ConfigurationInfo;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
export declare interface AssignmentReport {
|
|
27
|
-
/**
|
|
28
|
-
* ARM resource id of the report for the guest configuration assignment.
|
|
29
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
30
|
-
*/
|
|
31
|
-
readonly id?: string;
|
|
32
|
-
/**
|
|
33
|
-
* GUID that identifies the guest configuration assignment report under a subscription, resource group.
|
|
34
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
35
|
-
*/
|
|
36
|
-
readonly reportId?: string;
|
|
37
|
-
/** Configuration details of the guest configuration assignment. */
|
|
38
|
-
assignment?: AssignmentInfo;
|
|
39
|
-
/** Information about the VM. */
|
|
40
|
-
vm?: VMInfo;
|
|
41
|
-
/**
|
|
42
|
-
* Start date and time of the guest configuration assignment compliance status check.
|
|
43
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
44
|
-
*/
|
|
45
|
-
readonly startTime?: Date;
|
|
46
|
-
/**
|
|
47
|
-
* End date and time of the guest configuration assignment compliance status check.
|
|
48
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
49
|
-
*/
|
|
50
|
-
readonly endTime?: Date;
|
|
51
|
-
/**
|
|
52
|
-
* A value indicating compliance status of the machine for the assigned guest configuration.
|
|
53
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
54
|
-
*/
|
|
55
|
-
readonly complianceStatus?: ComplianceStatus;
|
|
56
|
-
/**
|
|
57
|
-
* Type of report, Consistency or Initial
|
|
58
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
59
|
-
*/
|
|
60
|
-
readonly operationType?: Type;
|
|
61
|
-
/** The list of resources for which guest configuration assignment compliance is checked. */
|
|
62
|
-
resources?: AssignmentReportResource[];
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
/** Details of the guest configuration assignment report. */
|
|
66
|
-
export declare interface AssignmentReportDetails {
|
|
67
|
-
/**
|
|
68
|
-
* A value indicating compliance status of the machine for the assigned guest configuration.
|
|
69
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
70
|
-
*/
|
|
71
|
-
readonly complianceStatus?: ComplianceStatus;
|
|
72
|
-
/**
|
|
73
|
-
* Start date and time of the guest configuration assignment compliance status check.
|
|
74
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
75
|
-
*/
|
|
76
|
-
readonly startTime?: Date;
|
|
77
|
-
/**
|
|
78
|
-
* End date and time of the guest configuration assignment compliance status check.
|
|
79
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
80
|
-
*/
|
|
81
|
-
readonly endTime?: Date;
|
|
82
|
-
/**
|
|
83
|
-
* GUID of the report.
|
|
84
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
85
|
-
*/
|
|
86
|
-
readonly jobId?: string;
|
|
87
|
-
/**
|
|
88
|
-
* Type of report, Consistency or Initial
|
|
89
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
90
|
-
*/
|
|
91
|
-
readonly operationType?: Type;
|
|
92
|
-
/** The list of resources for which guest configuration assignment compliance is checked. */
|
|
93
|
-
resources?: AssignmentReportResource[];
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
/** The guest configuration assignment resource. */
|
|
97
|
-
export declare interface AssignmentReportResource {
|
|
98
|
-
/**
|
|
99
|
-
* A value indicating compliance status of the machine for the assigned guest configuration.
|
|
100
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
101
|
-
*/
|
|
102
|
-
readonly complianceStatus?: ComplianceStatus;
|
|
103
|
-
/**
|
|
104
|
-
* Name of the guest configuration assignment resource setting.
|
|
105
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
106
|
-
*/
|
|
107
|
-
readonly resourceId?: string;
|
|
108
|
-
/** Compliance reason and reason code for a resource. */
|
|
109
|
-
reasons?: AssignmentReportResourceComplianceReason[];
|
|
110
|
-
/**
|
|
111
|
-
* Properties of a guest configuration assignment resource.
|
|
112
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
113
|
-
*/
|
|
114
|
-
readonly properties?: Record<string, unknown>;
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
/** Reason and code for the compliance of the guest configuration assignment resource. */
|
|
118
|
-
export declare interface AssignmentReportResourceComplianceReason {
|
|
119
|
-
/**
|
|
120
|
-
* Reason for the compliance of the guest configuration assignment resource.
|
|
121
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
122
|
-
*/
|
|
123
|
-
readonly phrase?: string;
|
|
124
|
-
/**
|
|
125
|
-
* Code for the compliance of the guest configuration assignment resource.
|
|
126
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
127
|
-
*/
|
|
128
|
-
readonly code?: string;
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
/**
|
|
132
|
-
* Defines values for AssignmentType. \
|
|
133
|
-
* {@link KnownAssignmentType} can be used interchangeably with AssignmentType,
|
|
134
|
-
* this enum contains the known values that the service supports.
|
|
135
|
-
* ### Known values supported by the service
|
|
136
|
-
* **Audit** \
|
|
137
|
-
* **DeployAndAutoCorrect** \
|
|
138
|
-
* **ApplyAndAutoCorrect** \
|
|
139
|
-
* **ApplyAndMonitor**
|
|
140
|
-
*/
|
|
141
|
-
export declare type AssignmentType = string;
|
|
142
|
-
|
|
143
|
-
/**
|
|
144
|
-
* Defines values for ComplianceStatus. \
|
|
145
|
-
* {@link KnownComplianceStatus} can be used interchangeably with ComplianceStatus,
|
|
146
|
-
* this enum contains the known values that the service supports.
|
|
147
|
-
* ### Known values supported by the service
|
|
148
|
-
* **Compliant** \
|
|
149
|
-
* **NonCompliant** \
|
|
150
|
-
* **Pending**
|
|
151
|
-
*/
|
|
152
|
-
export declare type ComplianceStatus = string;
|
|
153
|
-
|
|
154
|
-
/** Information about the configuration. */
|
|
155
|
-
export declare interface ConfigurationInfo {
|
|
156
|
-
/**
|
|
157
|
-
* Name of the configuration.
|
|
158
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
159
|
-
*/
|
|
160
|
-
readonly name?: string;
|
|
161
|
-
/**
|
|
162
|
-
* Version of the configuration.
|
|
163
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
164
|
-
*/
|
|
165
|
-
readonly version?: string;
|
|
166
|
-
}
|
|
167
|
-
|
|
168
|
-
/**
|
|
169
|
-
* Defines values for ConfigurationMode. \
|
|
170
|
-
* {@link KnownConfigurationMode} can be used interchangeably with ConfigurationMode,
|
|
171
|
-
* this enum contains the known values that the service supports.
|
|
172
|
-
* ### Known values supported by the service
|
|
173
|
-
* **ApplyOnly** \
|
|
174
|
-
* **ApplyAndMonitor** \
|
|
175
|
-
* **ApplyAndAutoCorrect**
|
|
176
|
-
*/
|
|
177
|
-
export declare type ConfigurationMode = string;
|
|
178
|
-
|
|
179
|
-
/** Represents a configuration parameter. */
|
|
180
|
-
export declare interface ConfigurationParameter {
|
|
181
|
-
/** Name of the configuration parameter. */
|
|
182
|
-
name?: string;
|
|
183
|
-
/** Value of the configuration parameter. */
|
|
184
|
-
value?: string;
|
|
185
|
-
}
|
|
186
|
-
|
|
187
|
-
/** Configuration setting of LCM (Local Configuration Manager). */
|
|
188
|
-
export declare interface ConfigurationSetting {
|
|
189
|
-
/**
|
|
190
|
-
* Specifies how the LCM(Local Configuration Manager) actually applies the configuration to the target nodes. Possible values are ApplyOnly, ApplyAndMonitor, and ApplyAndAutoCorrect.
|
|
191
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
192
|
-
*/
|
|
193
|
-
readonly configurationMode?: ConfigurationMode;
|
|
194
|
-
/**
|
|
195
|
-
* If true - new configurations downloaded from the pull service are allowed to overwrite the old ones on the target node. Otherwise, false
|
|
196
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
197
|
-
*/
|
|
198
|
-
readonly allowModuleOverwrite?: boolean;
|
|
199
|
-
/**
|
|
200
|
-
* Specifies what happens after a reboot during the application of a configuration. The possible values are ContinueConfiguration and StopConfiguration
|
|
201
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
202
|
-
*/
|
|
203
|
-
readonly actionAfterReboot?: ActionAfterReboot;
|
|
204
|
-
/**
|
|
205
|
-
* The time interval, in minutes, at which the LCM checks a pull service to get updated configurations. This value is ignored if the LCM is not configured in pull mode. The default value is 30.
|
|
206
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
207
|
-
*/
|
|
208
|
-
readonly refreshFrequencyMins?: number;
|
|
209
|
-
/**
|
|
210
|
-
* Set this to true to automatically reboot the node after a configuration that requires reboot is applied. Otherwise, you will have to manually reboot the node for any configuration that requires it. The default value is false. To use this setting when a reboot condition is enacted by something other than DSC (such as Windows Installer), combine this setting with the xPendingReboot module.
|
|
211
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
212
|
-
*/
|
|
213
|
-
readonly rebootIfNeeded?: boolean;
|
|
214
|
-
/**
|
|
215
|
-
* How often, in minutes, the current configuration is checked and applied. This property is ignored if the ConfigurationMode property is set to ApplyOnly. The default value is 15.
|
|
216
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
217
|
-
*/
|
|
218
|
-
readonly configurationModeFrequencyMins?: number;
|
|
219
|
-
}
|
|
220
|
-
|
|
221
|
-
/**
|
|
222
|
-
* Defines values for CreatedByType. \
|
|
223
|
-
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
224
|
-
* this enum contains the known values that the service supports.
|
|
225
|
-
* ### Known values supported by the service
|
|
226
|
-
* **User** \
|
|
227
|
-
* **Application** \
|
|
228
|
-
* **ManagedIdentity** \
|
|
229
|
-
* **Key**
|
|
230
|
-
*/
|
|
231
|
-
export declare type CreatedByType = string;
|
|
232
|
-
|
|
233
|
-
/** Error response of an operation failure */
|
|
234
|
-
export declare interface ErrorResponse {
|
|
235
|
-
error?: ErrorResponseError;
|
|
236
|
-
}
|
|
237
|
-
|
|
238
|
-
export declare interface ErrorResponseError {
|
|
239
|
-
/** Error code. */
|
|
240
|
-
code?: string;
|
|
241
|
-
/** Detail error message indicating why the operation failed. */
|
|
242
|
-
message?: string;
|
|
243
|
-
}
|
|
244
|
-
|
|
245
|
-
/**
|
|
246
|
-
* Given the last `.value` produced by the `byPage` iterator,
|
|
247
|
-
* returns a continuation token that can be used to begin paging from
|
|
248
|
-
* that point later.
|
|
249
|
-
* @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
|
|
250
|
-
* @returns The continuation token that can be passed into byPage() during future calls.
|
|
251
|
-
*/
|
|
252
|
-
export declare function getContinuationToken(page: unknown): string | undefined;
|
|
253
|
-
|
|
254
|
-
/** Guest configuration assignment is an association between a machine and guest configuration. */
|
|
255
|
-
export declare interface GuestConfigurationAssignment extends ProxyResource {
|
|
256
|
-
/** Properties of the Guest configuration assignment. */
|
|
257
|
-
properties?: GuestConfigurationAssignmentProperties;
|
|
258
|
-
/**
|
|
259
|
-
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
260
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
261
|
-
*/
|
|
262
|
-
readonly systemData?: SystemData;
|
|
263
|
-
}
|
|
264
|
-
|
|
265
|
-
/** The response of the list guest configuration assignment operation. */
|
|
266
|
-
export declare interface GuestConfigurationAssignmentList {
|
|
267
|
-
/** Result of the list guest configuration assignment operation. */
|
|
268
|
-
value?: GuestConfigurationAssignment[];
|
|
269
|
-
}
|
|
270
|
-
|
|
271
|
-
/** Guest configuration assignment properties. */
|
|
272
|
-
export declare interface GuestConfigurationAssignmentProperties {
|
|
273
|
-
/**
|
|
274
|
-
* VM resource Id.
|
|
275
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
276
|
-
*/
|
|
277
|
-
readonly targetResourceId?: string;
|
|
278
|
-
/** The guest configuration to assign. */
|
|
279
|
-
guestConfiguration?: GuestConfigurationNavigation;
|
|
280
|
-
/**
|
|
281
|
-
* A value indicating compliance status of the machine for the assigned guest configuration.
|
|
282
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
283
|
-
*/
|
|
284
|
-
readonly complianceStatus?: ComplianceStatus;
|
|
285
|
-
/**
|
|
286
|
-
* Date and time when last compliance status was checked.
|
|
287
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
288
|
-
*/
|
|
289
|
-
readonly lastComplianceStatusChecked?: Date;
|
|
290
|
-
/**
|
|
291
|
-
* Id of the latest report for the guest configuration assignment.
|
|
292
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
293
|
-
*/
|
|
294
|
-
readonly latestReportId?: string;
|
|
295
|
-
/**
|
|
296
|
-
* parameter hash for the guest configuration assignment.
|
|
297
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
298
|
-
*/
|
|
299
|
-
readonly parameterHash?: string;
|
|
300
|
-
/** Last reported guest configuration assignment report. */
|
|
301
|
-
latestAssignmentReport?: AssignmentReport;
|
|
302
|
-
/** The source which initiated the guest configuration assignment. Ex: Azure Policy */
|
|
303
|
-
context?: string;
|
|
304
|
-
/**
|
|
305
|
-
* Combined hash of the configuration package and parameters.
|
|
306
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
307
|
-
*/
|
|
308
|
-
readonly assignmentHash?: string;
|
|
309
|
-
/**
|
|
310
|
-
* The provisioning state, which only appears in the response.
|
|
311
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
312
|
-
*/
|
|
313
|
-
readonly provisioningState?: ProvisioningState;
|
|
314
|
-
/**
|
|
315
|
-
* Type of the resource - VMSS / VM
|
|
316
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
317
|
-
*/
|
|
318
|
-
readonly resourceType?: string;
|
|
319
|
-
/** The list of VM Compliance data for VMSS */
|
|
320
|
-
vmssVMList?: VmssvmInfo[];
|
|
321
|
-
}
|
|
322
|
-
|
|
323
|
-
/** Report for the guest configuration assignment. Report contains information such as compliance status, reason, and more. */
|
|
324
|
-
export declare interface GuestConfigurationAssignmentReport {
|
|
325
|
-
/**
|
|
326
|
-
* ARM resource id of the report for the guest configuration assignment.
|
|
327
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
328
|
-
*/
|
|
329
|
-
readonly id?: string;
|
|
330
|
-
/**
|
|
331
|
-
* GUID that identifies the guest configuration assignment report under a subscription, resource group.
|
|
332
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
333
|
-
*/
|
|
334
|
-
readonly name?: string;
|
|
335
|
-
/** Properties of the guest configuration report. */
|
|
336
|
-
properties?: GuestConfigurationAssignmentReportProperties;
|
|
337
|
-
}
|
|
338
|
-
|
|
339
|
-
/** List of guest configuration assignment reports. */
|
|
340
|
-
export declare interface GuestConfigurationAssignmentReportList {
|
|
341
|
-
/** List of reports for the guest configuration. Report contains information such as compliance status, reason and more. */
|
|
342
|
-
value?: GuestConfigurationAssignmentReport[];
|
|
343
|
-
}
|
|
344
|
-
|
|
345
|
-
/** Report for the guest configuration assignment. Report contains information such as compliance status, reason, and more. */
|
|
346
|
-
export declare interface GuestConfigurationAssignmentReportProperties {
|
|
347
|
-
/**
|
|
348
|
-
* A value indicating compliance status of the machine for the assigned guest configuration.
|
|
349
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
350
|
-
*/
|
|
351
|
-
readonly complianceStatus?: ComplianceStatus;
|
|
352
|
-
/**
|
|
353
|
-
* GUID that identifies the guest configuration assignment report under a subscription, resource group.
|
|
354
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
355
|
-
*/
|
|
356
|
-
readonly reportId?: string;
|
|
357
|
-
/** Configuration details of the guest configuration assignment. */
|
|
358
|
-
assignment?: AssignmentInfo;
|
|
359
|
-
/** Information about the VM. */
|
|
360
|
-
vm?: VMInfo;
|
|
361
|
-
/**
|
|
362
|
-
* Start date and time of the guest configuration assignment compliance status check.
|
|
363
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
364
|
-
*/
|
|
365
|
-
readonly startTime?: Date;
|
|
366
|
-
/**
|
|
367
|
-
* End date and time of the guest configuration assignment compliance status check.
|
|
368
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
369
|
-
*/
|
|
370
|
-
readonly endTime?: Date;
|
|
371
|
-
/** Details of the assignment report. */
|
|
372
|
-
details?: AssignmentReportDetails;
|
|
373
|
-
/**
|
|
374
|
-
* Azure resource Id of the VMSS.
|
|
375
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
376
|
-
*/
|
|
377
|
-
readonly vmssResourceId?: string;
|
|
378
|
-
}
|
|
379
|
-
|
|
380
|
-
/** Interface representing a GuestConfigurationAssignmentReports. */
|
|
381
|
-
export declare interface GuestConfigurationAssignmentReports {
|
|
382
|
-
/**
|
|
383
|
-
* List all reports for the guest configuration assignment, latest report first.
|
|
384
|
-
* @param resourceGroupName The resource group name.
|
|
385
|
-
* @param guestConfigurationAssignmentName The guest configuration assignment name.
|
|
386
|
-
* @param vmName The name of the virtual machine.
|
|
387
|
-
* @param options The options parameters.
|
|
388
|
-
*/
|
|
389
|
-
list(resourceGroupName: string, guestConfigurationAssignmentName: string, vmName: string, options?: GuestConfigurationAssignmentReportsListOptionalParams): Promise<GuestConfigurationAssignmentReportsListResponse>;
|
|
390
|
-
/**
|
|
391
|
-
* Get a report for the guest configuration assignment, by reportId.
|
|
392
|
-
* @param resourceGroupName The resource group name.
|
|
393
|
-
* @param guestConfigurationAssignmentName The guest configuration assignment name.
|
|
394
|
-
* @param reportId The GUID for the guest configuration assignment report.
|
|
395
|
-
* @param vmName The name of the virtual machine.
|
|
396
|
-
* @param options The options parameters.
|
|
397
|
-
*/
|
|
398
|
-
get(resourceGroupName: string, guestConfigurationAssignmentName: string, reportId: string, vmName: string, options?: GuestConfigurationAssignmentReportsGetOptionalParams): Promise<GuestConfigurationAssignmentReportsGetResponse>;
|
|
399
|
-
}
|
|
400
|
-
|
|
401
|
-
/** Optional parameters. */
|
|
402
|
-
export declare interface GuestConfigurationAssignmentReportsGetOptionalParams extends coreClient.OperationOptions {
|
|
403
|
-
}
|
|
404
|
-
|
|
405
|
-
/** Contains response data for the get operation. */
|
|
406
|
-
export declare type GuestConfigurationAssignmentReportsGetResponse = GuestConfigurationAssignmentReport;
|
|
407
|
-
|
|
408
|
-
/** Optional parameters. */
|
|
409
|
-
export declare interface GuestConfigurationAssignmentReportsListOptionalParams extends coreClient.OperationOptions {
|
|
410
|
-
}
|
|
411
|
-
|
|
412
|
-
/** Contains response data for the list operation. */
|
|
413
|
-
export declare type GuestConfigurationAssignmentReportsListResponse = GuestConfigurationAssignmentReportList;
|
|
414
|
-
|
|
415
|
-
/** Interface representing a GuestConfigurationAssignmentReportsVmss. */
|
|
416
|
-
export declare interface GuestConfigurationAssignmentReportsVmss {
|
|
417
|
-
/**
|
|
418
|
-
* List all reports for the VMSS guest configuration assignment, latest report first.
|
|
419
|
-
* @param resourceGroupName The resource group name.
|
|
420
|
-
* @param vmssName The name of the virtual machine scale set.
|
|
421
|
-
* @param name The guest configuration assignment name.
|
|
422
|
-
* @param options The options parameters.
|
|
423
|
-
*/
|
|
424
|
-
list(resourceGroupName: string, vmssName: string, name: string, options?: GuestConfigurationAssignmentReportsVmssListOptionalParams): PagedAsyncIterableIterator<GuestConfigurationAssignmentReport>;
|
|
425
|
-
/**
|
|
426
|
-
* Get a report for the VMSS guest configuration assignment, by reportId.
|
|
427
|
-
* @param resourceGroupName The resource group name.
|
|
428
|
-
* @param vmssName The name of the virtual machine scale set.
|
|
429
|
-
* @param name The guest configuration assignment name.
|
|
430
|
-
* @param id The GUID for the guest configuration assignment report.
|
|
431
|
-
* @param options The options parameters.
|
|
432
|
-
*/
|
|
433
|
-
get(resourceGroupName: string, vmssName: string, name: string, id: string, options?: GuestConfigurationAssignmentReportsVmssGetOptionalParams): Promise<GuestConfigurationAssignmentReportsVmssGetResponse>;
|
|
434
|
-
}
|
|
435
|
-
|
|
436
|
-
/** Optional parameters. */
|
|
437
|
-
export declare interface GuestConfigurationAssignmentReportsVmssGetOptionalParams extends coreClient.OperationOptions {
|
|
438
|
-
}
|
|
439
|
-
|
|
440
|
-
/** Contains response data for the get operation. */
|
|
441
|
-
export declare type GuestConfigurationAssignmentReportsVmssGetResponse = GuestConfigurationAssignmentReport;
|
|
442
|
-
|
|
443
|
-
/** Optional parameters. */
|
|
444
|
-
export declare interface GuestConfigurationAssignmentReportsVmssListOptionalParams extends coreClient.OperationOptions {
|
|
445
|
-
}
|
|
446
|
-
|
|
447
|
-
/** Contains response data for the list operation. */
|
|
448
|
-
export declare type GuestConfigurationAssignmentReportsVmssListResponse = GuestConfigurationAssignmentReportList;
|
|
449
|
-
|
|
450
|
-
/** Interface representing a GuestConfigurationAssignments. */
|
|
451
|
-
export declare interface GuestConfigurationAssignments {
|
|
452
|
-
/**
|
|
453
|
-
* List all guest configuration assignments for a subscription.
|
|
454
|
-
* @param options The options parameters.
|
|
455
|
-
*/
|
|
456
|
-
listSubscriptionList(options?: GuestConfigurationAssignmentsSubscriptionListOptionalParams): PagedAsyncIterableIterator<GuestConfigurationAssignment>;
|
|
457
|
-
/**
|
|
458
|
-
* List all guest configuration assignments for a resource group.
|
|
459
|
-
* @param resourceGroupName The resource group name.
|
|
460
|
-
* @param options The options parameters.
|
|
461
|
-
*/
|
|
462
|
-
listRGList(resourceGroupName: string, options?: GuestConfigurationAssignmentsRGListOptionalParams): PagedAsyncIterableIterator<GuestConfigurationAssignment>;
|
|
463
|
-
/**
|
|
464
|
-
* List all guest configuration assignments for a virtual machine.
|
|
465
|
-
* @param resourceGroupName The resource group name.
|
|
466
|
-
* @param vmName The name of the virtual machine.
|
|
467
|
-
* @param options The options parameters.
|
|
468
|
-
*/
|
|
469
|
-
list(resourceGroupName: string, vmName: string, options?: GuestConfigurationAssignmentsListOptionalParams): PagedAsyncIterableIterator<GuestConfigurationAssignment>;
|
|
470
|
-
/**
|
|
471
|
-
* Creates an association between a VM and guest configuration
|
|
472
|
-
* @param guestConfigurationAssignmentName Name of the guest configuration assignment.
|
|
473
|
-
* @param resourceGroupName The resource group name.
|
|
474
|
-
* @param vmName The name of the virtual machine.
|
|
475
|
-
* @param parameters Parameters supplied to the create or update guest configuration assignment.
|
|
476
|
-
* @param options The options parameters.
|
|
477
|
-
*/
|
|
478
|
-
createOrUpdate(guestConfigurationAssignmentName: string, resourceGroupName: string, vmName: string, parameters: GuestConfigurationAssignment, options?: GuestConfigurationAssignmentsCreateOrUpdateOptionalParams): Promise<GuestConfigurationAssignmentsCreateOrUpdateResponse>;
|
|
479
|
-
/**
|
|
480
|
-
* Get information about a guest configuration assignment
|
|
481
|
-
* @param resourceGroupName The resource group name.
|
|
482
|
-
* @param guestConfigurationAssignmentName The guest configuration assignment name.
|
|
483
|
-
* @param vmName The name of the virtual machine.
|
|
484
|
-
* @param options The options parameters.
|
|
485
|
-
*/
|
|
486
|
-
get(resourceGroupName: string, guestConfigurationAssignmentName: string, vmName: string, options?: GuestConfigurationAssignmentsGetOptionalParams): Promise<GuestConfigurationAssignmentsGetResponse>;
|
|
487
|
-
/**
|
|
488
|
-
* Delete a guest configuration assignment
|
|
489
|
-
* @param resourceGroupName The resource group name.
|
|
490
|
-
* @param guestConfigurationAssignmentName Name of the guest configuration assignment
|
|
491
|
-
* @param vmName The name of the virtual machine.
|
|
492
|
-
* @param options The options parameters.
|
|
493
|
-
*/
|
|
494
|
-
delete(resourceGroupName: string, guestConfigurationAssignmentName: string, vmName: string, options?: GuestConfigurationAssignmentsDeleteOptionalParams): Promise<void>;
|
|
495
|
-
}
|
|
496
|
-
|
|
497
|
-
/** Optional parameters. */
|
|
498
|
-
export declare interface GuestConfigurationAssignmentsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
499
|
-
}
|
|
500
|
-
|
|
501
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
502
|
-
export declare type GuestConfigurationAssignmentsCreateOrUpdateResponse = GuestConfigurationAssignment;
|
|
503
|
-
|
|
504
|
-
/** Optional parameters. */
|
|
505
|
-
export declare interface GuestConfigurationAssignmentsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
506
|
-
}
|
|
507
|
-
|
|
508
|
-
/** Optional parameters. */
|
|
509
|
-
export declare interface GuestConfigurationAssignmentsGetOptionalParams extends coreClient.OperationOptions {
|
|
510
|
-
}
|
|
511
|
-
|
|
512
|
-
/** Contains response data for the get operation. */
|
|
513
|
-
export declare type GuestConfigurationAssignmentsGetResponse = GuestConfigurationAssignment;
|
|
514
|
-
|
|
515
|
-
/** Optional parameters. */
|
|
516
|
-
export declare interface GuestConfigurationAssignmentsListOptionalParams extends coreClient.OperationOptions {
|
|
517
|
-
}
|
|
518
|
-
|
|
519
|
-
/** Contains response data for the list operation. */
|
|
520
|
-
export declare type GuestConfigurationAssignmentsListResponse = GuestConfigurationAssignmentList;
|
|
521
|
-
|
|
522
|
-
/** Optional parameters. */
|
|
523
|
-
export declare interface GuestConfigurationAssignmentsRGListOptionalParams extends coreClient.OperationOptions {
|
|
524
|
-
}
|
|
525
|
-
|
|
526
|
-
/** Contains response data for the rGList operation. */
|
|
527
|
-
export declare type GuestConfigurationAssignmentsRGListResponse = GuestConfigurationAssignmentList;
|
|
528
|
-
|
|
529
|
-
/** Optional parameters. */
|
|
530
|
-
export declare interface GuestConfigurationAssignmentsSubscriptionListOptionalParams extends coreClient.OperationOptions {
|
|
531
|
-
}
|
|
532
|
-
|
|
533
|
-
/** Contains response data for the subscriptionList operation. */
|
|
534
|
-
export declare type GuestConfigurationAssignmentsSubscriptionListResponse = GuestConfigurationAssignmentList;
|
|
535
|
-
|
|
536
|
-
/** Interface representing a GuestConfigurationAssignmentsVmss. */
|
|
537
|
-
export declare interface GuestConfigurationAssignmentsVmss {
|
|
538
|
-
/**
|
|
539
|
-
* List all guest configuration assignments for VMSS.
|
|
540
|
-
* @param resourceGroupName The resource group name.
|
|
541
|
-
* @param vmssName The name of the virtual machine scale set.
|
|
542
|
-
* @param options The options parameters.
|
|
543
|
-
*/
|
|
544
|
-
list(resourceGroupName: string, vmssName: string, options?: GuestConfigurationAssignmentsVmssListOptionalParams): PagedAsyncIterableIterator<GuestConfigurationAssignment>;
|
|
545
|
-
/**
|
|
546
|
-
* Creates an association between a VMSS and guest configuration
|
|
547
|
-
* @param resourceGroupName The resource group name.
|
|
548
|
-
* @param vmssName The name of the virtual machine scale set.
|
|
549
|
-
* @param name Name of the guest configuration assignment.
|
|
550
|
-
* @param parameters Parameters supplied to the create or update guest configuration assignment.
|
|
551
|
-
* @param options The options parameters.
|
|
552
|
-
*/
|
|
553
|
-
createOrUpdate(resourceGroupName: string, vmssName: string, name: string, parameters: GuestConfigurationAssignment, options?: GuestConfigurationAssignmentsVmssCreateOrUpdateOptionalParams): Promise<GuestConfigurationAssignmentsVmssCreateOrUpdateResponse>;
|
|
554
|
-
/**
|
|
555
|
-
* Get information about a guest configuration assignment for VMSS
|
|
556
|
-
* @param resourceGroupName The resource group name.
|
|
557
|
-
* @param vmssName The name of the virtual machine scale set.
|
|
558
|
-
* @param name The guest configuration assignment name.
|
|
559
|
-
* @param options The options parameters.
|
|
560
|
-
*/
|
|
561
|
-
get(resourceGroupName: string, vmssName: string, name: string, options?: GuestConfigurationAssignmentsVmssGetOptionalParams): Promise<GuestConfigurationAssignmentsVmssGetResponse>;
|
|
562
|
-
/**
|
|
563
|
-
* Delete a guest configuration assignment for VMSS
|
|
564
|
-
* @param resourceGroupName The resource group name.
|
|
565
|
-
* @param vmssName The name of the virtual machine scale set.
|
|
566
|
-
* @param name The guest configuration assignment name.
|
|
567
|
-
* @param options The options parameters.
|
|
568
|
-
*/
|
|
569
|
-
delete(resourceGroupName: string, vmssName: string, name: string, options?: GuestConfigurationAssignmentsVmssDeleteOptionalParams): Promise<GuestConfigurationAssignmentsVmssDeleteResponse>;
|
|
570
|
-
}
|
|
571
|
-
|
|
572
|
-
/** Optional parameters. */
|
|
573
|
-
export declare interface GuestConfigurationAssignmentsVmssCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
574
|
-
}
|
|
575
|
-
|
|
576
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
577
|
-
export declare type GuestConfigurationAssignmentsVmssCreateOrUpdateResponse = GuestConfigurationAssignment;
|
|
578
|
-
|
|
579
|
-
/** Optional parameters. */
|
|
580
|
-
export declare interface GuestConfigurationAssignmentsVmssDeleteOptionalParams extends coreClient.OperationOptions {
|
|
581
|
-
}
|
|
582
|
-
|
|
583
|
-
/** Contains response data for the delete operation. */
|
|
584
|
-
export declare type GuestConfigurationAssignmentsVmssDeleteResponse = GuestConfigurationAssignment;
|
|
585
|
-
|
|
586
|
-
/** Optional parameters. */
|
|
587
|
-
export declare interface GuestConfigurationAssignmentsVmssGetOptionalParams extends coreClient.OperationOptions {
|
|
588
|
-
}
|
|
589
|
-
|
|
590
|
-
/** Contains response data for the get operation. */
|
|
591
|
-
export declare type GuestConfigurationAssignmentsVmssGetResponse = GuestConfigurationAssignment;
|
|
592
|
-
|
|
593
|
-
/** Optional parameters. */
|
|
594
|
-
export declare interface GuestConfigurationAssignmentsVmssListOptionalParams extends coreClient.OperationOptions {
|
|
595
|
-
}
|
|
596
|
-
|
|
597
|
-
/** Contains response data for the list operation. */
|
|
598
|
-
export declare type GuestConfigurationAssignmentsVmssListResponse = GuestConfigurationAssignmentList;
|
|
599
|
-
|
|
600
|
-
export declare class GuestConfigurationClient extends coreClient.ServiceClient {
|
|
601
|
-
$host: string;
|
|
602
|
-
subscriptionId: string;
|
|
603
|
-
apiVersion: string;
|
|
604
|
-
/**
|
|
605
|
-
* Initializes a new instance of the GuestConfigurationClient class.
|
|
606
|
-
* @param credentials Subscription credentials which uniquely identify client subscription.
|
|
607
|
-
* @param subscriptionId Subscription ID which uniquely identify Microsoft Azure subscription. The
|
|
608
|
-
* subscription ID forms part of the URI for every service call.
|
|
609
|
-
* @param options The parameter options
|
|
610
|
-
*/
|
|
611
|
-
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: GuestConfigurationClientOptionalParams);
|
|
612
|
-
/** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
|
|
613
|
-
private addCustomApiVersionPolicy;
|
|
614
|
-
guestConfigurationAssignments: GuestConfigurationAssignments;
|
|
615
|
-
guestConfigurationAssignmentReports: GuestConfigurationAssignmentReports;
|
|
616
|
-
guestConfigurationHcrpAssignments: GuestConfigurationHcrpAssignments;
|
|
617
|
-
guestConfigurationHcrpAssignmentReports: GuestConfigurationHcrpAssignmentReports;
|
|
618
|
-
guestConfigurationAssignmentsVmss: GuestConfigurationAssignmentsVmss;
|
|
619
|
-
guestConfigurationAssignmentReportsVmss: GuestConfigurationAssignmentReportsVmss;
|
|
620
|
-
guestConfigurationConnectedVMwarevSphereAssignments: GuestConfigurationConnectedVMwarevSphereAssignments;
|
|
621
|
-
guestConfigurationConnectedVMwarevSphereAssignmentsReports: GuestConfigurationConnectedVMwarevSphereAssignmentsReports;
|
|
622
|
-
operations: Operations;
|
|
623
|
-
}
|
|
624
|
-
|
|
625
|
-
/** Optional parameters. */
|
|
626
|
-
export declare interface GuestConfigurationClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
627
|
-
/** server parameter */
|
|
628
|
-
$host?: string;
|
|
629
|
-
/** Api Version */
|
|
630
|
-
apiVersion?: string;
|
|
631
|
-
/** Overrides client endpoint. */
|
|
632
|
-
endpoint?: string;
|
|
633
|
-
}
|
|
634
|
-
|
|
635
|
-
/** Interface representing a GuestConfigurationConnectedVMwarevSphereAssignments. */
|
|
636
|
-
export declare interface GuestConfigurationConnectedVMwarevSphereAssignments {
|
|
637
|
-
/**
|
|
638
|
-
* List all guest configuration assignments for an ARC machine.
|
|
639
|
-
* @param resourceGroupName The resource group name.
|
|
640
|
-
* @param vmName The name of the virtual machine.
|
|
641
|
-
* @param options The options parameters.
|
|
642
|
-
*/
|
|
643
|
-
list(resourceGroupName: string, vmName: string, options?: GuestConfigurationConnectedVMwarevSphereAssignmentsListOptionalParams): PagedAsyncIterableIterator<GuestConfigurationAssignment>;
|
|
644
|
-
/**
|
|
645
|
-
* Creates an association between a Connected VM Sphere machine and guest configuration
|
|
646
|
-
* @param resourceGroupName The resource group name.
|
|
647
|
-
* @param vmName The name of the virtual machine.
|
|
648
|
-
* @param guestConfigurationAssignmentName Name of the guest configuration assignment.
|
|
649
|
-
* @param parameters Parameters supplied to the create or update guest configuration assignment.
|
|
650
|
-
* @param options The options parameters.
|
|
651
|
-
*/
|
|
652
|
-
createOrUpdate(resourceGroupName: string, vmName: string, guestConfigurationAssignmentName: string, parameters: GuestConfigurationAssignment, options?: GuestConfigurationConnectedVMwarevSphereAssignmentsCreateOrUpdateOptionalParams): Promise<GuestConfigurationConnectedVMwarevSphereAssignmentsCreateOrUpdateResponse>;
|
|
653
|
-
/**
|
|
654
|
-
* Get information about a guest configuration assignment
|
|
655
|
-
* @param resourceGroupName The resource group name.
|
|
656
|
-
* @param vmName The name of the virtual machine.
|
|
657
|
-
* @param guestConfigurationAssignmentName The guest configuration assignment name.
|
|
658
|
-
* @param options The options parameters.
|
|
659
|
-
*/
|
|
660
|
-
get(resourceGroupName: string, vmName: string, guestConfigurationAssignmentName: string, options?: GuestConfigurationConnectedVMwarevSphereAssignmentsGetOptionalParams): Promise<GuestConfigurationConnectedVMwarevSphereAssignmentsGetResponse>;
|
|
661
|
-
/**
|
|
662
|
-
* Delete a guest configuration assignment
|
|
663
|
-
* @param resourceGroupName The resource group name.
|
|
664
|
-
* @param vmName The name of the virtual machine.
|
|
665
|
-
* @param guestConfigurationAssignmentName Name of the guest configuration assignment
|
|
666
|
-
* @param options The options parameters.
|
|
667
|
-
*/
|
|
668
|
-
delete(resourceGroupName: string, vmName: string, guestConfigurationAssignmentName: string, options?: GuestConfigurationConnectedVMwarevSphereAssignmentsDeleteOptionalParams): Promise<void>;
|
|
669
|
-
}
|
|
670
|
-
|
|
671
|
-
/** Optional parameters. */
|
|
672
|
-
export declare interface GuestConfigurationConnectedVMwarevSphereAssignmentsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
673
|
-
}
|
|
674
|
-
|
|
675
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
676
|
-
export declare type GuestConfigurationConnectedVMwarevSphereAssignmentsCreateOrUpdateResponse = GuestConfigurationAssignment;
|
|
677
|
-
|
|
678
|
-
/** Optional parameters. */
|
|
679
|
-
export declare interface GuestConfigurationConnectedVMwarevSphereAssignmentsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
680
|
-
}
|
|
681
|
-
|
|
682
|
-
/** Optional parameters. */
|
|
683
|
-
export declare interface GuestConfigurationConnectedVMwarevSphereAssignmentsGetOptionalParams extends coreClient.OperationOptions {
|
|
684
|
-
}
|
|
685
|
-
|
|
686
|
-
/** Contains response data for the get operation. */
|
|
687
|
-
export declare type GuestConfigurationConnectedVMwarevSphereAssignmentsGetResponse = GuestConfigurationAssignment;
|
|
688
|
-
|
|
689
|
-
/** Optional parameters. */
|
|
690
|
-
export declare interface GuestConfigurationConnectedVMwarevSphereAssignmentsListOptionalParams extends coreClient.OperationOptions {
|
|
691
|
-
}
|
|
692
|
-
|
|
693
|
-
/** Contains response data for the list operation. */
|
|
694
|
-
export declare type GuestConfigurationConnectedVMwarevSphereAssignmentsListResponse = GuestConfigurationAssignmentList;
|
|
695
|
-
|
|
696
|
-
/** Interface representing a GuestConfigurationConnectedVMwarevSphereAssignmentsReports. */
|
|
697
|
-
export declare interface GuestConfigurationConnectedVMwarevSphereAssignmentsReports {
|
|
698
|
-
/**
|
|
699
|
-
* List all reports for the guest configuration assignment, latest report first.
|
|
700
|
-
* @param resourceGroupName The resource group name.
|
|
701
|
-
* @param vmName The name of the virtual machine.
|
|
702
|
-
* @param guestConfigurationAssignmentName The guest configuration assignment name.
|
|
703
|
-
* @param options The options parameters.
|
|
704
|
-
*/
|
|
705
|
-
list(resourceGroupName: string, vmName: string, guestConfigurationAssignmentName: string, options?: GuestConfigurationConnectedVMwarevSphereAssignmentsReportsListOptionalParams): Promise<GuestConfigurationConnectedVMwarevSphereAssignmentsReportsListResponse>;
|
|
706
|
-
/**
|
|
707
|
-
* Get a report for the guest configuration assignment, by reportId.
|
|
708
|
-
* @param resourceGroupName The resource group name.
|
|
709
|
-
* @param vmName The name of the virtual machine.
|
|
710
|
-
* @param guestConfigurationAssignmentName The guest configuration assignment name.
|
|
711
|
-
* @param reportId The GUID for the guest configuration assignment report.
|
|
712
|
-
* @param options The options parameters.
|
|
713
|
-
*/
|
|
714
|
-
get(resourceGroupName: string, vmName: string, guestConfigurationAssignmentName: string, reportId: string, options?: GuestConfigurationConnectedVMwarevSphereAssignmentsReportsGetOptionalParams): Promise<GuestConfigurationConnectedVMwarevSphereAssignmentsReportsGetResponse>;
|
|
715
|
-
}
|
|
716
|
-
|
|
717
|
-
/** Optional parameters. */
|
|
718
|
-
export declare interface GuestConfigurationConnectedVMwarevSphereAssignmentsReportsGetOptionalParams extends coreClient.OperationOptions {
|
|
719
|
-
}
|
|
720
|
-
|
|
721
|
-
/** Contains response data for the get operation. */
|
|
722
|
-
export declare type GuestConfigurationConnectedVMwarevSphereAssignmentsReportsGetResponse = GuestConfigurationAssignmentReport;
|
|
723
|
-
|
|
724
|
-
/** Optional parameters. */
|
|
725
|
-
export declare interface GuestConfigurationConnectedVMwarevSphereAssignmentsReportsListOptionalParams extends coreClient.OperationOptions {
|
|
726
|
-
}
|
|
727
|
-
|
|
728
|
-
/** Contains response data for the list operation. */
|
|
729
|
-
export declare type GuestConfigurationConnectedVMwarevSphereAssignmentsReportsListResponse = GuestConfigurationAssignmentReportList;
|
|
730
|
-
|
|
731
|
-
/** Interface representing a GuestConfigurationHcrpAssignmentReports. */
|
|
732
|
-
export declare interface GuestConfigurationHcrpAssignmentReports {
|
|
733
|
-
/**
|
|
734
|
-
* List all reports for the guest configuration assignment, latest report first.
|
|
735
|
-
* @param resourceGroupName The resource group name.
|
|
736
|
-
* @param guestConfigurationAssignmentName The guest configuration assignment name.
|
|
737
|
-
* @param machineName The name of the ARC machine.
|
|
738
|
-
* @param options The options parameters.
|
|
739
|
-
*/
|
|
740
|
-
list(resourceGroupName: string, guestConfigurationAssignmentName: string, machineName: string, options?: GuestConfigurationHcrpAssignmentReportsListOptionalParams): Promise<GuestConfigurationHcrpAssignmentReportsListResponse>;
|
|
741
|
-
/**
|
|
742
|
-
* Get a report for the guest configuration assignment, by reportId.
|
|
743
|
-
* @param resourceGroupName The resource group name.
|
|
744
|
-
* @param guestConfigurationAssignmentName The guest configuration assignment name.
|
|
745
|
-
* @param reportId The GUID for the guest configuration assignment report.
|
|
746
|
-
* @param machineName The name of the ARC machine.
|
|
747
|
-
* @param options The options parameters.
|
|
748
|
-
*/
|
|
749
|
-
get(resourceGroupName: string, guestConfigurationAssignmentName: string, reportId: string, machineName: string, options?: GuestConfigurationHcrpAssignmentReportsGetOptionalParams): Promise<GuestConfigurationHcrpAssignmentReportsGetResponse>;
|
|
750
|
-
}
|
|
751
|
-
|
|
752
|
-
/** Optional parameters. */
|
|
753
|
-
export declare interface GuestConfigurationHcrpAssignmentReportsGetOptionalParams extends coreClient.OperationOptions {
|
|
754
|
-
}
|
|
755
|
-
|
|
756
|
-
/** Contains response data for the get operation. */
|
|
757
|
-
export declare type GuestConfigurationHcrpAssignmentReportsGetResponse = GuestConfigurationAssignmentReport;
|
|
758
|
-
|
|
759
|
-
/** Optional parameters. */
|
|
760
|
-
export declare interface GuestConfigurationHcrpAssignmentReportsListOptionalParams extends coreClient.OperationOptions {
|
|
761
|
-
}
|
|
762
|
-
|
|
763
|
-
/** Contains response data for the list operation. */
|
|
764
|
-
export declare type GuestConfigurationHcrpAssignmentReportsListResponse = GuestConfigurationAssignmentReportList;
|
|
765
|
-
|
|
766
|
-
/** Interface representing a GuestConfigurationHcrpAssignments. */
|
|
767
|
-
export declare interface GuestConfigurationHcrpAssignments {
|
|
768
|
-
/**
|
|
769
|
-
* List all guest configuration assignments for an ARC machine.
|
|
770
|
-
* @param resourceGroupName The resource group name.
|
|
771
|
-
* @param machineName The name of the ARC machine.
|
|
772
|
-
* @param options The options parameters.
|
|
773
|
-
*/
|
|
774
|
-
list(resourceGroupName: string, machineName: string, options?: GuestConfigurationHcrpAssignmentsListOptionalParams): PagedAsyncIterableIterator<GuestConfigurationAssignment>;
|
|
775
|
-
/**
|
|
776
|
-
* Creates an association between a ARC machine and guest configuration
|
|
777
|
-
* @param guestConfigurationAssignmentName Name of the guest configuration assignment.
|
|
778
|
-
* @param resourceGroupName The resource group name.
|
|
779
|
-
* @param machineName The name of the ARC machine.
|
|
780
|
-
* @param parameters Parameters supplied to the create or update guest configuration assignment.
|
|
781
|
-
* @param options The options parameters.
|
|
782
|
-
*/
|
|
783
|
-
createOrUpdate(guestConfigurationAssignmentName: string, resourceGroupName: string, machineName: string, parameters: GuestConfigurationAssignment, options?: GuestConfigurationHcrpAssignmentsCreateOrUpdateOptionalParams): Promise<GuestConfigurationHcrpAssignmentsCreateOrUpdateResponse>;
|
|
784
|
-
/**
|
|
785
|
-
* Get information about a guest configuration assignment
|
|
786
|
-
* @param resourceGroupName The resource group name.
|
|
787
|
-
* @param guestConfigurationAssignmentName The guest configuration assignment name.
|
|
788
|
-
* @param machineName The name of the ARC machine.
|
|
789
|
-
* @param options The options parameters.
|
|
790
|
-
*/
|
|
791
|
-
get(resourceGroupName: string, guestConfigurationAssignmentName: string, machineName: string, options?: GuestConfigurationHcrpAssignmentsGetOptionalParams): Promise<GuestConfigurationHcrpAssignmentsGetResponse>;
|
|
792
|
-
/**
|
|
793
|
-
* Delete a guest configuration assignment
|
|
794
|
-
* @param resourceGroupName The resource group name.
|
|
795
|
-
* @param guestConfigurationAssignmentName Name of the guest configuration assignment
|
|
796
|
-
* @param machineName The name of the ARC machine.
|
|
797
|
-
* @param options The options parameters.
|
|
798
|
-
*/
|
|
799
|
-
delete(resourceGroupName: string, guestConfigurationAssignmentName: string, machineName: string, options?: GuestConfigurationHcrpAssignmentsDeleteOptionalParams): Promise<void>;
|
|
800
|
-
}
|
|
801
|
-
|
|
802
|
-
/** Optional parameters. */
|
|
803
|
-
export declare interface GuestConfigurationHcrpAssignmentsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
804
|
-
}
|
|
805
|
-
|
|
806
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
807
|
-
export declare type GuestConfigurationHcrpAssignmentsCreateOrUpdateResponse = GuestConfigurationAssignment;
|
|
808
|
-
|
|
809
|
-
/** Optional parameters. */
|
|
810
|
-
export declare interface GuestConfigurationHcrpAssignmentsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
811
|
-
}
|
|
812
|
-
|
|
813
|
-
/** Optional parameters. */
|
|
814
|
-
export declare interface GuestConfigurationHcrpAssignmentsGetOptionalParams extends coreClient.OperationOptions {
|
|
815
|
-
}
|
|
816
|
-
|
|
817
|
-
/** Contains response data for the get operation. */
|
|
818
|
-
export declare type GuestConfigurationHcrpAssignmentsGetResponse = GuestConfigurationAssignment;
|
|
819
|
-
|
|
820
|
-
/** Optional parameters. */
|
|
821
|
-
export declare interface GuestConfigurationHcrpAssignmentsListOptionalParams extends coreClient.OperationOptions {
|
|
822
|
-
}
|
|
823
|
-
|
|
824
|
-
/** Contains response data for the list operation. */
|
|
825
|
-
export declare type GuestConfigurationHcrpAssignmentsListResponse = GuestConfigurationAssignmentList;
|
|
826
|
-
|
|
827
|
-
/** Guest configuration is an artifact that encapsulates DSC configuration and its dependencies. The artifact is a zip file containing DSC configuration (as MOF) and dependent resources and other dependencies like modules. */
|
|
828
|
-
export declare interface GuestConfigurationNavigation {
|
|
829
|
-
/** Kind of the guest configuration. For example:DSC */
|
|
830
|
-
kind?: Kind;
|
|
831
|
-
/** Name of the guest configuration. */
|
|
832
|
-
name?: string;
|
|
833
|
-
/** Version of the guest configuration. */
|
|
834
|
-
version?: string;
|
|
835
|
-
/** Uri of the storage where guest configuration package is uploaded. */
|
|
836
|
-
contentUri?: string;
|
|
837
|
-
/** Combined hash of the guest configuration package and configuration parameters. */
|
|
838
|
-
contentHash?: string;
|
|
839
|
-
/** Specifies the assignment type and execution of the configuration. Possible values are Audit, DeployAndAutoCorrect, ApplyAndAutoCorrect and ApplyAndMonitor. */
|
|
840
|
-
assignmentType?: AssignmentType;
|
|
841
|
-
/**
|
|
842
|
-
* Specifies the origin of the configuration.
|
|
843
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
844
|
-
*/
|
|
845
|
-
readonly assignmentSource?: string;
|
|
846
|
-
/**
|
|
847
|
-
* Specifies the content type of the configuration. Possible values could be Builtin or Custom.
|
|
848
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
849
|
-
*/
|
|
850
|
-
readonly contentType?: string;
|
|
851
|
-
/** The configuration parameters for the guest configuration. */
|
|
852
|
-
configurationParameter?: ConfigurationParameter[];
|
|
853
|
-
/** The protected configuration parameters for the guest configuration. */
|
|
854
|
-
configurationProtectedParameter?: ConfigurationParameter[];
|
|
855
|
-
/**
|
|
856
|
-
* The configuration setting for the guest configuration.
|
|
857
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
858
|
-
*/
|
|
859
|
-
readonly configurationSetting?: ConfigurationSetting;
|
|
860
|
-
}
|
|
861
|
-
|
|
862
|
-
/**
|
|
863
|
-
* Defines values for Kind. \
|
|
864
|
-
* {@link KnownKind} can be used interchangeably with Kind,
|
|
865
|
-
* this enum contains the known values that the service supports.
|
|
866
|
-
* ### Known values supported by the service
|
|
867
|
-
* **DSC**
|
|
868
|
-
*/
|
|
869
|
-
export declare type Kind = string;
|
|
870
|
-
|
|
871
|
-
/** Known values of {@link ActionAfterReboot} that the service accepts. */
|
|
872
|
-
export declare enum KnownActionAfterReboot {
|
|
873
|
-
/** ContinueConfiguration */
|
|
874
|
-
ContinueConfiguration = "ContinueConfiguration",
|
|
875
|
-
/** StopConfiguration */
|
|
876
|
-
StopConfiguration = "StopConfiguration"
|
|
877
|
-
}
|
|
878
|
-
|
|
879
|
-
/** Known values of {@link AssignmentType} that the service accepts. */
|
|
880
|
-
export declare enum KnownAssignmentType {
|
|
881
|
-
/** Audit */
|
|
882
|
-
Audit = "Audit",
|
|
883
|
-
/** DeployAndAutoCorrect */
|
|
884
|
-
DeployAndAutoCorrect = "DeployAndAutoCorrect",
|
|
885
|
-
/** ApplyAndAutoCorrect */
|
|
886
|
-
ApplyAndAutoCorrect = "ApplyAndAutoCorrect",
|
|
887
|
-
/** ApplyAndMonitor */
|
|
888
|
-
ApplyAndMonitor = "ApplyAndMonitor"
|
|
889
|
-
}
|
|
890
|
-
|
|
891
|
-
/** Known values of {@link ComplianceStatus} that the service accepts. */
|
|
892
|
-
export declare enum KnownComplianceStatus {
|
|
893
|
-
/** Compliant */
|
|
894
|
-
Compliant = "Compliant",
|
|
895
|
-
/** NonCompliant */
|
|
896
|
-
NonCompliant = "NonCompliant",
|
|
897
|
-
/** Pending */
|
|
898
|
-
Pending = "Pending"
|
|
899
|
-
}
|
|
900
|
-
|
|
901
|
-
/** Known values of {@link ConfigurationMode} that the service accepts. */
|
|
902
|
-
export declare enum KnownConfigurationMode {
|
|
903
|
-
/** ApplyOnly */
|
|
904
|
-
ApplyOnly = "ApplyOnly",
|
|
905
|
-
/** ApplyAndMonitor */
|
|
906
|
-
ApplyAndMonitor = "ApplyAndMonitor",
|
|
907
|
-
/** ApplyAndAutoCorrect */
|
|
908
|
-
ApplyAndAutoCorrect = "ApplyAndAutoCorrect"
|
|
909
|
-
}
|
|
910
|
-
|
|
911
|
-
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
912
|
-
export declare enum KnownCreatedByType {
|
|
913
|
-
/** User */
|
|
914
|
-
User = "User",
|
|
915
|
-
/** Application */
|
|
916
|
-
Application = "Application",
|
|
917
|
-
/** ManagedIdentity */
|
|
918
|
-
ManagedIdentity = "ManagedIdentity",
|
|
919
|
-
/** Key */
|
|
920
|
-
Key = "Key"
|
|
921
|
-
}
|
|
922
|
-
|
|
923
|
-
/** Known values of {@link Kind} that the service accepts. */
|
|
924
|
-
export declare enum KnownKind {
|
|
925
|
-
/** DSC */
|
|
926
|
-
DSC = "DSC"
|
|
927
|
-
}
|
|
928
|
-
|
|
929
|
-
/** Known values of {@link ProvisioningState} that the service accepts. */
|
|
930
|
-
export declare enum KnownProvisioningState {
|
|
931
|
-
/** Succeeded */
|
|
932
|
-
Succeeded = "Succeeded",
|
|
933
|
-
/** Failed */
|
|
934
|
-
Failed = "Failed",
|
|
935
|
-
/** Canceled */
|
|
936
|
-
Canceled = "Canceled",
|
|
937
|
-
/** Created */
|
|
938
|
-
Created = "Created"
|
|
939
|
-
}
|
|
940
|
-
|
|
941
|
-
/** Known values of {@link Type} that the service accepts. */
|
|
942
|
-
export declare enum KnownType {
|
|
943
|
-
/** Consistency */
|
|
944
|
-
Consistency = "Consistency",
|
|
945
|
-
/** Initial */
|
|
946
|
-
Initial = "Initial"
|
|
947
|
-
}
|
|
948
|
-
|
|
949
|
-
/** GuestConfiguration REST API operation */
|
|
950
|
-
export declare interface Operation {
|
|
951
|
-
/** Operation name: For ex. providers/Microsoft.GuestConfiguration/guestConfigurationAssignments/write or read */
|
|
952
|
-
name?: string;
|
|
953
|
-
/** Provider, Resource, Operation and description values. */
|
|
954
|
-
display?: OperationDisplay;
|
|
955
|
-
/** Provider, Resource, Operation and description values. */
|
|
956
|
-
properties?: OperationProperties;
|
|
957
|
-
}
|
|
958
|
-
|
|
959
|
-
/** Provider, Resource, Operation and description values. */
|
|
960
|
-
export declare interface OperationDisplay {
|
|
961
|
-
/** Service provider: Microsoft.GuestConfiguration */
|
|
962
|
-
provider?: string;
|
|
963
|
-
/** Resource on which the operation is performed: For ex. */
|
|
964
|
-
resource?: string;
|
|
965
|
-
/** Operation type: Read, write, delete, etc. */
|
|
966
|
-
operation?: string;
|
|
967
|
-
/** Description about operation. */
|
|
968
|
-
description?: string;
|
|
969
|
-
}
|
|
970
|
-
|
|
971
|
-
/** The response model for the list of Automation operations */
|
|
972
|
-
export declare interface OperationList {
|
|
973
|
-
/** List of Automation operations supported by the Automation resource provider. */
|
|
974
|
-
value?: Operation[];
|
|
975
|
-
}
|
|
976
|
-
|
|
977
|
-
/** Provider, Resource, Operation and description values. */
|
|
978
|
-
export declare interface OperationProperties {
|
|
979
|
-
/** Service provider: Microsoft.GuestConfiguration */
|
|
980
|
-
statusCode?: string;
|
|
981
|
-
}
|
|
982
|
-
|
|
983
|
-
/** Interface representing a Operations. */
|
|
984
|
-
export declare interface Operations {
|
|
985
|
-
/**
|
|
986
|
-
* Lists all of the available GuestConfiguration REST API operations.
|
|
987
|
-
* @param options The options parameters.
|
|
988
|
-
*/
|
|
989
|
-
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
990
|
-
}
|
|
991
|
-
|
|
992
|
-
/** Optional parameters. */
|
|
993
|
-
export declare interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
994
|
-
}
|
|
995
|
-
|
|
996
|
-
/** Contains response data for the list operation. */
|
|
997
|
-
export declare type OperationsListResponse = OperationList;
|
|
998
|
-
|
|
999
|
-
/**
|
|
1000
|
-
* Defines values for ProvisioningState. \
|
|
1001
|
-
* {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
|
|
1002
|
-
* this enum contains the known values that the service supports.
|
|
1003
|
-
* ### Known values supported by the service
|
|
1004
|
-
* **Succeeded** \
|
|
1005
|
-
* **Failed** \
|
|
1006
|
-
* **Canceled** \
|
|
1007
|
-
* **Created**
|
|
1008
|
-
*/
|
|
1009
|
-
export declare type ProvisioningState = string;
|
|
1010
|
-
|
|
1011
|
-
/** ARM proxy resource. */
|
|
1012
|
-
export declare interface ProxyResource extends Resource {
|
|
1013
|
-
}
|
|
1014
|
-
|
|
1015
|
-
/** The core properties of ARM resources */
|
|
1016
|
-
export declare interface Resource {
|
|
1017
|
-
/**
|
|
1018
|
-
* ARM resource id of the guest configuration assignment.
|
|
1019
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1020
|
-
*/
|
|
1021
|
-
readonly id?: string;
|
|
1022
|
-
/** Name of the guest configuration assignment. */
|
|
1023
|
-
name?: string;
|
|
1024
|
-
/** Region where the VM is located. */
|
|
1025
|
-
location?: string;
|
|
1026
|
-
/**
|
|
1027
|
-
* The type of the resource.
|
|
1028
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1029
|
-
*/
|
|
1030
|
-
readonly type?: string;
|
|
1031
|
-
}
|
|
1032
|
-
|
|
1033
|
-
/** Metadata pertaining to creation and last modification of the resource. */
|
|
1034
|
-
export declare interface SystemData {
|
|
1035
|
-
/** The identity that created the resource. */
|
|
1036
|
-
createdBy?: string;
|
|
1037
|
-
/** The type of identity that created the resource. */
|
|
1038
|
-
createdByType?: CreatedByType;
|
|
1039
|
-
/** The timestamp of resource creation (UTC). */
|
|
1040
|
-
createdAt?: Date;
|
|
1041
|
-
/** The identity that last modified the resource. */
|
|
1042
|
-
lastModifiedBy?: string;
|
|
1043
|
-
/** The type of identity that last modified the resource. */
|
|
1044
|
-
lastModifiedByType?: CreatedByType;
|
|
1045
|
-
/** The timestamp of resource last modification (UTC) */
|
|
1046
|
-
lastModifiedAt?: Date;
|
|
1047
|
-
}
|
|
1048
|
-
|
|
1049
|
-
/**
|
|
1050
|
-
* Defines values for Type. \
|
|
1051
|
-
* {@link KnownType} can be used interchangeably with Type,
|
|
1052
|
-
* this enum contains the known values that the service supports.
|
|
1053
|
-
* ### Known values supported by the service
|
|
1054
|
-
* **Consistency** \
|
|
1055
|
-
* **Initial**
|
|
1056
|
-
*/
|
|
1057
|
-
export declare type Type = string;
|
|
1058
|
-
|
|
1059
|
-
/** Information about the VM. */
|
|
1060
|
-
export declare interface VMInfo {
|
|
1061
|
-
/**
|
|
1062
|
-
* Azure resource Id of the VM.
|
|
1063
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1064
|
-
*/
|
|
1065
|
-
readonly id?: string;
|
|
1066
|
-
/**
|
|
1067
|
-
* UUID(Universally Unique Identifier) of the VM.
|
|
1068
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1069
|
-
*/
|
|
1070
|
-
readonly uuid?: string;
|
|
1071
|
-
}
|
|
1072
|
-
|
|
1073
|
-
/** Information about VMSS VM */
|
|
1074
|
-
export declare interface VmssvmInfo {
|
|
1075
|
-
/**
|
|
1076
|
-
* UUID of the VM.
|
|
1077
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1078
|
-
*/
|
|
1079
|
-
readonly vmId?: string;
|
|
1080
|
-
/**
|
|
1081
|
-
* Azure resource Id of the VM.
|
|
1082
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1083
|
-
*/
|
|
1084
|
-
readonly vmResourceId?: string;
|
|
1085
|
-
/**
|
|
1086
|
-
* A value indicating compliance status of the machine for the assigned guest configuration.
|
|
1087
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1088
|
-
*/
|
|
1089
|
-
readonly complianceStatus?: ComplianceStatus;
|
|
1090
|
-
/**
|
|
1091
|
-
* Id of the latest report for the guest configuration assignment.
|
|
1092
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1093
|
-
*/
|
|
1094
|
-
readonly latestReportId?: string;
|
|
1095
|
-
/**
|
|
1096
|
-
* Date and time when last compliance status was checked.
|
|
1097
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1098
|
-
*/
|
|
1099
|
-
readonly lastComplianceChecked?: Date;
|
|
1100
|
-
}
|
|
1101
|
-
|
|
1102
|
-
export { }
|