@azure/arm-servicemap 2.1.0 → 3.0.0-beta.1
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 -0
- package/LICENSE +21 -0
- package/LICENSE.txt +21 -21
- package/README.md +98 -110
- package/dist/index.js +4469 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/samples-dev/smClientGroupsGet.d.ts +2 -0
- package/dist-esm/samples-dev/smClientGroupsGet.d.ts.map +1 -0
- package/dist-esm/samples-dev/smClientGroupsGet.js +35 -0
- package/dist-esm/samples-dev/smClientGroupsGet.js.map +1 -0
- package/dist-esm/samples-dev/smClientGroupsGetMembersCountGet.d.ts +2 -0
- package/dist-esm/samples-dev/smClientGroupsGetMembersCountGet.d.ts.map +1 -0
- package/dist-esm/samples-dev/smClientGroupsGetMembersCountGet.js +35 -0
- package/dist-esm/samples-dev/smClientGroupsGetMembersCountGet.js.map +1 -0
- package/dist-esm/samples-dev/smClientGroupsListMembersGet.d.ts +2 -0
- package/dist-esm/samples-dev/smClientGroupsListMembersGet.d.ts.map +1 -0
- package/dist-esm/samples-dev/smClientGroupsListMembersGet.js +49 -0
- package/dist-esm/samples-dev/smClientGroupsListMembersGet.js.map +1 -0
- package/dist-esm/samples-dev/smMachineGroupsCreatePost.d.ts +2 -0
- package/dist-esm/samples-dev/smMachineGroupsCreatePost.d.ts.map +1 -0
- package/dist-esm/samples-dev/smMachineGroupsCreatePost.js +43 -0
- package/dist-esm/samples-dev/smMachineGroupsCreatePost.js.map +1 -0
- package/dist-esm/samples-dev/smMachineGroupsDelete.d.ts +2 -0
- package/dist-esm/samples-dev/smMachineGroupsDelete.d.ts.map +1 -0
- package/dist-esm/samples-dev/smMachineGroupsDelete.js +32 -0
- package/dist-esm/samples-dev/smMachineGroupsDelete.js.map +1 -0
- package/dist-esm/samples-dev/smMachineGroupsGet.d.ts +2 -0
- package/dist-esm/samples-dev/smMachineGroupsGet.d.ts.map +1 -0
- package/dist-esm/samples-dev/smMachineGroupsGet.js +32 -0
- package/dist-esm/samples-dev/smMachineGroupsGet.js.map +1 -0
- package/dist-esm/samples-dev/smMachineGroupsListByWorkspaceGet.d.ts +2 -0
- package/dist-esm/samples-dev/smMachineGroupsListByWorkspaceGet.d.ts.map +1 -0
- package/dist-esm/samples-dev/smMachineGroupsListByWorkspaceGet.js +48 -0
- package/dist-esm/samples-dev/smMachineGroupsListByWorkspaceGet.js.map +1 -0
- package/dist-esm/samples-dev/smMachineGroupsUpdatePut.d.ts +2 -0
- package/dist-esm/samples-dev/smMachineGroupsUpdatePut.d.ts.map +1 -0
- package/dist-esm/samples-dev/smMachineGroupsUpdatePut.js +44 -0
- package/dist-esm/samples-dev/smMachineGroupsUpdatePut.js.map +1 -0
- package/dist-esm/samples-dev/smMachinesGet.d.ts +2 -0
- package/dist-esm/samples-dev/smMachinesGet.d.ts.map +1 -0
- package/dist-esm/samples-dev/smMachinesGet.js +34 -0
- package/dist-esm/samples-dev/smMachinesGet.js.map +1 -0
- package/dist-esm/samples-dev/smMachinesGetLivenessGet.d.ts +2 -0
- package/dist-esm/samples-dev/smMachinesGetLivenessGet.d.ts.map +1 -0
- package/dist-esm/samples-dev/smMachinesGetLivenessGet.js +35 -0
- package/dist-esm/samples-dev/smMachinesGetLivenessGet.js.map +1 -0
- package/dist-esm/samples-dev/smMachinesListByWorkspaceGet.d.ts +2 -0
- package/dist-esm/samples-dev/smMachinesListByWorkspaceGet.d.ts.map +1 -0
- package/dist-esm/samples-dev/smMachinesListByWorkspaceGet.js +48 -0
- package/dist-esm/samples-dev/smMachinesListByWorkspaceGet.js.map +1 -0
- package/dist-esm/samples-dev/smMachinesListConnectionsGet.d.ts +2 -0
- package/dist-esm/samples-dev/smMachinesListConnectionsGet.d.ts.map +1 -0
- package/dist-esm/samples-dev/smMachinesListConnectionsGet.js +49 -0
- package/dist-esm/samples-dev/smMachinesListConnectionsGet.js.map +1 -0
- package/dist-esm/samples-dev/smMachinesListMachineGroupMembershipGet.d.ts +2 -0
- package/dist-esm/samples-dev/smMachinesListMachineGroupMembershipGet.d.ts.map +1 -0
- package/dist-esm/samples-dev/smMachinesListMachineGroupMembershipGet.js +49 -0
- package/dist-esm/samples-dev/smMachinesListMachineGroupMembershipGet.js.map +1 -0
- package/dist-esm/samples-dev/smMachinesListPortsGet.d.ts +2 -0
- package/dist-esm/samples-dev/smMachinesListPortsGet.d.ts.map +1 -0
- package/dist-esm/samples-dev/smMachinesListPortsGet.js +49 -0
- package/dist-esm/samples-dev/smMachinesListPortsGet.js.map +1 -0
- package/dist-esm/samples-dev/smMachinesListProcessesGet.d.ts +2 -0
- package/dist-esm/samples-dev/smMachinesListProcessesGet.d.ts.map +1 -0
- package/dist-esm/samples-dev/smMachinesListProcessesGet.js +49 -0
- package/dist-esm/samples-dev/smMachinesListProcessesGet.js.map +1 -0
- package/dist-esm/samples-dev/smMachinesPortsGet.d.ts +2 -0
- package/dist-esm/samples-dev/smMachinesPortsGet.d.ts.map +1 -0
- package/dist-esm/samples-dev/smMachinesPortsGet.js +36 -0
- package/dist-esm/samples-dev/smMachinesPortsGet.js.map +1 -0
- package/dist-esm/samples-dev/smMachinesPortsGetLivenessGet.d.ts +2 -0
- package/dist-esm/samples-dev/smMachinesPortsGetLivenessGet.d.ts.map +1 -0
- package/dist-esm/samples-dev/smMachinesPortsGetLivenessGet.js +36 -0
- package/dist-esm/samples-dev/smMachinesPortsGetLivenessGet.js.map +1 -0
- package/dist-esm/samples-dev/smMachinesPortsListAcceptingProcessesGet.d.ts +2 -0
- package/dist-esm/samples-dev/smMachinesPortsListAcceptingProcessesGet.d.ts.map +1 -0
- package/dist-esm/samples-dev/smMachinesPortsListAcceptingProcessesGet.js +50 -0
- package/dist-esm/samples-dev/smMachinesPortsListAcceptingProcessesGet.js.map +1 -0
- package/dist-esm/samples-dev/smMachinesPortsListConnectionsGet.d.ts +2 -0
- package/dist-esm/samples-dev/smMachinesPortsListConnectionsGet.d.ts.map +1 -0
- package/dist-esm/samples-dev/smMachinesPortsListConnectionsGet.js +50 -0
- package/dist-esm/samples-dev/smMachinesPortsListConnectionsGet.js.map +1 -0
- package/dist-esm/samples-dev/smMachinesProcessesGet.d.ts +2 -0
- package/dist-esm/samples-dev/smMachinesProcessesGet.d.ts.map +1 -0
- package/dist-esm/samples-dev/smMachinesProcessesGet.js +35 -0
- package/dist-esm/samples-dev/smMachinesProcessesGet.js.map +1 -0
- package/dist-esm/samples-dev/smMachinesProcessesGetLivenessGet.d.ts +2 -0
- package/dist-esm/samples-dev/smMachinesProcessesGetLivenessGet.d.ts.map +1 -0
- package/dist-esm/samples-dev/smMachinesProcessesGetLivenessGet.js +36 -0
- package/dist-esm/samples-dev/smMachinesProcessesGetLivenessGet.js.map +1 -0
- package/dist-esm/samples-dev/smMachinesProcessesListAcceptingPortsGet.d.ts +2 -0
- package/dist-esm/samples-dev/smMachinesProcessesListAcceptingPortsGet.d.ts.map +1 -0
- package/dist-esm/samples-dev/smMachinesProcessesListAcceptingPortsGet.js +50 -0
- package/dist-esm/samples-dev/smMachinesProcessesListAcceptingPortsGet.js.map +1 -0
- package/dist-esm/samples-dev/smMachinesProcessesListConnectionsGet.d.ts +2 -0
- package/dist-esm/samples-dev/smMachinesProcessesListConnectionsGet.d.ts.map +1 -0
- package/dist-esm/samples-dev/smMachinesProcessesListConnectionsGet.js +50 -0
- package/dist-esm/samples-dev/smMachinesProcessesListConnectionsGet.js.map +1 -0
- package/dist-esm/samples-dev/smMapsGenerateMachineGroupDependencyPost.d.ts +2 -0
- package/dist-esm/samples-dev/smMapsGenerateMachineGroupDependencyPost.d.ts.map +1 -0
- package/dist-esm/samples-dev/smMapsGenerateMachineGroupDependencyPost.js +38 -0
- package/dist-esm/samples-dev/smMapsGenerateMachineGroupDependencyPost.js.map +1 -0
- package/dist-esm/samples-dev/smMapsGenerateMachineListDependencyPost.d.ts +2 -0
- package/dist-esm/samples-dev/smMapsGenerateMachineListDependencyPost.d.ts.map +1 -0
- package/dist-esm/samples-dev/smMapsGenerateMachineListDependencyPost.js +41 -0
- package/dist-esm/samples-dev/smMapsGenerateMachineListDependencyPost.js.map +1 -0
- package/dist-esm/samples-dev/smMapsGenerateSingleMachineDependencyPost.d.ts +2 -0
- package/dist-esm/samples-dev/smMapsGenerateSingleMachineDependencyPost.d.ts.map +1 -0
- package/dist-esm/samples-dev/smMapsGenerateSingleMachineDependencyPost.js +37 -0
- package/dist-esm/samples-dev/smMapsGenerateSingleMachineDependencyPost.js.map +1 -0
- package/dist-esm/samples-dev/smSummariesGetMachinesGet.d.ts +2 -0
- package/dist-esm/samples-dev/smSummariesGetMachinesGet.d.ts.map +1 -0
- package/dist-esm/samples-dev/smSummariesGetMachinesGet.js +34 -0
- package/dist-esm/samples-dev/smSummariesGetMachinesGet.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +12 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +1126 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +58 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +91 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +1005 -1054
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +22 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/parameters.js +124 -108
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/clientGroups.d.ts +57 -0
- package/dist-esm/src/operations/clientGroups.d.ts.map +1 -0
- package/dist-esm/src/operations/clientGroups.js +224 -0
- package/dist-esm/src/operations/clientGroups.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/operations/index.js +3 -5
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/machineGroups.d.ts +71 -0
- package/dist-esm/src/operations/machineGroups.d.ts.map +1 -0
- package/dist-esm/src/operations/machineGroups.js +285 -0
- package/dist-esm/src/operations/machineGroups.js.map +1 -0
- package/dist-esm/src/operations/machines.d.ts +177 -0
- package/dist-esm/src/operations/machines.d.ts.map +1 -0
- package/dist-esm/src/operations/machines.js +738 -0
- package/dist-esm/src/operations/machines.js.map +1 -0
- package/dist-esm/src/operations/maps.d.ts +21 -0
- package/dist-esm/src/operations/maps.d.ts.map +1 -0
- package/dist-esm/src/operations/maps.js +56 -0
- package/dist-esm/src/operations/maps.js.map +1 -0
- package/dist-esm/src/operations/ports.d.ts +93 -0
- package/dist-esm/src/operations/ports.d.ts.map +1 -0
- package/dist-esm/src/operations/ports.js +376 -0
- package/dist-esm/src/operations/ports.js.map +1 -0
- package/dist-esm/src/operations/processes.d.ts +92 -0
- package/dist-esm/src/operations/processes.d.ts.map +1 -0
- package/dist-esm/src/operations/processes.js +371 -0
- package/dist-esm/src/operations/processes.js.map +1 -0
- package/dist-esm/src/operations/summaries.d.ts +20 -0
- package/dist-esm/src/operations/summaries.d.ts.map +1 -0
- package/dist-esm/src/operations/summaries.js +57 -0
- package/dist-esm/src/operations/summaries.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/clientGroups.d.ts +30 -0
- package/dist-esm/src/operationsInterfaces/clientGroups.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/clientGroups.js +9 -0
- package/dist-esm/src/operationsInterfaces/clientGroups.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +8 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +15 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/machineGroups.d.ts +46 -0
- package/dist-esm/src/operationsInterfaces/machineGroups.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/machineGroups.js +9 -0
- package/dist-esm/src/operationsInterfaces/machineGroups.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/machines.d.ts +68 -0
- package/dist-esm/src/operationsInterfaces/machines.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/machines.js +9 -0
- package/dist-esm/src/operationsInterfaces/machines.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/maps.d.ts +13 -0
- package/dist-esm/src/operationsInterfaces/maps.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/maps.js +9 -0
- package/dist-esm/src/operationsInterfaces/maps.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/ports.d.ts +43 -0
- package/dist-esm/src/operationsInterfaces/ports.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/ports.js +9 -0
- package/dist-esm/src/operationsInterfaces/ports.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/processes.d.ts +42 -0
- package/dist-esm/src/operationsInterfaces/processes.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/processes.js +9 -0
- package/dist-esm/src/operationsInterfaces/processes.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/summaries.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/summaries.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/summaries.js +9 -0
- package/dist-esm/src/operationsInterfaces/summaries.js.map +1 -0
- package/dist-esm/src/serviceMap.d.ts +24 -0
- package/dist-esm/src/serviceMap.d.ts.map +1 -0
- package/dist-esm/src/serviceMap.js +57 -0
- package/dist-esm/src/serviceMap.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +2 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +40 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +79 -34
- package/review/arm-servicemap.api.md +1034 -0
- package/rollup.config.js +184 -27
- package/src/index.ts +12 -0
- package/src/models/index.ts +1362 -0
- package/{lib → src}/models/mappers.ts +1116 -1152
- package/{lib → src}/models/parameters.ts +151 -109
- package/src/operations/clientGroups.ts +310 -0
- package/{lib → src}/operations/index.ts +3 -5
- package/src/operations/machineGroups.ts +385 -0
- package/src/operations/machines.ts +1030 -0
- package/src/operations/maps.ts +77 -0
- package/src/operations/ports.ts +538 -0
- package/src/operations/processes.ts +533 -0
- package/src/operations/summaries.ts +76 -0
- package/src/operationsInterfaces/clientGroups.ts +61 -0
- package/src/operationsInterfaces/index.ts +15 -0
- package/src/operationsInterfaces/machineGroups.ts +90 -0
- package/src/operationsInterfaces/machines.ts +126 -0
- package/src/operationsInterfaces/maps.ts +30 -0
- package/src/operationsInterfaces/ports.ts +85 -0
- package/src/operationsInterfaces/processes.ts +84 -0
- package/src/operationsInterfaces/summaries.ts +27 -0
- package/src/serviceMap.ts +103 -0
- package/tsconfig.json +6 -5
- package/types/arm-servicemap.d.ts +1556 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-servicemap.js +0 -4248
- package/dist/arm-servicemap.js.map +0 -1
- package/dist/arm-servicemap.min.js +0 -1
- package/dist/arm-servicemap.min.js.map +0 -1
- package/esm/models/clientGroupsMappers.d.ts +0 -2
- package/esm/models/clientGroupsMappers.d.ts.map +0 -1
- package/esm/models/clientGroupsMappers.js +0 -11
- package/esm/models/clientGroupsMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -3005
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js +0 -10
- package/esm/models/index.js.map +0 -1
- package/esm/models/machineGroupsMappers.d.ts +0 -2
- package/esm/models/machineGroupsMappers.d.ts.map +0 -1
- package/esm/models/machineGroupsMappers.js +0 -11
- package/esm/models/machineGroupsMappers.js.map +0 -1
- package/esm/models/machinesMappers.d.ts +0 -2
- package/esm/models/machinesMappers.d.ts.map +0 -1
- package/esm/models/machinesMappers.js +0 -11
- package/esm/models/machinesMappers.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -91
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/mapsMappers.d.ts +0 -2
- package/esm/models/mapsMappers.d.ts.map +0 -1
- package/esm/models/mapsMappers.js +0 -11
- package/esm/models/mapsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -18
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/portsMappers.d.ts +0 -2
- package/esm/models/portsMappers.d.ts.map +0 -1
- package/esm/models/portsMappers.js +0 -11
- package/esm/models/portsMappers.js.map +0 -1
- package/esm/models/processesMappers.d.ts +0 -2
- package/esm/models/processesMappers.d.ts.map +0 -1
- package/esm/models/processesMappers.js +0 -11
- package/esm/models/processesMappers.js.map +0 -1
- package/esm/models/summariesMappers.d.ts +0 -2
- package/esm/models/summariesMappers.d.ts.map +0 -1
- package/esm/models/summariesMappers.js +0 -11
- package/esm/models/summariesMappers.js.map +0 -1
- package/esm/operations/clientGroups.d.ts +0 -103
- package/esm/operations/clientGroups.d.ts.map +0 -1
- package/esm/operations/clientGroups.js +0 -159
- package/esm/operations/clientGroups.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/machineGroups.d.ts +0 -151
- package/esm/operations/machineGroups.d.ts.map +0 -1
- package/esm/operations/machineGroups.js +0 -227
- package/esm/operations/machineGroups.js.map +0 -1
- package/esm/operations/machines.d.ts +0 -284
- package/esm/operations/machines.d.ts.map +0 -1
- package/esm/operations/machines.js +0 -404
- package/esm/operations/machines.js.map +0 -1
- package/esm/operations/maps.d.ts +0 -37
- package/esm/operations/maps.d.ts.map +0 -1
- package/esm/operations/maps.js +0 -64
- package/esm/operations/maps.js.map +0 -1
- package/esm/operations/ports.d.ts +0 -158
- package/esm/operations/ports.d.ts.map +0 -1
- package/esm/operations/ports.js +0 -227
- package/esm/operations/ports.js.map +0 -1
- package/esm/operations/processes.d.ts +0 -157
- package/esm/operations/processes.d.ts.map +0 -1
- package/esm/operations/processes.js +0 -226
- package/esm/operations/processes.js.map +0 -1
- package/esm/operations/summaries.d.ts +0 -34
- package/esm/operations/summaries.d.ts.map +0 -1
- package/esm/operations/summaries.js +0 -60
- package/esm/operations/summaries.js.map +0 -1
- package/esm/servicemapManagementClient.d.ts +0 -24
- package/esm/servicemapManagementClient.d.ts.map +0 -1
- package/esm/servicemapManagementClient.js +0 -39
- package/esm/servicemapManagementClient.js.map +0 -1
- package/esm/servicemapManagementClientContext.d.ts +0 -16
- package/esm/servicemapManagementClientContext.d.ts.map +0 -1
- package/esm/servicemapManagementClientContext.js +0 -56
- package/esm/servicemapManagementClientContext.js.map +0 -1
- package/lib/models/clientGroupsMappers.ts +0 -59
- package/lib/models/index.ts +0 -3156
- package/lib/models/machineGroupsMappers.ts +0 -58
- package/lib/models/machinesMappers.ts +0 -63
- package/lib/models/mapsMappers.ts +0 -66
- package/lib/models/portsMappers.ts +0 -60
- package/lib/models/processesMappers.ts +0 -60
- package/lib/models/summariesMappers.ts +0 -57
- package/lib/operations/clientGroups.ts +0 -272
- package/lib/operations/machineGroups.ts +0 -403
- package/lib/operations/machines.ts +0 -738
- package/lib/operations/maps.ts +0 -98
- package/lib/operations/ports.ts +0 -405
- package/lib/operations/processes.ts +0 -403
- package/lib/operations/summaries.ts +0 -89
- package/lib/servicemapManagementClient.ts +0 -54
- package/lib/servicemapManagementClientContext.ts +0 -62
package/lib/models/index.ts
DELETED
|
@@ -1,3156 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Licensed under the MIT License. See License.txt in the project root for
|
|
4
|
-
* license information.
|
|
5
|
-
*
|
|
6
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is
|
|
8
|
-
* regenerated.
|
|
9
|
-
*/
|
|
10
|
-
|
|
11
|
-
import { BaseResource, CloudError, AzureServiceClientOptions } from "@azure/ms-rest-azure-js";
|
|
12
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
13
|
-
|
|
14
|
-
export { BaseResource, CloudError };
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
/**
|
|
18
|
-
* @interface
|
|
19
|
-
* An interface representing Resource.
|
|
20
|
-
* Resource model definition.
|
|
21
|
-
*
|
|
22
|
-
* @extends BaseResource
|
|
23
|
-
*/
|
|
24
|
-
export interface Resource extends BaseResource {
|
|
25
|
-
/**
|
|
26
|
-
* @member {string} [id] Resource identifier.
|
|
27
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
28
|
-
* the server.**
|
|
29
|
-
*/
|
|
30
|
-
readonly id?: string;
|
|
31
|
-
/**
|
|
32
|
-
* @member {string} [type] Resource type.
|
|
33
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
34
|
-
* the server.**
|
|
35
|
-
*/
|
|
36
|
-
readonly type?: string;
|
|
37
|
-
/**
|
|
38
|
-
* @member {string} [name] Resource name.
|
|
39
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
40
|
-
* the server.**
|
|
41
|
-
*/
|
|
42
|
-
readonly name?: string;
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
/**
|
|
46
|
-
* Contains the possible cases for ResourceReference.
|
|
47
|
-
*/
|
|
48
|
-
export type ResourceReferenceUnion = ResourceReference | MachineReference | ProcessReference | PortReference | MachineReferenceWithHints | ClientGroupReference;
|
|
49
|
-
|
|
50
|
-
/**
|
|
51
|
-
* @interface
|
|
52
|
-
* An interface representing ResourceReference.
|
|
53
|
-
* Represents a reference to another resource.
|
|
54
|
-
*
|
|
55
|
-
*/
|
|
56
|
-
export interface ResourceReference {
|
|
57
|
-
/**
|
|
58
|
-
* @member {string} kind Polymorphic Discriminator
|
|
59
|
-
*/
|
|
60
|
-
kind: "ResourceReference";
|
|
61
|
-
/**
|
|
62
|
-
* @member {string} id Resource URI.
|
|
63
|
-
*/
|
|
64
|
-
id: string;
|
|
65
|
-
/**
|
|
66
|
-
* @member {string} [type] Resource type qualifier.
|
|
67
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
68
|
-
* the server.**
|
|
69
|
-
*/
|
|
70
|
-
readonly type?: string;
|
|
71
|
-
/**
|
|
72
|
-
* @member {string} [name] Resource name.
|
|
73
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
74
|
-
* the server.**
|
|
75
|
-
*/
|
|
76
|
-
readonly name?: string;
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
/**
|
|
80
|
-
* @interface
|
|
81
|
-
* An interface representing MachineReference.
|
|
82
|
-
* Reference to a machine.
|
|
83
|
-
*
|
|
84
|
-
*/
|
|
85
|
-
export interface MachineReference {
|
|
86
|
-
/**
|
|
87
|
-
* @member {string} kind Polymorphic Discriminator
|
|
88
|
-
*/
|
|
89
|
-
kind: "ref:machine";
|
|
90
|
-
/**
|
|
91
|
-
* @member {string} id Resource URI.
|
|
92
|
-
*/
|
|
93
|
-
id: string;
|
|
94
|
-
/**
|
|
95
|
-
* @member {string} [type] Resource type qualifier.
|
|
96
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
97
|
-
* the server.**
|
|
98
|
-
*/
|
|
99
|
-
readonly type?: string;
|
|
100
|
-
/**
|
|
101
|
-
* @member {string} [name] Resource name.
|
|
102
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
103
|
-
* the server.**
|
|
104
|
-
*/
|
|
105
|
-
readonly name?: string;
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
/**
|
|
109
|
-
* @interface
|
|
110
|
-
* An interface representing ProcessReference.
|
|
111
|
-
* Reference to a process.
|
|
112
|
-
*
|
|
113
|
-
*/
|
|
114
|
-
export interface ProcessReference {
|
|
115
|
-
/**
|
|
116
|
-
* @member {string} kind Polymorphic Discriminator
|
|
117
|
-
*/
|
|
118
|
-
kind: "ref:process";
|
|
119
|
-
/**
|
|
120
|
-
* @member {string} id Resource URI.
|
|
121
|
-
*/
|
|
122
|
-
id: string;
|
|
123
|
-
/**
|
|
124
|
-
* @member {string} [type] Resource type qualifier.
|
|
125
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
126
|
-
* the server.**
|
|
127
|
-
*/
|
|
128
|
-
readonly type?: string;
|
|
129
|
-
/**
|
|
130
|
-
* @member {string} [name] Resource name.
|
|
131
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
132
|
-
* the server.**
|
|
133
|
-
*/
|
|
134
|
-
readonly name?: string;
|
|
135
|
-
/**
|
|
136
|
-
* @member {MachineReference} [machine] Machine hosting the process.
|
|
137
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
138
|
-
* the server.**
|
|
139
|
-
*/
|
|
140
|
-
readonly machine?: MachineReference;
|
|
141
|
-
}
|
|
142
|
-
|
|
143
|
-
/**
|
|
144
|
-
* @interface
|
|
145
|
-
* An interface representing PortReference.
|
|
146
|
-
* Reference to a port.
|
|
147
|
-
*
|
|
148
|
-
*/
|
|
149
|
-
export interface PortReference {
|
|
150
|
-
/**
|
|
151
|
-
* @member {string} kind Polymorphic Discriminator
|
|
152
|
-
*/
|
|
153
|
-
kind: "ref:port";
|
|
154
|
-
/**
|
|
155
|
-
* @member {string} id Resource URI.
|
|
156
|
-
*/
|
|
157
|
-
id: string;
|
|
158
|
-
/**
|
|
159
|
-
* @member {string} [type] Resource type qualifier.
|
|
160
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
161
|
-
* the server.**
|
|
162
|
-
*/
|
|
163
|
-
readonly type?: string;
|
|
164
|
-
/**
|
|
165
|
-
* @member {string} [name] Resource name.
|
|
166
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
167
|
-
* the server.**
|
|
168
|
-
*/
|
|
169
|
-
readonly name?: string;
|
|
170
|
-
/**
|
|
171
|
-
* @member {MachineReference} [machine] Machine hosting the port.
|
|
172
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
173
|
-
* the server.**
|
|
174
|
-
*/
|
|
175
|
-
readonly machine?: MachineReference;
|
|
176
|
-
/**
|
|
177
|
-
* @member {string} [ipAddress] IP address of the port.
|
|
178
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
179
|
-
* the server.**
|
|
180
|
-
*/
|
|
181
|
-
readonly ipAddress?: string;
|
|
182
|
-
/**
|
|
183
|
-
* @member {number} [portNumber] Port number.
|
|
184
|
-
*/
|
|
185
|
-
portNumber?: number;
|
|
186
|
-
}
|
|
187
|
-
|
|
188
|
-
/**
|
|
189
|
-
* @interface
|
|
190
|
-
* An interface representing MachineReferenceWithHints.
|
|
191
|
-
* A machine reference with a hint of the machine's name and operating system.
|
|
192
|
-
*
|
|
193
|
-
*/
|
|
194
|
-
export interface MachineReferenceWithHints {
|
|
195
|
-
/**
|
|
196
|
-
* @member {string} kind Polymorphic Discriminator
|
|
197
|
-
*/
|
|
198
|
-
kind: "ref:machinewithhints";
|
|
199
|
-
/**
|
|
200
|
-
* @member {string} id Resource URI.
|
|
201
|
-
*/
|
|
202
|
-
id: string;
|
|
203
|
-
/**
|
|
204
|
-
* @member {string} [type] Resource type qualifier.
|
|
205
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
206
|
-
* the server.**
|
|
207
|
-
*/
|
|
208
|
-
readonly type?: string;
|
|
209
|
-
/**
|
|
210
|
-
* @member {string} [name] Resource name.
|
|
211
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
212
|
-
* the server.**
|
|
213
|
-
*/
|
|
214
|
-
readonly name?: string;
|
|
215
|
-
/**
|
|
216
|
-
* @member {string} [displayNameHint] Last known display name.
|
|
217
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
218
|
-
* the server.**
|
|
219
|
-
*/
|
|
220
|
-
readonly displayNameHint?: string;
|
|
221
|
-
/**
|
|
222
|
-
* @member {OperatingSystemFamily} [osFamilyHint] Last known operating system
|
|
223
|
-
* family. Possible values include: 'unknown', 'windows', 'linux', 'solaris',
|
|
224
|
-
* 'aix'
|
|
225
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
226
|
-
* the server.**
|
|
227
|
-
*/
|
|
228
|
-
readonly osFamilyHint?: OperatingSystemFamily;
|
|
229
|
-
}
|
|
230
|
-
|
|
231
|
-
/**
|
|
232
|
-
* @interface
|
|
233
|
-
* An interface representing ClientGroupReference.
|
|
234
|
-
* Reference to a client group.
|
|
235
|
-
*
|
|
236
|
-
*/
|
|
237
|
-
export interface ClientGroupReference {
|
|
238
|
-
/**
|
|
239
|
-
* @member {string} kind Polymorphic Discriminator
|
|
240
|
-
*/
|
|
241
|
-
kind: "ref:clientgroup";
|
|
242
|
-
/**
|
|
243
|
-
* @member {string} id Resource URI.
|
|
244
|
-
*/
|
|
245
|
-
id: string;
|
|
246
|
-
/**
|
|
247
|
-
* @member {string} [type] Resource type qualifier.
|
|
248
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
249
|
-
* the server.**
|
|
250
|
-
*/
|
|
251
|
-
readonly type?: string;
|
|
252
|
-
/**
|
|
253
|
-
* @member {string} [name] Resource name.
|
|
254
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
255
|
-
* the server.**
|
|
256
|
-
*/
|
|
257
|
-
readonly name?: string;
|
|
258
|
-
}
|
|
259
|
-
|
|
260
|
-
/**
|
|
261
|
-
* Contains the possible cases for CoreResource.
|
|
262
|
-
*/
|
|
263
|
-
export type CoreResourceUnion = CoreResource | Machine | Process | Port | ClientGroup | MachineGroup;
|
|
264
|
-
|
|
265
|
-
/**
|
|
266
|
-
* @interface
|
|
267
|
-
* An interface representing CoreResource.
|
|
268
|
-
* Marker resource for the core Service Map resources
|
|
269
|
-
*
|
|
270
|
-
*/
|
|
271
|
-
export interface CoreResource {
|
|
272
|
-
/**
|
|
273
|
-
* @member {string} kind Polymorphic Discriminator
|
|
274
|
-
*/
|
|
275
|
-
kind: "CoreResource";
|
|
276
|
-
/**
|
|
277
|
-
* @member {string} [id] Resource identifier.
|
|
278
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
279
|
-
* the server.**
|
|
280
|
-
*/
|
|
281
|
-
readonly id?: string;
|
|
282
|
-
/**
|
|
283
|
-
* @member {string} [type] Resource type.
|
|
284
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
285
|
-
* the server.**
|
|
286
|
-
*/
|
|
287
|
-
readonly type?: string;
|
|
288
|
-
/**
|
|
289
|
-
* @member {string} [name] Resource name.
|
|
290
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
291
|
-
* the server.**
|
|
292
|
-
*/
|
|
293
|
-
readonly name?: string;
|
|
294
|
-
/**
|
|
295
|
-
* @member {string} [etag] Resource ETAG.
|
|
296
|
-
*/
|
|
297
|
-
etag?: string;
|
|
298
|
-
}
|
|
299
|
-
|
|
300
|
-
/**
|
|
301
|
-
* @interface
|
|
302
|
-
* An interface representing Timezone.
|
|
303
|
-
* Describes a timezone.
|
|
304
|
-
*
|
|
305
|
-
*/
|
|
306
|
-
export interface Timezone {
|
|
307
|
-
/**
|
|
308
|
-
* @member {string} [fullName] Timezone full name.
|
|
309
|
-
*/
|
|
310
|
-
fullName?: string;
|
|
311
|
-
}
|
|
312
|
-
|
|
313
|
-
/**
|
|
314
|
-
* @interface
|
|
315
|
-
* An interface representing AgentConfiguration.
|
|
316
|
-
* Describes the configuration of the Dependency Agent installed on a machine.
|
|
317
|
-
*
|
|
318
|
-
*/
|
|
319
|
-
export interface AgentConfiguration {
|
|
320
|
-
/**
|
|
321
|
-
* @member {string} agentId Health Service Agent unique identifier.
|
|
322
|
-
*/
|
|
323
|
-
agentId: string;
|
|
324
|
-
/**
|
|
325
|
-
* @member {string} [dependencyAgentId] Dependency Agent unique identifier.
|
|
326
|
-
*/
|
|
327
|
-
dependencyAgentId?: string;
|
|
328
|
-
/**
|
|
329
|
-
* @member {string} [dependencyAgentVersion] Dependency Agent version number.
|
|
330
|
-
*/
|
|
331
|
-
dependencyAgentVersion?: string;
|
|
332
|
-
/**
|
|
333
|
-
* @member {string} [dependencyAgentRevision] Dependency Agent revision
|
|
334
|
-
* number.
|
|
335
|
-
*/
|
|
336
|
-
dependencyAgentRevision?: string;
|
|
337
|
-
/**
|
|
338
|
-
* @member {MachineRebootStatus} [rebootStatus] Specifies whether the machine
|
|
339
|
-
* has been rebooted since the Dependency Agent installation. Possible values
|
|
340
|
-
* include: 'unknown', 'rebooted', 'notRebooted'
|
|
341
|
-
*/
|
|
342
|
-
rebootStatus?: MachineRebootStatus;
|
|
343
|
-
/**
|
|
344
|
-
* @member {number} [clockGranularity] Machine clock granularity in
|
|
345
|
-
* milliseconds.
|
|
346
|
-
*/
|
|
347
|
-
clockGranularity?: number;
|
|
348
|
-
}
|
|
349
|
-
|
|
350
|
-
/**
|
|
351
|
-
* @interface
|
|
352
|
-
* An interface representing MachineResourcesConfiguration.
|
|
353
|
-
* Describes the resources of a machine.
|
|
354
|
-
*
|
|
355
|
-
*/
|
|
356
|
-
export interface MachineResourcesConfiguration {
|
|
357
|
-
/**
|
|
358
|
-
* @member {number} [physicalMemory] Physical memory in megabytes (MB).
|
|
359
|
-
*/
|
|
360
|
-
physicalMemory?: number;
|
|
361
|
-
/**
|
|
362
|
-
* @member {number} [cpus] Number of CPUs.
|
|
363
|
-
*/
|
|
364
|
-
cpus?: number;
|
|
365
|
-
/**
|
|
366
|
-
* @member {number} [cpuSpeed] CPU speed in megahertz (Mhz).
|
|
367
|
-
*/
|
|
368
|
-
cpuSpeed?: number;
|
|
369
|
-
/**
|
|
370
|
-
* @member {Accuracy} [cpuSpeedAccuracy] Describes the accuracy of the
|
|
371
|
-
* cpuSpeed field. Possible values include: 'actual', 'estimated'
|
|
372
|
-
*/
|
|
373
|
-
cpuSpeedAccuracy?: Accuracy;
|
|
374
|
-
}
|
|
375
|
-
|
|
376
|
-
/**
|
|
377
|
-
* @interface
|
|
378
|
-
* An interface representing Ipv4NetworkInterface.
|
|
379
|
-
* Describes an IPv4 network interface.
|
|
380
|
-
*
|
|
381
|
-
*/
|
|
382
|
-
export interface Ipv4NetworkInterface {
|
|
383
|
-
/**
|
|
384
|
-
* @member {string} ipAddress IPv4 address.
|
|
385
|
-
*/
|
|
386
|
-
ipAddress: string;
|
|
387
|
-
/**
|
|
388
|
-
* @member {string} [subnetMask] IPv4 subnet mask. Default value:
|
|
389
|
-
* '255.255.255.255' .
|
|
390
|
-
*/
|
|
391
|
-
subnetMask?: string;
|
|
392
|
-
}
|
|
393
|
-
|
|
394
|
-
/**
|
|
395
|
-
* @interface
|
|
396
|
-
* An interface representing Ipv6NetworkInterface.
|
|
397
|
-
* Describes an IPv6 network interface.
|
|
398
|
-
*
|
|
399
|
-
*/
|
|
400
|
-
export interface Ipv6NetworkInterface {
|
|
401
|
-
/**
|
|
402
|
-
* @member {string} ipAddress IPv6 address.
|
|
403
|
-
*/
|
|
404
|
-
ipAddress: string;
|
|
405
|
-
}
|
|
406
|
-
|
|
407
|
-
/**
|
|
408
|
-
* @interface
|
|
409
|
-
* An interface representing NetworkConfiguration.
|
|
410
|
-
* Describes the network configuration of a machine.
|
|
411
|
-
*
|
|
412
|
-
*/
|
|
413
|
-
export interface NetworkConfiguration {
|
|
414
|
-
/**
|
|
415
|
-
* @member {Ipv4NetworkInterface[]} [ipv4Interfaces] IPv4 interfaces.
|
|
416
|
-
*/
|
|
417
|
-
ipv4Interfaces?: Ipv4NetworkInterface[];
|
|
418
|
-
/**
|
|
419
|
-
* @member {Ipv6NetworkInterface[]} [ipv6Interfaces] IPv6 interfaces.
|
|
420
|
-
*/
|
|
421
|
-
ipv6Interfaces?: Ipv6NetworkInterface[];
|
|
422
|
-
/**
|
|
423
|
-
* @member {string[]} [defaultIpv4Gateways] Default IPv4 gateways.
|
|
424
|
-
*/
|
|
425
|
-
defaultIpv4Gateways?: string[];
|
|
426
|
-
/**
|
|
427
|
-
* @member {string[]} [macAddresses] MAC addresses of all active network
|
|
428
|
-
* interfaces.
|
|
429
|
-
*/
|
|
430
|
-
macAddresses?: string[];
|
|
431
|
-
/**
|
|
432
|
-
* @member {string[]} [dnsNames] DNS names associated with the machine.
|
|
433
|
-
*/
|
|
434
|
-
dnsNames?: string[];
|
|
435
|
-
}
|
|
436
|
-
|
|
437
|
-
/**
|
|
438
|
-
* @interface
|
|
439
|
-
* An interface representing OperatingSystemConfiguration.
|
|
440
|
-
* Describes the configuration of the operating system of a machine.
|
|
441
|
-
*
|
|
442
|
-
*/
|
|
443
|
-
export interface OperatingSystemConfiguration {
|
|
444
|
-
/**
|
|
445
|
-
* @member {OperatingSystemFamily} family Windows, Linux, etc. Possible
|
|
446
|
-
* values include: 'unknown', 'windows', 'linux', 'solaris', 'aix'
|
|
447
|
-
*/
|
|
448
|
-
family: OperatingSystemFamily;
|
|
449
|
-
/**
|
|
450
|
-
* @member {string} fullName Operating system full name.
|
|
451
|
-
*/
|
|
452
|
-
fullName: string;
|
|
453
|
-
/**
|
|
454
|
-
* @member {Bitness} bitness Operating system bitness (32-bit or 64-bit).
|
|
455
|
-
* Possible values include: '32bit', '64bit'
|
|
456
|
-
*/
|
|
457
|
-
bitness: Bitness;
|
|
458
|
-
}
|
|
459
|
-
|
|
460
|
-
/**
|
|
461
|
-
* @interface
|
|
462
|
-
* An interface representing VirtualMachineConfiguration.
|
|
463
|
-
* Describes the virtualizaton-related configuration of a machine.
|
|
464
|
-
*
|
|
465
|
-
*/
|
|
466
|
-
export interface VirtualMachineConfiguration {
|
|
467
|
-
/**
|
|
468
|
-
* @member {VirtualMachineType} [virtualMachineType] Specifies the
|
|
469
|
-
* virtualization technology used by the machine (hyperv, vmware, etc.).
|
|
470
|
-
* Possible values include: 'unknown', 'hyperv', 'ldom', 'lpar', 'vmware',
|
|
471
|
-
* 'virtualPc', 'xen'
|
|
472
|
-
*/
|
|
473
|
-
virtualMachineType?: VirtualMachineType;
|
|
474
|
-
/**
|
|
475
|
-
* @member {string} [nativeMachineId] The unique identifier of the virtual
|
|
476
|
-
* machine as reported by the underlying virtualization sytem.
|
|
477
|
-
*/
|
|
478
|
-
nativeMachineId?: string;
|
|
479
|
-
/**
|
|
480
|
-
* @member {string} [virtualMachineName] The Name of the virtual machine.
|
|
481
|
-
*/
|
|
482
|
-
virtualMachineName?: string;
|
|
483
|
-
/**
|
|
484
|
-
* @member {string} [nativeHostMachineId] The unique identifier of the host
|
|
485
|
-
* of this virtual machine as reported by the underlying virtualization
|
|
486
|
-
* system.
|
|
487
|
-
*/
|
|
488
|
-
nativeHostMachineId?: string;
|
|
489
|
-
}
|
|
490
|
-
|
|
491
|
-
/**
|
|
492
|
-
* @interface
|
|
493
|
-
* An interface representing HypervisorConfiguration.
|
|
494
|
-
* Describes the hypervisor configuration of a machine.
|
|
495
|
-
*
|
|
496
|
-
*/
|
|
497
|
-
export interface HypervisorConfiguration {
|
|
498
|
-
/**
|
|
499
|
-
* @member {HypervisorType} [hypervisorType] Specifies the virtualization
|
|
500
|
-
* technology used by the hypervisor (hyperv, vmware, etc.). Possible values
|
|
501
|
-
* include: 'unknown', 'hyperv'
|
|
502
|
-
*/
|
|
503
|
-
hypervisorType?: HypervisorType;
|
|
504
|
-
/**
|
|
505
|
-
* @member {string} [nativeHostMachineId] The unique identifier of the
|
|
506
|
-
* hypervisor machine as reported by the underlying virtualization system.
|
|
507
|
-
*/
|
|
508
|
-
nativeHostMachineId?: string;
|
|
509
|
-
}
|
|
510
|
-
|
|
511
|
-
/**
|
|
512
|
-
* Contains the possible cases for HostingConfiguration.
|
|
513
|
-
*/
|
|
514
|
-
export type HostingConfigurationUnion = HostingConfiguration | AzureHostingConfiguration;
|
|
515
|
-
|
|
516
|
-
/**
|
|
517
|
-
* @interface
|
|
518
|
-
* An interface representing HostingConfiguration.
|
|
519
|
-
* Describes the hosting configuration of a machine.
|
|
520
|
-
*
|
|
521
|
-
*/
|
|
522
|
-
export interface HostingConfiguration {
|
|
523
|
-
/**
|
|
524
|
-
* @member {string} kind Polymorphic Discriminator
|
|
525
|
-
*/
|
|
526
|
-
kind: "HostingConfiguration";
|
|
527
|
-
/**
|
|
528
|
-
* @member {Provider} [provider] The hosting provider of the VM. Possible
|
|
529
|
-
* values include: 'azure'
|
|
530
|
-
*/
|
|
531
|
-
provider?: Provider;
|
|
532
|
-
}
|
|
533
|
-
|
|
534
|
-
/**
|
|
535
|
-
* @interface
|
|
536
|
-
* An interface representing Machine.
|
|
537
|
-
* A machine resource represents a discovered computer system. It can be
|
|
538
|
-
* *monitored*, i.e., a Dependency Agent is running on it, or *discovered*,
|
|
539
|
-
* i.e., its existence was inferred by observing the data stream from monitored
|
|
540
|
-
* machines. As machines change, prior versions of the machine resource are
|
|
541
|
-
* preserved and available for access. A machine is live during an interval of
|
|
542
|
-
* time, if either its Dependency Agent has reported data during (parts) of
|
|
543
|
-
* that interval, or a Dependency agent running on other machines has reported
|
|
544
|
-
* activity associated with the machine.
|
|
545
|
-
*
|
|
546
|
-
*/
|
|
547
|
-
export interface Machine {
|
|
548
|
-
/**
|
|
549
|
-
* @member {string} kind Polymorphic Discriminator
|
|
550
|
-
*/
|
|
551
|
-
kind: "machine";
|
|
552
|
-
/**
|
|
553
|
-
* @member {string} [id] Resource identifier.
|
|
554
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
555
|
-
* the server.**
|
|
556
|
-
*/
|
|
557
|
-
readonly id?: string;
|
|
558
|
-
/**
|
|
559
|
-
* @member {string} [type] Resource type.
|
|
560
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
561
|
-
* the server.**
|
|
562
|
-
*/
|
|
563
|
-
readonly type?: string;
|
|
564
|
-
/**
|
|
565
|
-
* @member {string} [name] Resource name.
|
|
566
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
567
|
-
* the server.**
|
|
568
|
-
*/
|
|
569
|
-
readonly name?: string;
|
|
570
|
-
/**
|
|
571
|
-
* @member {string} [etag] Resource ETAG.
|
|
572
|
-
*/
|
|
573
|
-
etag?: string;
|
|
574
|
-
/**
|
|
575
|
-
* @member {Date} [timestamp] UTC date and time when this resource was
|
|
576
|
-
* updated in the system.
|
|
577
|
-
*/
|
|
578
|
-
timestamp?: Date;
|
|
579
|
-
/**
|
|
580
|
-
* @member {MonitoringState} [monitoringState] Specifies whether the machine
|
|
581
|
-
* is actively monitored or discovered. Possible values include: 'monitored',
|
|
582
|
-
* 'discovered'
|
|
583
|
-
*/
|
|
584
|
-
monitoringState?: MonitoringState;
|
|
585
|
-
/**
|
|
586
|
-
* @member {VirtualizationState} [virtualizationState] Specifies whether the
|
|
587
|
-
* machine is virtualized. Possible values include: 'unknown', 'physical',
|
|
588
|
-
* 'virtual', 'hypervisor'
|
|
589
|
-
*/
|
|
590
|
-
virtualizationState?: VirtualizationState;
|
|
591
|
-
/**
|
|
592
|
-
* @member {string} [displayName] Name to use for display purposes
|
|
593
|
-
*/
|
|
594
|
-
displayName?: string;
|
|
595
|
-
/**
|
|
596
|
-
* @member {string} [computerName] Name of the machine, e.g., server
|
|
597
|
-
*/
|
|
598
|
-
computerName?: string;
|
|
599
|
-
/**
|
|
600
|
-
* @member {string} [fullyQualifiedDomainName] Fully-qualified name of the
|
|
601
|
-
* machine, e.g., server.company.com
|
|
602
|
-
*/
|
|
603
|
-
fullyQualifiedDomainName?: string;
|
|
604
|
-
/**
|
|
605
|
-
* @member {Date} [bootTime] UTC date and time when the machine last booted
|
|
606
|
-
*/
|
|
607
|
-
bootTime?: Date;
|
|
608
|
-
/**
|
|
609
|
-
* @member {Timezone} [timezone] Timezone of the machine.
|
|
610
|
-
*/
|
|
611
|
-
timezone?: Timezone;
|
|
612
|
-
/**
|
|
613
|
-
* @member {AgentConfiguration} [agent] Dependency Agent configuration.
|
|
614
|
-
*/
|
|
615
|
-
agent?: AgentConfiguration;
|
|
616
|
-
/**
|
|
617
|
-
* @member {MachineResourcesConfiguration} [resources] Machine resources
|
|
618
|
-
* (memory, cpu, etc.).
|
|
619
|
-
*/
|
|
620
|
-
resources?: MachineResourcesConfiguration;
|
|
621
|
-
/**
|
|
622
|
-
* @member {NetworkConfiguration} [networking] Network configuration (ips,
|
|
623
|
-
* gateways, dns, etc.)
|
|
624
|
-
*/
|
|
625
|
-
networking?: NetworkConfiguration;
|
|
626
|
-
/**
|
|
627
|
-
* @member {OperatingSystemConfiguration} [operatingSystem] Operating system
|
|
628
|
-
* information.
|
|
629
|
-
*/
|
|
630
|
-
operatingSystem?: OperatingSystemConfiguration;
|
|
631
|
-
/**
|
|
632
|
-
* @member {VirtualMachineConfiguration} [virtualMachine]
|
|
633
|
-
* Virtualization-related configuration. Present only when
|
|
634
|
-
* `virtualizationState` is `virtual`.
|
|
635
|
-
*/
|
|
636
|
-
virtualMachine?: VirtualMachineConfiguration;
|
|
637
|
-
/**
|
|
638
|
-
* @member {HypervisorConfiguration} [hypervisor] Hypervisor-related
|
|
639
|
-
* configuration. Present only when 'virtualizationState' is `hypervisor`.
|
|
640
|
-
*/
|
|
641
|
-
hypervisor?: HypervisorConfiguration;
|
|
642
|
-
/**
|
|
643
|
-
* @member {HostingConfigurationUnion} [hosting] Hosting-related
|
|
644
|
-
* configuration. Present if hosting information is discovered for the VM.
|
|
645
|
-
*/
|
|
646
|
-
hosting?: HostingConfigurationUnion;
|
|
647
|
-
}
|
|
648
|
-
|
|
649
|
-
/**
|
|
650
|
-
* @interface
|
|
651
|
-
* An interface representing ProcessHostedService.
|
|
652
|
-
* A service hosted by a process.
|
|
653
|
-
*
|
|
654
|
-
*/
|
|
655
|
-
export interface ProcessHostedService {
|
|
656
|
-
/**
|
|
657
|
-
* @member {string} [name] The name of the service.
|
|
658
|
-
*/
|
|
659
|
-
name?: string;
|
|
660
|
-
/**
|
|
661
|
-
* @member {string} [displayName] The service's display name.
|
|
662
|
-
*/
|
|
663
|
-
displayName?: string;
|
|
664
|
-
}
|
|
665
|
-
|
|
666
|
-
/**
|
|
667
|
-
* @interface
|
|
668
|
-
* An interface representing ProcessDetails.
|
|
669
|
-
* Describes process metadata.
|
|
670
|
-
*
|
|
671
|
-
*/
|
|
672
|
-
export interface ProcessDetails {
|
|
673
|
-
/**
|
|
674
|
-
* @member {string} [persistentKey] A unique indentifier for a process,
|
|
675
|
-
* generally resilient to process restart, computed by Service Map.
|
|
676
|
-
*/
|
|
677
|
-
persistentKey?: string;
|
|
678
|
-
/**
|
|
679
|
-
* @member {number} [poolId] Represents the identity of the process pool
|
|
680
|
-
* assigned to the process by Dependency Agent.
|
|
681
|
-
*/
|
|
682
|
-
poolId?: number;
|
|
683
|
-
/**
|
|
684
|
-
* @member {number} [firstPid] The Operating System Process Idendifier (PID)
|
|
685
|
-
* of the first process in this process pool.
|
|
686
|
-
*/
|
|
687
|
-
firstPid?: number;
|
|
688
|
-
/**
|
|
689
|
-
* @member {string} [description] Process description.
|
|
690
|
-
*/
|
|
691
|
-
description?: string;
|
|
692
|
-
/**
|
|
693
|
-
* @member {string} [companyName] Name of company that created the process
|
|
694
|
-
* executable.
|
|
695
|
-
*/
|
|
696
|
-
companyName?: string;
|
|
697
|
-
/**
|
|
698
|
-
* @member {string} [internalName] Internal process name.
|
|
699
|
-
*/
|
|
700
|
-
internalName?: string;
|
|
701
|
-
/**
|
|
702
|
-
* @member {string} [productName] Product name.
|
|
703
|
-
*/
|
|
704
|
-
productName?: string;
|
|
705
|
-
/**
|
|
706
|
-
* @member {string} [productVersion] Product version.
|
|
707
|
-
*/
|
|
708
|
-
productVersion?: string;
|
|
709
|
-
/**
|
|
710
|
-
* @member {string} [fileVersion] File version.
|
|
711
|
-
*/
|
|
712
|
-
fileVersion?: string;
|
|
713
|
-
/**
|
|
714
|
-
* @member {string} [commandLine] Process command line.
|
|
715
|
-
*/
|
|
716
|
-
commandLine?: string;
|
|
717
|
-
/**
|
|
718
|
-
* @member {string} [executablePath] Process executable path.
|
|
719
|
-
*/
|
|
720
|
-
executablePath?: string;
|
|
721
|
-
/**
|
|
722
|
-
* @member {string} [workingDirectory] Process workingDirectory.
|
|
723
|
-
*/
|
|
724
|
-
workingDirectory?: string;
|
|
725
|
-
/**
|
|
726
|
-
* @member {ProcessHostedService[]} [services] Collection of services hosted
|
|
727
|
-
* by this Process (Windows only).
|
|
728
|
-
*/
|
|
729
|
-
services?: ProcessHostedService[];
|
|
730
|
-
/**
|
|
731
|
-
* @member {string} [zoneName] Process zone name (Linux only).
|
|
732
|
-
*/
|
|
733
|
-
zoneName?: string;
|
|
734
|
-
}
|
|
735
|
-
|
|
736
|
-
/**
|
|
737
|
-
* @interface
|
|
738
|
-
* An interface representing ProcessUser.
|
|
739
|
-
* Describes the user under which a process is running.
|
|
740
|
-
*
|
|
741
|
-
*/
|
|
742
|
-
export interface ProcessUser {
|
|
743
|
-
/**
|
|
744
|
-
* @member {string} [userName] User name under which the process is running.
|
|
745
|
-
*/
|
|
746
|
-
userName?: string;
|
|
747
|
-
/**
|
|
748
|
-
* @member {string} [userDomain] Domain name for the user.
|
|
749
|
-
*/
|
|
750
|
-
userDomain?: string;
|
|
751
|
-
}
|
|
752
|
-
|
|
753
|
-
/**
|
|
754
|
-
* Contains the possible cases for ProcessHostingConfiguration.
|
|
755
|
-
*/
|
|
756
|
-
export type ProcessHostingConfigurationUnion = ProcessHostingConfiguration | AzureProcessHostingConfiguration;
|
|
757
|
-
|
|
758
|
-
/**
|
|
759
|
-
* @interface
|
|
760
|
-
* An interface representing ProcessHostingConfiguration.
|
|
761
|
-
* Describes the hosting configuration of a process.
|
|
762
|
-
*
|
|
763
|
-
*/
|
|
764
|
-
export interface ProcessHostingConfiguration {
|
|
765
|
-
/**
|
|
766
|
-
* @member {string} kind Polymorphic Discriminator
|
|
767
|
-
*/
|
|
768
|
-
kind: "ProcessHostingConfiguration";
|
|
769
|
-
/**
|
|
770
|
-
* @member {Provider1} [provider] The hosting provider of the VM. Possible
|
|
771
|
-
* values include: 'azure'
|
|
772
|
-
*/
|
|
773
|
-
provider?: Provider1;
|
|
774
|
-
}
|
|
775
|
-
|
|
776
|
-
/**
|
|
777
|
-
* @interface
|
|
778
|
-
* An interface representing Process.
|
|
779
|
-
* A process resource represents a process running on a machine. The process
|
|
780
|
-
* may be actively *monitored*, i.e., a Dependency Agent is running on its
|
|
781
|
-
* machine, or *discovered*, i.e., its existence was inferred by observing the
|
|
782
|
-
* data stream from monitored machines. A process resource represents a pool of
|
|
783
|
-
* actual operating system resources that share command lines and metadata. As
|
|
784
|
-
* the process pool evolves over time, prior versions of the process resource
|
|
785
|
-
* are preserved and available for access. A process is live during an interval
|
|
786
|
-
* of time, if that process is executing during (parts) of that interval
|
|
787
|
-
*
|
|
788
|
-
*/
|
|
789
|
-
export interface Process {
|
|
790
|
-
/**
|
|
791
|
-
* @member {string} kind Polymorphic Discriminator
|
|
792
|
-
*/
|
|
793
|
-
kind: "process";
|
|
794
|
-
/**
|
|
795
|
-
* @member {string} [id] Resource identifier.
|
|
796
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
797
|
-
* the server.**
|
|
798
|
-
*/
|
|
799
|
-
readonly id?: string;
|
|
800
|
-
/**
|
|
801
|
-
* @member {string} [type] Resource type.
|
|
802
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
803
|
-
* the server.**
|
|
804
|
-
*/
|
|
805
|
-
readonly type?: string;
|
|
806
|
-
/**
|
|
807
|
-
* @member {string} [name] Resource name.
|
|
808
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
809
|
-
* the server.**
|
|
810
|
-
*/
|
|
811
|
-
readonly name?: string;
|
|
812
|
-
/**
|
|
813
|
-
* @member {string} [etag] Resource ETAG.
|
|
814
|
-
*/
|
|
815
|
-
etag?: string;
|
|
816
|
-
/**
|
|
817
|
-
* @member {Date} [timestamp] UTC date and time when this process resource
|
|
818
|
-
* was updated in the system
|
|
819
|
-
*/
|
|
820
|
-
timestamp?: Date;
|
|
821
|
-
/**
|
|
822
|
-
* @member {MonitoringState} [monitoringState] Specifies whether the process
|
|
823
|
-
* is actively monitored or discovered. Possible values include: 'monitored',
|
|
824
|
-
* 'discovered'
|
|
825
|
-
*/
|
|
826
|
-
monitoringState?: MonitoringState;
|
|
827
|
-
/**
|
|
828
|
-
* @member {ResourceReferenceUnion} [machine] Machine hosting this process.
|
|
829
|
-
*/
|
|
830
|
-
machine?: ResourceReferenceUnion;
|
|
831
|
-
/**
|
|
832
|
-
* @member {string} [executableName] The name of the process executable
|
|
833
|
-
*/
|
|
834
|
-
executableName?: string;
|
|
835
|
-
/**
|
|
836
|
-
* @member {string} [displayName] Name to use for display purposes
|
|
837
|
-
*/
|
|
838
|
-
displayName?: string;
|
|
839
|
-
/**
|
|
840
|
-
* @member {Date} [startTime] UTC date and time when the process started
|
|
841
|
-
*/
|
|
842
|
-
startTime?: Date;
|
|
843
|
-
/**
|
|
844
|
-
* @member {ProcessRole} [role] The inferred role of this process based on
|
|
845
|
-
* its name, command line, etc. Possible values include: 'webServer',
|
|
846
|
-
* 'appServer', 'databaseServer', 'ldapServer', 'smbServer'
|
|
847
|
-
*/
|
|
848
|
-
role?: ProcessRole;
|
|
849
|
-
/**
|
|
850
|
-
* @member {string} [group] The name of the product or suite of the process.
|
|
851
|
-
* The group is determined by its executable name, command line, etc.
|
|
852
|
-
*/
|
|
853
|
-
group?: string;
|
|
854
|
-
/**
|
|
855
|
-
* @member {ProcessDetails} [details] Process metadata (command line, product
|
|
856
|
-
* name, etc.).
|
|
857
|
-
*/
|
|
858
|
-
details?: ProcessDetails;
|
|
859
|
-
/**
|
|
860
|
-
* @member {ProcessUser} [user] Information about the account under which the
|
|
861
|
-
* process is executing.
|
|
862
|
-
*/
|
|
863
|
-
user?: ProcessUser;
|
|
864
|
-
/**
|
|
865
|
-
* @member {ResourceReferenceUnion} [clientOf] Present only for a discovered
|
|
866
|
-
* process acting as a client of a monitored process/machine/port. References
|
|
867
|
-
* the monitored process/machine/port that this process is a client of.
|
|
868
|
-
*/
|
|
869
|
-
clientOf?: ResourceReferenceUnion;
|
|
870
|
-
/**
|
|
871
|
-
* @member {ResourceReferenceUnion} [acceptorOf] Present only for a
|
|
872
|
-
* discovered process acting as a server. References the port on which the
|
|
873
|
-
* discovered process is accepting.
|
|
874
|
-
*/
|
|
875
|
-
acceptorOf?: ResourceReferenceUnion;
|
|
876
|
-
/**
|
|
877
|
-
* @member {ProcessHostingConfigurationUnion} [hosting] Information about the
|
|
878
|
-
* hosting environment
|
|
879
|
-
*/
|
|
880
|
-
hosting?: ProcessHostingConfigurationUnion;
|
|
881
|
-
}
|
|
882
|
-
|
|
883
|
-
/**
|
|
884
|
-
* @interface
|
|
885
|
-
* An interface representing Port.
|
|
886
|
-
* A port resource represents a server port on a machine. The port may be
|
|
887
|
-
* actively *monitored*, i.e., a Dependency Agent is running on its machine, or
|
|
888
|
-
* *discovered*, i.e., its existence was inferred by observing the data stream
|
|
889
|
-
* from monitored machines. A port is live during an interval of time, if that
|
|
890
|
-
* port had associated activity during (parts) of that interval.
|
|
891
|
-
*
|
|
892
|
-
*/
|
|
893
|
-
export interface Port {
|
|
894
|
-
/**
|
|
895
|
-
* @member {string} kind Polymorphic Discriminator
|
|
896
|
-
*/
|
|
897
|
-
kind: "port";
|
|
898
|
-
/**
|
|
899
|
-
* @member {string} [id] Resource identifier.
|
|
900
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
901
|
-
* the server.**
|
|
902
|
-
*/
|
|
903
|
-
readonly id?: string;
|
|
904
|
-
/**
|
|
905
|
-
* @member {string} [type] Resource type.
|
|
906
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
907
|
-
* the server.**
|
|
908
|
-
*/
|
|
909
|
-
readonly type?: string;
|
|
910
|
-
/**
|
|
911
|
-
* @member {string} [name] Resource name.
|
|
912
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
913
|
-
* the server.**
|
|
914
|
-
*/
|
|
915
|
-
readonly name?: string;
|
|
916
|
-
/**
|
|
917
|
-
* @member {string} [etag] Resource ETAG.
|
|
918
|
-
*/
|
|
919
|
-
etag?: string;
|
|
920
|
-
/**
|
|
921
|
-
* @member {MonitoringState} [monitoringState] Specifies whether the port is
|
|
922
|
-
* actively monitored or discovered. Possible values include: 'monitored',
|
|
923
|
-
* 'discovered'
|
|
924
|
-
*/
|
|
925
|
-
monitoringState?: MonitoringState;
|
|
926
|
-
/**
|
|
927
|
-
* @member {ResourceReferenceUnion} [machine] Machine hosting this port.
|
|
928
|
-
*/
|
|
929
|
-
machine?: ResourceReferenceUnion;
|
|
930
|
-
/**
|
|
931
|
-
* @member {string} [displayName] Name to use for display purposes.
|
|
932
|
-
*/
|
|
933
|
-
displayName?: string;
|
|
934
|
-
/**
|
|
935
|
-
* @member {string} [ipAddress] IP address associated with the port. At
|
|
936
|
-
* present only IPv4 addresses are supported.
|
|
937
|
-
*/
|
|
938
|
-
ipAddress?: string;
|
|
939
|
-
/**
|
|
940
|
-
* @member {number} [portNumber] Port number.
|
|
941
|
-
*/
|
|
942
|
-
portNumber?: number;
|
|
943
|
-
}
|
|
944
|
-
|
|
945
|
-
/**
|
|
946
|
-
* @interface
|
|
947
|
-
* An interface representing ClientGroup.
|
|
948
|
-
* Represents a collection of clients of a resource. A client group can
|
|
949
|
-
* represent the clients of a port, process, or a machine.
|
|
950
|
-
*
|
|
951
|
-
*/
|
|
952
|
-
export interface ClientGroup {
|
|
953
|
-
/**
|
|
954
|
-
* @member {string} kind Polymorphic Discriminator
|
|
955
|
-
*/
|
|
956
|
-
kind: "clientGroup";
|
|
957
|
-
/**
|
|
958
|
-
* @member {string} [id] Resource identifier.
|
|
959
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
960
|
-
* the server.**
|
|
961
|
-
*/
|
|
962
|
-
readonly id?: string;
|
|
963
|
-
/**
|
|
964
|
-
* @member {string} [type] Resource type.
|
|
965
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
966
|
-
* the server.**
|
|
967
|
-
*/
|
|
968
|
-
readonly type?: string;
|
|
969
|
-
/**
|
|
970
|
-
* @member {string} [name] Resource name.
|
|
971
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
972
|
-
* the server.**
|
|
973
|
-
*/
|
|
974
|
-
readonly name?: string;
|
|
975
|
-
/**
|
|
976
|
-
* @member {string} [etag] Resource ETAG.
|
|
977
|
-
*/
|
|
978
|
-
etag?: string;
|
|
979
|
-
/**
|
|
980
|
-
* @member {ResourceReferenceUnion} clientsOf Reference to the resource whose
|
|
981
|
-
* clients are represented by this group.
|
|
982
|
-
*/
|
|
983
|
-
clientsOf: ResourceReferenceUnion;
|
|
984
|
-
}
|
|
985
|
-
|
|
986
|
-
/**
|
|
987
|
-
* @interface
|
|
988
|
-
* An interface representing ClientGroupMember.
|
|
989
|
-
* Represents a member of a client group
|
|
990
|
-
*
|
|
991
|
-
* @extends Resource
|
|
992
|
-
*/
|
|
993
|
-
export interface ClientGroupMember extends Resource {
|
|
994
|
-
/**
|
|
995
|
-
* @member {string} [ipAddress] IP address.
|
|
996
|
-
*/
|
|
997
|
-
ipAddress?: string;
|
|
998
|
-
/**
|
|
999
|
-
* @member {PortReference} [port] Port into which this client connected
|
|
1000
|
-
*/
|
|
1001
|
-
port?: PortReference;
|
|
1002
|
-
/**
|
|
1003
|
-
* @member {ProcessReference[]} [processes] Processes accepting on the above
|
|
1004
|
-
* port that received connections from this client.
|
|
1005
|
-
*/
|
|
1006
|
-
processes?: ProcessReference[];
|
|
1007
|
-
}
|
|
1008
|
-
|
|
1009
|
-
/**
|
|
1010
|
-
* @interface
|
|
1011
|
-
* An interface representing MachineGroup.
|
|
1012
|
-
* A user-defined logical grouping of machines.
|
|
1013
|
-
*
|
|
1014
|
-
*/
|
|
1015
|
-
export interface MachineGroup {
|
|
1016
|
-
/**
|
|
1017
|
-
* @member {string} kind Polymorphic Discriminator
|
|
1018
|
-
*/
|
|
1019
|
-
kind: "machineGroup";
|
|
1020
|
-
/**
|
|
1021
|
-
* @member {string} [id] Resource identifier.
|
|
1022
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
1023
|
-
* the server.**
|
|
1024
|
-
*/
|
|
1025
|
-
readonly id?: string;
|
|
1026
|
-
/**
|
|
1027
|
-
* @member {string} [type] Resource type.
|
|
1028
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
1029
|
-
* the server.**
|
|
1030
|
-
*/
|
|
1031
|
-
readonly type?: string;
|
|
1032
|
-
/**
|
|
1033
|
-
* @member {string} [name] Resource name.
|
|
1034
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
1035
|
-
* the server.**
|
|
1036
|
-
*/
|
|
1037
|
-
readonly name?: string;
|
|
1038
|
-
/**
|
|
1039
|
-
* @member {string} [etag] Resource ETAG.
|
|
1040
|
-
*/
|
|
1041
|
-
etag?: string;
|
|
1042
|
-
/**
|
|
1043
|
-
* @member {MachineGroupType} [groupType] Type of the machine group. Possible
|
|
1044
|
-
* values include: 'unknown', 'azure-cs', 'azure-sf', 'azure-vmss',
|
|
1045
|
-
* 'user-static'
|
|
1046
|
-
*/
|
|
1047
|
-
groupType?: MachineGroupType;
|
|
1048
|
-
/**
|
|
1049
|
-
* @member {string} displayName User defined name for the group
|
|
1050
|
-
*/
|
|
1051
|
-
displayName: string;
|
|
1052
|
-
/**
|
|
1053
|
-
* @member {number} [count] Count of machines in this group. The value of
|
|
1054
|
-
* count may be bigger than the number of machines in case of the group has
|
|
1055
|
-
* been truncated due to exceeding the max number of machines a group can
|
|
1056
|
-
* handle.
|
|
1057
|
-
*/
|
|
1058
|
-
count?: number;
|
|
1059
|
-
/**
|
|
1060
|
-
* @member {MachineReferenceWithHints[]} [machines] References of the
|
|
1061
|
-
* machines in this group. The hints within each reference do not represent
|
|
1062
|
-
* the current value of the corresponding fields. They are a snapshot created
|
|
1063
|
-
* during the last time the machine group was updated.
|
|
1064
|
-
*/
|
|
1065
|
-
machines?: MachineReferenceWithHints[];
|
|
1066
|
-
}
|
|
1067
|
-
|
|
1068
|
-
/**
|
|
1069
|
-
* @interface
|
|
1070
|
-
* An interface representing Summary.
|
|
1071
|
-
* Base for all resource summaries.
|
|
1072
|
-
*
|
|
1073
|
-
* @extends Resource
|
|
1074
|
-
*/
|
|
1075
|
-
export interface Summary extends Resource {
|
|
1076
|
-
}
|
|
1077
|
-
|
|
1078
|
-
/**
|
|
1079
|
-
* @interface
|
|
1080
|
-
* An interface representing MachineCountsByOperatingSystem.
|
|
1081
|
-
* Machines by operating system.
|
|
1082
|
-
*
|
|
1083
|
-
*/
|
|
1084
|
-
export interface MachineCountsByOperatingSystem {
|
|
1085
|
-
/**
|
|
1086
|
-
* @member {number} windows Number of live Windows machines.
|
|
1087
|
-
*/
|
|
1088
|
-
windows: number;
|
|
1089
|
-
/**
|
|
1090
|
-
* @member {number} linux Number of live Linux machines.
|
|
1091
|
-
*/
|
|
1092
|
-
linux: number;
|
|
1093
|
-
}
|
|
1094
|
-
|
|
1095
|
-
/**
|
|
1096
|
-
* @interface
|
|
1097
|
-
* An interface representing MachinesSummary.
|
|
1098
|
-
* A summary of the machines in the workspace.
|
|
1099
|
-
*
|
|
1100
|
-
* @extends Summary
|
|
1101
|
-
*/
|
|
1102
|
-
export interface MachinesSummary extends Summary {
|
|
1103
|
-
/**
|
|
1104
|
-
* @member {Date} startTime Summary interval start time.
|
|
1105
|
-
*/
|
|
1106
|
-
startTime: Date;
|
|
1107
|
-
/**
|
|
1108
|
-
* @member {Date} endTime Summary interval end time.
|
|
1109
|
-
*/
|
|
1110
|
-
endTime: Date;
|
|
1111
|
-
/**
|
|
1112
|
-
* @member {number} total Total number of machines.
|
|
1113
|
-
*/
|
|
1114
|
-
total: number;
|
|
1115
|
-
/**
|
|
1116
|
-
* @member {number} live Number of live machines.
|
|
1117
|
-
*/
|
|
1118
|
-
live: number;
|
|
1119
|
-
/**
|
|
1120
|
-
* @member {MachineCountsByOperatingSystem} os Machine counts by operating
|
|
1121
|
-
* system.
|
|
1122
|
-
*/
|
|
1123
|
-
os: MachineCountsByOperatingSystem;
|
|
1124
|
-
}
|
|
1125
|
-
|
|
1126
|
-
/**
|
|
1127
|
-
* Contains the possible cases for Relationship.
|
|
1128
|
-
*/
|
|
1129
|
-
export type RelationshipUnion = Relationship | Connection | Acceptor;
|
|
1130
|
-
|
|
1131
|
-
/**
|
|
1132
|
-
* @interface
|
|
1133
|
-
* An interface representing Relationship.
|
|
1134
|
-
* A typed relationship between two entities.
|
|
1135
|
-
*
|
|
1136
|
-
*/
|
|
1137
|
-
export interface Relationship {
|
|
1138
|
-
/**
|
|
1139
|
-
* @member {string} kind Polymorphic Discriminator
|
|
1140
|
-
*/
|
|
1141
|
-
kind: "Relationship";
|
|
1142
|
-
/**
|
|
1143
|
-
* @member {string} [id] Resource identifier.
|
|
1144
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
1145
|
-
* the server.**
|
|
1146
|
-
*/
|
|
1147
|
-
readonly id?: string;
|
|
1148
|
-
/**
|
|
1149
|
-
* @member {string} [type] Resource type.
|
|
1150
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
1151
|
-
* the server.**
|
|
1152
|
-
*/
|
|
1153
|
-
readonly type?: string;
|
|
1154
|
-
/**
|
|
1155
|
-
* @member {string} [name] Resource name.
|
|
1156
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
1157
|
-
* the server.**
|
|
1158
|
-
*/
|
|
1159
|
-
readonly name?: string;
|
|
1160
|
-
}
|
|
1161
|
-
|
|
1162
|
-
/**
|
|
1163
|
-
* @interface
|
|
1164
|
-
* An interface representing Connection.
|
|
1165
|
-
* A network connection.
|
|
1166
|
-
*
|
|
1167
|
-
*/
|
|
1168
|
-
export interface Connection {
|
|
1169
|
-
/**
|
|
1170
|
-
* @member {string} kind Polymorphic Discriminator
|
|
1171
|
-
*/
|
|
1172
|
-
kind: "rel:connection";
|
|
1173
|
-
/**
|
|
1174
|
-
* @member {string} [id] Resource identifier.
|
|
1175
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
1176
|
-
* the server.**
|
|
1177
|
-
*/
|
|
1178
|
-
readonly id?: string;
|
|
1179
|
-
/**
|
|
1180
|
-
* @member {string} [type] Resource type.
|
|
1181
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
1182
|
-
* the server.**
|
|
1183
|
-
*/
|
|
1184
|
-
readonly type?: string;
|
|
1185
|
-
/**
|
|
1186
|
-
* @member {string} [name] Resource name.
|
|
1187
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
1188
|
-
* the server.**
|
|
1189
|
-
*/
|
|
1190
|
-
readonly name?: string;
|
|
1191
|
-
/**
|
|
1192
|
-
* @member {ResourceReferenceUnion} source Source resource of the
|
|
1193
|
-
* relationship.
|
|
1194
|
-
*/
|
|
1195
|
-
source: ResourceReferenceUnion;
|
|
1196
|
-
/**
|
|
1197
|
-
* @member {ResourceReferenceUnion} destination Destination resource of the
|
|
1198
|
-
* relationship.
|
|
1199
|
-
*/
|
|
1200
|
-
destination: ResourceReferenceUnion;
|
|
1201
|
-
/**
|
|
1202
|
-
* @member {Date} [startTime] Relationship start time.
|
|
1203
|
-
*/
|
|
1204
|
-
startTime?: Date;
|
|
1205
|
-
/**
|
|
1206
|
-
* @member {Date} [endTime] Relationship end time.
|
|
1207
|
-
*/
|
|
1208
|
-
endTime?: Date;
|
|
1209
|
-
/**
|
|
1210
|
-
* @member {PortReference} [serverPort] Reference to the server port via
|
|
1211
|
-
* which this connection has been established.
|
|
1212
|
-
*/
|
|
1213
|
-
serverPort?: PortReference;
|
|
1214
|
-
/**
|
|
1215
|
-
* @member {ConnectionFailureState} [failureState] Specifies whether there
|
|
1216
|
-
* are only successful, failed or a mixture of both connections represented
|
|
1217
|
-
* by this resource. Possible values include: 'ok', 'failed', 'mixed'
|
|
1218
|
-
*/
|
|
1219
|
-
failureState?: ConnectionFailureState;
|
|
1220
|
-
}
|
|
1221
|
-
|
|
1222
|
-
/**
|
|
1223
|
-
* @interface
|
|
1224
|
-
* An interface representing Acceptor.
|
|
1225
|
-
* A process accepting on a port.
|
|
1226
|
-
*
|
|
1227
|
-
*/
|
|
1228
|
-
export interface Acceptor {
|
|
1229
|
-
/**
|
|
1230
|
-
* @member {string} kind Polymorphic Discriminator
|
|
1231
|
-
*/
|
|
1232
|
-
kind: "rel:acceptor";
|
|
1233
|
-
/**
|
|
1234
|
-
* @member {string} [id] Resource identifier.
|
|
1235
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
1236
|
-
* the server.**
|
|
1237
|
-
*/
|
|
1238
|
-
readonly id?: string;
|
|
1239
|
-
/**
|
|
1240
|
-
* @member {string} [type] Resource type.
|
|
1241
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
1242
|
-
* the server.**
|
|
1243
|
-
*/
|
|
1244
|
-
readonly type?: string;
|
|
1245
|
-
/**
|
|
1246
|
-
* @member {string} [name] Resource name.
|
|
1247
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
1248
|
-
* the server.**
|
|
1249
|
-
*/
|
|
1250
|
-
readonly name?: string;
|
|
1251
|
-
/**
|
|
1252
|
-
* @member {PortReference} source Port being accepted.
|
|
1253
|
-
*/
|
|
1254
|
-
source: PortReference;
|
|
1255
|
-
/**
|
|
1256
|
-
* @member {ProcessReference} destination Accepting process.
|
|
1257
|
-
*/
|
|
1258
|
-
destination: ProcessReference;
|
|
1259
|
-
/**
|
|
1260
|
-
* @member {Date} [startTime] Relationship start time.
|
|
1261
|
-
*/
|
|
1262
|
-
startTime?: Date;
|
|
1263
|
-
/**
|
|
1264
|
-
* @member {Date} [endTime] Relationship end time.
|
|
1265
|
-
*/
|
|
1266
|
-
endTime?: Date;
|
|
1267
|
-
}
|
|
1268
|
-
|
|
1269
|
-
/**
|
|
1270
|
-
* @interface
|
|
1271
|
-
* An interface representing SummaryProperties.
|
|
1272
|
-
* Base for all summaries.
|
|
1273
|
-
*
|
|
1274
|
-
*/
|
|
1275
|
-
export interface SummaryProperties {
|
|
1276
|
-
/**
|
|
1277
|
-
* @member {Date} startTime Summary interval start time.
|
|
1278
|
-
*/
|
|
1279
|
-
startTime: Date;
|
|
1280
|
-
/**
|
|
1281
|
-
* @member {Date} endTime Summary interval end time.
|
|
1282
|
-
*/
|
|
1283
|
-
endTime: Date;
|
|
1284
|
-
}
|
|
1285
|
-
|
|
1286
|
-
/**
|
|
1287
|
-
* @interface
|
|
1288
|
-
* An interface representing RelationshipProperties.
|
|
1289
|
-
* Relationship properties.
|
|
1290
|
-
*
|
|
1291
|
-
*/
|
|
1292
|
-
export interface RelationshipProperties {
|
|
1293
|
-
/**
|
|
1294
|
-
* @member {ResourceReferenceUnion} source Source resource of the
|
|
1295
|
-
* relationship.
|
|
1296
|
-
*/
|
|
1297
|
-
source: ResourceReferenceUnion;
|
|
1298
|
-
/**
|
|
1299
|
-
* @member {ResourceReferenceUnion} destination Destination resource of the
|
|
1300
|
-
* relationship.
|
|
1301
|
-
*/
|
|
1302
|
-
destination: ResourceReferenceUnion;
|
|
1303
|
-
/**
|
|
1304
|
-
* @member {Date} [startTime] Relationship start time.
|
|
1305
|
-
*/
|
|
1306
|
-
startTime?: Date;
|
|
1307
|
-
/**
|
|
1308
|
-
* @member {Date} [endTime] Relationship end time.
|
|
1309
|
-
*/
|
|
1310
|
-
endTime?: Date;
|
|
1311
|
-
}
|
|
1312
|
-
|
|
1313
|
-
/**
|
|
1314
|
-
* @interface
|
|
1315
|
-
* An interface representing ImageConfiguration.
|
|
1316
|
-
* Describes the VM image of a machine.
|
|
1317
|
-
*
|
|
1318
|
-
*/
|
|
1319
|
-
export interface ImageConfiguration {
|
|
1320
|
-
/**
|
|
1321
|
-
* @member {string} [publisher] Publisher of the VM image.
|
|
1322
|
-
*/
|
|
1323
|
-
publisher?: string;
|
|
1324
|
-
/**
|
|
1325
|
-
* @member {string} [offering] Offering of the VM image.
|
|
1326
|
-
*/
|
|
1327
|
-
offering?: string;
|
|
1328
|
-
/**
|
|
1329
|
-
* @member {string} [sku] SKU of the VM image.
|
|
1330
|
-
*/
|
|
1331
|
-
sku?: string;
|
|
1332
|
-
/**
|
|
1333
|
-
* @member {string} [version] Version of the VM image.
|
|
1334
|
-
*/
|
|
1335
|
-
version?: string;
|
|
1336
|
-
}
|
|
1337
|
-
|
|
1338
|
-
/**
|
|
1339
|
-
* @interface
|
|
1340
|
-
* An interface representing AzureCloudServiceConfiguration.
|
|
1341
|
-
* Describes an Azure Cloud Service
|
|
1342
|
-
*
|
|
1343
|
-
*/
|
|
1344
|
-
export interface AzureCloudServiceConfiguration {
|
|
1345
|
-
/**
|
|
1346
|
-
* @member {string} [name] Cloud Service name
|
|
1347
|
-
*/
|
|
1348
|
-
name?: string;
|
|
1349
|
-
/**
|
|
1350
|
-
* @member {string} [instanceId] Cloud Service instance identifier
|
|
1351
|
-
*/
|
|
1352
|
-
instanceId?: string;
|
|
1353
|
-
/**
|
|
1354
|
-
* @member {string} [deployment] Cloud Service deployment identifier
|
|
1355
|
-
*/
|
|
1356
|
-
deployment?: string;
|
|
1357
|
-
/**
|
|
1358
|
-
* @member {string} [roleName] Cloud Service role name
|
|
1359
|
-
*/
|
|
1360
|
-
roleName?: string;
|
|
1361
|
-
/**
|
|
1362
|
-
* @member {AzureCloudServiceRoleType} [roleType] Used to specify type of an
|
|
1363
|
-
* Azure Cloud Service role. Possible values include: 'unknown', 'worker',
|
|
1364
|
-
* 'web'
|
|
1365
|
-
*/
|
|
1366
|
-
roleType?: AzureCloudServiceRoleType;
|
|
1367
|
-
}
|
|
1368
|
-
|
|
1369
|
-
/**
|
|
1370
|
-
* @interface
|
|
1371
|
-
* An interface representing AzureVmScaleSetConfiguration.
|
|
1372
|
-
* Describes an Azure Virtual Machine Scale Set
|
|
1373
|
-
*
|
|
1374
|
-
*/
|
|
1375
|
-
export interface AzureVmScaleSetConfiguration {
|
|
1376
|
-
/**
|
|
1377
|
-
* @member {string} [name] Virtual Machine Scale Set name
|
|
1378
|
-
*/
|
|
1379
|
-
name?: string;
|
|
1380
|
-
/**
|
|
1381
|
-
* @member {string} [instanceId] Virtual Machine Scale Set instance
|
|
1382
|
-
* identifier
|
|
1383
|
-
*/
|
|
1384
|
-
instanceId?: string;
|
|
1385
|
-
/**
|
|
1386
|
-
* @member {string} [deployment] Virtual Machine Scale Set deployment
|
|
1387
|
-
* identifier
|
|
1388
|
-
*/
|
|
1389
|
-
deployment?: string;
|
|
1390
|
-
/**
|
|
1391
|
-
* @member {string} [resourceId] Unique identifier of the resource.
|
|
1392
|
-
*/
|
|
1393
|
-
resourceId?: string;
|
|
1394
|
-
}
|
|
1395
|
-
|
|
1396
|
-
/**
|
|
1397
|
-
* @interface
|
|
1398
|
-
* An interface representing AzureServiceFabricClusterConfiguration.
|
|
1399
|
-
* Describes an Azure Service Fabric Cluster
|
|
1400
|
-
*
|
|
1401
|
-
*/
|
|
1402
|
-
export interface AzureServiceFabricClusterConfiguration {
|
|
1403
|
-
/**
|
|
1404
|
-
* @member {string} [name] Service Fabric cluster name.
|
|
1405
|
-
*/
|
|
1406
|
-
name?: string;
|
|
1407
|
-
/**
|
|
1408
|
-
* @member {string} [clusterId] Service Fabric cluster indentifier.
|
|
1409
|
-
*/
|
|
1410
|
-
clusterId?: string;
|
|
1411
|
-
}
|
|
1412
|
-
|
|
1413
|
-
/**
|
|
1414
|
-
* @interface
|
|
1415
|
-
* An interface representing AzureHostingConfiguration.
|
|
1416
|
-
* Provides information about how a machine is hosted in Azure
|
|
1417
|
-
*
|
|
1418
|
-
*/
|
|
1419
|
-
export interface AzureHostingConfiguration {
|
|
1420
|
-
/**
|
|
1421
|
-
* @member {string} kind Polymorphic Discriminator
|
|
1422
|
-
*/
|
|
1423
|
-
kind: "provider:azure";
|
|
1424
|
-
/**
|
|
1425
|
-
* @member {Provider} [provider] The hosting provider of the VM. Possible
|
|
1426
|
-
* values include: 'azure'
|
|
1427
|
-
*/
|
|
1428
|
-
provider?: Provider;
|
|
1429
|
-
/**
|
|
1430
|
-
* @member {string} [vmId] Virtual Machine ID (unique identifier).
|
|
1431
|
-
*/
|
|
1432
|
-
vmId?: string;
|
|
1433
|
-
/**
|
|
1434
|
-
* @member {string} [location] Geographical location of the VM.
|
|
1435
|
-
*/
|
|
1436
|
-
location?: string;
|
|
1437
|
-
/**
|
|
1438
|
-
* @member {string} [name] Machine name according to the hosting provider.
|
|
1439
|
-
*/
|
|
1440
|
-
name?: string;
|
|
1441
|
-
/**
|
|
1442
|
-
* @member {string} [size] Size of the VM.
|
|
1443
|
-
*/
|
|
1444
|
-
size?: string;
|
|
1445
|
-
/**
|
|
1446
|
-
* @member {string} [updateDomain] Update domain of the VM.
|
|
1447
|
-
*/
|
|
1448
|
-
updateDomain?: string;
|
|
1449
|
-
/**
|
|
1450
|
-
* @member {string} [faultDomain] Fault domain of the VM.
|
|
1451
|
-
*/
|
|
1452
|
-
faultDomain?: string;
|
|
1453
|
-
/**
|
|
1454
|
-
* @member {string} [subscriptionId] Subscription ID.
|
|
1455
|
-
*/
|
|
1456
|
-
subscriptionId?: string;
|
|
1457
|
-
/**
|
|
1458
|
-
* @member {string} [resourceGroup] Resource group name within the specified
|
|
1459
|
-
* subscription.
|
|
1460
|
-
*/
|
|
1461
|
-
resourceGroup?: string;
|
|
1462
|
-
/**
|
|
1463
|
-
* @member {string} [resourceId] Unique identifier of the resource.
|
|
1464
|
-
*/
|
|
1465
|
-
resourceId?: string;
|
|
1466
|
-
/**
|
|
1467
|
-
* @member {ImageConfiguration} [image] Image of the machine.
|
|
1468
|
-
*/
|
|
1469
|
-
image?: ImageConfiguration;
|
|
1470
|
-
/**
|
|
1471
|
-
* @member {AzureCloudServiceConfiguration} [cloudService] Contains
|
|
1472
|
-
* information about machines hosted as an Azure Cloud Service
|
|
1473
|
-
*/
|
|
1474
|
-
cloudService?: AzureCloudServiceConfiguration;
|
|
1475
|
-
/**
|
|
1476
|
-
* @member {AzureVmScaleSetConfiguration} [vmScaleSet] Contains information
|
|
1477
|
-
* about machines hosted as an Azure Virtual Machine Scale Set
|
|
1478
|
-
*/
|
|
1479
|
-
vmScaleSet?: AzureVmScaleSetConfiguration;
|
|
1480
|
-
/**
|
|
1481
|
-
* @member {AzureServiceFabricClusterConfiguration} [serviceFabricCluster]
|
|
1482
|
-
* Contains information about machines that belong an Azure Service Fabric
|
|
1483
|
-
* Cluster
|
|
1484
|
-
*/
|
|
1485
|
-
serviceFabricCluster?: AzureServiceFabricClusterConfiguration;
|
|
1486
|
-
}
|
|
1487
|
-
|
|
1488
|
-
/**
|
|
1489
|
-
* @interface
|
|
1490
|
-
* An interface representing AzureProcessHostingConfiguration.
|
|
1491
|
-
* Describes the hosting configuration of a process when hosted on azure
|
|
1492
|
-
*
|
|
1493
|
-
*/
|
|
1494
|
-
export interface AzureProcessHostingConfiguration {
|
|
1495
|
-
/**
|
|
1496
|
-
* @member {string} kind Polymorphic Discriminator
|
|
1497
|
-
*/
|
|
1498
|
-
kind: "provider:azure";
|
|
1499
|
-
/**
|
|
1500
|
-
* @member {Provider1} [provider] The hosting provider of the VM. Possible
|
|
1501
|
-
* values include: 'azure'
|
|
1502
|
-
*/
|
|
1503
|
-
provider?: Provider1;
|
|
1504
|
-
/**
|
|
1505
|
-
* @member {AzureCloudServiceConfiguration} [cloudService] Contains
|
|
1506
|
-
* information about the cloud service the process belongs to
|
|
1507
|
-
*/
|
|
1508
|
-
cloudService?: AzureCloudServiceConfiguration;
|
|
1509
|
-
}
|
|
1510
|
-
|
|
1511
|
-
/**
|
|
1512
|
-
* @interface
|
|
1513
|
-
* An interface representing MapNodes.
|
|
1514
|
-
* The nodes (entities) of a map.
|
|
1515
|
-
*
|
|
1516
|
-
*/
|
|
1517
|
-
export interface MapNodes {
|
|
1518
|
-
/**
|
|
1519
|
-
* @member {Machine[]} [machines] Machine resources.
|
|
1520
|
-
*/
|
|
1521
|
-
machines?: Machine[];
|
|
1522
|
-
/**
|
|
1523
|
-
* @member {Process[]} [processes] Process resources.
|
|
1524
|
-
*/
|
|
1525
|
-
processes?: Process[];
|
|
1526
|
-
/**
|
|
1527
|
-
* @member {Port[]} [ports] Port resources.
|
|
1528
|
-
*/
|
|
1529
|
-
ports?: Port[];
|
|
1530
|
-
/**
|
|
1531
|
-
* @member {ClientGroup[]} [clientGroups] Client Group resources.
|
|
1532
|
-
*/
|
|
1533
|
-
clientGroups?: ClientGroup[];
|
|
1534
|
-
}
|
|
1535
|
-
|
|
1536
|
-
/**
|
|
1537
|
-
* @interface
|
|
1538
|
-
* An interface representing MapEdges.
|
|
1539
|
-
* The edges (relationships) of a map.
|
|
1540
|
-
*
|
|
1541
|
-
*/
|
|
1542
|
-
export interface MapEdges {
|
|
1543
|
-
/**
|
|
1544
|
-
* @member {Connection[]} [connections] Network connections.
|
|
1545
|
-
*/
|
|
1546
|
-
connections?: Connection[];
|
|
1547
|
-
/**
|
|
1548
|
-
* @member {Acceptor[]} [acceptors] Processes accepting on a port.
|
|
1549
|
-
*/
|
|
1550
|
-
acceptors?: Acceptor[];
|
|
1551
|
-
}
|
|
1552
|
-
|
|
1553
|
-
/**
|
|
1554
|
-
* @interface
|
|
1555
|
-
* An interface representing Map.
|
|
1556
|
-
* A map of resources and relationships between them.
|
|
1557
|
-
*
|
|
1558
|
-
*/
|
|
1559
|
-
export interface Map {
|
|
1560
|
-
/**
|
|
1561
|
-
* @member {MapNodes} nodes
|
|
1562
|
-
*/
|
|
1563
|
-
nodes: MapNodes;
|
|
1564
|
-
/**
|
|
1565
|
-
* @member {MapEdges} edges
|
|
1566
|
-
*/
|
|
1567
|
-
edges: MapEdges;
|
|
1568
|
-
}
|
|
1569
|
-
|
|
1570
|
-
/**
|
|
1571
|
-
* @interface
|
|
1572
|
-
* An interface representing Liveness.
|
|
1573
|
-
* Specifies the contents of a check liveness response.
|
|
1574
|
-
*
|
|
1575
|
-
*/
|
|
1576
|
-
export interface Liveness {
|
|
1577
|
-
/**
|
|
1578
|
-
* @member {Date} startTime Liveness interval start time.
|
|
1579
|
-
*/
|
|
1580
|
-
startTime: Date;
|
|
1581
|
-
/**
|
|
1582
|
-
* @member {Date} endTime Liveness interval end time.
|
|
1583
|
-
*/
|
|
1584
|
-
endTime: Date;
|
|
1585
|
-
/**
|
|
1586
|
-
* @member {boolean} live `true` if the resource is live during [startTime,
|
|
1587
|
-
* endTime], `false` otherwise
|
|
1588
|
-
*/
|
|
1589
|
-
live: boolean;
|
|
1590
|
-
}
|
|
1591
|
-
|
|
1592
|
-
/**
|
|
1593
|
-
* Contains the possible cases for MapRequest.
|
|
1594
|
-
*/
|
|
1595
|
-
export type MapRequestUnion = MapRequest | SingleMachineDependencyMapRequest | MultipleMachinesMapRequestUnion;
|
|
1596
|
-
|
|
1597
|
-
/**
|
|
1598
|
-
* @interface
|
|
1599
|
-
* An interface representing MapRequest.
|
|
1600
|
-
* Specifies the contents of request to generate a map.
|
|
1601
|
-
*
|
|
1602
|
-
*/
|
|
1603
|
-
export interface MapRequest {
|
|
1604
|
-
/**
|
|
1605
|
-
* @member {string} kind Polymorphic Discriminator
|
|
1606
|
-
*/
|
|
1607
|
-
kind: "MapRequest";
|
|
1608
|
-
/**
|
|
1609
|
-
* @member {Date} [startTime] Map interval start time.
|
|
1610
|
-
*/
|
|
1611
|
-
startTime?: Date;
|
|
1612
|
-
/**
|
|
1613
|
-
* @member {Date} [endTime] Map interval end time.
|
|
1614
|
-
*/
|
|
1615
|
-
endTime?: Date;
|
|
1616
|
-
}
|
|
1617
|
-
|
|
1618
|
-
/**
|
|
1619
|
-
* @interface
|
|
1620
|
-
* An interface representing SingleMachineDependencyMapRequest.
|
|
1621
|
-
* Specifies the computation of a single server dependency map. A single server
|
|
1622
|
-
* dependency map includes all direct dependencies of a given machine.
|
|
1623
|
-
*
|
|
1624
|
-
*/
|
|
1625
|
-
export interface SingleMachineDependencyMapRequest {
|
|
1626
|
-
/**
|
|
1627
|
-
* @member {string} kind Polymorphic Discriminator
|
|
1628
|
-
*/
|
|
1629
|
-
kind: "map:single-machine-dependency";
|
|
1630
|
-
/**
|
|
1631
|
-
* @member {Date} [startTime] Map interval start time.
|
|
1632
|
-
*/
|
|
1633
|
-
startTime?: Date;
|
|
1634
|
-
/**
|
|
1635
|
-
* @member {Date} [endTime] Map interval end time.
|
|
1636
|
-
*/
|
|
1637
|
-
endTime?: Date;
|
|
1638
|
-
/**
|
|
1639
|
-
* @member {string} machineId URI of machine resource for which to generate
|
|
1640
|
-
* the map.
|
|
1641
|
-
*/
|
|
1642
|
-
machineId: string;
|
|
1643
|
-
}
|
|
1644
|
-
|
|
1645
|
-
/**
|
|
1646
|
-
* Contains the possible cases for MultipleMachinesMapRequest.
|
|
1647
|
-
*/
|
|
1648
|
-
export type MultipleMachinesMapRequestUnion = MultipleMachinesMapRequest | MachineListMapRequest | MachineGroupMapRequest;
|
|
1649
|
-
|
|
1650
|
-
/**
|
|
1651
|
-
* @interface
|
|
1652
|
-
* An interface representing MultipleMachinesMapRequest.
|
|
1653
|
-
* Provides a base class for describing map requests for a collection of
|
|
1654
|
-
* machines
|
|
1655
|
-
*
|
|
1656
|
-
*/
|
|
1657
|
-
export interface MultipleMachinesMapRequest {
|
|
1658
|
-
/**
|
|
1659
|
-
* @member {string} kind Polymorphic Discriminator
|
|
1660
|
-
*/
|
|
1661
|
-
kind: "MultipleMachinesMapRequest";
|
|
1662
|
-
/**
|
|
1663
|
-
* @member {Date} [startTime] Map interval start time.
|
|
1664
|
-
*/
|
|
1665
|
-
startTime?: Date;
|
|
1666
|
-
/**
|
|
1667
|
-
* @member {Date} [endTime] Map interval end time.
|
|
1668
|
-
*/
|
|
1669
|
-
endTime?: Date;
|
|
1670
|
-
/**
|
|
1671
|
-
* @member {boolean} [filterProcesses] If true, only processes between
|
|
1672
|
-
* specified machines will be included. Any connections in or out of those
|
|
1673
|
-
* processes will be included.
|
|
1674
|
-
*/
|
|
1675
|
-
filterProcesses?: boolean;
|
|
1676
|
-
}
|
|
1677
|
-
|
|
1678
|
-
/**
|
|
1679
|
-
* @interface
|
|
1680
|
-
* An interface representing MachineListMapRequest.
|
|
1681
|
-
* Specifies the computation of a one hope dependency map for a list of
|
|
1682
|
-
* machines. The resulting map includes all direct dependencies for the
|
|
1683
|
-
* specified machines.
|
|
1684
|
-
*
|
|
1685
|
-
*/
|
|
1686
|
-
export interface MachineListMapRequest {
|
|
1687
|
-
/**
|
|
1688
|
-
* @member {string} kind Polymorphic Discriminator
|
|
1689
|
-
*/
|
|
1690
|
-
kind: "map:machine-list-dependency";
|
|
1691
|
-
/**
|
|
1692
|
-
* @member {Date} [startTime] Map interval start time.
|
|
1693
|
-
*/
|
|
1694
|
-
startTime?: Date;
|
|
1695
|
-
/**
|
|
1696
|
-
* @member {Date} [endTime] Map interval end time.
|
|
1697
|
-
*/
|
|
1698
|
-
endTime?: Date;
|
|
1699
|
-
/**
|
|
1700
|
-
* @member {boolean} [filterProcesses] If true, only processes between
|
|
1701
|
-
* specified machines will be included. Any connections in or out of those
|
|
1702
|
-
* processes will be included.
|
|
1703
|
-
*/
|
|
1704
|
-
filterProcesses?: boolean;
|
|
1705
|
-
/**
|
|
1706
|
-
* @member {string[]} machineIds a list of URIs of machine resources for
|
|
1707
|
-
* which to generate the map.
|
|
1708
|
-
*/
|
|
1709
|
-
machineIds: string[];
|
|
1710
|
-
}
|
|
1711
|
-
|
|
1712
|
-
/**
|
|
1713
|
-
* @interface
|
|
1714
|
-
* An interface representing MachineGroupMapRequest.
|
|
1715
|
-
* Specifies the computation of a machine group dependency map. A machine group
|
|
1716
|
-
* dependency map includes all direct dependencies the machines in the group.
|
|
1717
|
-
*
|
|
1718
|
-
*/
|
|
1719
|
-
export interface MachineGroupMapRequest {
|
|
1720
|
-
/**
|
|
1721
|
-
* @member {string} kind Polymorphic Discriminator
|
|
1722
|
-
*/
|
|
1723
|
-
kind: "map:machine-group-dependency";
|
|
1724
|
-
/**
|
|
1725
|
-
* @member {Date} [startTime] Map interval start time.
|
|
1726
|
-
*/
|
|
1727
|
-
startTime?: Date;
|
|
1728
|
-
/**
|
|
1729
|
-
* @member {Date} [endTime] Map interval end time.
|
|
1730
|
-
*/
|
|
1731
|
-
endTime?: Date;
|
|
1732
|
-
/**
|
|
1733
|
-
* @member {boolean} [filterProcesses] If true, only processes between
|
|
1734
|
-
* specified machines will be included. Any connections in or out of those
|
|
1735
|
-
* processes will be included.
|
|
1736
|
-
*/
|
|
1737
|
-
filterProcesses?: boolean;
|
|
1738
|
-
/**
|
|
1739
|
-
* @member {string} machineGroupId URI of machine group resource for which to
|
|
1740
|
-
* generate the map.
|
|
1741
|
-
*/
|
|
1742
|
-
machineGroupId: string;
|
|
1743
|
-
}
|
|
1744
|
-
|
|
1745
|
-
/**
|
|
1746
|
-
* @interface
|
|
1747
|
-
* An interface representing MapResponse.
|
|
1748
|
-
* Specified the contents of a map response.
|
|
1749
|
-
*
|
|
1750
|
-
*/
|
|
1751
|
-
export interface MapResponse {
|
|
1752
|
-
/**
|
|
1753
|
-
* @member {Date} startTime Map interval start time.
|
|
1754
|
-
*/
|
|
1755
|
-
startTime: Date;
|
|
1756
|
-
/**
|
|
1757
|
-
* @member {Date} endTime Map interval end time.
|
|
1758
|
-
*/
|
|
1759
|
-
endTime: Date;
|
|
1760
|
-
/**
|
|
1761
|
-
* @member {Map} map The generated map.
|
|
1762
|
-
*/
|
|
1763
|
-
map: Map;
|
|
1764
|
-
}
|
|
1765
|
-
|
|
1766
|
-
/**
|
|
1767
|
-
* @interface
|
|
1768
|
-
* An interface representing ClientGroupMembersCount.
|
|
1769
|
-
* Specifies the number of members in a client group.
|
|
1770
|
-
*
|
|
1771
|
-
*/
|
|
1772
|
-
export interface ClientGroupMembersCount {
|
|
1773
|
-
/**
|
|
1774
|
-
* @member {Date} startTime Membership interval start time.
|
|
1775
|
-
*/
|
|
1776
|
-
startTime: Date;
|
|
1777
|
-
/**
|
|
1778
|
-
* @member {Date} endTime Membership interval start time.
|
|
1779
|
-
*/
|
|
1780
|
-
endTime: Date;
|
|
1781
|
-
/**
|
|
1782
|
-
* @member {string} groupId Client Group URI.
|
|
1783
|
-
*/
|
|
1784
|
-
groupId: string;
|
|
1785
|
-
/**
|
|
1786
|
-
* @member {number} count Number of members in the client group. Use this
|
|
1787
|
-
* value together with the value of ```accuracy```. If accuracy is `exact`
|
|
1788
|
-
* then the value represents the actual number of members in the cloud. When
|
|
1789
|
-
* accuracy is `estimated`, the actual number of members is larger than the
|
|
1790
|
-
* value of ```count```.
|
|
1791
|
-
*/
|
|
1792
|
-
count: number;
|
|
1793
|
-
/**
|
|
1794
|
-
* @member {Accuracy} accuracy Accuracy of the reported count. Possible
|
|
1795
|
-
* values include: 'actual', 'estimated'
|
|
1796
|
-
*/
|
|
1797
|
-
accuracy: Accuracy;
|
|
1798
|
-
}
|
|
1799
|
-
|
|
1800
|
-
/**
|
|
1801
|
-
* @interface
|
|
1802
|
-
* An interface representing ErrorModel.
|
|
1803
|
-
* Error details.
|
|
1804
|
-
*
|
|
1805
|
-
*/
|
|
1806
|
-
export interface ErrorModel {
|
|
1807
|
-
/**
|
|
1808
|
-
* @member {string} code Error code identifying the specific error.
|
|
1809
|
-
*/
|
|
1810
|
-
code: string;
|
|
1811
|
-
/**
|
|
1812
|
-
* @member {string} [message] Error message in the caller's locale.
|
|
1813
|
-
*/
|
|
1814
|
-
message?: string;
|
|
1815
|
-
}
|
|
1816
|
-
|
|
1817
|
-
/**
|
|
1818
|
-
* @interface
|
|
1819
|
-
* An interface representing ErrorResponse.
|
|
1820
|
-
* An error response from the API.
|
|
1821
|
-
*
|
|
1822
|
-
*/
|
|
1823
|
-
export interface ErrorResponse {
|
|
1824
|
-
/**
|
|
1825
|
-
* @member {ErrorModel} error Error information.
|
|
1826
|
-
*/
|
|
1827
|
-
error: ErrorModel;
|
|
1828
|
-
}
|
|
1829
|
-
|
|
1830
|
-
/**
|
|
1831
|
-
* @interface
|
|
1832
|
-
* An interface representing MachinesListByWorkspaceOptionalParams.
|
|
1833
|
-
* Optional Parameters.
|
|
1834
|
-
*
|
|
1835
|
-
* @extends RequestOptionsBase
|
|
1836
|
-
*/
|
|
1837
|
-
export interface MachinesListByWorkspaceOptionalParams extends msRest.RequestOptionsBase {
|
|
1838
|
-
/**
|
|
1839
|
-
* @member {boolean} [live] Specifies whether to return live resources (true)
|
|
1840
|
-
* or inventory resources (false). Defaults to **true**. When retrieving live
|
|
1841
|
-
* resources, the start time (`startTime`) and end time (`endTime`) of the
|
|
1842
|
-
* desired interval should be included. When retrieving inventory resources,
|
|
1843
|
-
* an optional timestamp (`timestamp`) parameter can be specified to return
|
|
1844
|
-
* the version of each resource closest (not-after) that timestamp. Default
|
|
1845
|
-
* value: true .
|
|
1846
|
-
*/
|
|
1847
|
-
live?: boolean;
|
|
1848
|
-
/**
|
|
1849
|
-
* @member {Date} [startTime] UTC date and time specifying the start time of
|
|
1850
|
-
* an interval. When not specified the service uses DateTime.UtcNow - 10m
|
|
1851
|
-
*/
|
|
1852
|
-
startTime?: Date;
|
|
1853
|
-
/**
|
|
1854
|
-
* @member {Date} [endTime] UTC date and time specifying the end time of an
|
|
1855
|
-
* interval. When not specified the service uses DateTime.UtcNow
|
|
1856
|
-
*/
|
|
1857
|
-
endTime?: Date;
|
|
1858
|
-
/**
|
|
1859
|
-
* @member {Date} [timestamp] UTC date and time specifying a time instance
|
|
1860
|
-
* relative to which to evaluate each machine resource. Only applies when
|
|
1861
|
-
* `live=false`. When not specified, the service uses DateTime.UtcNow.
|
|
1862
|
-
*/
|
|
1863
|
-
timestamp?: Date;
|
|
1864
|
-
/**
|
|
1865
|
-
* @member {number} [top] Page size to use. When not specified, the default
|
|
1866
|
-
* page size is 100 records.
|
|
1867
|
-
*/
|
|
1868
|
-
top?: number;
|
|
1869
|
-
}
|
|
1870
|
-
|
|
1871
|
-
/**
|
|
1872
|
-
* @interface
|
|
1873
|
-
* An interface representing MachinesGetOptionalParams.
|
|
1874
|
-
* Optional Parameters.
|
|
1875
|
-
*
|
|
1876
|
-
* @extends RequestOptionsBase
|
|
1877
|
-
*/
|
|
1878
|
-
export interface MachinesGetOptionalParams extends msRest.RequestOptionsBase {
|
|
1879
|
-
/**
|
|
1880
|
-
* @member {Date} [timestamp] UTC date and time specifying a time instance
|
|
1881
|
-
* relative to which to evaluate the machine resource. When not specified,
|
|
1882
|
-
* the service uses DateTime.UtcNow.
|
|
1883
|
-
*/
|
|
1884
|
-
timestamp?: Date;
|
|
1885
|
-
}
|
|
1886
|
-
|
|
1887
|
-
/**
|
|
1888
|
-
* @interface
|
|
1889
|
-
* An interface representing MachinesGetLivenessOptionalParams.
|
|
1890
|
-
* Optional Parameters.
|
|
1891
|
-
*
|
|
1892
|
-
* @extends RequestOptionsBase
|
|
1893
|
-
*/
|
|
1894
|
-
export interface MachinesGetLivenessOptionalParams extends msRest.RequestOptionsBase {
|
|
1895
|
-
/**
|
|
1896
|
-
* @member {Date} [startTime] UTC date and time specifying the start time of
|
|
1897
|
-
* an interval. When not specified the service uses DateTime.UtcNow - 10m
|
|
1898
|
-
*/
|
|
1899
|
-
startTime?: Date;
|
|
1900
|
-
/**
|
|
1901
|
-
* @member {Date} [endTime] UTC date and time specifying the end time of an
|
|
1902
|
-
* interval. When not specified the service uses DateTime.UtcNow
|
|
1903
|
-
*/
|
|
1904
|
-
endTime?: Date;
|
|
1905
|
-
}
|
|
1906
|
-
|
|
1907
|
-
/**
|
|
1908
|
-
* @interface
|
|
1909
|
-
* An interface representing MachinesListConnectionsOptionalParams.
|
|
1910
|
-
* Optional Parameters.
|
|
1911
|
-
*
|
|
1912
|
-
* @extends RequestOptionsBase
|
|
1913
|
-
*/
|
|
1914
|
-
export interface MachinesListConnectionsOptionalParams extends msRest.RequestOptionsBase {
|
|
1915
|
-
/**
|
|
1916
|
-
* @member {Date} [startTime] UTC date and time specifying the start time of
|
|
1917
|
-
* an interval. When not specified the service uses DateTime.UtcNow - 10m
|
|
1918
|
-
*/
|
|
1919
|
-
startTime?: Date;
|
|
1920
|
-
/**
|
|
1921
|
-
* @member {Date} [endTime] UTC date and time specifying the end time of an
|
|
1922
|
-
* interval. When not specified the service uses DateTime.UtcNow
|
|
1923
|
-
*/
|
|
1924
|
-
endTime?: Date;
|
|
1925
|
-
}
|
|
1926
|
-
|
|
1927
|
-
/**
|
|
1928
|
-
* @interface
|
|
1929
|
-
* An interface representing MachinesListProcessesOptionalParams.
|
|
1930
|
-
* Optional Parameters.
|
|
1931
|
-
*
|
|
1932
|
-
* @extends RequestOptionsBase
|
|
1933
|
-
*/
|
|
1934
|
-
export interface MachinesListProcessesOptionalParams extends msRest.RequestOptionsBase {
|
|
1935
|
-
/**
|
|
1936
|
-
* @member {boolean} [live] Specifies whether to return live resources (true)
|
|
1937
|
-
* or inventory resources (false). Defaults to **true**. When retrieving live
|
|
1938
|
-
* resources, the start time (`startTime`) and end time (`endTime`) of the
|
|
1939
|
-
* desired interval should be included. When retrieving inventory resources,
|
|
1940
|
-
* an optional timestamp (`timestamp`) parameter can be specified to return
|
|
1941
|
-
* the version of each resource closest (not-after) that timestamp. Default
|
|
1942
|
-
* value: true .
|
|
1943
|
-
*/
|
|
1944
|
-
live?: boolean;
|
|
1945
|
-
/**
|
|
1946
|
-
* @member {Date} [startTime] UTC date and time specifying the start time of
|
|
1947
|
-
* an interval. When not specified the service uses DateTime.UtcNow - 10m
|
|
1948
|
-
*/
|
|
1949
|
-
startTime?: Date;
|
|
1950
|
-
/**
|
|
1951
|
-
* @member {Date} [endTime] UTC date and time specifying the end time of an
|
|
1952
|
-
* interval. When not specified the service uses DateTime.UtcNow
|
|
1953
|
-
*/
|
|
1954
|
-
endTime?: Date;
|
|
1955
|
-
/**
|
|
1956
|
-
* @member {Date} [timestamp] UTC date and time specifying a time instance
|
|
1957
|
-
* relative to which to evaluate all process resource. Only applies when
|
|
1958
|
-
* `live=false`. When not specified, the service uses DateTime.UtcNow.
|
|
1959
|
-
*/
|
|
1960
|
-
timestamp?: Date;
|
|
1961
|
-
}
|
|
1962
|
-
|
|
1963
|
-
/**
|
|
1964
|
-
* @interface
|
|
1965
|
-
* An interface representing MachinesListPortsOptionalParams.
|
|
1966
|
-
* Optional Parameters.
|
|
1967
|
-
*
|
|
1968
|
-
* @extends RequestOptionsBase
|
|
1969
|
-
*/
|
|
1970
|
-
export interface MachinesListPortsOptionalParams extends msRest.RequestOptionsBase {
|
|
1971
|
-
/**
|
|
1972
|
-
* @member {Date} [startTime] UTC date and time specifying the start time of
|
|
1973
|
-
* an interval. When not specified the service uses DateTime.UtcNow - 10m
|
|
1974
|
-
*/
|
|
1975
|
-
startTime?: Date;
|
|
1976
|
-
/**
|
|
1977
|
-
* @member {Date} [endTime] UTC date and time specifying the end time of an
|
|
1978
|
-
* interval. When not specified the service uses DateTime.UtcNow
|
|
1979
|
-
*/
|
|
1980
|
-
endTime?: Date;
|
|
1981
|
-
}
|
|
1982
|
-
|
|
1983
|
-
/**
|
|
1984
|
-
* @interface
|
|
1985
|
-
* An interface representing MachinesListMachineGroupMembershipOptionalParams.
|
|
1986
|
-
* Optional Parameters.
|
|
1987
|
-
*
|
|
1988
|
-
* @extends RequestOptionsBase
|
|
1989
|
-
*/
|
|
1990
|
-
export interface MachinesListMachineGroupMembershipOptionalParams extends msRest.RequestOptionsBase {
|
|
1991
|
-
/**
|
|
1992
|
-
* @member {Date} [startTime] UTC date and time specifying the start time of
|
|
1993
|
-
* an interval. When not specified the service uses DateTime.UtcNow - 10m
|
|
1994
|
-
*/
|
|
1995
|
-
startTime?: Date;
|
|
1996
|
-
/**
|
|
1997
|
-
* @member {Date} [endTime] UTC date and time specifying the end time of an
|
|
1998
|
-
* interval. When not specified the service uses DateTime.UtcNow
|
|
1999
|
-
*/
|
|
2000
|
-
endTime?: Date;
|
|
2001
|
-
}
|
|
2002
|
-
|
|
2003
|
-
/**
|
|
2004
|
-
* @interface
|
|
2005
|
-
* An interface representing ProcessesGetOptionalParams.
|
|
2006
|
-
* Optional Parameters.
|
|
2007
|
-
*
|
|
2008
|
-
* @extends RequestOptionsBase
|
|
2009
|
-
*/
|
|
2010
|
-
export interface ProcessesGetOptionalParams extends msRest.RequestOptionsBase {
|
|
2011
|
-
/**
|
|
2012
|
-
* @member {Date} [timestamp] UTC date and time specifying a time instance
|
|
2013
|
-
* relative to which to evaluate a resource. When not specified, the service
|
|
2014
|
-
* uses DateTime.UtcNow.
|
|
2015
|
-
*/
|
|
2016
|
-
timestamp?: Date;
|
|
2017
|
-
}
|
|
2018
|
-
|
|
2019
|
-
/**
|
|
2020
|
-
* @interface
|
|
2021
|
-
* An interface representing ProcessesGetLivenessOptionalParams.
|
|
2022
|
-
* Optional Parameters.
|
|
2023
|
-
*
|
|
2024
|
-
* @extends RequestOptionsBase
|
|
2025
|
-
*/
|
|
2026
|
-
export interface ProcessesGetLivenessOptionalParams extends msRest.RequestOptionsBase {
|
|
2027
|
-
/**
|
|
2028
|
-
* @member {Date} [startTime] UTC date and time specifying the start time of
|
|
2029
|
-
* an interval. When not specified the service uses DateTime.UtcNow - 10m
|
|
2030
|
-
*/
|
|
2031
|
-
startTime?: Date;
|
|
2032
|
-
/**
|
|
2033
|
-
* @member {Date} [endTime] UTC date and time specifying the end time of an
|
|
2034
|
-
* interval. When not specified the service uses DateTime.UtcNow
|
|
2035
|
-
*/
|
|
2036
|
-
endTime?: Date;
|
|
2037
|
-
}
|
|
2038
|
-
|
|
2039
|
-
/**
|
|
2040
|
-
* @interface
|
|
2041
|
-
* An interface representing ProcessesListAcceptingPortsOptionalParams.
|
|
2042
|
-
* Optional Parameters.
|
|
2043
|
-
*
|
|
2044
|
-
* @extends RequestOptionsBase
|
|
2045
|
-
*/
|
|
2046
|
-
export interface ProcessesListAcceptingPortsOptionalParams extends msRest.RequestOptionsBase {
|
|
2047
|
-
/**
|
|
2048
|
-
* @member {Date} [startTime] UTC date and time specifying the start time of
|
|
2049
|
-
* an interval. When not specified the service uses DateTime.UtcNow - 10m
|
|
2050
|
-
*/
|
|
2051
|
-
startTime?: Date;
|
|
2052
|
-
/**
|
|
2053
|
-
* @member {Date} [endTime] UTC date and time specifying the end time of an
|
|
2054
|
-
* interval. When not specified the service uses DateTime.UtcNow
|
|
2055
|
-
*/
|
|
2056
|
-
endTime?: Date;
|
|
2057
|
-
}
|
|
2058
|
-
|
|
2059
|
-
/**
|
|
2060
|
-
* @interface
|
|
2061
|
-
* An interface representing ProcessesListConnectionsOptionalParams.
|
|
2062
|
-
* Optional Parameters.
|
|
2063
|
-
*
|
|
2064
|
-
* @extends RequestOptionsBase
|
|
2065
|
-
*/
|
|
2066
|
-
export interface ProcessesListConnectionsOptionalParams extends msRest.RequestOptionsBase {
|
|
2067
|
-
/**
|
|
2068
|
-
* @member {Date} [startTime] UTC date and time specifying the start time of
|
|
2069
|
-
* an interval. When not specified the service uses DateTime.UtcNow - 10m
|
|
2070
|
-
*/
|
|
2071
|
-
startTime?: Date;
|
|
2072
|
-
/**
|
|
2073
|
-
* @member {Date} [endTime] UTC date and time specifying the end time of an
|
|
2074
|
-
* interval. When not specified the service uses DateTime.UtcNow
|
|
2075
|
-
*/
|
|
2076
|
-
endTime?: Date;
|
|
2077
|
-
}
|
|
2078
|
-
|
|
2079
|
-
/**
|
|
2080
|
-
* @interface
|
|
2081
|
-
* An interface representing PortsGetOptionalParams.
|
|
2082
|
-
* Optional Parameters.
|
|
2083
|
-
*
|
|
2084
|
-
* @extends RequestOptionsBase
|
|
2085
|
-
*/
|
|
2086
|
-
export interface PortsGetOptionalParams extends msRest.RequestOptionsBase {
|
|
2087
|
-
/**
|
|
2088
|
-
* @member {Date} [startTime] UTC date and time specifying the start time of
|
|
2089
|
-
* an interval. When not specified the service uses DateTime.UtcNow - 10m
|
|
2090
|
-
*/
|
|
2091
|
-
startTime?: Date;
|
|
2092
|
-
/**
|
|
2093
|
-
* @member {Date} [endTime] UTC date and time specifying the end time of an
|
|
2094
|
-
* interval. When not specified the service uses DateTime.UtcNow
|
|
2095
|
-
*/
|
|
2096
|
-
endTime?: Date;
|
|
2097
|
-
}
|
|
2098
|
-
|
|
2099
|
-
/**
|
|
2100
|
-
* @interface
|
|
2101
|
-
* An interface representing PortsGetLivenessOptionalParams.
|
|
2102
|
-
* Optional Parameters.
|
|
2103
|
-
*
|
|
2104
|
-
* @extends RequestOptionsBase
|
|
2105
|
-
*/
|
|
2106
|
-
export interface PortsGetLivenessOptionalParams extends msRest.RequestOptionsBase {
|
|
2107
|
-
/**
|
|
2108
|
-
* @member {Date} [startTime] UTC date and time specifying the start time of
|
|
2109
|
-
* an interval. When not specified the service uses DateTime.UtcNow - 10m
|
|
2110
|
-
*/
|
|
2111
|
-
startTime?: Date;
|
|
2112
|
-
/**
|
|
2113
|
-
* @member {Date} [endTime] UTC date and time specifying the end time of an
|
|
2114
|
-
* interval. When not specified the service uses DateTime.UtcNow
|
|
2115
|
-
*/
|
|
2116
|
-
endTime?: Date;
|
|
2117
|
-
}
|
|
2118
|
-
|
|
2119
|
-
/**
|
|
2120
|
-
* @interface
|
|
2121
|
-
* An interface representing PortsListAcceptingProcessesOptionalParams.
|
|
2122
|
-
* Optional Parameters.
|
|
2123
|
-
*
|
|
2124
|
-
* @extends RequestOptionsBase
|
|
2125
|
-
*/
|
|
2126
|
-
export interface PortsListAcceptingProcessesOptionalParams extends msRest.RequestOptionsBase {
|
|
2127
|
-
/**
|
|
2128
|
-
* @member {Date} [startTime] UTC date and time specifying the start time of
|
|
2129
|
-
* an interval. When not specified the service uses DateTime.UtcNow - 10m
|
|
2130
|
-
*/
|
|
2131
|
-
startTime?: Date;
|
|
2132
|
-
/**
|
|
2133
|
-
* @member {Date} [endTime] UTC date and time specifying the end time of an
|
|
2134
|
-
* interval. When not specified the service uses DateTime.UtcNow
|
|
2135
|
-
*/
|
|
2136
|
-
endTime?: Date;
|
|
2137
|
-
}
|
|
2138
|
-
|
|
2139
|
-
/**
|
|
2140
|
-
* @interface
|
|
2141
|
-
* An interface representing PortsListConnectionsOptionalParams.
|
|
2142
|
-
* Optional Parameters.
|
|
2143
|
-
*
|
|
2144
|
-
* @extends RequestOptionsBase
|
|
2145
|
-
*/
|
|
2146
|
-
export interface PortsListConnectionsOptionalParams extends msRest.RequestOptionsBase {
|
|
2147
|
-
/**
|
|
2148
|
-
* @member {Date} [startTime] UTC date and time specifying the start time of
|
|
2149
|
-
* an interval. When not specified the service uses DateTime.UtcNow - 10m
|
|
2150
|
-
*/
|
|
2151
|
-
startTime?: Date;
|
|
2152
|
-
/**
|
|
2153
|
-
* @member {Date} [endTime] UTC date and time specifying the end time of an
|
|
2154
|
-
* interval. When not specified the service uses DateTime.UtcNow
|
|
2155
|
-
*/
|
|
2156
|
-
endTime?: Date;
|
|
2157
|
-
}
|
|
2158
|
-
|
|
2159
|
-
/**
|
|
2160
|
-
* @interface
|
|
2161
|
-
* An interface representing ClientGroupsGetOptionalParams.
|
|
2162
|
-
* Optional Parameters.
|
|
2163
|
-
*
|
|
2164
|
-
* @extends RequestOptionsBase
|
|
2165
|
-
*/
|
|
2166
|
-
export interface ClientGroupsGetOptionalParams extends msRest.RequestOptionsBase {
|
|
2167
|
-
/**
|
|
2168
|
-
* @member {Date} [startTime] UTC date and time specifying the start time of
|
|
2169
|
-
* an interval. When not specified the service uses DateTime.UtcNow - 10m
|
|
2170
|
-
*/
|
|
2171
|
-
startTime?: Date;
|
|
2172
|
-
/**
|
|
2173
|
-
* @member {Date} [endTime] UTC date and time specifying the end time of an
|
|
2174
|
-
* interval. When not specified the service uses DateTime.UtcNow
|
|
2175
|
-
*/
|
|
2176
|
-
endTime?: Date;
|
|
2177
|
-
}
|
|
2178
|
-
|
|
2179
|
-
/**
|
|
2180
|
-
* @interface
|
|
2181
|
-
* An interface representing ClientGroupsGetMembersCountOptionalParams.
|
|
2182
|
-
* Optional Parameters.
|
|
2183
|
-
*
|
|
2184
|
-
* @extends RequestOptionsBase
|
|
2185
|
-
*/
|
|
2186
|
-
export interface ClientGroupsGetMembersCountOptionalParams extends msRest.RequestOptionsBase {
|
|
2187
|
-
/**
|
|
2188
|
-
* @member {Date} [startTime] UTC date and time specifying the start time of
|
|
2189
|
-
* an interval. When not specified the service uses DateTime.UtcNow - 10m
|
|
2190
|
-
*/
|
|
2191
|
-
startTime?: Date;
|
|
2192
|
-
/**
|
|
2193
|
-
* @member {Date} [endTime] UTC date and time specifying the end time of an
|
|
2194
|
-
* interval. When not specified the service uses DateTime.UtcNow
|
|
2195
|
-
*/
|
|
2196
|
-
endTime?: Date;
|
|
2197
|
-
}
|
|
2198
|
-
|
|
2199
|
-
/**
|
|
2200
|
-
* @interface
|
|
2201
|
-
* An interface representing ClientGroupsListMembersOptionalParams.
|
|
2202
|
-
* Optional Parameters.
|
|
2203
|
-
*
|
|
2204
|
-
* @extends RequestOptionsBase
|
|
2205
|
-
*/
|
|
2206
|
-
export interface ClientGroupsListMembersOptionalParams extends msRest.RequestOptionsBase {
|
|
2207
|
-
/**
|
|
2208
|
-
* @member {Date} [startTime] UTC date and time specifying the start time of
|
|
2209
|
-
* an interval. When not specified the service uses DateTime.UtcNow - 10m
|
|
2210
|
-
*/
|
|
2211
|
-
startTime?: Date;
|
|
2212
|
-
/**
|
|
2213
|
-
* @member {Date} [endTime] UTC date and time specifying the end time of an
|
|
2214
|
-
* interval. When not specified the service uses DateTime.UtcNow
|
|
2215
|
-
*/
|
|
2216
|
-
endTime?: Date;
|
|
2217
|
-
/**
|
|
2218
|
-
* @member {number} [top] Page size to use. When not specified, the default
|
|
2219
|
-
* page size is 100 records.
|
|
2220
|
-
*/
|
|
2221
|
-
top?: number;
|
|
2222
|
-
}
|
|
2223
|
-
|
|
2224
|
-
/**
|
|
2225
|
-
* @interface
|
|
2226
|
-
* An interface representing SummariesGetMachinesOptionalParams.
|
|
2227
|
-
* Optional Parameters.
|
|
2228
|
-
*
|
|
2229
|
-
* @extends RequestOptionsBase
|
|
2230
|
-
*/
|
|
2231
|
-
export interface SummariesGetMachinesOptionalParams extends msRest.RequestOptionsBase {
|
|
2232
|
-
/**
|
|
2233
|
-
* @member {Date} [startTime] UTC date and time specifying the start time of
|
|
2234
|
-
* an interval. When not specified the service uses DateTime.UtcNow - 10m
|
|
2235
|
-
*/
|
|
2236
|
-
startTime?: Date;
|
|
2237
|
-
/**
|
|
2238
|
-
* @member {Date} [endTime] UTC date and time specifying the end time of an
|
|
2239
|
-
* interval. When not specified the service uses DateTime.UtcNow
|
|
2240
|
-
*/
|
|
2241
|
-
endTime?: Date;
|
|
2242
|
-
}
|
|
2243
|
-
|
|
2244
|
-
/**
|
|
2245
|
-
* @interface
|
|
2246
|
-
* An interface representing MachineGroupsListByWorkspaceOptionalParams.
|
|
2247
|
-
* Optional Parameters.
|
|
2248
|
-
*
|
|
2249
|
-
* @extends RequestOptionsBase
|
|
2250
|
-
*/
|
|
2251
|
-
export interface MachineGroupsListByWorkspaceOptionalParams extends msRest.RequestOptionsBase {
|
|
2252
|
-
/**
|
|
2253
|
-
* @member {Date} [startTime] UTC date and time specifying the start time of
|
|
2254
|
-
* an interval. When not specified the service uses DateTime.UtcNow - 10m
|
|
2255
|
-
*/
|
|
2256
|
-
startTime?: Date;
|
|
2257
|
-
/**
|
|
2258
|
-
* @member {Date} [endTime] UTC date and time specifying the end time of an
|
|
2259
|
-
* interval. When not specified the service uses DateTime.UtcNow
|
|
2260
|
-
*/
|
|
2261
|
-
endTime?: Date;
|
|
2262
|
-
}
|
|
2263
|
-
|
|
2264
|
-
/**
|
|
2265
|
-
* @interface
|
|
2266
|
-
* An interface representing MachineGroupsGetOptionalParams.
|
|
2267
|
-
* Optional Parameters.
|
|
2268
|
-
*
|
|
2269
|
-
* @extends RequestOptionsBase
|
|
2270
|
-
*/
|
|
2271
|
-
export interface MachineGroupsGetOptionalParams extends msRest.RequestOptionsBase {
|
|
2272
|
-
/**
|
|
2273
|
-
* @member {Date} [startTime] UTC date and time specifying the start time of
|
|
2274
|
-
* an interval. When not specified the service uses DateTime.UtcNow - 10m
|
|
2275
|
-
*/
|
|
2276
|
-
startTime?: Date;
|
|
2277
|
-
/**
|
|
2278
|
-
* @member {Date} [endTime] UTC date and time specifying the end time of an
|
|
2279
|
-
* interval. When not specified the service uses DateTime.UtcNow
|
|
2280
|
-
*/
|
|
2281
|
-
endTime?: Date;
|
|
2282
|
-
}
|
|
2283
|
-
|
|
2284
|
-
/**
|
|
2285
|
-
* @interface
|
|
2286
|
-
* An interface representing ServicemapManagementClientOptions.
|
|
2287
|
-
* @extends AzureServiceClientOptions
|
|
2288
|
-
*/
|
|
2289
|
-
export interface ServicemapManagementClientOptions extends AzureServiceClientOptions {
|
|
2290
|
-
/**
|
|
2291
|
-
* @member {string} [baseUri]
|
|
2292
|
-
*/
|
|
2293
|
-
baseUri?: string;
|
|
2294
|
-
}
|
|
2295
|
-
|
|
2296
|
-
|
|
2297
|
-
/**
|
|
2298
|
-
* @interface
|
|
2299
|
-
* An interface representing the MachineCollection.
|
|
2300
|
-
* Collection of Machine resources.
|
|
2301
|
-
*
|
|
2302
|
-
* @extends Array<Machine>
|
|
2303
|
-
*/
|
|
2304
|
-
export interface MachineCollection extends Array<Machine> {
|
|
2305
|
-
/**
|
|
2306
|
-
* @member {string} [nextLink] The URL to the next set of resources.
|
|
2307
|
-
*/
|
|
2308
|
-
nextLink?: string;
|
|
2309
|
-
}
|
|
2310
|
-
|
|
2311
|
-
/**
|
|
2312
|
-
* @interface
|
|
2313
|
-
* An interface representing the ConnectionCollection.
|
|
2314
|
-
* Collection of Connection resources.
|
|
2315
|
-
*
|
|
2316
|
-
* @extends Array<Connection>
|
|
2317
|
-
*/
|
|
2318
|
-
export interface ConnectionCollection extends Array<Connection> {
|
|
2319
|
-
/**
|
|
2320
|
-
* @member {string} [nextLink] The URL to the next set of resources.
|
|
2321
|
-
*/
|
|
2322
|
-
nextLink?: string;
|
|
2323
|
-
}
|
|
2324
|
-
|
|
2325
|
-
/**
|
|
2326
|
-
* @interface
|
|
2327
|
-
* An interface representing the ProcessCollection.
|
|
2328
|
-
* Collection of Process resources.
|
|
2329
|
-
*
|
|
2330
|
-
* @extends Array<Process>
|
|
2331
|
-
*/
|
|
2332
|
-
export interface ProcessCollection extends Array<Process> {
|
|
2333
|
-
/**
|
|
2334
|
-
* @member {string} [nextLink] The URL to the next set of resources.
|
|
2335
|
-
*/
|
|
2336
|
-
nextLink?: string;
|
|
2337
|
-
}
|
|
2338
|
-
|
|
2339
|
-
/**
|
|
2340
|
-
* @interface
|
|
2341
|
-
* An interface representing the PortCollection.
|
|
2342
|
-
* Collection of Port resources.
|
|
2343
|
-
*
|
|
2344
|
-
* @extends Array<Port>
|
|
2345
|
-
*/
|
|
2346
|
-
export interface PortCollection extends Array<Port> {
|
|
2347
|
-
/**
|
|
2348
|
-
* @member {string} [nextLink] The URL to the next set of resources.
|
|
2349
|
-
*/
|
|
2350
|
-
nextLink?: string;
|
|
2351
|
-
}
|
|
2352
|
-
|
|
2353
|
-
/**
|
|
2354
|
-
* @interface
|
|
2355
|
-
* An interface representing the MachineGroupCollection.
|
|
2356
|
-
* Collection of Machine Group resources.
|
|
2357
|
-
*
|
|
2358
|
-
* @extends Array<MachineGroup>
|
|
2359
|
-
*/
|
|
2360
|
-
export interface MachineGroupCollection extends Array<MachineGroup> {
|
|
2361
|
-
/**
|
|
2362
|
-
* @member {string} [nextLink] The URL to the next set of resources.
|
|
2363
|
-
*/
|
|
2364
|
-
nextLink?: string;
|
|
2365
|
-
}
|
|
2366
|
-
|
|
2367
|
-
/**
|
|
2368
|
-
* @interface
|
|
2369
|
-
* An interface representing the ClientGroupMembersCollection.
|
|
2370
|
-
* Collection of ClientGroupMember resources.
|
|
2371
|
-
*
|
|
2372
|
-
* @extends Array<ClientGroupMember>
|
|
2373
|
-
*/
|
|
2374
|
-
export interface ClientGroupMembersCollection extends Array<ClientGroupMember> {
|
|
2375
|
-
/**
|
|
2376
|
-
* @member {string} [nextLink] The URL to the next set of resources.
|
|
2377
|
-
*/
|
|
2378
|
-
nextLink?: string;
|
|
2379
|
-
}
|
|
2380
|
-
|
|
2381
|
-
/**
|
|
2382
|
-
* Defines values for OperatingSystemFamily.
|
|
2383
|
-
* Possible values include: 'unknown', 'windows', 'linux', 'solaris', 'aix'
|
|
2384
|
-
* @readonly
|
|
2385
|
-
* @enum {string}
|
|
2386
|
-
*/
|
|
2387
|
-
export type OperatingSystemFamily = 'unknown' | 'windows' | 'linux' | 'solaris' | 'aix';
|
|
2388
|
-
|
|
2389
|
-
/**
|
|
2390
|
-
* Defines values for MonitoringState.
|
|
2391
|
-
* Possible values include: 'monitored', 'discovered'
|
|
2392
|
-
* @readonly
|
|
2393
|
-
* @enum {string}
|
|
2394
|
-
*/
|
|
2395
|
-
export type MonitoringState = 'monitored' | 'discovered';
|
|
2396
|
-
|
|
2397
|
-
/**
|
|
2398
|
-
* Defines values for VirtualizationState.
|
|
2399
|
-
* Possible values include: 'unknown', 'physical', 'virtual', 'hypervisor'
|
|
2400
|
-
* @readonly
|
|
2401
|
-
* @enum {string}
|
|
2402
|
-
*/
|
|
2403
|
-
export type VirtualizationState = 'unknown' | 'physical' | 'virtual' | 'hypervisor';
|
|
2404
|
-
|
|
2405
|
-
/**
|
|
2406
|
-
* Defines values for MachineRebootStatus.
|
|
2407
|
-
* Possible values include: 'unknown', 'rebooted', 'notRebooted'
|
|
2408
|
-
* @readonly
|
|
2409
|
-
* @enum {string}
|
|
2410
|
-
*/
|
|
2411
|
-
export type MachineRebootStatus = 'unknown' | 'rebooted' | 'notRebooted';
|
|
2412
|
-
|
|
2413
|
-
/**
|
|
2414
|
-
* Defines values for Accuracy.
|
|
2415
|
-
* Possible values include: 'actual', 'estimated'
|
|
2416
|
-
* @readonly
|
|
2417
|
-
* @enum {string}
|
|
2418
|
-
*/
|
|
2419
|
-
export type Accuracy = 'actual' | 'estimated';
|
|
2420
|
-
|
|
2421
|
-
/**
|
|
2422
|
-
* Defines values for Bitness.
|
|
2423
|
-
* Possible values include: '32bit', '64bit'
|
|
2424
|
-
* @readonly
|
|
2425
|
-
* @enum {string}
|
|
2426
|
-
*/
|
|
2427
|
-
export type Bitness = '32bit' | '64bit';
|
|
2428
|
-
|
|
2429
|
-
/**
|
|
2430
|
-
* Defines values for VirtualMachineType.
|
|
2431
|
-
* Possible values include: 'unknown', 'hyperv', 'ldom', 'lpar', 'vmware', 'virtualPc', 'xen'
|
|
2432
|
-
* @readonly
|
|
2433
|
-
* @enum {string}
|
|
2434
|
-
*/
|
|
2435
|
-
export type VirtualMachineType = 'unknown' | 'hyperv' | 'ldom' | 'lpar' | 'vmware' | 'virtualPc' | 'xen';
|
|
2436
|
-
|
|
2437
|
-
/**
|
|
2438
|
-
* Defines values for HypervisorType.
|
|
2439
|
-
* Possible values include: 'unknown', 'hyperv'
|
|
2440
|
-
* @readonly
|
|
2441
|
-
* @enum {string}
|
|
2442
|
-
*/
|
|
2443
|
-
export type HypervisorType = 'unknown' | 'hyperv';
|
|
2444
|
-
|
|
2445
|
-
/**
|
|
2446
|
-
* Defines values for ProcessRole.
|
|
2447
|
-
* Possible values include: 'webServer', 'appServer', 'databaseServer', 'ldapServer', 'smbServer'
|
|
2448
|
-
* @readonly
|
|
2449
|
-
* @enum {string}
|
|
2450
|
-
*/
|
|
2451
|
-
export type ProcessRole = 'webServer' | 'appServer' | 'databaseServer' | 'ldapServer' | 'smbServer';
|
|
2452
|
-
|
|
2453
|
-
/**
|
|
2454
|
-
* Defines values for MachineGroupType.
|
|
2455
|
-
* Possible values include: 'unknown', 'azure-cs', 'azure-sf', 'azure-vmss', 'user-static'
|
|
2456
|
-
* @readonly
|
|
2457
|
-
* @enum {string}
|
|
2458
|
-
*/
|
|
2459
|
-
export type MachineGroupType = 'unknown' | 'azure-cs' | 'azure-sf' | 'azure-vmss' | 'user-static';
|
|
2460
|
-
|
|
2461
|
-
/**
|
|
2462
|
-
* Defines values for ConnectionFailureState.
|
|
2463
|
-
* Possible values include: 'ok', 'failed', 'mixed'
|
|
2464
|
-
* @readonly
|
|
2465
|
-
* @enum {string}
|
|
2466
|
-
*/
|
|
2467
|
-
export type ConnectionFailureState = 'ok' | 'failed' | 'mixed';
|
|
2468
|
-
|
|
2469
|
-
/**
|
|
2470
|
-
* Defines values for AzureCloudServiceRoleType.
|
|
2471
|
-
* Possible values include: 'unknown', 'worker', 'web'
|
|
2472
|
-
* @readonly
|
|
2473
|
-
* @enum {string}
|
|
2474
|
-
*/
|
|
2475
|
-
export type AzureCloudServiceRoleType = 'unknown' | 'worker' | 'web';
|
|
2476
|
-
|
|
2477
|
-
/**
|
|
2478
|
-
* Defines values for Provider.
|
|
2479
|
-
* Possible values include: 'azure'
|
|
2480
|
-
* @readonly
|
|
2481
|
-
* @enum {string}
|
|
2482
|
-
*/
|
|
2483
|
-
export type Provider = 'azure';
|
|
2484
|
-
|
|
2485
|
-
/**
|
|
2486
|
-
* Defines values for Provider1.
|
|
2487
|
-
* Possible values include: 'azure'
|
|
2488
|
-
* @readonly
|
|
2489
|
-
* @enum {string}
|
|
2490
|
-
*/
|
|
2491
|
-
export type Provider1 = 'azure';
|
|
2492
|
-
|
|
2493
|
-
/**
|
|
2494
|
-
* Contains response data for the listByWorkspace operation.
|
|
2495
|
-
*/
|
|
2496
|
-
export type MachinesListByWorkspaceResponse = MachineCollection & {
|
|
2497
|
-
/**
|
|
2498
|
-
* The underlying HTTP response.
|
|
2499
|
-
*/
|
|
2500
|
-
_response: msRest.HttpResponse & {
|
|
2501
|
-
/**
|
|
2502
|
-
* The response body as text (string format)
|
|
2503
|
-
*/
|
|
2504
|
-
bodyAsText: string;
|
|
2505
|
-
/**
|
|
2506
|
-
* The response body as parsed JSON or XML
|
|
2507
|
-
*/
|
|
2508
|
-
parsedBody: MachineCollection;
|
|
2509
|
-
};
|
|
2510
|
-
};
|
|
2511
|
-
|
|
2512
|
-
/**
|
|
2513
|
-
* Contains response data for the get operation.
|
|
2514
|
-
*/
|
|
2515
|
-
export type MachinesGetResponse = Machine & {
|
|
2516
|
-
/**
|
|
2517
|
-
* The underlying HTTP response.
|
|
2518
|
-
*/
|
|
2519
|
-
_response: msRest.HttpResponse & {
|
|
2520
|
-
/**
|
|
2521
|
-
* The response body as text (string format)
|
|
2522
|
-
*/
|
|
2523
|
-
bodyAsText: string;
|
|
2524
|
-
/**
|
|
2525
|
-
* The response body as parsed JSON or XML
|
|
2526
|
-
*/
|
|
2527
|
-
parsedBody: Machine;
|
|
2528
|
-
};
|
|
2529
|
-
};
|
|
2530
|
-
|
|
2531
|
-
/**
|
|
2532
|
-
* Contains response data for the getLiveness operation.
|
|
2533
|
-
*/
|
|
2534
|
-
export type MachinesGetLivenessResponse = Liveness & {
|
|
2535
|
-
/**
|
|
2536
|
-
* The underlying HTTP response.
|
|
2537
|
-
*/
|
|
2538
|
-
_response: msRest.HttpResponse & {
|
|
2539
|
-
/**
|
|
2540
|
-
* The response body as text (string format)
|
|
2541
|
-
*/
|
|
2542
|
-
bodyAsText: string;
|
|
2543
|
-
/**
|
|
2544
|
-
* The response body as parsed JSON or XML
|
|
2545
|
-
*/
|
|
2546
|
-
parsedBody: Liveness;
|
|
2547
|
-
};
|
|
2548
|
-
};
|
|
2549
|
-
|
|
2550
|
-
/**
|
|
2551
|
-
* Contains response data for the listConnections operation.
|
|
2552
|
-
*/
|
|
2553
|
-
export type MachinesListConnectionsResponse = ConnectionCollection & {
|
|
2554
|
-
/**
|
|
2555
|
-
* The underlying HTTP response.
|
|
2556
|
-
*/
|
|
2557
|
-
_response: msRest.HttpResponse & {
|
|
2558
|
-
/**
|
|
2559
|
-
* The response body as text (string format)
|
|
2560
|
-
*/
|
|
2561
|
-
bodyAsText: string;
|
|
2562
|
-
/**
|
|
2563
|
-
* The response body as parsed JSON or XML
|
|
2564
|
-
*/
|
|
2565
|
-
parsedBody: ConnectionCollection;
|
|
2566
|
-
};
|
|
2567
|
-
};
|
|
2568
|
-
|
|
2569
|
-
/**
|
|
2570
|
-
* Contains response data for the listProcesses operation.
|
|
2571
|
-
*/
|
|
2572
|
-
export type MachinesListProcessesResponse = ProcessCollection & {
|
|
2573
|
-
/**
|
|
2574
|
-
* The underlying HTTP response.
|
|
2575
|
-
*/
|
|
2576
|
-
_response: msRest.HttpResponse & {
|
|
2577
|
-
/**
|
|
2578
|
-
* The response body as text (string format)
|
|
2579
|
-
*/
|
|
2580
|
-
bodyAsText: string;
|
|
2581
|
-
/**
|
|
2582
|
-
* The response body as parsed JSON or XML
|
|
2583
|
-
*/
|
|
2584
|
-
parsedBody: ProcessCollection;
|
|
2585
|
-
};
|
|
2586
|
-
};
|
|
2587
|
-
|
|
2588
|
-
/**
|
|
2589
|
-
* Contains response data for the listPorts operation.
|
|
2590
|
-
*/
|
|
2591
|
-
export type MachinesListPortsResponse = PortCollection & {
|
|
2592
|
-
/**
|
|
2593
|
-
* The underlying HTTP response.
|
|
2594
|
-
*/
|
|
2595
|
-
_response: msRest.HttpResponse & {
|
|
2596
|
-
/**
|
|
2597
|
-
* The response body as text (string format)
|
|
2598
|
-
*/
|
|
2599
|
-
bodyAsText: string;
|
|
2600
|
-
/**
|
|
2601
|
-
* The response body as parsed JSON or XML
|
|
2602
|
-
*/
|
|
2603
|
-
parsedBody: PortCollection;
|
|
2604
|
-
};
|
|
2605
|
-
};
|
|
2606
|
-
|
|
2607
|
-
/**
|
|
2608
|
-
* Contains response data for the listMachineGroupMembership operation.
|
|
2609
|
-
*/
|
|
2610
|
-
export type MachinesListMachineGroupMembershipResponse = MachineGroupCollection & {
|
|
2611
|
-
/**
|
|
2612
|
-
* The underlying HTTP response.
|
|
2613
|
-
*/
|
|
2614
|
-
_response: msRest.HttpResponse & {
|
|
2615
|
-
/**
|
|
2616
|
-
* The response body as text (string format)
|
|
2617
|
-
*/
|
|
2618
|
-
bodyAsText: string;
|
|
2619
|
-
/**
|
|
2620
|
-
* The response body as parsed JSON or XML
|
|
2621
|
-
*/
|
|
2622
|
-
parsedBody: MachineGroupCollection;
|
|
2623
|
-
};
|
|
2624
|
-
};
|
|
2625
|
-
|
|
2626
|
-
/**
|
|
2627
|
-
* Contains response data for the listByWorkspaceNext operation.
|
|
2628
|
-
*/
|
|
2629
|
-
export type MachinesListByWorkspaceNextResponse = MachineCollection & {
|
|
2630
|
-
/**
|
|
2631
|
-
* The underlying HTTP response.
|
|
2632
|
-
*/
|
|
2633
|
-
_response: msRest.HttpResponse & {
|
|
2634
|
-
/**
|
|
2635
|
-
* The response body as text (string format)
|
|
2636
|
-
*/
|
|
2637
|
-
bodyAsText: string;
|
|
2638
|
-
/**
|
|
2639
|
-
* The response body as parsed JSON or XML
|
|
2640
|
-
*/
|
|
2641
|
-
parsedBody: MachineCollection;
|
|
2642
|
-
};
|
|
2643
|
-
};
|
|
2644
|
-
|
|
2645
|
-
/**
|
|
2646
|
-
* Contains response data for the listConnectionsNext operation.
|
|
2647
|
-
*/
|
|
2648
|
-
export type MachinesListConnectionsNextResponse = ConnectionCollection & {
|
|
2649
|
-
/**
|
|
2650
|
-
* The underlying HTTP response.
|
|
2651
|
-
*/
|
|
2652
|
-
_response: msRest.HttpResponse & {
|
|
2653
|
-
/**
|
|
2654
|
-
* The response body as text (string format)
|
|
2655
|
-
*/
|
|
2656
|
-
bodyAsText: string;
|
|
2657
|
-
/**
|
|
2658
|
-
* The response body as parsed JSON or XML
|
|
2659
|
-
*/
|
|
2660
|
-
parsedBody: ConnectionCollection;
|
|
2661
|
-
};
|
|
2662
|
-
};
|
|
2663
|
-
|
|
2664
|
-
/**
|
|
2665
|
-
* Contains response data for the listProcessesNext operation.
|
|
2666
|
-
*/
|
|
2667
|
-
export type MachinesListProcessesNextResponse = ProcessCollection & {
|
|
2668
|
-
/**
|
|
2669
|
-
* The underlying HTTP response.
|
|
2670
|
-
*/
|
|
2671
|
-
_response: msRest.HttpResponse & {
|
|
2672
|
-
/**
|
|
2673
|
-
* The response body as text (string format)
|
|
2674
|
-
*/
|
|
2675
|
-
bodyAsText: string;
|
|
2676
|
-
/**
|
|
2677
|
-
* The response body as parsed JSON or XML
|
|
2678
|
-
*/
|
|
2679
|
-
parsedBody: ProcessCollection;
|
|
2680
|
-
};
|
|
2681
|
-
};
|
|
2682
|
-
|
|
2683
|
-
/**
|
|
2684
|
-
* Contains response data for the listPortsNext operation.
|
|
2685
|
-
*/
|
|
2686
|
-
export type MachinesListPortsNextResponse = PortCollection & {
|
|
2687
|
-
/**
|
|
2688
|
-
* The underlying HTTP response.
|
|
2689
|
-
*/
|
|
2690
|
-
_response: msRest.HttpResponse & {
|
|
2691
|
-
/**
|
|
2692
|
-
* The response body as text (string format)
|
|
2693
|
-
*/
|
|
2694
|
-
bodyAsText: string;
|
|
2695
|
-
/**
|
|
2696
|
-
* The response body as parsed JSON or XML
|
|
2697
|
-
*/
|
|
2698
|
-
parsedBody: PortCollection;
|
|
2699
|
-
};
|
|
2700
|
-
};
|
|
2701
|
-
|
|
2702
|
-
/**
|
|
2703
|
-
* Contains response data for the listMachineGroupMembershipNext operation.
|
|
2704
|
-
*/
|
|
2705
|
-
export type MachinesListMachineGroupMembershipNextResponse = MachineGroupCollection & {
|
|
2706
|
-
/**
|
|
2707
|
-
* The underlying HTTP response.
|
|
2708
|
-
*/
|
|
2709
|
-
_response: msRest.HttpResponse & {
|
|
2710
|
-
/**
|
|
2711
|
-
* The response body as text (string format)
|
|
2712
|
-
*/
|
|
2713
|
-
bodyAsText: string;
|
|
2714
|
-
/**
|
|
2715
|
-
* The response body as parsed JSON or XML
|
|
2716
|
-
*/
|
|
2717
|
-
parsedBody: MachineGroupCollection;
|
|
2718
|
-
};
|
|
2719
|
-
};
|
|
2720
|
-
|
|
2721
|
-
/**
|
|
2722
|
-
* Contains response data for the get operation.
|
|
2723
|
-
*/
|
|
2724
|
-
export type ProcessesGetResponse = Process & {
|
|
2725
|
-
/**
|
|
2726
|
-
* The underlying HTTP response.
|
|
2727
|
-
*/
|
|
2728
|
-
_response: msRest.HttpResponse & {
|
|
2729
|
-
/**
|
|
2730
|
-
* The response body as text (string format)
|
|
2731
|
-
*/
|
|
2732
|
-
bodyAsText: string;
|
|
2733
|
-
/**
|
|
2734
|
-
* The response body as parsed JSON or XML
|
|
2735
|
-
*/
|
|
2736
|
-
parsedBody: Process;
|
|
2737
|
-
};
|
|
2738
|
-
};
|
|
2739
|
-
|
|
2740
|
-
/**
|
|
2741
|
-
* Contains response data for the getLiveness operation.
|
|
2742
|
-
*/
|
|
2743
|
-
export type ProcessesGetLivenessResponse = Liveness & {
|
|
2744
|
-
/**
|
|
2745
|
-
* The underlying HTTP response.
|
|
2746
|
-
*/
|
|
2747
|
-
_response: msRest.HttpResponse & {
|
|
2748
|
-
/**
|
|
2749
|
-
* The response body as text (string format)
|
|
2750
|
-
*/
|
|
2751
|
-
bodyAsText: string;
|
|
2752
|
-
/**
|
|
2753
|
-
* The response body as parsed JSON or XML
|
|
2754
|
-
*/
|
|
2755
|
-
parsedBody: Liveness;
|
|
2756
|
-
};
|
|
2757
|
-
};
|
|
2758
|
-
|
|
2759
|
-
/**
|
|
2760
|
-
* Contains response data for the listAcceptingPorts operation.
|
|
2761
|
-
*/
|
|
2762
|
-
export type ProcessesListAcceptingPortsResponse = PortCollection & {
|
|
2763
|
-
/**
|
|
2764
|
-
* The underlying HTTP response.
|
|
2765
|
-
*/
|
|
2766
|
-
_response: msRest.HttpResponse & {
|
|
2767
|
-
/**
|
|
2768
|
-
* The response body as text (string format)
|
|
2769
|
-
*/
|
|
2770
|
-
bodyAsText: string;
|
|
2771
|
-
/**
|
|
2772
|
-
* The response body as parsed JSON or XML
|
|
2773
|
-
*/
|
|
2774
|
-
parsedBody: PortCollection;
|
|
2775
|
-
};
|
|
2776
|
-
};
|
|
2777
|
-
|
|
2778
|
-
/**
|
|
2779
|
-
* Contains response data for the listConnections operation.
|
|
2780
|
-
*/
|
|
2781
|
-
export type ProcessesListConnectionsResponse = ConnectionCollection & {
|
|
2782
|
-
/**
|
|
2783
|
-
* The underlying HTTP response.
|
|
2784
|
-
*/
|
|
2785
|
-
_response: msRest.HttpResponse & {
|
|
2786
|
-
/**
|
|
2787
|
-
* The response body as text (string format)
|
|
2788
|
-
*/
|
|
2789
|
-
bodyAsText: string;
|
|
2790
|
-
/**
|
|
2791
|
-
* The response body as parsed JSON or XML
|
|
2792
|
-
*/
|
|
2793
|
-
parsedBody: ConnectionCollection;
|
|
2794
|
-
};
|
|
2795
|
-
};
|
|
2796
|
-
|
|
2797
|
-
/**
|
|
2798
|
-
* Contains response data for the listAcceptingPortsNext operation.
|
|
2799
|
-
*/
|
|
2800
|
-
export type ProcessesListAcceptingPortsNextResponse = PortCollection & {
|
|
2801
|
-
/**
|
|
2802
|
-
* The underlying HTTP response.
|
|
2803
|
-
*/
|
|
2804
|
-
_response: msRest.HttpResponse & {
|
|
2805
|
-
/**
|
|
2806
|
-
* The response body as text (string format)
|
|
2807
|
-
*/
|
|
2808
|
-
bodyAsText: string;
|
|
2809
|
-
/**
|
|
2810
|
-
* The response body as parsed JSON or XML
|
|
2811
|
-
*/
|
|
2812
|
-
parsedBody: PortCollection;
|
|
2813
|
-
};
|
|
2814
|
-
};
|
|
2815
|
-
|
|
2816
|
-
/**
|
|
2817
|
-
* Contains response data for the listConnectionsNext operation.
|
|
2818
|
-
*/
|
|
2819
|
-
export type ProcessesListConnectionsNextResponse = ConnectionCollection & {
|
|
2820
|
-
/**
|
|
2821
|
-
* The underlying HTTP response.
|
|
2822
|
-
*/
|
|
2823
|
-
_response: msRest.HttpResponse & {
|
|
2824
|
-
/**
|
|
2825
|
-
* The response body as text (string format)
|
|
2826
|
-
*/
|
|
2827
|
-
bodyAsText: string;
|
|
2828
|
-
/**
|
|
2829
|
-
* The response body as parsed JSON or XML
|
|
2830
|
-
*/
|
|
2831
|
-
parsedBody: ConnectionCollection;
|
|
2832
|
-
};
|
|
2833
|
-
};
|
|
2834
|
-
|
|
2835
|
-
/**
|
|
2836
|
-
* Contains response data for the get operation.
|
|
2837
|
-
*/
|
|
2838
|
-
export type PortsGetResponse = Port & {
|
|
2839
|
-
/**
|
|
2840
|
-
* The underlying HTTP response.
|
|
2841
|
-
*/
|
|
2842
|
-
_response: msRest.HttpResponse & {
|
|
2843
|
-
/**
|
|
2844
|
-
* The response body as text (string format)
|
|
2845
|
-
*/
|
|
2846
|
-
bodyAsText: string;
|
|
2847
|
-
/**
|
|
2848
|
-
* The response body as parsed JSON or XML
|
|
2849
|
-
*/
|
|
2850
|
-
parsedBody: Port;
|
|
2851
|
-
};
|
|
2852
|
-
};
|
|
2853
|
-
|
|
2854
|
-
/**
|
|
2855
|
-
* Contains response data for the getLiveness operation.
|
|
2856
|
-
*/
|
|
2857
|
-
export type PortsGetLivenessResponse = Liveness & {
|
|
2858
|
-
/**
|
|
2859
|
-
* The underlying HTTP response.
|
|
2860
|
-
*/
|
|
2861
|
-
_response: msRest.HttpResponse & {
|
|
2862
|
-
/**
|
|
2863
|
-
* The response body as text (string format)
|
|
2864
|
-
*/
|
|
2865
|
-
bodyAsText: string;
|
|
2866
|
-
/**
|
|
2867
|
-
* The response body as parsed JSON or XML
|
|
2868
|
-
*/
|
|
2869
|
-
parsedBody: Liveness;
|
|
2870
|
-
};
|
|
2871
|
-
};
|
|
2872
|
-
|
|
2873
|
-
/**
|
|
2874
|
-
* Contains response data for the listAcceptingProcesses operation.
|
|
2875
|
-
*/
|
|
2876
|
-
export type PortsListAcceptingProcessesResponse = ProcessCollection & {
|
|
2877
|
-
/**
|
|
2878
|
-
* The underlying HTTP response.
|
|
2879
|
-
*/
|
|
2880
|
-
_response: msRest.HttpResponse & {
|
|
2881
|
-
/**
|
|
2882
|
-
* The response body as text (string format)
|
|
2883
|
-
*/
|
|
2884
|
-
bodyAsText: string;
|
|
2885
|
-
/**
|
|
2886
|
-
* The response body as parsed JSON or XML
|
|
2887
|
-
*/
|
|
2888
|
-
parsedBody: ProcessCollection;
|
|
2889
|
-
};
|
|
2890
|
-
};
|
|
2891
|
-
|
|
2892
|
-
/**
|
|
2893
|
-
* Contains response data for the listConnections operation.
|
|
2894
|
-
*/
|
|
2895
|
-
export type PortsListConnectionsResponse = ConnectionCollection & {
|
|
2896
|
-
/**
|
|
2897
|
-
* The underlying HTTP response.
|
|
2898
|
-
*/
|
|
2899
|
-
_response: msRest.HttpResponse & {
|
|
2900
|
-
/**
|
|
2901
|
-
* The response body as text (string format)
|
|
2902
|
-
*/
|
|
2903
|
-
bodyAsText: string;
|
|
2904
|
-
/**
|
|
2905
|
-
* The response body as parsed JSON or XML
|
|
2906
|
-
*/
|
|
2907
|
-
parsedBody: ConnectionCollection;
|
|
2908
|
-
};
|
|
2909
|
-
};
|
|
2910
|
-
|
|
2911
|
-
/**
|
|
2912
|
-
* Contains response data for the listAcceptingProcessesNext operation.
|
|
2913
|
-
*/
|
|
2914
|
-
export type PortsListAcceptingProcessesNextResponse = ProcessCollection & {
|
|
2915
|
-
/**
|
|
2916
|
-
* The underlying HTTP response.
|
|
2917
|
-
*/
|
|
2918
|
-
_response: msRest.HttpResponse & {
|
|
2919
|
-
/**
|
|
2920
|
-
* The response body as text (string format)
|
|
2921
|
-
*/
|
|
2922
|
-
bodyAsText: string;
|
|
2923
|
-
/**
|
|
2924
|
-
* The response body as parsed JSON or XML
|
|
2925
|
-
*/
|
|
2926
|
-
parsedBody: ProcessCollection;
|
|
2927
|
-
};
|
|
2928
|
-
};
|
|
2929
|
-
|
|
2930
|
-
/**
|
|
2931
|
-
* Contains response data for the listConnectionsNext operation.
|
|
2932
|
-
*/
|
|
2933
|
-
export type PortsListConnectionsNextResponse = ConnectionCollection & {
|
|
2934
|
-
/**
|
|
2935
|
-
* The underlying HTTP response.
|
|
2936
|
-
*/
|
|
2937
|
-
_response: msRest.HttpResponse & {
|
|
2938
|
-
/**
|
|
2939
|
-
* The response body as text (string format)
|
|
2940
|
-
*/
|
|
2941
|
-
bodyAsText: string;
|
|
2942
|
-
/**
|
|
2943
|
-
* The response body as parsed JSON or XML
|
|
2944
|
-
*/
|
|
2945
|
-
parsedBody: ConnectionCollection;
|
|
2946
|
-
};
|
|
2947
|
-
};
|
|
2948
|
-
|
|
2949
|
-
/**
|
|
2950
|
-
* Contains response data for the get operation.
|
|
2951
|
-
*/
|
|
2952
|
-
export type ClientGroupsGetResponse = ClientGroup & {
|
|
2953
|
-
/**
|
|
2954
|
-
* The underlying HTTP response.
|
|
2955
|
-
*/
|
|
2956
|
-
_response: msRest.HttpResponse & {
|
|
2957
|
-
/**
|
|
2958
|
-
* The response body as text (string format)
|
|
2959
|
-
*/
|
|
2960
|
-
bodyAsText: string;
|
|
2961
|
-
/**
|
|
2962
|
-
* The response body as parsed JSON or XML
|
|
2963
|
-
*/
|
|
2964
|
-
parsedBody: ClientGroup;
|
|
2965
|
-
};
|
|
2966
|
-
};
|
|
2967
|
-
|
|
2968
|
-
/**
|
|
2969
|
-
* Contains response data for the getMembersCount operation.
|
|
2970
|
-
*/
|
|
2971
|
-
export type ClientGroupsGetMembersCountResponse = ClientGroupMembersCount & {
|
|
2972
|
-
/**
|
|
2973
|
-
* The underlying HTTP response.
|
|
2974
|
-
*/
|
|
2975
|
-
_response: msRest.HttpResponse & {
|
|
2976
|
-
/**
|
|
2977
|
-
* The response body as text (string format)
|
|
2978
|
-
*/
|
|
2979
|
-
bodyAsText: string;
|
|
2980
|
-
/**
|
|
2981
|
-
* The response body as parsed JSON or XML
|
|
2982
|
-
*/
|
|
2983
|
-
parsedBody: ClientGroupMembersCount;
|
|
2984
|
-
};
|
|
2985
|
-
};
|
|
2986
|
-
|
|
2987
|
-
/**
|
|
2988
|
-
* Contains response data for the listMembers operation.
|
|
2989
|
-
*/
|
|
2990
|
-
export type ClientGroupsListMembersResponse = ClientGroupMembersCollection & {
|
|
2991
|
-
/**
|
|
2992
|
-
* The underlying HTTP response.
|
|
2993
|
-
*/
|
|
2994
|
-
_response: msRest.HttpResponse & {
|
|
2995
|
-
/**
|
|
2996
|
-
* The response body as text (string format)
|
|
2997
|
-
*/
|
|
2998
|
-
bodyAsText: string;
|
|
2999
|
-
/**
|
|
3000
|
-
* The response body as parsed JSON or XML
|
|
3001
|
-
*/
|
|
3002
|
-
parsedBody: ClientGroupMembersCollection;
|
|
3003
|
-
};
|
|
3004
|
-
};
|
|
3005
|
-
|
|
3006
|
-
/**
|
|
3007
|
-
* Contains response data for the listMembersNext operation.
|
|
3008
|
-
*/
|
|
3009
|
-
export type ClientGroupsListMembersNextResponse = ClientGroupMembersCollection & {
|
|
3010
|
-
/**
|
|
3011
|
-
* The underlying HTTP response.
|
|
3012
|
-
*/
|
|
3013
|
-
_response: msRest.HttpResponse & {
|
|
3014
|
-
/**
|
|
3015
|
-
* The response body as text (string format)
|
|
3016
|
-
*/
|
|
3017
|
-
bodyAsText: string;
|
|
3018
|
-
/**
|
|
3019
|
-
* The response body as parsed JSON or XML
|
|
3020
|
-
*/
|
|
3021
|
-
parsedBody: ClientGroupMembersCollection;
|
|
3022
|
-
};
|
|
3023
|
-
};
|
|
3024
|
-
|
|
3025
|
-
/**
|
|
3026
|
-
* Contains response data for the generate operation.
|
|
3027
|
-
*/
|
|
3028
|
-
export type MapsGenerateResponse = MapResponse & {
|
|
3029
|
-
/**
|
|
3030
|
-
* The underlying HTTP response.
|
|
3031
|
-
*/
|
|
3032
|
-
_response: msRest.HttpResponse & {
|
|
3033
|
-
/**
|
|
3034
|
-
* The response body as text (string format)
|
|
3035
|
-
*/
|
|
3036
|
-
bodyAsText: string;
|
|
3037
|
-
/**
|
|
3038
|
-
* The response body as parsed JSON or XML
|
|
3039
|
-
*/
|
|
3040
|
-
parsedBody: MapResponse;
|
|
3041
|
-
};
|
|
3042
|
-
};
|
|
3043
|
-
|
|
3044
|
-
/**
|
|
3045
|
-
* Contains response data for the getMachines operation.
|
|
3046
|
-
*/
|
|
3047
|
-
export type SummariesGetMachinesResponse = MachinesSummary & {
|
|
3048
|
-
/**
|
|
3049
|
-
* The underlying HTTP response.
|
|
3050
|
-
*/
|
|
3051
|
-
_response: msRest.HttpResponse & {
|
|
3052
|
-
/**
|
|
3053
|
-
* The response body as text (string format)
|
|
3054
|
-
*/
|
|
3055
|
-
bodyAsText: string;
|
|
3056
|
-
/**
|
|
3057
|
-
* The response body as parsed JSON or XML
|
|
3058
|
-
*/
|
|
3059
|
-
parsedBody: MachinesSummary;
|
|
3060
|
-
};
|
|
3061
|
-
};
|
|
3062
|
-
|
|
3063
|
-
/**
|
|
3064
|
-
* Contains response data for the listByWorkspace operation.
|
|
3065
|
-
*/
|
|
3066
|
-
export type MachineGroupsListByWorkspaceResponse = MachineGroupCollection & {
|
|
3067
|
-
/**
|
|
3068
|
-
* The underlying HTTP response.
|
|
3069
|
-
*/
|
|
3070
|
-
_response: msRest.HttpResponse & {
|
|
3071
|
-
/**
|
|
3072
|
-
* The response body as text (string format)
|
|
3073
|
-
*/
|
|
3074
|
-
bodyAsText: string;
|
|
3075
|
-
/**
|
|
3076
|
-
* The response body as parsed JSON or XML
|
|
3077
|
-
*/
|
|
3078
|
-
parsedBody: MachineGroupCollection;
|
|
3079
|
-
};
|
|
3080
|
-
};
|
|
3081
|
-
|
|
3082
|
-
/**
|
|
3083
|
-
* Contains response data for the create operation.
|
|
3084
|
-
*/
|
|
3085
|
-
export type MachineGroupsCreateResponse = MachineGroup & {
|
|
3086
|
-
/**
|
|
3087
|
-
* The underlying HTTP response.
|
|
3088
|
-
*/
|
|
3089
|
-
_response: msRest.HttpResponse & {
|
|
3090
|
-
/**
|
|
3091
|
-
* The response body as text (string format)
|
|
3092
|
-
*/
|
|
3093
|
-
bodyAsText: string;
|
|
3094
|
-
/**
|
|
3095
|
-
* The response body as parsed JSON or XML
|
|
3096
|
-
*/
|
|
3097
|
-
parsedBody: MachineGroup;
|
|
3098
|
-
};
|
|
3099
|
-
};
|
|
3100
|
-
|
|
3101
|
-
/**
|
|
3102
|
-
* Contains response data for the get operation.
|
|
3103
|
-
*/
|
|
3104
|
-
export type MachineGroupsGetResponse = MachineGroup & {
|
|
3105
|
-
/**
|
|
3106
|
-
* The underlying HTTP response.
|
|
3107
|
-
*/
|
|
3108
|
-
_response: msRest.HttpResponse & {
|
|
3109
|
-
/**
|
|
3110
|
-
* The response body as text (string format)
|
|
3111
|
-
*/
|
|
3112
|
-
bodyAsText: string;
|
|
3113
|
-
/**
|
|
3114
|
-
* The response body as parsed JSON or XML
|
|
3115
|
-
*/
|
|
3116
|
-
parsedBody: MachineGroup;
|
|
3117
|
-
};
|
|
3118
|
-
};
|
|
3119
|
-
|
|
3120
|
-
/**
|
|
3121
|
-
* Contains response data for the update operation.
|
|
3122
|
-
*/
|
|
3123
|
-
export type MachineGroupsUpdateResponse = MachineGroup & {
|
|
3124
|
-
/**
|
|
3125
|
-
* The underlying HTTP response.
|
|
3126
|
-
*/
|
|
3127
|
-
_response: msRest.HttpResponse & {
|
|
3128
|
-
/**
|
|
3129
|
-
* The response body as text (string format)
|
|
3130
|
-
*/
|
|
3131
|
-
bodyAsText: string;
|
|
3132
|
-
/**
|
|
3133
|
-
* The response body as parsed JSON or XML
|
|
3134
|
-
*/
|
|
3135
|
-
parsedBody: MachineGroup;
|
|
3136
|
-
};
|
|
3137
|
-
};
|
|
3138
|
-
|
|
3139
|
-
/**
|
|
3140
|
-
* Contains response data for the listByWorkspaceNext operation.
|
|
3141
|
-
*/
|
|
3142
|
-
export type MachineGroupsListByWorkspaceNextResponse = MachineGroupCollection & {
|
|
3143
|
-
/**
|
|
3144
|
-
* The underlying HTTP response.
|
|
3145
|
-
*/
|
|
3146
|
-
_response: msRest.HttpResponse & {
|
|
3147
|
-
/**
|
|
3148
|
-
* The response body as text (string format)
|
|
3149
|
-
*/
|
|
3150
|
-
bodyAsText: string;
|
|
3151
|
-
/**
|
|
3152
|
-
* The response body as parsed JSON or XML
|
|
3153
|
-
*/
|
|
3154
|
-
parsedBody: MachineGroupCollection;
|
|
3155
|
-
};
|
|
3156
|
-
};
|