@azure/arm-scvmm 1.0.0-beta.2 → 1.0.0
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 +3 -13
- package/LICENSE +1 -1
- package/README.md +14 -14
- package/dist/index.js +5281 -3757
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/availabilitySetsCreateOrUpdateSample.js +49 -15
- package/dist-esm/samples-dev/availabilitySetsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/availabilitySetsDeleteSample.js +38 -9
- package/dist-esm/samples-dev/availabilitySetsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/availabilitySetsGetSample.js +36 -9
- package/dist-esm/samples-dev/availabilitySetsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/availabilitySetsListByResourceGroupSample.js +55 -11
- package/dist-esm/samples-dev/availabilitySetsListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/availabilitySetsListBySubscriptionSample.js +53 -10
- package/dist-esm/samples-dev/availabilitySetsListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/availabilitySetsUpdateSample.js +40 -10
- package/dist-esm/samples-dev/availabilitySetsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/cloudsCreateOrUpdateSample.js +48 -15
- package/dist-esm/samples-dev/cloudsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/cloudsDeleteSample.js +38 -9
- package/dist-esm/samples-dev/cloudsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/cloudsGetSample.js +36 -9
- package/dist-esm/samples-dev/cloudsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/cloudsListByResourceGroupSample.js +55 -11
- package/dist-esm/samples-dev/cloudsListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/cloudsListBySubscriptionSample.js +53 -10
- package/dist-esm/samples-dev/cloudsListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/cloudsUpdateSample.js +40 -10
- package/dist-esm/samples-dev/cloudsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/guestAgentsCreateSample.d.ts +2 -0
- package/dist-esm/samples-dev/guestAgentsCreateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/guestAgentsCreateSample.js +63 -0
- package/dist-esm/samples-dev/guestAgentsCreateSample.js.map +1 -0
- package/dist-esm/samples-dev/guestAgentsDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/guestAgentsDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/guestAgentsDeleteSample.js +52 -0
- package/dist-esm/samples-dev/guestAgentsDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/guestAgentsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/guestAgentsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/guestAgentsGetSample.js +52 -0
- package/dist-esm/samples-dev/guestAgentsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/guestAgentsListByVirtualMachineInstanceSample.d.ts +2 -0
- package/dist-esm/samples-dev/guestAgentsListByVirtualMachineInstanceSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/guestAgentsListByVirtualMachineInstanceSample.js +84 -0
- package/dist-esm/samples-dev/guestAgentsListByVirtualMachineInstanceSample.js.map +1 -0
- package/dist-esm/samples-dev/inventoryItemsCreateSample.js +43 -12
- package/dist-esm/samples-dev/inventoryItemsCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/inventoryItemsDeleteSample.js +38 -10
- package/dist-esm/samples-dev/inventoryItemsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/inventoryItemsGetSample.js +38 -10
- package/dist-esm/samples-dev/inventoryItemsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/inventoryItemsListByVmmServerSample.js +59 -14
- package/dist-esm/samples-dev/inventoryItemsListByVmmServerSample.js.map +1 -1
- package/dist-esm/samples-dev/operationsListSample.js +55 -12
- package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
- package/dist-esm/samples-dev/virtualMachineInstancesCreateCheckpointSample.d.ts +2 -0
- package/dist-esm/samples-dev/virtualMachineInstancesCreateCheckpointSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/virtualMachineInstancesCreateCheckpointSample.js +57 -0
- package/dist-esm/samples-dev/virtualMachineInstancesCreateCheckpointSample.js.map +1 -0
- package/dist-esm/samples-dev/virtualMachineInstancesCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/virtualMachineInstancesCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/virtualMachineInstancesCreateOrUpdateSample.js +127 -0
- package/dist-esm/samples-dev/virtualMachineInstancesCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/virtualMachineInstancesDeleteCheckpointSample.d.ts +2 -0
- package/dist-esm/samples-dev/virtualMachineInstancesDeleteCheckpointSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/virtualMachineInstancesDeleteCheckpointSample.js +56 -0
- package/dist-esm/samples-dev/virtualMachineInstancesDeleteCheckpointSample.js.map +1 -0
- package/dist-esm/samples-dev/virtualMachineInstancesDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/virtualMachineInstancesDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/virtualMachineInstancesDeleteSample.js +58 -0
- package/dist-esm/samples-dev/virtualMachineInstancesDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/virtualMachineInstancesGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/virtualMachineInstancesGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/virtualMachineInstancesGetSample.js +52 -0
- package/dist-esm/samples-dev/virtualMachineInstancesGetSample.js.map +1 -0
- package/dist-esm/samples-dev/virtualMachineInstancesListSample.d.ts +2 -0
- package/dist-esm/samples-dev/virtualMachineInstancesListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/virtualMachineInstancesListSample.js +84 -0
- package/dist-esm/samples-dev/virtualMachineInstancesListSample.js.map +1 -0
- package/dist-esm/samples-dev/virtualMachineInstancesRestartSample.d.ts +2 -0
- package/dist-esm/samples-dev/virtualMachineInstancesRestartSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/virtualMachineInstancesRestartSample.js +52 -0
- package/dist-esm/samples-dev/virtualMachineInstancesRestartSample.js.map +1 -0
- package/dist-esm/samples-dev/virtualMachineInstancesRestoreCheckpointSample.d.ts +2 -0
- package/dist-esm/samples-dev/virtualMachineInstancesRestoreCheckpointSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/virtualMachineInstancesRestoreCheckpointSample.js +54 -0
- package/dist-esm/samples-dev/virtualMachineInstancesRestoreCheckpointSample.js.map +1 -0
- package/dist-esm/samples-dev/virtualMachineInstancesStartSample.d.ts +2 -0
- package/dist-esm/samples-dev/virtualMachineInstancesStartSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/virtualMachineInstancesStartSample.js +52 -0
- package/dist-esm/samples-dev/virtualMachineInstancesStartSample.js.map +1 -0
- package/dist-esm/samples-dev/virtualMachineInstancesStopSample.d.ts +2 -0
- package/dist-esm/samples-dev/virtualMachineInstancesStopSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/virtualMachineInstancesStopSample.js +54 -0
- package/dist-esm/samples-dev/virtualMachineInstancesStopSample.js.map +1 -0
- package/dist-esm/samples-dev/virtualMachineInstancesUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/virtualMachineInstancesUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/virtualMachineInstancesUpdateSample.js +99 -0
- package/dist-esm/samples-dev/virtualMachineInstancesUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/virtualMachineTemplatesCreateOrUpdateSample.js +55 -15
- package/dist-esm/samples-dev/virtualMachineTemplatesCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/virtualMachineTemplatesDeleteSample.js +37 -8
- package/dist-esm/samples-dev/virtualMachineTemplatesDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/virtualMachineTemplatesGetSample.js +35 -8
- package/dist-esm/samples-dev/virtualMachineTemplatesGetSample.js.map +1 -1
- package/dist-esm/samples-dev/virtualMachineTemplatesListByResourceGroupSample.js +55 -11
- package/dist-esm/samples-dev/virtualMachineTemplatesListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/virtualMachineTemplatesListBySubscriptionSample.js +53 -10
- package/dist-esm/samples-dev/virtualMachineTemplatesListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/virtualMachineTemplatesUpdateSample.js +40 -10
- package/dist-esm/samples-dev/virtualMachineTemplatesUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/virtualNetworksCreateOrUpdateSample.js +47 -15
- package/dist-esm/samples-dev/virtualNetworksCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/virtualNetworksDeleteSample.js +37 -8
- package/dist-esm/samples-dev/virtualNetworksDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/virtualNetworksGetSample.js +35 -8
- package/dist-esm/samples-dev/virtualNetworksGetSample.js.map +1 -1
- package/dist-esm/samples-dev/virtualNetworksListByResourceGroupSample.js +55 -11
- package/dist-esm/samples-dev/virtualNetworksListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/virtualNetworksListBySubscriptionSample.js +53 -10
- package/dist-esm/samples-dev/virtualNetworksListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/virtualNetworksUpdateSample.js +38 -10
- package/dist-esm/samples-dev/virtualNetworksUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/vmInstanceHybridIdentityMetadatasGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/vmInstanceHybridIdentityMetadatasGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/vmInstanceHybridIdentityMetadatasGetSample.js +52 -0
- package/dist-esm/samples-dev/vmInstanceHybridIdentityMetadatasGetSample.js.map +1 -0
- package/dist-esm/samples-dev/vmInstanceHybridIdentityMetadatasListByVirtualMachineInstanceSample.d.ts +2 -0
- package/dist-esm/samples-dev/vmInstanceHybridIdentityMetadatasListByVirtualMachineInstanceSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/vmInstanceHybridIdentityMetadatasListByVirtualMachineInstanceSample.js +84 -0
- package/dist-esm/samples-dev/vmInstanceHybridIdentityMetadatasListByVirtualMachineInstanceSample.js.map +1 -0
- package/dist-esm/samples-dev/vmmServersCreateOrUpdateSample.js +52 -18
- package/dist-esm/samples-dev/vmmServersCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/vmmServersDeleteSample.js +39 -10
- package/dist-esm/samples-dev/vmmServersDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/vmmServersGetSample.js +37 -10
- package/dist-esm/samples-dev/vmmServersGetSample.js.map +1 -1
- package/dist-esm/samples-dev/vmmServersListByResourceGroupSample.js +55 -11
- package/dist-esm/samples-dev/vmmServersListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/vmmServersListBySubscriptionSample.js +53 -10
- package/dist-esm/samples-dev/vmmServersListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/vmmServersUpdateSample.js +40 -10
- package/dist-esm/samples-dev/vmmServersUpdateSample.js.map +1 -1
- package/dist-esm/src/index.d.ts +2 -1
- package/dist-esm/src/index.d.ts.map +1 -1
- package/dist-esm/src/index.js +2 -1
- package/dist-esm/src/index.js.map +1 -1
- package/dist-esm/src/lroImpl.d.ts +6 -11
- package/dist-esm/src/lroImpl.d.ts.map +1 -1
- package/dist-esm/src/lroImpl.js +12 -20
- package/dist-esm/src/lroImpl.js.map +1 -1
- package/dist-esm/src/models/index.d.ts +1320 -859
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +112 -34
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +83 -38
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +2251 -1581
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +25 -20
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +184 -131
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/availabilitySets.d.ts +50 -50
- package/dist-esm/src/operations/availabilitySets.d.ts.map +1 -1
- package/dist-esm/src/operations/availabilitySets.js +259 -203
- package/dist-esm/src/operations/availabilitySets.js.map +1 -1
- package/dist-esm/src/operations/clouds.d.ts +50 -50
- package/dist-esm/src/operations/clouds.d.ts.map +1 -1
- package/dist-esm/src/operations/clouds.js +248 -203
- package/dist-esm/src/operations/clouds.js.map +1 -1
- package/dist-esm/src/operations/guestAgents.d.ts +63 -0
- package/dist-esm/src/operations/guestAgents.d.ts.map +1 -0
- package/dist-esm/src/operations/guestAgents.js +273 -0
- package/dist-esm/src/operations/guestAgents.js.map +1 -0
- package/dist-esm/src/operations/index.d.ts +6 -4
- package/dist-esm/src/operations/index.d.ts.map +1 -1
- package/dist-esm/src/operations/index.js +6 -4
- package/dist-esm/src/operations/index.js.map +1 -1
- package/dist-esm/src/operations/inventoryItems.d.ts +33 -32
- package/dist-esm/src/operations/inventoryItems.d.ts.map +1 -1
- package/dist-esm/src/operations/inventoryItems.js +116 -93
- package/dist-esm/src/operations/inventoryItems.js.map +1 -1
- package/dist-esm/src/operations/operations.d.ts +6 -6
- package/dist-esm/src/operations/operations.d.ts.map +1 -1
- package/dist-esm/src/operations/operations.js +36 -23
- package/dist-esm/src/operations/operations.js.map +1 -1
- package/dist-esm/src/operations/virtualMachineInstances.d.ts +164 -0
- package/dist-esm/src/operations/virtualMachineInstances.d.ts.map +1 -0
- package/dist-esm/src/operations/virtualMachineInstances.js +907 -0
- package/dist-esm/src/operations/virtualMachineInstances.js.map +1 -0
- package/dist-esm/src/operations/virtualMachineTemplates.d.ts +44 -44
- package/dist-esm/src/operations/virtualMachineTemplates.d.ts.map +1 -1
- package/dist-esm/src/operations/virtualMachineTemplates.js +246 -191
- package/dist-esm/src/operations/virtualMachineTemplates.js.map +1 -1
- package/dist-esm/src/operations/virtualNetworks.d.ts +44 -44
- package/dist-esm/src/operations/virtualNetworks.d.ts.map +1 -1
- package/dist-esm/src/operations/virtualNetworks.js +236 -191
- package/dist-esm/src/operations/virtualNetworks.js.map +1 -1
- package/dist-esm/src/operations/vmInstanceHybridIdentityMetadatas.d.ts +42 -0
- package/dist-esm/src/operations/vmInstanceHybridIdentityMetadatas.d.ts.map +1 -0
- package/dist-esm/src/operations/vmInstanceHybridIdentityMetadatas.js +165 -0
- package/dist-esm/src/operations/vmInstanceHybridIdentityMetadatas.js.map +1 -0
- package/dist-esm/src/operations/vmmServers.d.ts +52 -52
- package/dist-esm/src/operations/vmmServers.d.ts.map +1 -1
- package/dist-esm/src/operations/vmmServers.js +246 -201
- package/dist-esm/src/operations/vmmServers.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/availabilitySets.d.ts +36 -36
- package/dist-esm/src/operationsInterfaces/availabilitySets.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/clouds.d.ts +36 -36
- package/dist-esm/src/operationsInterfaces/clouds.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/guestAgents.d.ts +39 -0
- package/dist-esm/src/operationsInterfaces/guestAgents.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/{virtualMachines.js → guestAgents.js} +1 -1
- package/dist-esm/src/operationsInterfaces/guestAgents.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +6 -4
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.js +6 -4
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/inventoryItems.d.ts +20 -19
- package/dist-esm/src/operationsInterfaces/inventoryItems.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/operations.d.ts +3 -3
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/virtualMachineInstances.d.ts +141 -0
- package/dist-esm/src/operationsInterfaces/virtualMachineInstances.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualMachineInstances.js +9 -0
- package/dist-esm/src/operationsInterfaces/virtualMachineInstances.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualMachineTemplates.d.ts +28 -28
- package/dist-esm/src/operationsInterfaces/virtualMachineTemplates.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/virtualNetworks.d.ts +28 -28
- package/dist-esm/src/operationsInterfaces/virtualNetworks.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/vmInstanceHybridIdentityMetadatas.d.ts +18 -0
- package/dist-esm/src/operationsInterfaces/vmInstanceHybridIdentityMetadatas.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/vmInstanceHybridIdentityMetadatas.js +9 -0
- package/dist-esm/src/operationsInterfaces/vmInstanceHybridIdentityMetadatas.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/vmmServers.d.ts +38 -38
- package/dist-esm/src/operationsInterfaces/vmmServers.d.ts.map +1 -1
- package/dist-esm/src/pagingHelper.d.ts +13 -0
- package/dist-esm/src/pagingHelper.d.ts.map +1 -0
- package/dist-esm/src/pagingHelper.js +32 -0
- package/dist-esm/src/pagingHelper.js.map +1 -0
- package/dist-esm/src/scVmm.d.ts +30 -0
- package/dist-esm/src/scVmm.d.ts.map +1 -0
- package/dist-esm/src/{scvmm.js → scVmm.js} +41 -39
- package/dist-esm/src/scVmm.js.map +1 -0
- package/dist-esm/test/scvmm_operations_test.spec.d.ts +4 -0
- package/dist-esm/test/scvmm_operations_test.spec.d.ts.map +1 -0
- package/dist-esm/test/scvmm_operations_test.spec.js +74 -0
- package/dist-esm/test/scvmm_operations_test.spec.js.map +1 -0
- package/package.json +26 -29
- package/review/arm-scvmm.api.md +727 -330
- package/src/index.ts +2 -1
- package/src/lroImpl.ts +31 -23
- package/src/models/index.ts +1487 -909
- package/src/models/mappers.ts +2339 -1570
- package/src/models/parameters.ts +209 -144
- package/src/operations/availabilitySets.ts +370 -314
- package/src/operations/clouds.ts +354 -311
- package/src/operations/guestAgents.ts +365 -0
- package/src/operations/index.ts +6 -4
- package/src/operations/inventoryItems.ts +148 -128
- package/src/operations/operations.ts +45 -33
- package/src/operations/virtualMachineInstances.ts +1239 -0
- package/src/operations/virtualMachineTemplates.ts +351 -296
- package/src/operations/virtualNetworks.ts +341 -296
- package/src/operations/vmInstanceHybridIdentityMetadatas.ts +214 -0
- package/src/operations/vmmServers.ts +357 -311
- package/src/operationsInterfaces/availabilitySets.ts +71 -65
- package/src/operationsInterfaces/clouds.ts +66 -63
- package/src/operationsInterfaces/guestAgents.ts +78 -0
- package/src/operationsInterfaces/index.ts +6 -4
- package/src/operationsInterfaces/inventoryItems.ts +32 -30
- package/src/operationsInterfaces/operations.ts +4 -7
- package/src/operationsInterfaces/virtualMachineInstances.ts +295 -0
- package/src/operationsInterfaces/virtualMachineTemplates.ts +57 -51
- package/src/operationsInterfaces/virtualNetworks.ts +57 -51
- package/src/operationsInterfaces/vmInstanceHybridIdentityMetadatas.ts +38 -0
- package/src/operationsInterfaces/vmmServers.ts +70 -64
- package/src/pagingHelper.ts +39 -0
- package/src/{scvmm.ts → scVmm.ts} +86 -57
- package/types/arm-scvmm.d.ts +1508 -913
- package/types/tsdoc-metadata.json +1 -1
- package/dist-esm/samples-dev/virtualMachinesCreateCheckpointSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachinesCreateCheckpointSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesCreateCheckpointSample.js +0 -36
- package/dist-esm/samples-dev/virtualMachinesCreateCheckpointSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachinesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesCreateOrUpdateSample.js +0 -42
- package/dist-esm/samples-dev/virtualMachinesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesDeleteCheckpointSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachinesDeleteCheckpointSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesDeleteCheckpointSample.js +0 -33
- package/dist-esm/samples-dev/virtualMachinesDeleteCheckpointSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachinesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesDeleteSample.js +0 -31
- package/dist-esm/samples-dev/virtualMachinesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachinesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesGetSample.js +0 -31
- package/dist-esm/samples-dev/virtualMachinesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachinesListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesListByResourceGroupSample.js +0 -44
- package/dist-esm/samples-dev/virtualMachinesListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachinesListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesListBySubscriptionSample.js +0 -43
- package/dist-esm/samples-dev/virtualMachinesListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesRestartSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachinesRestartSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesRestartSample.js +0 -31
- package/dist-esm/samples-dev/virtualMachinesRestartSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesRestoreCheckpointSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachinesRestoreCheckpointSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesRestoreCheckpointSample.js +0 -33
- package/dist-esm/samples-dev/virtualMachinesRestoreCheckpointSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesStartSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachinesStartSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesStartSample.js +0 -31
- package/dist-esm/samples-dev/virtualMachinesStartSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesStopSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachinesStopSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesStopSample.js +0 -33
- package/dist-esm/samples-dev/virtualMachinesStopSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachinesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesUpdateSample.js +0 -48
- package/dist-esm/samples-dev/virtualMachinesUpdateSample.js.map +0 -1
- package/dist-esm/src/operations/virtualMachines.d.ts +0 -191
- package/dist-esm/src/operations/virtualMachines.d.ts.map +0 -1
- package/dist-esm/src/operations/virtualMachines.js +0 -955
- package/dist-esm/src/operations/virtualMachines.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/virtualMachines.d.ts +0 -155
- package/dist-esm/src/operationsInterfaces/virtualMachines.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/virtualMachines.js.map +0 -1
- package/dist-esm/src/scvmm.d.ts +0 -28
- package/dist-esm/src/scvmm.d.ts.map +0 -1
- package/dist-esm/src/scvmm.js.map +0 -1
- package/dist-esm/test/sampleTest.d.ts +0 -2
- package/dist-esm/test/sampleTest.d.ts.map +0 -1
- package/dist-esm/test/sampleTest.js +0 -38
- package/dist-esm/test/sampleTest.js.map +0 -1
- package/rollup.config.js +0 -122
- package/src/operations/virtualMachines.ts +0 -1327
- package/src/operationsInterfaces/virtualMachines.ts +0 -277
package/src/models/mappers.ts
CHANGED
|
@@ -8,1047 +8,903 @@
|
|
|
8
8
|
|
|
9
9
|
import * as coreClient from "@azure/core-client";
|
|
10
10
|
|
|
11
|
-
export const
|
|
11
|
+
export const VirtualMachineInstanceListResult: coreClient.CompositeMapper = {
|
|
12
12
|
type: {
|
|
13
13
|
name: "Composite",
|
|
14
|
-
className: "
|
|
14
|
+
className: "VirtualMachineInstanceListResult",
|
|
15
15
|
modelProperties: {
|
|
16
|
-
|
|
17
|
-
serializedName: "
|
|
18
|
-
|
|
19
|
-
type: {
|
|
20
|
-
name: "String"
|
|
21
|
-
}
|
|
22
|
-
},
|
|
23
|
-
name: {
|
|
24
|
-
serializedName: "name",
|
|
25
|
-
readOnly: true,
|
|
16
|
+
value: {
|
|
17
|
+
serializedName: "value",
|
|
18
|
+
required: true,
|
|
26
19
|
type: {
|
|
27
|
-
name: "
|
|
28
|
-
|
|
20
|
+
name: "Sequence",
|
|
21
|
+
element: {
|
|
22
|
+
type: {
|
|
23
|
+
name: "Composite",
|
|
24
|
+
className: "VirtualMachineInstance",
|
|
25
|
+
},
|
|
26
|
+
},
|
|
27
|
+
},
|
|
29
28
|
},
|
|
30
|
-
|
|
31
|
-
serializedName: "
|
|
29
|
+
nextLink: {
|
|
30
|
+
serializedName: "nextLink",
|
|
32
31
|
readOnly: true,
|
|
33
32
|
type: {
|
|
34
|
-
name: "String"
|
|
35
|
-
}
|
|
36
|
-
},
|
|
37
|
-
location: {
|
|
38
|
-
serializedName: "location",
|
|
39
|
-
required: true,
|
|
40
|
-
type: {
|
|
41
|
-
name: "String"
|
|
42
|
-
}
|
|
33
|
+
name: "String",
|
|
34
|
+
},
|
|
43
35
|
},
|
|
44
|
-
|
|
45
|
-
|
|
36
|
+
},
|
|
37
|
+
},
|
|
38
|
+
};
|
|
39
|
+
|
|
40
|
+
export const VirtualMachineInstanceProperties: coreClient.CompositeMapper = {
|
|
41
|
+
type: {
|
|
42
|
+
name: "Composite",
|
|
43
|
+
className: "VirtualMachineInstanceProperties",
|
|
44
|
+
modelProperties: {
|
|
45
|
+
availabilitySets: {
|
|
46
|
+
serializedName: "availabilitySets",
|
|
46
47
|
type: {
|
|
47
|
-
name: "
|
|
48
|
-
|
|
49
|
-
|
|
48
|
+
name: "Sequence",
|
|
49
|
+
element: {
|
|
50
|
+
type: {
|
|
51
|
+
name: "Composite",
|
|
52
|
+
className: "AvailabilitySetListItem",
|
|
53
|
+
},
|
|
54
|
+
},
|
|
55
|
+
},
|
|
50
56
|
},
|
|
51
|
-
|
|
52
|
-
serializedName: "
|
|
57
|
+
osProfile: {
|
|
58
|
+
serializedName: "osProfile",
|
|
53
59
|
type: {
|
|
54
60
|
name: "Composite",
|
|
55
|
-
className: "
|
|
56
|
-
}
|
|
61
|
+
className: "OsProfileForVmInstance",
|
|
62
|
+
},
|
|
57
63
|
},
|
|
58
|
-
|
|
59
|
-
serializedName: "
|
|
64
|
+
hardwareProfile: {
|
|
65
|
+
serializedName: "hardwareProfile",
|
|
60
66
|
type: {
|
|
61
67
|
name: "Composite",
|
|
62
|
-
className: "
|
|
63
|
-
}
|
|
68
|
+
className: "HardwareProfile",
|
|
69
|
+
},
|
|
64
70
|
},
|
|
65
|
-
|
|
66
|
-
serializedName: "
|
|
71
|
+
networkProfile: {
|
|
72
|
+
serializedName: "networkProfile",
|
|
67
73
|
type: {
|
|
68
74
|
name: "Composite",
|
|
69
|
-
className: "
|
|
70
|
-
}
|
|
71
|
-
},
|
|
72
|
-
fqdn: {
|
|
73
|
-
constraints: {
|
|
74
|
-
MinLength: 1
|
|
75
|
-
},
|
|
76
|
-
serializedName: "properties.fqdn",
|
|
77
|
-
required: true,
|
|
78
|
-
type: {
|
|
79
|
-
name: "String"
|
|
80
|
-
}
|
|
81
|
-
},
|
|
82
|
-
port: {
|
|
83
|
-
constraints: {
|
|
84
|
-
InclusiveMaximum: 65535,
|
|
85
|
-
InclusiveMinimum: 1
|
|
75
|
+
className: "NetworkProfile",
|
|
86
76
|
},
|
|
87
|
-
serializedName: "properties.port",
|
|
88
|
-
type: {
|
|
89
|
-
name: "Number"
|
|
90
|
-
}
|
|
91
|
-
},
|
|
92
|
-
connectionStatus: {
|
|
93
|
-
serializedName: "properties.connectionStatus",
|
|
94
|
-
readOnly: true,
|
|
95
|
-
type: {
|
|
96
|
-
name: "String"
|
|
97
|
-
}
|
|
98
77
|
},
|
|
99
|
-
|
|
100
|
-
serializedName: "
|
|
101
|
-
readOnly: true,
|
|
78
|
+
storageProfile: {
|
|
79
|
+
serializedName: "storageProfile",
|
|
102
80
|
type: {
|
|
103
|
-
name: "
|
|
104
|
-
|
|
81
|
+
name: "Composite",
|
|
82
|
+
className: "StorageProfile",
|
|
83
|
+
},
|
|
105
84
|
},
|
|
106
|
-
|
|
107
|
-
serializedName: "
|
|
108
|
-
readOnly: true,
|
|
85
|
+
infrastructureProfile: {
|
|
86
|
+
serializedName: "infrastructureProfile",
|
|
109
87
|
type: {
|
|
110
|
-
name: "
|
|
111
|
-
|
|
88
|
+
name: "Composite",
|
|
89
|
+
className: "InfrastructureProfile",
|
|
90
|
+
},
|
|
112
91
|
},
|
|
113
|
-
|
|
114
|
-
serializedName: "
|
|
92
|
+
powerState: {
|
|
93
|
+
serializedName: "powerState",
|
|
115
94
|
readOnly: true,
|
|
116
95
|
type: {
|
|
117
|
-
name: "String"
|
|
118
|
-
}
|
|
96
|
+
name: "String",
|
|
97
|
+
},
|
|
119
98
|
},
|
|
120
99
|
provisioningState: {
|
|
121
|
-
serializedName: "
|
|
100
|
+
serializedName: "provisioningState",
|
|
122
101
|
readOnly: true,
|
|
123
102
|
type: {
|
|
124
|
-
name: "String"
|
|
125
|
-
}
|
|
126
|
-
}
|
|
127
|
-
}
|
|
128
|
-
}
|
|
103
|
+
name: "String",
|
|
104
|
+
},
|
|
105
|
+
},
|
|
106
|
+
},
|
|
107
|
+
},
|
|
129
108
|
};
|
|
130
109
|
|
|
131
|
-
export const
|
|
110
|
+
export const AvailabilitySetListItem: coreClient.CompositeMapper = {
|
|
132
111
|
type: {
|
|
133
112
|
name: "Composite",
|
|
134
|
-
className: "
|
|
113
|
+
className: "AvailabilitySetListItem",
|
|
135
114
|
modelProperties: {
|
|
136
|
-
|
|
137
|
-
serializedName: "
|
|
115
|
+
id: {
|
|
116
|
+
serializedName: "id",
|
|
138
117
|
type: {
|
|
139
|
-
name: "String"
|
|
140
|
-
}
|
|
118
|
+
name: "String",
|
|
119
|
+
},
|
|
141
120
|
},
|
|
142
|
-
|
|
143
|
-
serializedName: "
|
|
121
|
+
name: {
|
|
122
|
+
serializedName: "name",
|
|
144
123
|
type: {
|
|
145
|
-
name: "String"
|
|
146
|
-
}
|
|
147
|
-
}
|
|
148
|
-
}
|
|
149
|
-
}
|
|
124
|
+
name: "String",
|
|
125
|
+
},
|
|
126
|
+
},
|
|
127
|
+
},
|
|
128
|
+
},
|
|
150
129
|
};
|
|
151
130
|
|
|
152
|
-
export const
|
|
131
|
+
export const OsProfileForVmInstance: coreClient.CompositeMapper = {
|
|
153
132
|
type: {
|
|
154
133
|
name: "Composite",
|
|
155
|
-
className: "
|
|
134
|
+
className: "OsProfileForVmInstance",
|
|
156
135
|
modelProperties: {
|
|
157
|
-
|
|
158
|
-
serializedName: "
|
|
136
|
+
adminPassword: {
|
|
137
|
+
serializedName: "adminPassword",
|
|
159
138
|
type: {
|
|
160
|
-
name: "String"
|
|
161
|
-
}
|
|
139
|
+
name: "String",
|
|
140
|
+
},
|
|
162
141
|
},
|
|
163
|
-
|
|
164
|
-
serializedName: "
|
|
142
|
+
computerName: {
|
|
143
|
+
serializedName: "computerName",
|
|
165
144
|
type: {
|
|
166
|
-
name: "String"
|
|
167
|
-
}
|
|
145
|
+
name: "String",
|
|
146
|
+
},
|
|
168
147
|
},
|
|
169
|
-
|
|
170
|
-
serializedName: "
|
|
148
|
+
osType: {
|
|
149
|
+
serializedName: "osType",
|
|
150
|
+
readOnly: true,
|
|
171
151
|
type: {
|
|
172
|
-
name: "
|
|
173
|
-
}
|
|
152
|
+
name: "String",
|
|
153
|
+
},
|
|
174
154
|
},
|
|
175
|
-
|
|
176
|
-
serializedName: "
|
|
155
|
+
osSku: {
|
|
156
|
+
serializedName: "osSku",
|
|
157
|
+
readOnly: true,
|
|
177
158
|
type: {
|
|
178
|
-
name: "String"
|
|
179
|
-
}
|
|
159
|
+
name: "String",
|
|
160
|
+
},
|
|
180
161
|
},
|
|
181
|
-
|
|
182
|
-
serializedName: "
|
|
162
|
+
osVersion: {
|
|
163
|
+
serializedName: "osVersion",
|
|
164
|
+
readOnly: true,
|
|
183
165
|
type: {
|
|
184
|
-
name: "String"
|
|
185
|
-
}
|
|
166
|
+
name: "String",
|
|
167
|
+
},
|
|
186
168
|
},
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
type: {
|
|
190
|
-
name: "DateTime"
|
|
191
|
-
}
|
|
192
|
-
}
|
|
193
|
-
}
|
|
194
|
-
}
|
|
169
|
+
},
|
|
170
|
+
},
|
|
195
171
|
};
|
|
196
172
|
|
|
197
|
-
export const
|
|
173
|
+
export const HardwareProfile: coreClient.CompositeMapper = {
|
|
198
174
|
type: {
|
|
199
175
|
name: "Composite",
|
|
200
|
-
className: "
|
|
176
|
+
className: "HardwareProfile",
|
|
201
177
|
modelProperties: {
|
|
202
|
-
|
|
203
|
-
serializedName: "
|
|
178
|
+
memoryMB: {
|
|
179
|
+
serializedName: "memoryMB",
|
|
204
180
|
type: {
|
|
205
|
-
name: "
|
|
206
|
-
}
|
|
181
|
+
name: "Number",
|
|
182
|
+
},
|
|
207
183
|
},
|
|
208
|
-
|
|
209
|
-
serializedName: "
|
|
184
|
+
cpuCount: {
|
|
185
|
+
serializedName: "cpuCount",
|
|
210
186
|
type: {
|
|
211
|
-
name: "
|
|
212
|
-
}
|
|
213
|
-
}
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
};
|
|
217
|
-
|
|
218
|
-
export const ErrorResponse: coreClient.CompositeMapper = {
|
|
219
|
-
type: {
|
|
220
|
-
name: "Composite",
|
|
221
|
-
className: "ErrorResponse",
|
|
222
|
-
modelProperties: {
|
|
223
|
-
error: {
|
|
224
|
-
serializedName: "error",
|
|
187
|
+
name: "Number",
|
|
188
|
+
},
|
|
189
|
+
},
|
|
190
|
+
limitCpuForMigration: {
|
|
191
|
+
serializedName: "limitCpuForMigration",
|
|
225
192
|
type: {
|
|
226
|
-
name: "
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
}
|
|
232
|
-
};
|
|
233
|
-
|
|
234
|
-
export const ErrorDefinition: coreClient.CompositeMapper = {
|
|
235
|
-
type: {
|
|
236
|
-
name: "Composite",
|
|
237
|
-
className: "ErrorDefinition",
|
|
238
|
-
modelProperties: {
|
|
239
|
-
code: {
|
|
240
|
-
serializedName: "code",
|
|
241
|
-
readOnly: true,
|
|
193
|
+
name: "String",
|
|
194
|
+
},
|
|
195
|
+
},
|
|
196
|
+
dynamicMemoryEnabled: {
|
|
197
|
+
serializedName: "dynamicMemoryEnabled",
|
|
242
198
|
type: {
|
|
243
|
-
name: "String"
|
|
244
|
-
}
|
|
199
|
+
name: "String",
|
|
200
|
+
},
|
|
245
201
|
},
|
|
246
|
-
|
|
247
|
-
serializedName: "
|
|
248
|
-
readOnly: true,
|
|
202
|
+
dynamicMemoryMaxMB: {
|
|
203
|
+
serializedName: "dynamicMemoryMaxMB",
|
|
249
204
|
type: {
|
|
250
|
-
name: "
|
|
251
|
-
}
|
|
205
|
+
name: "Number",
|
|
206
|
+
},
|
|
252
207
|
},
|
|
253
|
-
|
|
254
|
-
serializedName: "
|
|
255
|
-
readOnly: true,
|
|
208
|
+
dynamicMemoryMinMB: {
|
|
209
|
+
serializedName: "dynamicMemoryMinMB",
|
|
256
210
|
type: {
|
|
257
|
-
name: "
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
}
|
|
264
|
-
}
|
|
265
|
-
}
|
|
266
|
-
}
|
|
267
|
-
}
|
|
268
|
-
};
|
|
269
|
-
|
|
270
|
-
export const ResourcePatch: coreClient.CompositeMapper = {
|
|
271
|
-
type: {
|
|
272
|
-
name: "Composite",
|
|
273
|
-
className: "ResourcePatch",
|
|
274
|
-
modelProperties: {
|
|
275
|
-
tags: {
|
|
276
|
-
serializedName: "tags",
|
|
211
|
+
name: "Number",
|
|
212
|
+
},
|
|
213
|
+
},
|
|
214
|
+
isHighlyAvailable: {
|
|
215
|
+
serializedName: "isHighlyAvailable",
|
|
216
|
+
readOnly: true,
|
|
277
217
|
type: {
|
|
278
|
-
name: "
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
}
|
|
218
|
+
name: "String",
|
|
219
|
+
},
|
|
220
|
+
},
|
|
221
|
+
},
|
|
222
|
+
},
|
|
284
223
|
};
|
|
285
224
|
|
|
286
|
-
export const
|
|
225
|
+
export const NetworkProfile: coreClient.CompositeMapper = {
|
|
287
226
|
type: {
|
|
288
227
|
name: "Composite",
|
|
289
|
-
className: "
|
|
228
|
+
className: "NetworkProfile",
|
|
290
229
|
modelProperties: {
|
|
291
|
-
|
|
292
|
-
serializedName: "
|
|
230
|
+
networkInterfaces: {
|
|
231
|
+
serializedName: "networkInterfaces",
|
|
293
232
|
type: {
|
|
294
233
|
name: "Sequence",
|
|
295
234
|
element: {
|
|
296
235
|
type: {
|
|
297
236
|
name: "Composite",
|
|
298
|
-
className: "
|
|
299
|
-
}
|
|
300
|
-
}
|
|
301
|
-
}
|
|
237
|
+
className: "NetworkInterface",
|
|
238
|
+
},
|
|
239
|
+
},
|
|
240
|
+
},
|
|
302
241
|
},
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
type: {
|
|
306
|
-
name: "String"
|
|
307
|
-
}
|
|
308
|
-
}
|
|
309
|
-
}
|
|
310
|
-
}
|
|
242
|
+
},
|
|
243
|
+
},
|
|
311
244
|
};
|
|
312
245
|
|
|
313
|
-
export const
|
|
246
|
+
export const NetworkInterface: coreClient.CompositeMapper = {
|
|
314
247
|
type: {
|
|
315
248
|
name: "Composite",
|
|
316
|
-
className: "
|
|
249
|
+
className: "NetworkInterface",
|
|
317
250
|
modelProperties: {
|
|
318
|
-
|
|
319
|
-
serializedName: "
|
|
251
|
+
name: {
|
|
252
|
+
serializedName: "name",
|
|
253
|
+
type: {
|
|
254
|
+
name: "String",
|
|
255
|
+
},
|
|
256
|
+
},
|
|
257
|
+
displayName: {
|
|
258
|
+
serializedName: "displayName",
|
|
259
|
+
readOnly: true,
|
|
260
|
+
type: {
|
|
261
|
+
name: "String",
|
|
262
|
+
},
|
|
263
|
+
},
|
|
264
|
+
ipv4Addresses: {
|
|
265
|
+
serializedName: "ipv4Addresses",
|
|
266
|
+
readOnly: true,
|
|
320
267
|
type: {
|
|
321
268
|
name: "Sequence",
|
|
322
269
|
element: {
|
|
323
270
|
type: {
|
|
324
|
-
name: "
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
}
|
|
271
|
+
name: "String",
|
|
272
|
+
},
|
|
273
|
+
},
|
|
274
|
+
},
|
|
329
275
|
},
|
|
330
|
-
|
|
331
|
-
serializedName: "
|
|
276
|
+
ipv6Addresses: {
|
|
277
|
+
serializedName: "ipv6Addresses",
|
|
278
|
+
readOnly: true,
|
|
332
279
|
type: {
|
|
333
|
-
name: "
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
}
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
className: "ResourceProviderOperation",
|
|
344
|
-
modelProperties: {
|
|
345
|
-
isDataAction: {
|
|
346
|
-
serializedName: "isDataAction",
|
|
280
|
+
name: "Sequence",
|
|
281
|
+
element: {
|
|
282
|
+
type: {
|
|
283
|
+
name: "String",
|
|
284
|
+
},
|
|
285
|
+
},
|
|
286
|
+
},
|
|
287
|
+
},
|
|
288
|
+
macAddress: {
|
|
289
|
+
serializedName: "macAddress",
|
|
347
290
|
type: {
|
|
348
|
-
name: "String"
|
|
349
|
-
}
|
|
291
|
+
name: "String",
|
|
292
|
+
},
|
|
350
293
|
},
|
|
351
|
-
|
|
352
|
-
serializedName: "
|
|
294
|
+
virtualNetworkId: {
|
|
295
|
+
serializedName: "virtualNetworkId",
|
|
353
296
|
type: {
|
|
354
|
-
name: "String"
|
|
355
|
-
}
|
|
297
|
+
name: "String",
|
|
298
|
+
},
|
|
356
299
|
},
|
|
357
|
-
|
|
358
|
-
serializedName: "
|
|
300
|
+
networkName: {
|
|
301
|
+
serializedName: "networkName",
|
|
302
|
+
readOnly: true,
|
|
359
303
|
type: {
|
|
360
|
-
name: "
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
}
|
|
366
|
-
};
|
|
367
|
-
|
|
368
|
-
export const ResourceProviderOperationDisplay: coreClient.CompositeMapper = {
|
|
369
|
-
type: {
|
|
370
|
-
name: "Composite",
|
|
371
|
-
className: "ResourceProviderOperationDisplay",
|
|
372
|
-
modelProperties: {
|
|
373
|
-
provider: {
|
|
374
|
-
serializedName: "provider",
|
|
304
|
+
name: "String",
|
|
305
|
+
},
|
|
306
|
+
},
|
|
307
|
+
ipv4AddressType: {
|
|
308
|
+
serializedName: "ipv4AddressType",
|
|
375
309
|
type: {
|
|
376
|
-
name: "String"
|
|
377
|
-
}
|
|
310
|
+
name: "String",
|
|
311
|
+
},
|
|
378
312
|
},
|
|
379
|
-
|
|
380
|
-
serializedName: "
|
|
313
|
+
ipv6AddressType: {
|
|
314
|
+
serializedName: "ipv6AddressType",
|
|
381
315
|
type: {
|
|
382
|
-
name: "String"
|
|
383
|
-
}
|
|
316
|
+
name: "String",
|
|
317
|
+
},
|
|
384
318
|
},
|
|
385
|
-
|
|
386
|
-
serializedName: "
|
|
319
|
+
macAddressType: {
|
|
320
|
+
serializedName: "macAddressType",
|
|
387
321
|
type: {
|
|
388
|
-
name: "String"
|
|
389
|
-
}
|
|
322
|
+
name: "String",
|
|
323
|
+
},
|
|
390
324
|
},
|
|
391
|
-
|
|
392
|
-
serializedName: "
|
|
325
|
+
nicId: {
|
|
326
|
+
serializedName: "nicId",
|
|
393
327
|
type: {
|
|
394
|
-
name: "String"
|
|
395
|
-
}
|
|
396
|
-
}
|
|
397
|
-
}
|
|
398
|
-
}
|
|
328
|
+
name: "String",
|
|
329
|
+
},
|
|
330
|
+
},
|
|
331
|
+
},
|
|
332
|
+
},
|
|
399
333
|
};
|
|
400
334
|
|
|
401
|
-
export const
|
|
335
|
+
export const StorageProfile: coreClient.CompositeMapper = {
|
|
402
336
|
type: {
|
|
403
337
|
name: "Composite",
|
|
404
|
-
className: "
|
|
338
|
+
className: "StorageProfile",
|
|
405
339
|
modelProperties: {
|
|
406
|
-
|
|
407
|
-
serializedName: "
|
|
408
|
-
readOnly: true,
|
|
340
|
+
disks: {
|
|
341
|
+
serializedName: "disks",
|
|
409
342
|
type: {
|
|
410
|
-
name: "
|
|
411
|
-
|
|
343
|
+
name: "Sequence",
|
|
344
|
+
element: {
|
|
345
|
+
type: {
|
|
346
|
+
name: "Composite",
|
|
347
|
+
className: "VirtualDisk",
|
|
348
|
+
},
|
|
349
|
+
},
|
|
350
|
+
},
|
|
412
351
|
},
|
|
352
|
+
},
|
|
353
|
+
},
|
|
354
|
+
};
|
|
355
|
+
|
|
356
|
+
export const VirtualDisk: coreClient.CompositeMapper = {
|
|
357
|
+
type: {
|
|
358
|
+
name: "Composite",
|
|
359
|
+
className: "VirtualDisk",
|
|
360
|
+
modelProperties: {
|
|
413
361
|
name: {
|
|
414
362
|
serializedName: "name",
|
|
415
|
-
readOnly: true,
|
|
416
363
|
type: {
|
|
417
|
-
name: "String"
|
|
418
|
-
}
|
|
364
|
+
name: "String",
|
|
365
|
+
},
|
|
419
366
|
},
|
|
420
|
-
|
|
421
|
-
serializedName: "
|
|
367
|
+
displayName: {
|
|
368
|
+
serializedName: "displayName",
|
|
422
369
|
readOnly: true,
|
|
423
370
|
type: {
|
|
424
|
-
name: "String"
|
|
425
|
-
}
|
|
371
|
+
name: "String",
|
|
372
|
+
},
|
|
426
373
|
},
|
|
427
|
-
|
|
428
|
-
serializedName: "
|
|
429
|
-
required: true,
|
|
374
|
+
diskId: {
|
|
375
|
+
serializedName: "diskId",
|
|
430
376
|
type: {
|
|
431
|
-
name: "String"
|
|
432
|
-
}
|
|
377
|
+
name: "String",
|
|
378
|
+
},
|
|
433
379
|
},
|
|
434
|
-
|
|
435
|
-
serializedName: "
|
|
380
|
+
diskSizeGB: {
|
|
381
|
+
serializedName: "diskSizeGB",
|
|
436
382
|
type: {
|
|
437
|
-
name: "
|
|
438
|
-
|
|
439
|
-
}
|
|
383
|
+
name: "Number",
|
|
384
|
+
},
|
|
440
385
|
},
|
|
441
|
-
|
|
442
|
-
serializedName: "
|
|
386
|
+
maxDiskSizeGB: {
|
|
387
|
+
serializedName: "maxDiskSizeGB",
|
|
388
|
+
readOnly: true,
|
|
443
389
|
type: {
|
|
444
|
-
name: "
|
|
445
|
-
|
|
446
|
-
}
|
|
390
|
+
name: "Number",
|
|
391
|
+
},
|
|
447
392
|
},
|
|
448
|
-
|
|
449
|
-
serializedName: "
|
|
393
|
+
bus: {
|
|
394
|
+
serializedName: "bus",
|
|
450
395
|
type: {
|
|
451
|
-
name: "
|
|
452
|
-
|
|
453
|
-
}
|
|
396
|
+
name: "Number",
|
|
397
|
+
},
|
|
454
398
|
},
|
|
455
|
-
|
|
456
|
-
serializedName: "
|
|
399
|
+
lun: {
|
|
400
|
+
serializedName: "lun",
|
|
457
401
|
type: {
|
|
458
|
-
name: "
|
|
459
|
-
}
|
|
402
|
+
name: "Number",
|
|
403
|
+
},
|
|
460
404
|
},
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
405
|
+
busType: {
|
|
406
|
+
serializedName: "busType",
|
|
407
|
+
type: {
|
|
408
|
+
name: "String",
|
|
464
409
|
},
|
|
465
|
-
|
|
410
|
+
},
|
|
411
|
+
vhdType: {
|
|
412
|
+
serializedName: "vhdType",
|
|
466
413
|
type: {
|
|
467
|
-
name: "String"
|
|
468
|
-
}
|
|
414
|
+
name: "String",
|
|
415
|
+
},
|
|
469
416
|
},
|
|
470
|
-
|
|
471
|
-
serializedName: "
|
|
417
|
+
volumeType: {
|
|
418
|
+
serializedName: "volumeType",
|
|
419
|
+
readOnly: true,
|
|
472
420
|
type: {
|
|
473
|
-
name: "String"
|
|
474
|
-
}
|
|
421
|
+
name: "String",
|
|
422
|
+
},
|
|
475
423
|
},
|
|
476
|
-
|
|
477
|
-
serializedName: "
|
|
424
|
+
vhdFormatType: {
|
|
425
|
+
serializedName: "vhdFormatType",
|
|
478
426
|
readOnly: true,
|
|
479
427
|
type: {
|
|
480
|
-
name: "String"
|
|
481
|
-
}
|
|
428
|
+
name: "String",
|
|
429
|
+
},
|
|
482
430
|
},
|
|
483
|
-
|
|
484
|
-
serializedName: "
|
|
431
|
+
templateDiskId: {
|
|
432
|
+
serializedName: "templateDiskId",
|
|
485
433
|
type: {
|
|
486
|
-
name: "
|
|
487
|
-
|
|
488
|
-
}
|
|
434
|
+
name: "String",
|
|
435
|
+
},
|
|
489
436
|
},
|
|
490
|
-
|
|
491
|
-
serializedName: "
|
|
492
|
-
readOnly: true,
|
|
437
|
+
storageQosPolicy: {
|
|
438
|
+
serializedName: "storageQoSPolicy",
|
|
493
439
|
type: {
|
|
494
|
-
name: "
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
name: "Composite",
|
|
498
|
-
className: "StorageQoSPolicy"
|
|
499
|
-
}
|
|
500
|
-
}
|
|
501
|
-
}
|
|
440
|
+
name: "Composite",
|
|
441
|
+
className: "StorageQosPolicyDetails",
|
|
442
|
+
},
|
|
502
443
|
},
|
|
503
|
-
|
|
504
|
-
serializedName: "
|
|
505
|
-
readOnly: true,
|
|
444
|
+
createDiffDisk: {
|
|
445
|
+
serializedName: "createDiffDisk",
|
|
506
446
|
type: {
|
|
507
|
-
name: "String"
|
|
508
|
-
}
|
|
509
|
-
}
|
|
510
|
-
}
|
|
511
|
-
}
|
|
447
|
+
name: "String",
|
|
448
|
+
},
|
|
449
|
+
},
|
|
450
|
+
},
|
|
451
|
+
},
|
|
512
452
|
};
|
|
513
453
|
|
|
514
|
-
export const
|
|
454
|
+
export const StorageQosPolicyDetails: coreClient.CompositeMapper = {
|
|
515
455
|
type: {
|
|
516
456
|
name: "Composite",
|
|
517
|
-
className: "
|
|
457
|
+
className: "StorageQosPolicyDetails",
|
|
518
458
|
modelProperties: {
|
|
519
|
-
|
|
520
|
-
serializedName: "
|
|
459
|
+
name: {
|
|
460
|
+
serializedName: "name",
|
|
521
461
|
type: {
|
|
522
|
-
name: "
|
|
523
|
-
}
|
|
462
|
+
name: "String",
|
|
463
|
+
},
|
|
524
464
|
},
|
|
525
|
-
|
|
526
|
-
serializedName: "
|
|
465
|
+
id: {
|
|
466
|
+
serializedName: "id",
|
|
527
467
|
type: {
|
|
528
|
-
name: "
|
|
529
|
-
}
|
|
468
|
+
name: "String",
|
|
469
|
+
},
|
|
530
470
|
},
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
type: {
|
|
534
|
-
name: "Number"
|
|
535
|
-
}
|
|
536
|
-
}
|
|
537
|
-
}
|
|
538
|
-
}
|
|
471
|
+
},
|
|
472
|
+
},
|
|
539
473
|
};
|
|
540
474
|
|
|
541
|
-
export const
|
|
475
|
+
export const InfrastructureProfile: coreClient.CompositeMapper = {
|
|
542
476
|
type: {
|
|
543
477
|
name: "Composite",
|
|
544
|
-
className: "
|
|
478
|
+
className: "InfrastructureProfile",
|
|
545
479
|
modelProperties: {
|
|
546
|
-
|
|
547
|
-
serializedName: "
|
|
480
|
+
inventoryItemId: {
|
|
481
|
+
serializedName: "inventoryItemId",
|
|
548
482
|
type: {
|
|
549
|
-
name: "String"
|
|
550
|
-
}
|
|
483
|
+
name: "String",
|
|
484
|
+
},
|
|
551
485
|
},
|
|
552
|
-
|
|
553
|
-
serializedName: "
|
|
486
|
+
vmmServerId: {
|
|
487
|
+
serializedName: "vmmServerId",
|
|
554
488
|
type: {
|
|
555
|
-
name: "String"
|
|
556
|
-
}
|
|
489
|
+
name: "String",
|
|
490
|
+
},
|
|
557
491
|
},
|
|
558
|
-
|
|
559
|
-
serializedName: "
|
|
492
|
+
cloudId: {
|
|
493
|
+
serializedName: "cloudId",
|
|
494
|
+
type: {
|
|
495
|
+
name: "String",
|
|
496
|
+
},
|
|
497
|
+
},
|
|
498
|
+
templateId: {
|
|
499
|
+
serializedName: "templateId",
|
|
560
500
|
type: {
|
|
561
|
-
name: "
|
|
562
|
-
}
|
|
501
|
+
name: "String",
|
|
502
|
+
},
|
|
563
503
|
},
|
|
564
|
-
|
|
565
|
-
|
|
504
|
+
vmName: {
|
|
505
|
+
constraints: {
|
|
506
|
+
MinLength: 1,
|
|
507
|
+
},
|
|
508
|
+
serializedName: "vmName",
|
|
566
509
|
type: {
|
|
567
|
-
name: "
|
|
568
|
-
}
|
|
510
|
+
name: "String",
|
|
511
|
+
},
|
|
569
512
|
},
|
|
570
|
-
|
|
571
|
-
serializedName: "
|
|
513
|
+
uuid: {
|
|
514
|
+
serializedName: "uuid",
|
|
572
515
|
type: {
|
|
573
|
-
name: "
|
|
574
|
-
}
|
|
516
|
+
name: "String",
|
|
517
|
+
},
|
|
575
518
|
},
|
|
576
|
-
|
|
577
|
-
serializedName: "
|
|
519
|
+
lastRestoredVmCheckpoint: {
|
|
520
|
+
serializedName: "lastRestoredVMCheckpoint",
|
|
521
|
+
type: {
|
|
522
|
+
name: "Composite",
|
|
523
|
+
className: "Checkpoint",
|
|
524
|
+
},
|
|
525
|
+
},
|
|
526
|
+
checkpoints: {
|
|
527
|
+
serializedName: "checkpoints",
|
|
528
|
+
readOnly: true,
|
|
529
|
+
type: {
|
|
530
|
+
name: "Sequence",
|
|
531
|
+
element: {
|
|
532
|
+
type: {
|
|
533
|
+
name: "Composite",
|
|
534
|
+
className: "Checkpoint",
|
|
535
|
+
},
|
|
536
|
+
},
|
|
537
|
+
},
|
|
538
|
+
},
|
|
539
|
+
checkpointType: {
|
|
540
|
+
serializedName: "checkpointType",
|
|
541
|
+
type: {
|
|
542
|
+
name: "String",
|
|
543
|
+
},
|
|
544
|
+
},
|
|
545
|
+
generation: {
|
|
546
|
+
serializedName: "generation",
|
|
547
|
+
type: {
|
|
548
|
+
name: "Number",
|
|
549
|
+
},
|
|
550
|
+
},
|
|
551
|
+
biosGuid: {
|
|
552
|
+
serializedName: "biosGuid",
|
|
578
553
|
type: {
|
|
579
|
-
name: "String"
|
|
580
|
-
}
|
|
581
|
-
}
|
|
582
|
-
}
|
|
583
|
-
}
|
|
554
|
+
name: "String",
|
|
555
|
+
},
|
|
556
|
+
},
|
|
557
|
+
},
|
|
558
|
+
},
|
|
584
559
|
};
|
|
585
560
|
|
|
586
|
-
export const
|
|
561
|
+
export const Checkpoint: coreClient.CompositeMapper = {
|
|
587
562
|
type: {
|
|
588
563
|
name: "Composite",
|
|
589
|
-
className: "
|
|
564
|
+
className: "Checkpoint",
|
|
590
565
|
modelProperties: {
|
|
591
|
-
|
|
592
|
-
serializedName: "
|
|
566
|
+
parentCheckpointId: {
|
|
567
|
+
serializedName: "parentCheckpointID",
|
|
593
568
|
type: {
|
|
594
|
-
name: "
|
|
595
|
-
|
|
596
|
-
type: {
|
|
597
|
-
name: "Composite",
|
|
598
|
-
className: "Cloud"
|
|
599
|
-
}
|
|
600
|
-
}
|
|
601
|
-
}
|
|
569
|
+
name: "String",
|
|
570
|
+
},
|
|
602
571
|
},
|
|
603
|
-
|
|
604
|
-
serializedName: "
|
|
572
|
+
checkpointId: {
|
|
573
|
+
serializedName: "checkpointID",
|
|
574
|
+
type: {
|
|
575
|
+
name: "String",
|
|
576
|
+
},
|
|
577
|
+
},
|
|
578
|
+
name: {
|
|
579
|
+
serializedName: "name",
|
|
580
|
+
type: {
|
|
581
|
+
name: "String",
|
|
582
|
+
},
|
|
583
|
+
},
|
|
584
|
+
description: {
|
|
585
|
+
serializedName: "description",
|
|
605
586
|
type: {
|
|
606
|
-
name: "String"
|
|
607
|
-
}
|
|
608
|
-
}
|
|
609
|
-
}
|
|
610
|
-
}
|
|
587
|
+
name: "String",
|
|
588
|
+
},
|
|
589
|
+
},
|
|
590
|
+
},
|
|
591
|
+
},
|
|
611
592
|
};
|
|
612
593
|
|
|
613
|
-
export const
|
|
594
|
+
export const ExtendedLocation: coreClient.CompositeMapper = {
|
|
614
595
|
type: {
|
|
615
596
|
name: "Composite",
|
|
616
|
-
className: "
|
|
597
|
+
className: "ExtendedLocation",
|
|
598
|
+
modelProperties: {
|
|
599
|
+
type: {
|
|
600
|
+
serializedName: "type",
|
|
601
|
+
type: {
|
|
602
|
+
name: "String",
|
|
603
|
+
},
|
|
604
|
+
},
|
|
605
|
+
name: {
|
|
606
|
+
serializedName: "name",
|
|
607
|
+
type: {
|
|
608
|
+
name: "String",
|
|
609
|
+
},
|
|
610
|
+
},
|
|
611
|
+
},
|
|
612
|
+
},
|
|
613
|
+
};
|
|
614
|
+
|
|
615
|
+
export const Resource: coreClient.CompositeMapper = {
|
|
616
|
+
type: {
|
|
617
|
+
name: "Composite",
|
|
618
|
+
className: "Resource",
|
|
617
619
|
modelProperties: {
|
|
618
620
|
id: {
|
|
619
621
|
serializedName: "id",
|
|
620
622
|
readOnly: true,
|
|
621
623
|
type: {
|
|
622
|
-
name: "String"
|
|
623
|
-
}
|
|
624
|
+
name: "String",
|
|
625
|
+
},
|
|
624
626
|
},
|
|
625
627
|
name: {
|
|
626
628
|
serializedName: "name",
|
|
627
629
|
readOnly: true,
|
|
628
630
|
type: {
|
|
629
|
-
name: "String"
|
|
630
|
-
}
|
|
631
|
+
name: "String",
|
|
632
|
+
},
|
|
631
633
|
},
|
|
632
634
|
type: {
|
|
633
635
|
serializedName: "type",
|
|
634
636
|
readOnly: true,
|
|
635
637
|
type: {
|
|
636
|
-
name: "String"
|
|
637
|
-
}
|
|
638
|
-
},
|
|
639
|
-
location: {
|
|
640
|
-
serializedName: "location",
|
|
641
|
-
required: true,
|
|
642
|
-
type: {
|
|
643
|
-
name: "String"
|
|
644
|
-
}
|
|
645
|
-
},
|
|
646
|
-
tags: {
|
|
647
|
-
serializedName: "tags",
|
|
648
|
-
type: {
|
|
649
|
-
name: "Dictionary",
|
|
650
|
-
value: { type: { name: "String" } }
|
|
651
|
-
}
|
|
638
|
+
name: "String",
|
|
639
|
+
},
|
|
652
640
|
},
|
|
653
641
|
systemData: {
|
|
654
642
|
serializedName: "systemData",
|
|
655
643
|
type: {
|
|
656
644
|
name: "Composite",
|
|
657
|
-
className: "SystemData"
|
|
658
|
-
}
|
|
645
|
+
className: "SystemData",
|
|
646
|
+
},
|
|
659
647
|
},
|
|
660
|
-
|
|
661
|
-
|
|
648
|
+
},
|
|
649
|
+
},
|
|
650
|
+
};
|
|
651
|
+
|
|
652
|
+
export const SystemData: coreClient.CompositeMapper = {
|
|
653
|
+
type: {
|
|
654
|
+
name: "Composite",
|
|
655
|
+
className: "SystemData",
|
|
656
|
+
modelProperties: {
|
|
657
|
+
createdBy: {
|
|
658
|
+
serializedName: "createdBy",
|
|
662
659
|
type: {
|
|
663
|
-
name: "
|
|
664
|
-
|
|
665
|
-
}
|
|
660
|
+
name: "String",
|
|
661
|
+
},
|
|
666
662
|
},
|
|
667
|
-
|
|
668
|
-
serializedName: "
|
|
663
|
+
createdByType: {
|
|
664
|
+
serializedName: "createdByType",
|
|
669
665
|
type: {
|
|
670
|
-
name: "String"
|
|
671
|
-
}
|
|
672
|
-
},
|
|
673
|
-
uuid: {
|
|
674
|
-
constraints: {
|
|
675
|
-
MinLength: 1
|
|
666
|
+
name: "String",
|
|
676
667
|
},
|
|
677
|
-
|
|
668
|
+
},
|
|
669
|
+
createdAt: {
|
|
670
|
+
serializedName: "createdAt",
|
|
678
671
|
type: {
|
|
679
|
-
name: "
|
|
680
|
-
}
|
|
672
|
+
name: "DateTime",
|
|
673
|
+
},
|
|
681
674
|
},
|
|
682
|
-
|
|
683
|
-
serializedName: "
|
|
675
|
+
lastModifiedBy: {
|
|
676
|
+
serializedName: "lastModifiedBy",
|
|
684
677
|
type: {
|
|
685
|
-
name: "String"
|
|
686
|
-
}
|
|
678
|
+
name: "String",
|
|
679
|
+
},
|
|
687
680
|
},
|
|
688
|
-
|
|
689
|
-
serializedName: "
|
|
690
|
-
readOnly: true,
|
|
681
|
+
lastModifiedByType: {
|
|
682
|
+
serializedName: "lastModifiedByType",
|
|
691
683
|
type: {
|
|
692
|
-
name: "String"
|
|
693
|
-
}
|
|
684
|
+
name: "String",
|
|
685
|
+
},
|
|
694
686
|
},
|
|
695
|
-
|
|
696
|
-
serializedName: "
|
|
697
|
-
readOnly: true,
|
|
687
|
+
lastModifiedAt: {
|
|
688
|
+
serializedName: "lastModifiedAt",
|
|
698
689
|
type: {
|
|
699
|
-
name: "
|
|
700
|
-
}
|
|
701
|
-
}
|
|
702
|
-
}
|
|
703
|
-
}
|
|
690
|
+
name: "DateTime",
|
|
691
|
+
},
|
|
692
|
+
},
|
|
693
|
+
},
|
|
694
|
+
},
|
|
704
695
|
};
|
|
705
696
|
|
|
706
|
-
export const
|
|
697
|
+
export const ErrorResponse: coreClient.CompositeMapper = {
|
|
707
698
|
type: {
|
|
708
699
|
name: "Composite",
|
|
709
|
-
className: "
|
|
700
|
+
className: "ErrorResponse",
|
|
710
701
|
modelProperties: {
|
|
711
|
-
|
|
712
|
-
serializedName: "
|
|
702
|
+
error: {
|
|
703
|
+
serializedName: "error",
|
|
713
704
|
type: {
|
|
714
|
-
name: "
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
name: "Composite",
|
|
718
|
-
className: "VirtualNetwork"
|
|
719
|
-
}
|
|
720
|
-
}
|
|
721
|
-
}
|
|
705
|
+
name: "Composite",
|
|
706
|
+
className: "ErrorDetail",
|
|
707
|
+
},
|
|
722
708
|
},
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
type: {
|
|
726
|
-
name: "String"
|
|
727
|
-
}
|
|
728
|
-
}
|
|
729
|
-
}
|
|
730
|
-
}
|
|
709
|
+
},
|
|
710
|
+
},
|
|
731
711
|
};
|
|
732
712
|
|
|
733
|
-
export const
|
|
713
|
+
export const ErrorDetail: coreClient.CompositeMapper = {
|
|
734
714
|
type: {
|
|
735
715
|
name: "Composite",
|
|
736
|
-
className: "
|
|
716
|
+
className: "ErrorDetail",
|
|
737
717
|
modelProperties: {
|
|
738
|
-
|
|
739
|
-
serializedName: "
|
|
718
|
+
code: {
|
|
719
|
+
serializedName: "code",
|
|
740
720
|
readOnly: true,
|
|
741
721
|
type: {
|
|
742
|
-
name: "String"
|
|
743
|
-
}
|
|
722
|
+
name: "String",
|
|
723
|
+
},
|
|
744
724
|
},
|
|
745
|
-
|
|
746
|
-
serializedName: "
|
|
725
|
+
message: {
|
|
726
|
+
serializedName: "message",
|
|
747
727
|
readOnly: true,
|
|
748
728
|
type: {
|
|
749
|
-
name: "String"
|
|
750
|
-
}
|
|
729
|
+
name: "String",
|
|
730
|
+
},
|
|
751
731
|
},
|
|
752
|
-
|
|
753
|
-
serializedName: "
|
|
732
|
+
target: {
|
|
733
|
+
serializedName: "target",
|
|
754
734
|
readOnly: true,
|
|
755
735
|
type: {
|
|
756
|
-
name: "String"
|
|
757
|
-
}
|
|
758
|
-
},
|
|
759
|
-
location: {
|
|
760
|
-
serializedName: "location",
|
|
761
|
-
required: true,
|
|
762
|
-
type: {
|
|
763
|
-
name: "String"
|
|
764
|
-
}
|
|
765
|
-
},
|
|
766
|
-
tags: {
|
|
767
|
-
serializedName: "tags",
|
|
768
|
-
type: {
|
|
769
|
-
name: "Dictionary",
|
|
770
|
-
value: { type: { name: "String" } }
|
|
771
|
-
}
|
|
772
|
-
},
|
|
773
|
-
systemData: {
|
|
774
|
-
serializedName: "systemData",
|
|
775
|
-
type: {
|
|
776
|
-
name: "Composite",
|
|
777
|
-
className: "SystemData"
|
|
778
|
-
}
|
|
779
|
-
},
|
|
780
|
-
extendedLocation: {
|
|
781
|
-
serializedName: "extendedLocation",
|
|
782
|
-
type: {
|
|
783
|
-
name: "Composite",
|
|
784
|
-
className: "ExtendedLocation"
|
|
785
|
-
}
|
|
786
|
-
},
|
|
787
|
-
inventoryItemId: {
|
|
788
|
-
serializedName: "properties.inventoryItemId",
|
|
789
|
-
type: {
|
|
790
|
-
name: "String"
|
|
791
|
-
}
|
|
792
|
-
},
|
|
793
|
-
vmmServerId: {
|
|
794
|
-
serializedName: "properties.vmmServerId",
|
|
795
|
-
type: {
|
|
796
|
-
name: "String"
|
|
797
|
-
}
|
|
798
|
-
},
|
|
799
|
-
cloudId: {
|
|
800
|
-
serializedName: "properties.cloudId",
|
|
801
|
-
type: {
|
|
802
|
-
name: "String"
|
|
803
|
-
}
|
|
804
|
-
},
|
|
805
|
-
templateId: {
|
|
806
|
-
serializedName: "properties.templateId",
|
|
807
|
-
type: {
|
|
808
|
-
name: "String"
|
|
809
|
-
}
|
|
810
|
-
},
|
|
811
|
-
checkpointType: {
|
|
812
|
-
serializedName: "properties.checkpointType",
|
|
813
|
-
type: {
|
|
814
|
-
name: "String"
|
|
815
|
-
}
|
|
736
|
+
name: "String",
|
|
737
|
+
},
|
|
816
738
|
},
|
|
817
|
-
|
|
818
|
-
serializedName: "
|
|
739
|
+
details: {
|
|
740
|
+
serializedName: "details",
|
|
741
|
+
readOnly: true,
|
|
819
742
|
type: {
|
|
820
743
|
name: "Sequence",
|
|
821
744
|
element: {
|
|
822
745
|
type: {
|
|
823
746
|
name: "Composite",
|
|
824
|
-
className: "
|
|
825
|
-
}
|
|
826
|
-
}
|
|
827
|
-
}
|
|
747
|
+
className: "ErrorDetail",
|
|
748
|
+
},
|
|
749
|
+
},
|
|
750
|
+
},
|
|
828
751
|
},
|
|
829
|
-
|
|
830
|
-
serializedName: "
|
|
752
|
+
additionalInfo: {
|
|
753
|
+
serializedName: "additionalInfo",
|
|
754
|
+
readOnly: true,
|
|
831
755
|
type: {
|
|
832
756
|
name: "Sequence",
|
|
833
757
|
element: {
|
|
834
758
|
type: {
|
|
835
759
|
name: "Composite",
|
|
836
|
-
className: "
|
|
837
|
-
}
|
|
838
|
-
}
|
|
839
|
-
}
|
|
840
|
-
},
|
|
841
|
-
osProfile: {
|
|
842
|
-
serializedName: "properties.osProfile",
|
|
843
|
-
type: {
|
|
844
|
-
name: "Composite",
|
|
845
|
-
className: "OsProfile"
|
|
846
|
-
}
|
|
847
|
-
},
|
|
848
|
-
hardwareProfile: {
|
|
849
|
-
serializedName: "properties.hardwareProfile",
|
|
850
|
-
type: {
|
|
851
|
-
name: "Composite",
|
|
852
|
-
className: "HardwareProfile"
|
|
853
|
-
}
|
|
854
|
-
},
|
|
855
|
-
networkProfile: {
|
|
856
|
-
serializedName: "properties.networkProfile",
|
|
857
|
-
type: {
|
|
858
|
-
name: "Composite",
|
|
859
|
-
className: "NetworkProfile"
|
|
860
|
-
}
|
|
861
|
-
},
|
|
862
|
-
storageProfile: {
|
|
863
|
-
serializedName: "properties.storageProfile",
|
|
864
|
-
type: {
|
|
865
|
-
name: "Composite",
|
|
866
|
-
className: "StorageProfile"
|
|
867
|
-
}
|
|
868
|
-
},
|
|
869
|
-
vmName: {
|
|
870
|
-
constraints: {
|
|
871
|
-
MinLength: 1
|
|
760
|
+
className: "ErrorAdditionalInfo",
|
|
761
|
+
},
|
|
762
|
+
},
|
|
872
763
|
},
|
|
873
|
-
serializedName: "properties.vmName",
|
|
874
|
-
type: {
|
|
875
|
-
name: "String"
|
|
876
|
-
}
|
|
877
|
-
},
|
|
878
|
-
uuid: {
|
|
879
|
-
serializedName: "properties.uuid",
|
|
880
|
-
type: {
|
|
881
|
-
name: "String"
|
|
882
|
-
}
|
|
883
|
-
},
|
|
884
|
-
generation: {
|
|
885
|
-
serializedName: "properties.generation",
|
|
886
|
-
type: {
|
|
887
|
-
name: "Number"
|
|
888
|
-
}
|
|
889
|
-
},
|
|
890
|
-
powerState: {
|
|
891
|
-
serializedName: "properties.powerState",
|
|
892
|
-
readOnly: true,
|
|
893
|
-
type: {
|
|
894
|
-
name: "String"
|
|
895
|
-
}
|
|
896
764
|
},
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
readOnly: true,
|
|
900
|
-
type: {
|
|
901
|
-
name: "String"
|
|
902
|
-
}
|
|
903
|
-
}
|
|
904
|
-
}
|
|
905
|
-
}
|
|
765
|
+
},
|
|
766
|
+
},
|
|
906
767
|
};
|
|
907
768
|
|
|
908
|
-
export const
|
|
769
|
+
export const ErrorAdditionalInfo: coreClient.CompositeMapper = {
|
|
909
770
|
type: {
|
|
910
771
|
name: "Composite",
|
|
911
|
-
className: "
|
|
772
|
+
className: "ErrorAdditionalInfo",
|
|
912
773
|
modelProperties: {
|
|
913
|
-
|
|
914
|
-
serializedName: "
|
|
915
|
-
|
|
916
|
-
name: "String"
|
|
917
|
-
}
|
|
918
|
-
},
|
|
919
|
-
checkpointID: {
|
|
920
|
-
serializedName: "checkpointID",
|
|
774
|
+
type: {
|
|
775
|
+
serializedName: "type",
|
|
776
|
+
readOnly: true,
|
|
921
777
|
type: {
|
|
922
|
-
name: "String"
|
|
923
|
-
}
|
|
778
|
+
name: "String",
|
|
779
|
+
},
|
|
924
780
|
},
|
|
925
|
-
|
|
926
|
-
serializedName: "
|
|
781
|
+
info: {
|
|
782
|
+
serializedName: "info",
|
|
783
|
+
readOnly: true,
|
|
927
784
|
type: {
|
|
928
|
-
name: "
|
|
929
|
-
|
|
785
|
+
name: "Dictionary",
|
|
786
|
+
value: { type: { name: "any" } },
|
|
787
|
+
},
|
|
930
788
|
},
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
type: {
|
|
934
|
-
name: "String"
|
|
935
|
-
}
|
|
936
|
-
}
|
|
937
|
-
}
|
|
938
|
-
}
|
|
789
|
+
},
|
|
790
|
+
},
|
|
939
791
|
};
|
|
940
792
|
|
|
941
|
-
export const
|
|
793
|
+
export const VirtualMachineInstanceUpdate: coreClient.CompositeMapper = {
|
|
942
794
|
type: {
|
|
943
795
|
name: "Composite",
|
|
944
|
-
className: "
|
|
796
|
+
className: "VirtualMachineInstanceUpdate",
|
|
945
797
|
modelProperties: {
|
|
946
|
-
|
|
947
|
-
serializedName: "
|
|
798
|
+
properties: {
|
|
799
|
+
serializedName: "properties",
|
|
948
800
|
type: {
|
|
949
|
-
name: "
|
|
950
|
-
|
|
801
|
+
name: "Composite",
|
|
802
|
+
className: "VirtualMachineInstanceUpdateProperties",
|
|
803
|
+
},
|
|
951
804
|
},
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
type: {
|
|
955
|
-
name: "String"
|
|
956
|
-
}
|
|
957
|
-
}
|
|
958
|
-
}
|
|
959
|
-
}
|
|
805
|
+
},
|
|
806
|
+
},
|
|
960
807
|
};
|
|
961
808
|
|
|
962
|
-
export const
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
809
|
+
export const VirtualMachineInstanceUpdateProperties: coreClient.CompositeMapper =
|
|
810
|
+
{
|
|
811
|
+
type: {
|
|
812
|
+
name: "Composite",
|
|
813
|
+
className: "VirtualMachineInstanceUpdateProperties",
|
|
814
|
+
modelProperties: {
|
|
815
|
+
availabilitySets: {
|
|
816
|
+
serializedName: "availabilitySets",
|
|
817
|
+
type: {
|
|
818
|
+
name: "Sequence",
|
|
819
|
+
element: {
|
|
820
|
+
type: {
|
|
821
|
+
name: "Composite",
|
|
822
|
+
className: "AvailabilitySetListItem",
|
|
823
|
+
},
|
|
824
|
+
},
|
|
825
|
+
},
|
|
826
|
+
},
|
|
827
|
+
hardwareProfile: {
|
|
828
|
+
serializedName: "hardwareProfile",
|
|
829
|
+
type: {
|
|
830
|
+
name: "Composite",
|
|
831
|
+
className: "HardwareProfileUpdate",
|
|
832
|
+
},
|
|
833
|
+
},
|
|
834
|
+
networkProfile: {
|
|
835
|
+
serializedName: "networkProfile",
|
|
836
|
+
type: {
|
|
837
|
+
name: "Composite",
|
|
838
|
+
className: "NetworkProfileUpdate",
|
|
839
|
+
},
|
|
840
|
+
},
|
|
841
|
+
storageProfile: {
|
|
842
|
+
serializedName: "storageProfile",
|
|
843
|
+
type: {
|
|
844
|
+
name: "Composite",
|
|
845
|
+
className: "StorageProfileUpdate",
|
|
846
|
+
},
|
|
847
|
+
},
|
|
848
|
+
infrastructureProfile: {
|
|
849
|
+
serializedName: "infrastructureProfile",
|
|
850
|
+
type: {
|
|
851
|
+
name: "Composite",
|
|
852
|
+
className: "InfrastructureProfileUpdate",
|
|
853
|
+
},
|
|
854
|
+
},
|
|
985
855
|
},
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
readOnly: true,
|
|
989
|
-
type: {
|
|
990
|
-
name: "String"
|
|
991
|
-
}
|
|
992
|
-
}
|
|
993
|
-
}
|
|
994
|
-
}
|
|
995
|
-
};
|
|
856
|
+
},
|
|
857
|
+
};
|
|
996
858
|
|
|
997
|
-
export const
|
|
859
|
+
export const HardwareProfileUpdate: coreClient.CompositeMapper = {
|
|
998
860
|
type: {
|
|
999
861
|
name: "Composite",
|
|
1000
|
-
className: "
|
|
862
|
+
className: "HardwareProfileUpdate",
|
|
1001
863
|
modelProperties: {
|
|
1002
864
|
memoryMB: {
|
|
1003
865
|
serializedName: "memoryMB",
|
|
1004
866
|
type: {
|
|
1005
|
-
name: "Number"
|
|
1006
|
-
}
|
|
867
|
+
name: "Number",
|
|
868
|
+
},
|
|
1007
869
|
},
|
|
1008
870
|
cpuCount: {
|
|
1009
871
|
serializedName: "cpuCount",
|
|
1010
872
|
type: {
|
|
1011
|
-
name: "Number"
|
|
1012
|
-
}
|
|
873
|
+
name: "Number",
|
|
874
|
+
},
|
|
1013
875
|
},
|
|
1014
876
|
limitCpuForMigration: {
|
|
1015
877
|
serializedName: "limitCpuForMigration",
|
|
1016
878
|
type: {
|
|
1017
|
-
name: "String"
|
|
1018
|
-
}
|
|
879
|
+
name: "String",
|
|
880
|
+
},
|
|
1019
881
|
},
|
|
1020
882
|
dynamicMemoryEnabled: {
|
|
1021
883
|
serializedName: "dynamicMemoryEnabled",
|
|
1022
884
|
type: {
|
|
1023
|
-
name: "String"
|
|
1024
|
-
}
|
|
885
|
+
name: "String",
|
|
886
|
+
},
|
|
1025
887
|
},
|
|
1026
888
|
dynamicMemoryMaxMB: {
|
|
1027
889
|
serializedName: "dynamicMemoryMaxMB",
|
|
1028
890
|
type: {
|
|
1029
|
-
name: "Number"
|
|
1030
|
-
}
|
|
891
|
+
name: "Number",
|
|
892
|
+
},
|
|
1031
893
|
},
|
|
1032
894
|
dynamicMemoryMinMB: {
|
|
1033
895
|
serializedName: "dynamicMemoryMinMB",
|
|
1034
896
|
type: {
|
|
1035
|
-
name: "Number"
|
|
1036
|
-
}
|
|
897
|
+
name: "Number",
|
|
898
|
+
},
|
|
1037
899
|
},
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
type: {
|
|
1041
|
-
name: "String"
|
|
1042
|
-
}
|
|
1043
|
-
}
|
|
1044
|
-
}
|
|
1045
|
-
}
|
|
900
|
+
},
|
|
901
|
+
},
|
|
1046
902
|
};
|
|
1047
903
|
|
|
1048
|
-
export const
|
|
904
|
+
export const NetworkProfileUpdate: coreClient.CompositeMapper = {
|
|
1049
905
|
type: {
|
|
1050
906
|
name: "Composite",
|
|
1051
|
-
className: "
|
|
907
|
+
className: "NetworkProfileUpdate",
|
|
1052
908
|
modelProperties: {
|
|
1053
909
|
networkInterfaces: {
|
|
1054
910
|
serializedName: "networkInterfaces",
|
|
@@ -1057,108 +913,70 @@ export const NetworkProfile: coreClient.CompositeMapper = {
|
|
|
1057
913
|
element: {
|
|
1058
914
|
type: {
|
|
1059
915
|
name: "Composite",
|
|
1060
|
-
className: "
|
|
1061
|
-
}
|
|
1062
|
-
}
|
|
1063
|
-
}
|
|
1064
|
-
}
|
|
1065
|
-
}
|
|
1066
|
-
}
|
|
916
|
+
className: "NetworkInterfaceUpdate",
|
|
917
|
+
},
|
|
918
|
+
},
|
|
919
|
+
},
|
|
920
|
+
},
|
|
921
|
+
},
|
|
922
|
+
},
|
|
1067
923
|
};
|
|
1068
924
|
|
|
1069
|
-
export const
|
|
925
|
+
export const NetworkInterfaceUpdate: coreClient.CompositeMapper = {
|
|
1070
926
|
type: {
|
|
1071
927
|
name: "Composite",
|
|
1072
|
-
className: "
|
|
928
|
+
className: "NetworkInterfaceUpdate",
|
|
1073
929
|
modelProperties: {
|
|
1074
930
|
name: {
|
|
1075
931
|
serializedName: "name",
|
|
1076
932
|
type: {
|
|
1077
|
-
name: "String"
|
|
1078
|
-
}
|
|
933
|
+
name: "String",
|
|
934
|
+
},
|
|
1079
935
|
},
|
|
1080
|
-
|
|
1081
|
-
serializedName: "
|
|
1082
|
-
readOnly: true,
|
|
936
|
+
macAddress: {
|
|
937
|
+
serializedName: "macAddress",
|
|
1083
938
|
type: {
|
|
1084
|
-
name: "String"
|
|
1085
|
-
}
|
|
939
|
+
name: "String",
|
|
940
|
+
},
|
|
1086
941
|
},
|
|
1087
|
-
|
|
1088
|
-
serializedName: "
|
|
1089
|
-
readOnly: true,
|
|
942
|
+
virtualNetworkId: {
|
|
943
|
+
serializedName: "virtualNetworkId",
|
|
1090
944
|
type: {
|
|
1091
|
-
name: "
|
|
1092
|
-
|
|
1093
|
-
type: {
|
|
1094
|
-
name: "String"
|
|
1095
|
-
}
|
|
1096
|
-
}
|
|
1097
|
-
}
|
|
945
|
+
name: "String",
|
|
946
|
+
},
|
|
1098
947
|
},
|
|
1099
|
-
|
|
1100
|
-
serializedName: "
|
|
1101
|
-
readOnly: true,
|
|
948
|
+
ipv4AddressType: {
|
|
949
|
+
serializedName: "ipv4AddressType",
|
|
1102
950
|
type: {
|
|
1103
|
-
name: "
|
|
1104
|
-
|
|
1105
|
-
type: {
|
|
1106
|
-
name: "String"
|
|
1107
|
-
}
|
|
1108
|
-
}
|
|
1109
|
-
}
|
|
1110
|
-
},
|
|
1111
|
-
macAddress: {
|
|
1112
|
-
serializedName: "macAddress",
|
|
1113
|
-
type: {
|
|
1114
|
-
name: "String"
|
|
1115
|
-
}
|
|
1116
|
-
},
|
|
1117
|
-
virtualNetworkId: {
|
|
1118
|
-
serializedName: "virtualNetworkId",
|
|
1119
|
-
type: {
|
|
1120
|
-
name: "String"
|
|
1121
|
-
}
|
|
1122
|
-
},
|
|
1123
|
-
networkName: {
|
|
1124
|
-
serializedName: "networkName",
|
|
1125
|
-
readOnly: true,
|
|
1126
|
-
type: {
|
|
1127
|
-
name: "String"
|
|
1128
|
-
}
|
|
1129
|
-
},
|
|
1130
|
-
ipv4AddressType: {
|
|
1131
|
-
serializedName: "ipv4AddressType",
|
|
1132
|
-
type: {
|
|
1133
|
-
name: "String"
|
|
1134
|
-
}
|
|
951
|
+
name: "String",
|
|
952
|
+
},
|
|
1135
953
|
},
|
|
1136
954
|
ipv6AddressType: {
|
|
1137
955
|
serializedName: "ipv6AddressType",
|
|
1138
956
|
type: {
|
|
1139
|
-
name: "String"
|
|
1140
|
-
}
|
|
957
|
+
name: "String",
|
|
958
|
+
},
|
|
1141
959
|
},
|
|
1142
960
|
macAddressType: {
|
|
1143
961
|
serializedName: "macAddressType",
|
|
1144
962
|
type: {
|
|
1145
|
-
name: "String"
|
|
1146
|
-
}
|
|
963
|
+
name: "String",
|
|
964
|
+
},
|
|
1147
965
|
},
|
|
1148
966
|
nicId: {
|
|
1149
967
|
serializedName: "nicId",
|
|
1150
968
|
type: {
|
|
1151
|
-
name: "String"
|
|
1152
|
-
}
|
|
1153
|
-
}
|
|
1154
|
-
}
|
|
1155
|
-
}
|
|
969
|
+
name: "String",
|
|
970
|
+
},
|
|
971
|
+
},
|
|
972
|
+
},
|
|
973
|
+
},
|
|
1156
974
|
};
|
|
1157
975
|
|
|
1158
|
-
export const
|
|
976
|
+
export const StorageProfileUpdate: coreClient.CompositeMapper = {
|
|
1159
977
|
type: {
|
|
1160
978
|
name: "Composite",
|
|
1161
|
-
className: "
|
|
979
|
+
className: "StorageProfileUpdate",
|
|
1162
980
|
modelProperties: {
|
|
1163
981
|
disks: {
|
|
1164
982
|
serializedName: "disks",
|
|
@@ -1167,683 +985,676 @@ export const StorageProfile: coreClient.CompositeMapper = {
|
|
|
1167
985
|
element: {
|
|
1168
986
|
type: {
|
|
1169
987
|
name: "Composite",
|
|
1170
|
-
className: "
|
|
1171
|
-
}
|
|
1172
|
-
}
|
|
1173
|
-
}
|
|
1174
|
-
}
|
|
1175
|
-
}
|
|
1176
|
-
}
|
|
988
|
+
className: "VirtualDiskUpdate",
|
|
989
|
+
},
|
|
990
|
+
},
|
|
991
|
+
},
|
|
992
|
+
},
|
|
993
|
+
},
|
|
994
|
+
},
|
|
1177
995
|
};
|
|
1178
996
|
|
|
1179
|
-
export const
|
|
997
|
+
export const VirtualDiskUpdate: coreClient.CompositeMapper = {
|
|
1180
998
|
type: {
|
|
1181
999
|
name: "Composite",
|
|
1182
|
-
className: "
|
|
1000
|
+
className: "VirtualDiskUpdate",
|
|
1183
1001
|
modelProperties: {
|
|
1184
1002
|
name: {
|
|
1185
1003
|
serializedName: "name",
|
|
1186
1004
|
type: {
|
|
1187
|
-
name: "String"
|
|
1188
|
-
}
|
|
1189
|
-
},
|
|
1190
|
-
displayName: {
|
|
1191
|
-
serializedName: "displayName",
|
|
1192
|
-
readOnly: true,
|
|
1193
|
-
type: {
|
|
1194
|
-
name: "String"
|
|
1195
|
-
}
|
|
1005
|
+
name: "String",
|
|
1006
|
+
},
|
|
1196
1007
|
},
|
|
1197
1008
|
diskId: {
|
|
1198
1009
|
serializedName: "diskId",
|
|
1199
1010
|
type: {
|
|
1200
|
-
name: "String"
|
|
1201
|
-
}
|
|
1011
|
+
name: "String",
|
|
1012
|
+
},
|
|
1202
1013
|
},
|
|
1203
1014
|
diskSizeGB: {
|
|
1204
1015
|
serializedName: "diskSizeGB",
|
|
1205
1016
|
type: {
|
|
1206
|
-
name: "Number"
|
|
1207
|
-
}
|
|
1208
|
-
},
|
|
1209
|
-
maxDiskSizeGB: {
|
|
1210
|
-
serializedName: "maxDiskSizeGB",
|
|
1211
|
-
readOnly: true,
|
|
1212
|
-
type: {
|
|
1213
|
-
name: "Number"
|
|
1214
|
-
}
|
|
1017
|
+
name: "Number",
|
|
1018
|
+
},
|
|
1215
1019
|
},
|
|
1216
1020
|
bus: {
|
|
1217
1021
|
serializedName: "bus",
|
|
1218
1022
|
type: {
|
|
1219
|
-
name: "Number"
|
|
1220
|
-
}
|
|
1023
|
+
name: "Number",
|
|
1024
|
+
},
|
|
1221
1025
|
},
|
|
1222
1026
|
lun: {
|
|
1223
1027
|
serializedName: "lun",
|
|
1224
1028
|
type: {
|
|
1225
|
-
name: "Number"
|
|
1226
|
-
}
|
|
1029
|
+
name: "Number",
|
|
1030
|
+
},
|
|
1227
1031
|
},
|
|
1228
1032
|
busType: {
|
|
1229
1033
|
serializedName: "busType",
|
|
1230
1034
|
type: {
|
|
1231
|
-
name: "String"
|
|
1232
|
-
}
|
|
1035
|
+
name: "String",
|
|
1036
|
+
},
|
|
1233
1037
|
},
|
|
1234
1038
|
vhdType: {
|
|
1235
1039
|
serializedName: "vhdType",
|
|
1236
1040
|
type: {
|
|
1237
|
-
name: "String"
|
|
1238
|
-
}
|
|
1239
|
-
},
|
|
1240
|
-
volumeType: {
|
|
1241
|
-
serializedName: "volumeType",
|
|
1242
|
-
readOnly: true,
|
|
1243
|
-
type: {
|
|
1244
|
-
name: "String"
|
|
1245
|
-
}
|
|
1246
|
-
},
|
|
1247
|
-
vhdFormatType: {
|
|
1248
|
-
serializedName: "vhdFormatType",
|
|
1249
|
-
readOnly: true,
|
|
1250
|
-
type: {
|
|
1251
|
-
name: "String"
|
|
1252
|
-
}
|
|
1253
|
-
},
|
|
1254
|
-
templateDiskId: {
|
|
1255
|
-
serializedName: "templateDiskId",
|
|
1256
|
-
type: {
|
|
1257
|
-
name: "String"
|
|
1258
|
-
}
|
|
1041
|
+
name: "String",
|
|
1042
|
+
},
|
|
1259
1043
|
},
|
|
1260
|
-
|
|
1044
|
+
storageQosPolicy: {
|
|
1261
1045
|
serializedName: "storageQoSPolicy",
|
|
1262
1046
|
type: {
|
|
1263
1047
|
name: "Composite",
|
|
1264
|
-
className: "
|
|
1265
|
-
}
|
|
1048
|
+
className: "StorageQosPolicyDetails",
|
|
1049
|
+
},
|
|
1266
1050
|
},
|
|
1267
|
-
|
|
1268
|
-
|
|
1051
|
+
},
|
|
1052
|
+
},
|
|
1053
|
+
};
|
|
1054
|
+
|
|
1055
|
+
export const InfrastructureProfileUpdate: coreClient.CompositeMapper = {
|
|
1056
|
+
type: {
|
|
1057
|
+
name: "Composite",
|
|
1058
|
+
className: "InfrastructureProfileUpdate",
|
|
1059
|
+
modelProperties: {
|
|
1060
|
+
checkpointType: {
|
|
1061
|
+
serializedName: "checkpointType",
|
|
1269
1062
|
type: {
|
|
1270
|
-
name: "String"
|
|
1271
|
-
}
|
|
1272
|
-
}
|
|
1273
|
-
}
|
|
1274
|
-
}
|
|
1063
|
+
name: "String",
|
|
1064
|
+
},
|
|
1065
|
+
},
|
|
1066
|
+
},
|
|
1067
|
+
},
|
|
1275
1068
|
};
|
|
1276
1069
|
|
|
1277
|
-
export const
|
|
1070
|
+
export const VirtualMachineCreateCheckpoint: coreClient.CompositeMapper = {
|
|
1278
1071
|
type: {
|
|
1279
1072
|
name: "Composite",
|
|
1280
|
-
className: "
|
|
1073
|
+
className: "VirtualMachineCreateCheckpoint",
|
|
1281
1074
|
modelProperties: {
|
|
1282
1075
|
name: {
|
|
1283
1076
|
serializedName: "name",
|
|
1284
1077
|
type: {
|
|
1285
|
-
name: "String"
|
|
1286
|
-
}
|
|
1078
|
+
name: "String",
|
|
1079
|
+
},
|
|
1080
|
+
},
|
|
1081
|
+
description: {
|
|
1082
|
+
serializedName: "description",
|
|
1083
|
+
type: {
|
|
1084
|
+
name: "String",
|
|
1085
|
+
},
|
|
1287
1086
|
},
|
|
1087
|
+
},
|
|
1088
|
+
},
|
|
1089
|
+
};
|
|
1090
|
+
|
|
1091
|
+
export const VirtualMachineDeleteCheckpoint: coreClient.CompositeMapper = {
|
|
1092
|
+
type: {
|
|
1093
|
+
name: "Composite",
|
|
1094
|
+
className: "VirtualMachineDeleteCheckpoint",
|
|
1095
|
+
modelProperties: {
|
|
1288
1096
|
id: {
|
|
1289
1097
|
serializedName: "id",
|
|
1290
1098
|
type: {
|
|
1291
|
-
name: "String"
|
|
1292
|
-
}
|
|
1293
|
-
}
|
|
1294
|
-
}
|
|
1295
|
-
}
|
|
1099
|
+
name: "String",
|
|
1100
|
+
},
|
|
1101
|
+
},
|
|
1102
|
+
},
|
|
1103
|
+
},
|
|
1296
1104
|
};
|
|
1297
1105
|
|
|
1298
|
-
export const
|
|
1106
|
+
export const GuestAgentListResult: coreClient.CompositeMapper = {
|
|
1299
1107
|
type: {
|
|
1300
1108
|
name: "Composite",
|
|
1301
|
-
className: "
|
|
1109
|
+
className: "GuestAgentListResult",
|
|
1302
1110
|
modelProperties: {
|
|
1303
|
-
|
|
1304
|
-
serializedName: "
|
|
1111
|
+
value: {
|
|
1112
|
+
serializedName: "value",
|
|
1113
|
+
required: true,
|
|
1305
1114
|
type: {
|
|
1306
|
-
name: "
|
|
1307
|
-
|
|
1308
|
-
|
|
1115
|
+
name: "Sequence",
|
|
1116
|
+
element: {
|
|
1117
|
+
type: {
|
|
1118
|
+
name: "Composite",
|
|
1119
|
+
className: "GuestAgent",
|
|
1120
|
+
},
|
|
1121
|
+
},
|
|
1122
|
+
},
|
|
1309
1123
|
},
|
|
1310
|
-
|
|
1311
|
-
serializedName: "
|
|
1124
|
+
nextLink: {
|
|
1125
|
+
serializedName: "nextLink",
|
|
1126
|
+
readOnly: true,
|
|
1312
1127
|
type: {
|
|
1313
|
-
name: "
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
}
|
|
1128
|
+
name: "String",
|
|
1129
|
+
},
|
|
1130
|
+
},
|
|
1131
|
+
},
|
|
1132
|
+
},
|
|
1319
1133
|
};
|
|
1320
1134
|
|
|
1321
|
-
export const
|
|
1135
|
+
export const GuestAgentProperties: coreClient.CompositeMapper = {
|
|
1322
1136
|
type: {
|
|
1323
1137
|
name: "Composite",
|
|
1324
|
-
className: "
|
|
1138
|
+
className: "GuestAgentProperties",
|
|
1325
1139
|
modelProperties: {
|
|
1326
|
-
|
|
1327
|
-
serializedName: "
|
|
1140
|
+
uuid: {
|
|
1141
|
+
serializedName: "uuid",
|
|
1142
|
+
readOnly: true,
|
|
1328
1143
|
type: {
|
|
1329
|
-
name: "
|
|
1330
|
-
|
|
1331
|
-
}
|
|
1144
|
+
name: "String",
|
|
1145
|
+
},
|
|
1332
1146
|
},
|
|
1333
|
-
|
|
1334
|
-
serializedName: "
|
|
1147
|
+
credentials: {
|
|
1148
|
+
serializedName: "credentials",
|
|
1335
1149
|
type: {
|
|
1336
1150
|
name: "Composite",
|
|
1337
|
-
className: "
|
|
1338
|
-
}
|
|
1151
|
+
className: "GuestCredential",
|
|
1152
|
+
},
|
|
1339
1153
|
},
|
|
1340
|
-
|
|
1341
|
-
serializedName: "
|
|
1154
|
+
httpProxyConfig: {
|
|
1155
|
+
serializedName: "httpProxyConfig",
|
|
1342
1156
|
type: {
|
|
1343
1157
|
name: "Composite",
|
|
1344
|
-
className: "
|
|
1345
|
-
}
|
|
1158
|
+
className: "HttpProxyConfiguration",
|
|
1159
|
+
},
|
|
1346
1160
|
},
|
|
1347
|
-
|
|
1348
|
-
serializedName: "
|
|
1161
|
+
provisioningAction: {
|
|
1162
|
+
serializedName: "provisioningAction",
|
|
1349
1163
|
type: {
|
|
1350
|
-
name: "
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1164
|
+
name: "String",
|
|
1165
|
+
},
|
|
1166
|
+
},
|
|
1167
|
+
status: {
|
|
1168
|
+
serializedName: "status",
|
|
1169
|
+
readOnly: true,
|
|
1170
|
+
type: {
|
|
1171
|
+
name: "String",
|
|
1172
|
+
},
|
|
1173
|
+
},
|
|
1174
|
+
customResourceName: {
|
|
1175
|
+
serializedName: "customResourceName",
|
|
1176
|
+
readOnly: true,
|
|
1177
|
+
type: {
|
|
1178
|
+
name: "String",
|
|
1179
|
+
},
|
|
1180
|
+
},
|
|
1181
|
+
provisioningState: {
|
|
1182
|
+
serializedName: "provisioningState",
|
|
1183
|
+
readOnly: true,
|
|
1184
|
+
type: {
|
|
1185
|
+
name: "String",
|
|
1186
|
+
},
|
|
1187
|
+
},
|
|
1188
|
+
},
|
|
1189
|
+
},
|
|
1361
1190
|
};
|
|
1362
1191
|
|
|
1363
|
-
export const
|
|
1192
|
+
export const GuestCredential: coreClient.CompositeMapper = {
|
|
1364
1193
|
type: {
|
|
1365
1194
|
name: "Composite",
|
|
1366
|
-
className: "
|
|
1195
|
+
className: "GuestCredential",
|
|
1367
1196
|
modelProperties: {
|
|
1368
|
-
|
|
1369
|
-
serializedName: "
|
|
1197
|
+
username: {
|
|
1198
|
+
serializedName: "username",
|
|
1199
|
+
required: true,
|
|
1370
1200
|
type: {
|
|
1371
|
-
name: "
|
|
1372
|
-
}
|
|
1201
|
+
name: "String",
|
|
1202
|
+
},
|
|
1373
1203
|
},
|
|
1374
|
-
|
|
1375
|
-
serializedName: "
|
|
1204
|
+
password: {
|
|
1205
|
+
serializedName: "password",
|
|
1206
|
+
required: true,
|
|
1376
1207
|
type: {
|
|
1377
|
-
name: "
|
|
1378
|
-
}
|
|
1208
|
+
name: "String",
|
|
1209
|
+
},
|
|
1379
1210
|
},
|
|
1380
|
-
|
|
1381
|
-
|
|
1211
|
+
},
|
|
1212
|
+
},
|
|
1213
|
+
};
|
|
1214
|
+
|
|
1215
|
+
export const HttpProxyConfiguration: coreClient.CompositeMapper = {
|
|
1216
|
+
type: {
|
|
1217
|
+
name: "Composite",
|
|
1218
|
+
className: "HttpProxyConfiguration",
|
|
1219
|
+
modelProperties: {
|
|
1220
|
+
httpsProxy: {
|
|
1221
|
+
serializedName: "httpsProxy",
|
|
1382
1222
|
type: {
|
|
1383
|
-
name: "String"
|
|
1384
|
-
}
|
|
1223
|
+
name: "String",
|
|
1224
|
+
},
|
|
1385
1225
|
},
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1226
|
+
},
|
|
1227
|
+
},
|
|
1228
|
+
};
|
|
1229
|
+
|
|
1230
|
+
export const VmInstanceHybridIdentityMetadataListResult: coreClient.CompositeMapper =
|
|
1231
|
+
{
|
|
1232
|
+
type: {
|
|
1233
|
+
name: "Composite",
|
|
1234
|
+
className: "VmInstanceHybridIdentityMetadataListResult",
|
|
1235
|
+
modelProperties: {
|
|
1236
|
+
value: {
|
|
1237
|
+
serializedName: "value",
|
|
1238
|
+
required: true,
|
|
1239
|
+
type: {
|
|
1240
|
+
name: "Sequence",
|
|
1241
|
+
element: {
|
|
1242
|
+
type: {
|
|
1243
|
+
name: "Composite",
|
|
1244
|
+
className: "VmInstanceHybridIdentityMetadata",
|
|
1245
|
+
},
|
|
1246
|
+
},
|
|
1247
|
+
},
|
|
1248
|
+
},
|
|
1249
|
+
nextLink: {
|
|
1250
|
+
serializedName: "nextLink",
|
|
1251
|
+
readOnly: true,
|
|
1252
|
+
type: {
|
|
1253
|
+
name: "String",
|
|
1254
|
+
},
|
|
1255
|
+
},
|
|
1391
1256
|
},
|
|
1392
|
-
|
|
1393
|
-
|
|
1257
|
+
},
|
|
1258
|
+
};
|
|
1259
|
+
|
|
1260
|
+
export const VmInstanceHybridIdentityMetadataProperties: coreClient.CompositeMapper =
|
|
1261
|
+
{
|
|
1262
|
+
type: {
|
|
1263
|
+
name: "Composite",
|
|
1264
|
+
className: "VmInstanceHybridIdentityMetadataProperties",
|
|
1265
|
+
modelProperties: {
|
|
1266
|
+
resourceUid: {
|
|
1267
|
+
serializedName: "resourceUid",
|
|
1268
|
+
type: {
|
|
1269
|
+
name: "String",
|
|
1270
|
+
},
|
|
1271
|
+
},
|
|
1272
|
+
publicKey: {
|
|
1273
|
+
serializedName: "publicKey",
|
|
1274
|
+
type: {
|
|
1275
|
+
name: "String",
|
|
1276
|
+
},
|
|
1277
|
+
},
|
|
1278
|
+
provisioningState: {
|
|
1279
|
+
serializedName: "provisioningState",
|
|
1280
|
+
readOnly: true,
|
|
1281
|
+
type: {
|
|
1282
|
+
name: "String",
|
|
1283
|
+
},
|
|
1284
|
+
},
|
|
1285
|
+
},
|
|
1286
|
+
},
|
|
1287
|
+
};
|
|
1288
|
+
|
|
1289
|
+
export const VirtualMachineRestoreCheckpoint: coreClient.CompositeMapper = {
|
|
1290
|
+
type: {
|
|
1291
|
+
name: "Composite",
|
|
1292
|
+
className: "VirtualMachineRestoreCheckpoint",
|
|
1293
|
+
modelProperties: {
|
|
1294
|
+
id: {
|
|
1295
|
+
serializedName: "id",
|
|
1394
1296
|
type: {
|
|
1395
|
-
name: "
|
|
1396
|
-
}
|
|
1297
|
+
name: "String",
|
|
1298
|
+
},
|
|
1397
1299
|
},
|
|
1398
|
-
|
|
1399
|
-
|
|
1300
|
+
},
|
|
1301
|
+
},
|
|
1302
|
+
};
|
|
1303
|
+
|
|
1304
|
+
export const StopVirtualMachineOptions: coreClient.CompositeMapper = {
|
|
1305
|
+
type: {
|
|
1306
|
+
name: "Composite",
|
|
1307
|
+
className: "StopVirtualMachineOptions",
|
|
1308
|
+
modelProperties: {
|
|
1309
|
+
skipShutdown: {
|
|
1310
|
+
defaultValue: "false",
|
|
1311
|
+
serializedName: "skipShutdown",
|
|
1400
1312
|
type: {
|
|
1401
|
-
name: "
|
|
1402
|
-
}
|
|
1403
|
-
}
|
|
1404
|
-
}
|
|
1405
|
-
}
|
|
1313
|
+
name: "String",
|
|
1314
|
+
},
|
|
1315
|
+
},
|
|
1316
|
+
},
|
|
1317
|
+
},
|
|
1406
1318
|
};
|
|
1407
1319
|
|
|
1408
|
-
export const
|
|
1320
|
+
export const OperationListResult: coreClient.CompositeMapper = {
|
|
1409
1321
|
type: {
|
|
1410
1322
|
name: "Composite",
|
|
1411
|
-
className: "
|
|
1323
|
+
className: "OperationListResult",
|
|
1412
1324
|
modelProperties: {
|
|
1413
|
-
|
|
1414
|
-
serializedName: "
|
|
1325
|
+
value: {
|
|
1326
|
+
serializedName: "value",
|
|
1327
|
+
readOnly: true,
|
|
1415
1328
|
type: {
|
|
1416
1329
|
name: "Sequence",
|
|
1417
1330
|
element: {
|
|
1418
1331
|
type: {
|
|
1419
1332
|
name: "Composite",
|
|
1420
|
-
className: "
|
|
1421
|
-
}
|
|
1422
|
-
}
|
|
1423
|
-
}
|
|
1424
|
-
}
|
|
1425
|
-
|
|
1426
|
-
|
|
1333
|
+
className: "Operation",
|
|
1334
|
+
},
|
|
1335
|
+
},
|
|
1336
|
+
},
|
|
1337
|
+
},
|
|
1338
|
+
nextLink: {
|
|
1339
|
+
serializedName: "nextLink",
|
|
1340
|
+
readOnly: true,
|
|
1341
|
+
type: {
|
|
1342
|
+
name: "String",
|
|
1343
|
+
},
|
|
1344
|
+
},
|
|
1345
|
+
},
|
|
1346
|
+
},
|
|
1427
1347
|
};
|
|
1428
1348
|
|
|
1429
|
-
export const
|
|
1349
|
+
export const Operation: coreClient.CompositeMapper = {
|
|
1430
1350
|
type: {
|
|
1431
1351
|
name: "Composite",
|
|
1432
|
-
className: "
|
|
1352
|
+
className: "Operation",
|
|
1433
1353
|
modelProperties: {
|
|
1434
1354
|
name: {
|
|
1435
1355
|
serializedName: "name",
|
|
1356
|
+
readOnly: true,
|
|
1436
1357
|
type: {
|
|
1437
|
-
name: "String"
|
|
1438
|
-
}
|
|
1358
|
+
name: "String",
|
|
1359
|
+
},
|
|
1439
1360
|
},
|
|
1440
|
-
|
|
1441
|
-
serializedName: "
|
|
1361
|
+
isDataAction: {
|
|
1362
|
+
serializedName: "isDataAction",
|
|
1363
|
+
readOnly: true,
|
|
1442
1364
|
type: {
|
|
1443
|
-
name: "
|
|
1444
|
-
}
|
|
1365
|
+
name: "Boolean",
|
|
1366
|
+
},
|
|
1445
1367
|
},
|
|
1446
|
-
|
|
1447
|
-
serializedName: "
|
|
1368
|
+
display: {
|
|
1369
|
+
serializedName: "display",
|
|
1448
1370
|
type: {
|
|
1449
|
-
name: "
|
|
1450
|
-
|
|
1371
|
+
name: "Composite",
|
|
1372
|
+
className: "OperationDisplay",
|
|
1373
|
+
},
|
|
1451
1374
|
},
|
|
1452
|
-
|
|
1453
|
-
serializedName: "
|
|
1375
|
+
origin: {
|
|
1376
|
+
serializedName: "origin",
|
|
1377
|
+
readOnly: true,
|
|
1454
1378
|
type: {
|
|
1455
|
-
name: "
|
|
1456
|
-
}
|
|
1379
|
+
name: "String",
|
|
1380
|
+
},
|
|
1457
1381
|
},
|
|
1458
|
-
|
|
1459
|
-
serializedName: "
|
|
1460
|
-
|
|
1461
|
-
name: "Number"
|
|
1462
|
-
}
|
|
1463
|
-
},
|
|
1464
|
-
busType: {
|
|
1465
|
-
serializedName: "busType",
|
|
1466
|
-
type: {
|
|
1467
|
-
name: "String"
|
|
1468
|
-
}
|
|
1469
|
-
},
|
|
1470
|
-
vhdType: {
|
|
1471
|
-
serializedName: "vhdType",
|
|
1382
|
+
actionType: {
|
|
1383
|
+
serializedName: "actionType",
|
|
1384
|
+
readOnly: true,
|
|
1472
1385
|
type: {
|
|
1473
|
-
name: "String"
|
|
1474
|
-
}
|
|
1386
|
+
name: "String",
|
|
1387
|
+
},
|
|
1475
1388
|
},
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
type: {
|
|
1479
|
-
name: "Composite",
|
|
1480
|
-
className: "StorageQoSPolicyDetails"
|
|
1481
|
-
}
|
|
1482
|
-
}
|
|
1483
|
-
}
|
|
1484
|
-
}
|
|
1485
|
-
};
|
|
1486
|
-
|
|
1487
|
-
export const NetworkProfileUpdate: coreClient.CompositeMapper = {
|
|
1488
|
-
type: {
|
|
1489
|
-
name: "Composite",
|
|
1490
|
-
className: "NetworkProfileUpdate",
|
|
1491
|
-
modelProperties: {
|
|
1492
|
-
networkInterfaces: {
|
|
1493
|
-
serializedName: "networkInterfaces",
|
|
1494
|
-
type: {
|
|
1495
|
-
name: "Sequence",
|
|
1496
|
-
element: {
|
|
1497
|
-
type: {
|
|
1498
|
-
name: "Composite",
|
|
1499
|
-
className: "NetworkInterfacesUpdate"
|
|
1500
|
-
}
|
|
1501
|
-
}
|
|
1502
|
-
}
|
|
1503
|
-
}
|
|
1504
|
-
}
|
|
1505
|
-
}
|
|
1389
|
+
},
|
|
1390
|
+
},
|
|
1506
1391
|
};
|
|
1507
1392
|
|
|
1508
|
-
export const
|
|
1393
|
+
export const OperationDisplay: coreClient.CompositeMapper = {
|
|
1509
1394
|
type: {
|
|
1510
1395
|
name: "Composite",
|
|
1511
|
-
className: "
|
|
1396
|
+
className: "OperationDisplay",
|
|
1512
1397
|
modelProperties: {
|
|
1513
|
-
|
|
1514
|
-
serializedName: "
|
|
1515
|
-
|
|
1516
|
-
name: "String"
|
|
1517
|
-
}
|
|
1518
|
-
},
|
|
1519
|
-
macAddress: {
|
|
1520
|
-
serializedName: "macAddress",
|
|
1521
|
-
type: {
|
|
1522
|
-
name: "String"
|
|
1523
|
-
}
|
|
1524
|
-
},
|
|
1525
|
-
virtualNetworkId: {
|
|
1526
|
-
serializedName: "virtualNetworkId",
|
|
1398
|
+
provider: {
|
|
1399
|
+
serializedName: "provider",
|
|
1400
|
+
readOnly: true,
|
|
1527
1401
|
type: {
|
|
1528
|
-
name: "String"
|
|
1529
|
-
}
|
|
1402
|
+
name: "String",
|
|
1403
|
+
},
|
|
1530
1404
|
},
|
|
1531
|
-
|
|
1532
|
-
serializedName: "
|
|
1405
|
+
resource: {
|
|
1406
|
+
serializedName: "resource",
|
|
1407
|
+
readOnly: true,
|
|
1533
1408
|
type: {
|
|
1534
|
-
name: "String"
|
|
1535
|
-
}
|
|
1409
|
+
name: "String",
|
|
1410
|
+
},
|
|
1536
1411
|
},
|
|
1537
|
-
|
|
1538
|
-
serializedName: "
|
|
1412
|
+
operation: {
|
|
1413
|
+
serializedName: "operation",
|
|
1414
|
+
readOnly: true,
|
|
1539
1415
|
type: {
|
|
1540
|
-
name: "String"
|
|
1541
|
-
}
|
|
1416
|
+
name: "String",
|
|
1417
|
+
},
|
|
1542
1418
|
},
|
|
1543
|
-
|
|
1544
|
-
serializedName: "
|
|
1419
|
+
description: {
|
|
1420
|
+
serializedName: "description",
|
|
1421
|
+
readOnly: true,
|
|
1545
1422
|
type: {
|
|
1546
|
-
name: "String"
|
|
1547
|
-
}
|
|
1423
|
+
name: "String",
|
|
1424
|
+
},
|
|
1548
1425
|
},
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
type: {
|
|
1552
|
-
name: "String"
|
|
1553
|
-
}
|
|
1554
|
-
}
|
|
1555
|
-
}
|
|
1556
|
-
}
|
|
1557
|
-
};
|
|
1558
|
-
|
|
1559
|
-
export const StopVirtualMachineOptions: coreClient.CompositeMapper = {
|
|
1560
|
-
type: {
|
|
1561
|
-
name: "Composite",
|
|
1562
|
-
className: "StopVirtualMachineOptions",
|
|
1563
|
-
modelProperties: {
|
|
1564
|
-
skipShutdown: {
|
|
1565
|
-
defaultValue: false,
|
|
1566
|
-
serializedName: "skipShutdown",
|
|
1567
|
-
type: {
|
|
1568
|
-
name: "Boolean"
|
|
1569
|
-
}
|
|
1570
|
-
}
|
|
1571
|
-
}
|
|
1572
|
-
}
|
|
1426
|
+
},
|
|
1427
|
+
},
|
|
1573
1428
|
};
|
|
1574
1429
|
|
|
1575
|
-
export const
|
|
1430
|
+
export const AvailabilitySetListResult: coreClient.CompositeMapper = {
|
|
1576
1431
|
type: {
|
|
1577
1432
|
name: "Composite",
|
|
1578
|
-
className: "
|
|
1433
|
+
className: "AvailabilitySetListResult",
|
|
1579
1434
|
modelProperties: {
|
|
1580
|
-
|
|
1581
|
-
serializedName: "
|
|
1435
|
+
value: {
|
|
1436
|
+
serializedName: "value",
|
|
1437
|
+
required: true,
|
|
1582
1438
|
type: {
|
|
1583
|
-
name: "
|
|
1584
|
-
|
|
1439
|
+
name: "Sequence",
|
|
1440
|
+
element: {
|
|
1441
|
+
type: {
|
|
1442
|
+
name: "Composite",
|
|
1443
|
+
className: "AvailabilitySet",
|
|
1444
|
+
},
|
|
1445
|
+
},
|
|
1446
|
+
},
|
|
1585
1447
|
},
|
|
1586
|
-
|
|
1587
|
-
serializedName: "
|
|
1448
|
+
nextLink: {
|
|
1449
|
+
serializedName: "nextLink",
|
|
1450
|
+
readOnly: true,
|
|
1588
1451
|
type: {
|
|
1589
|
-
name: "String"
|
|
1590
|
-
}
|
|
1591
|
-
}
|
|
1592
|
-
}
|
|
1593
|
-
}
|
|
1452
|
+
name: "String",
|
|
1453
|
+
},
|
|
1454
|
+
},
|
|
1455
|
+
},
|
|
1456
|
+
},
|
|
1594
1457
|
};
|
|
1595
1458
|
|
|
1596
|
-
export const
|
|
1459
|
+
export const AvailabilitySetProperties: coreClient.CompositeMapper = {
|
|
1597
1460
|
type: {
|
|
1598
1461
|
name: "Composite",
|
|
1599
|
-
className: "
|
|
1462
|
+
className: "AvailabilitySetProperties",
|
|
1600
1463
|
modelProperties: {
|
|
1601
|
-
|
|
1602
|
-
|
|
1464
|
+
availabilitySetName: {
|
|
1465
|
+
constraints: {
|
|
1466
|
+
MinLength: 1,
|
|
1467
|
+
},
|
|
1468
|
+
serializedName: "availabilitySetName",
|
|
1603
1469
|
type: {
|
|
1604
|
-
name: "String"
|
|
1605
|
-
}
|
|
1606
|
-
}
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
id: {
|
|
1617
|
-
serializedName: "id",
|
|
1470
|
+
name: "String",
|
|
1471
|
+
},
|
|
1472
|
+
},
|
|
1473
|
+
vmmServerId: {
|
|
1474
|
+
serializedName: "vmmServerId",
|
|
1475
|
+
type: {
|
|
1476
|
+
name: "String",
|
|
1477
|
+
},
|
|
1478
|
+
},
|
|
1479
|
+
provisioningState: {
|
|
1480
|
+
serializedName: "provisioningState",
|
|
1481
|
+
readOnly: true,
|
|
1618
1482
|
type: {
|
|
1619
|
-
name: "String"
|
|
1620
|
-
}
|
|
1621
|
-
}
|
|
1622
|
-
}
|
|
1623
|
-
}
|
|
1483
|
+
name: "String",
|
|
1484
|
+
},
|
|
1485
|
+
},
|
|
1486
|
+
},
|
|
1487
|
+
},
|
|
1624
1488
|
};
|
|
1625
1489
|
|
|
1626
|
-
export const
|
|
1490
|
+
export const CloudListResult: coreClient.CompositeMapper = {
|
|
1627
1491
|
type: {
|
|
1628
1492
|
name: "Composite",
|
|
1629
|
-
className: "
|
|
1493
|
+
className: "CloudListResult",
|
|
1630
1494
|
modelProperties: {
|
|
1631
1495
|
value: {
|
|
1632
1496
|
serializedName: "value",
|
|
1497
|
+
required: true,
|
|
1633
1498
|
type: {
|
|
1634
1499
|
name: "Sequence",
|
|
1635
1500
|
element: {
|
|
1636
1501
|
type: {
|
|
1637
1502
|
name: "Composite",
|
|
1638
|
-
className: "
|
|
1639
|
-
}
|
|
1640
|
-
}
|
|
1641
|
-
}
|
|
1503
|
+
className: "Cloud",
|
|
1504
|
+
},
|
|
1505
|
+
},
|
|
1506
|
+
},
|
|
1642
1507
|
},
|
|
1643
1508
|
nextLink: {
|
|
1644
1509
|
serializedName: "nextLink",
|
|
1510
|
+
readOnly: true,
|
|
1645
1511
|
type: {
|
|
1646
|
-
name: "String"
|
|
1647
|
-
}
|
|
1648
|
-
}
|
|
1649
|
-
}
|
|
1650
|
-
}
|
|
1512
|
+
name: "String",
|
|
1513
|
+
},
|
|
1514
|
+
},
|
|
1515
|
+
},
|
|
1516
|
+
},
|
|
1651
1517
|
};
|
|
1652
1518
|
|
|
1653
|
-
export const
|
|
1519
|
+
export const CloudProperties: coreClient.CompositeMapper = {
|
|
1654
1520
|
type: {
|
|
1655
1521
|
name: "Composite",
|
|
1656
|
-
className: "
|
|
1522
|
+
className: "CloudProperties",
|
|
1657
1523
|
modelProperties: {
|
|
1658
|
-
id: {
|
|
1659
|
-
serializedName: "id",
|
|
1660
|
-
readOnly: true,
|
|
1661
|
-
type: {
|
|
1662
|
-
name: "String"
|
|
1663
|
-
}
|
|
1664
|
-
},
|
|
1665
|
-
name: {
|
|
1666
|
-
serializedName: "name",
|
|
1667
|
-
readOnly: true,
|
|
1668
|
-
type: {
|
|
1669
|
-
name: "String"
|
|
1670
|
-
}
|
|
1671
|
-
},
|
|
1672
|
-
type: {
|
|
1673
|
-
serializedName: "type",
|
|
1674
|
-
readOnly: true,
|
|
1675
|
-
type: {
|
|
1676
|
-
name: "String"
|
|
1677
|
-
}
|
|
1678
|
-
},
|
|
1679
|
-
location: {
|
|
1680
|
-
serializedName: "location",
|
|
1681
|
-
required: true,
|
|
1682
|
-
type: {
|
|
1683
|
-
name: "String"
|
|
1684
|
-
}
|
|
1685
|
-
},
|
|
1686
|
-
tags: {
|
|
1687
|
-
serializedName: "tags",
|
|
1688
|
-
type: {
|
|
1689
|
-
name: "Dictionary",
|
|
1690
|
-
value: { type: { name: "String" } }
|
|
1691
|
-
}
|
|
1692
|
-
},
|
|
1693
|
-
systemData: {
|
|
1694
|
-
serializedName: "systemData",
|
|
1695
|
-
type: {
|
|
1696
|
-
name: "Composite",
|
|
1697
|
-
className: "SystemData"
|
|
1698
|
-
}
|
|
1699
|
-
},
|
|
1700
|
-
extendedLocation: {
|
|
1701
|
-
serializedName: "extendedLocation",
|
|
1702
|
-
type: {
|
|
1703
|
-
name: "Composite",
|
|
1704
|
-
className: "ExtendedLocation"
|
|
1705
|
-
}
|
|
1706
|
-
},
|
|
1707
1524
|
inventoryItemId: {
|
|
1708
|
-
serializedName: "
|
|
1525
|
+
serializedName: "inventoryItemId",
|
|
1709
1526
|
type: {
|
|
1710
|
-
name: "String"
|
|
1711
|
-
}
|
|
1527
|
+
name: "String",
|
|
1528
|
+
},
|
|
1712
1529
|
},
|
|
1713
1530
|
uuid: {
|
|
1714
1531
|
constraints: {
|
|
1715
|
-
|
|
1532
|
+
Pattern: new RegExp(
|
|
1533
|
+
"^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$",
|
|
1534
|
+
),
|
|
1716
1535
|
},
|
|
1717
|
-
serializedName: "
|
|
1536
|
+
serializedName: "uuid",
|
|
1718
1537
|
type: {
|
|
1719
|
-
name: "String"
|
|
1720
|
-
}
|
|
1538
|
+
name: "String",
|
|
1539
|
+
},
|
|
1721
1540
|
},
|
|
1722
1541
|
vmmServerId: {
|
|
1723
|
-
serializedName: "
|
|
1542
|
+
serializedName: "vmmServerId",
|
|
1724
1543
|
type: {
|
|
1725
|
-
name: "String"
|
|
1726
|
-
}
|
|
1544
|
+
name: "String",
|
|
1545
|
+
},
|
|
1727
1546
|
},
|
|
1728
|
-
|
|
1729
|
-
serializedName: "
|
|
1547
|
+
cloudName: {
|
|
1548
|
+
serializedName: "cloudName",
|
|
1730
1549
|
readOnly: true,
|
|
1731
1550
|
type: {
|
|
1732
|
-
name: "String"
|
|
1733
|
-
}
|
|
1551
|
+
name: "String",
|
|
1552
|
+
},
|
|
1734
1553
|
},
|
|
1735
|
-
|
|
1736
|
-
serializedName: "
|
|
1737
|
-
readOnly: true,
|
|
1554
|
+
cloudCapacity: {
|
|
1555
|
+
serializedName: "cloudCapacity",
|
|
1738
1556
|
type: {
|
|
1739
|
-
name: "
|
|
1740
|
-
|
|
1557
|
+
name: "Composite",
|
|
1558
|
+
className: "CloudCapacity",
|
|
1559
|
+
},
|
|
1741
1560
|
},
|
|
1742
|
-
|
|
1743
|
-
serializedName: "
|
|
1561
|
+
storageQosPolicies: {
|
|
1562
|
+
serializedName: "storageQoSPolicies",
|
|
1744
1563
|
readOnly: true,
|
|
1745
1564
|
type: {
|
|
1746
|
-
name: "
|
|
1747
|
-
|
|
1565
|
+
name: "Sequence",
|
|
1566
|
+
element: {
|
|
1567
|
+
type: {
|
|
1568
|
+
name: "Composite",
|
|
1569
|
+
className: "StorageQosPolicy",
|
|
1570
|
+
},
|
|
1571
|
+
},
|
|
1572
|
+
},
|
|
1748
1573
|
},
|
|
1749
|
-
|
|
1750
|
-
serializedName: "
|
|
1574
|
+
provisioningState: {
|
|
1575
|
+
serializedName: "provisioningState",
|
|
1751
1576
|
readOnly: true,
|
|
1752
1577
|
type: {
|
|
1753
|
-
name: "
|
|
1754
|
-
}
|
|
1578
|
+
name: "String",
|
|
1579
|
+
},
|
|
1755
1580
|
},
|
|
1581
|
+
},
|
|
1582
|
+
},
|
|
1583
|
+
};
|
|
1584
|
+
|
|
1585
|
+
export const CloudCapacity: coreClient.CompositeMapper = {
|
|
1586
|
+
type: {
|
|
1587
|
+
name: "Composite",
|
|
1588
|
+
className: "CloudCapacity",
|
|
1589
|
+
modelProperties: {
|
|
1756
1590
|
cpuCount: {
|
|
1757
|
-
serializedName: "
|
|
1591
|
+
serializedName: "cpuCount",
|
|
1758
1592
|
readOnly: true,
|
|
1759
1593
|
type: {
|
|
1760
|
-
name: "Number"
|
|
1761
|
-
}
|
|
1594
|
+
name: "Number",
|
|
1595
|
+
},
|
|
1762
1596
|
},
|
|
1763
|
-
|
|
1764
|
-
serializedName: "
|
|
1597
|
+
memoryMB: {
|
|
1598
|
+
serializedName: "memoryMB",
|
|
1765
1599
|
readOnly: true,
|
|
1766
1600
|
type: {
|
|
1767
|
-
name: "
|
|
1768
|
-
}
|
|
1601
|
+
name: "Number",
|
|
1602
|
+
},
|
|
1769
1603
|
},
|
|
1770
|
-
|
|
1771
|
-
serializedName: "
|
|
1604
|
+
vmCount: {
|
|
1605
|
+
serializedName: "vmCount",
|
|
1772
1606
|
readOnly: true,
|
|
1773
1607
|
type: {
|
|
1774
|
-
name: "
|
|
1775
|
-
}
|
|
1608
|
+
name: "Number",
|
|
1609
|
+
},
|
|
1776
1610
|
},
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1611
|
+
},
|
|
1612
|
+
},
|
|
1613
|
+
};
|
|
1614
|
+
|
|
1615
|
+
export const StorageQosPolicy: coreClient.CompositeMapper = {
|
|
1616
|
+
type: {
|
|
1617
|
+
name: "Composite",
|
|
1618
|
+
className: "StorageQosPolicy",
|
|
1619
|
+
modelProperties: {
|
|
1620
|
+
name: {
|
|
1621
|
+
serializedName: "name",
|
|
1780
1622
|
type: {
|
|
1781
|
-
name: "String"
|
|
1782
|
-
}
|
|
1623
|
+
name: "String",
|
|
1624
|
+
},
|
|
1783
1625
|
},
|
|
1784
|
-
|
|
1785
|
-
serializedName: "
|
|
1786
|
-
readOnly: true,
|
|
1626
|
+
id: {
|
|
1627
|
+
serializedName: "id",
|
|
1787
1628
|
type: {
|
|
1788
|
-
name: "
|
|
1789
|
-
}
|
|
1629
|
+
name: "String",
|
|
1630
|
+
},
|
|
1790
1631
|
},
|
|
1791
|
-
|
|
1792
|
-
serializedName: "
|
|
1793
|
-
readOnly: true,
|
|
1632
|
+
iopsMaximum: {
|
|
1633
|
+
serializedName: "iopsMaximum",
|
|
1794
1634
|
type: {
|
|
1795
|
-
name: "Number"
|
|
1796
|
-
}
|
|
1635
|
+
name: "Number",
|
|
1636
|
+
},
|
|
1797
1637
|
},
|
|
1798
|
-
|
|
1799
|
-
serializedName: "
|
|
1800
|
-
readOnly: true,
|
|
1638
|
+
iopsMinimum: {
|
|
1639
|
+
serializedName: "iopsMinimum",
|
|
1801
1640
|
type: {
|
|
1802
|
-
name: "
|
|
1803
|
-
}
|
|
1641
|
+
name: "Number",
|
|
1642
|
+
},
|
|
1804
1643
|
},
|
|
1805
|
-
|
|
1806
|
-
serializedName: "
|
|
1807
|
-
readOnly: true,
|
|
1644
|
+
bandwidthLimit: {
|
|
1645
|
+
serializedName: "bandwidthLimit",
|
|
1808
1646
|
type: {
|
|
1809
|
-
name: "Number"
|
|
1810
|
-
}
|
|
1647
|
+
name: "Number",
|
|
1648
|
+
},
|
|
1811
1649
|
},
|
|
1812
|
-
|
|
1813
|
-
serializedName: "
|
|
1814
|
-
readOnly: true,
|
|
1650
|
+
policyId: {
|
|
1651
|
+
serializedName: "policyId",
|
|
1815
1652
|
type: {
|
|
1816
|
-
name: "
|
|
1817
|
-
|
|
1818
|
-
type: {
|
|
1819
|
-
name: "Composite",
|
|
1820
|
-
className: "NetworkInterfaces"
|
|
1821
|
-
}
|
|
1822
|
-
}
|
|
1823
|
-
}
|
|
1653
|
+
name: "String",
|
|
1654
|
+
},
|
|
1824
1655
|
},
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
readOnly: true,
|
|
1828
|
-
type: {
|
|
1829
|
-
name: "Sequence",
|
|
1830
|
-
element: {
|
|
1831
|
-
type: {
|
|
1832
|
-
name: "Composite",
|
|
1833
|
-
className: "VirtualDisk"
|
|
1834
|
-
}
|
|
1835
|
-
}
|
|
1836
|
-
}
|
|
1837
|
-
},
|
|
1838
|
-
provisioningState: {
|
|
1839
|
-
serializedName: "properties.provisioningState",
|
|
1840
|
-
readOnly: true,
|
|
1841
|
-
type: {
|
|
1842
|
-
name: "String"
|
|
1843
|
-
}
|
|
1844
|
-
}
|
|
1845
|
-
}
|
|
1846
|
-
}
|
|
1656
|
+
},
|
|
1657
|
+
},
|
|
1847
1658
|
};
|
|
1848
1659
|
|
|
1849
1660
|
export const VirtualMachineTemplateListResult: coreClient.CompositeMapper = {
|
|
@@ -1853,328 +1664,598 @@ export const VirtualMachineTemplateListResult: coreClient.CompositeMapper = {
|
|
|
1853
1664
|
modelProperties: {
|
|
1854
1665
|
value: {
|
|
1855
1666
|
serializedName: "value",
|
|
1667
|
+
required: true,
|
|
1856
1668
|
type: {
|
|
1857
1669
|
name: "Sequence",
|
|
1858
1670
|
element: {
|
|
1859
1671
|
type: {
|
|
1860
1672
|
name: "Composite",
|
|
1861
|
-
className: "VirtualMachineTemplate"
|
|
1862
|
-
}
|
|
1863
|
-
}
|
|
1864
|
-
}
|
|
1673
|
+
className: "VirtualMachineTemplate",
|
|
1674
|
+
},
|
|
1675
|
+
},
|
|
1676
|
+
},
|
|
1865
1677
|
},
|
|
1866
1678
|
nextLink: {
|
|
1867
1679
|
serializedName: "nextLink",
|
|
1680
|
+
readOnly: true,
|
|
1868
1681
|
type: {
|
|
1869
|
-
name: "String"
|
|
1870
|
-
}
|
|
1871
|
-
}
|
|
1872
|
-
}
|
|
1873
|
-
}
|
|
1682
|
+
name: "String",
|
|
1683
|
+
},
|
|
1684
|
+
},
|
|
1685
|
+
},
|
|
1686
|
+
},
|
|
1874
1687
|
};
|
|
1875
1688
|
|
|
1876
|
-
export const
|
|
1689
|
+
export const VirtualMachineTemplateProperties: coreClient.CompositeMapper = {
|
|
1877
1690
|
type: {
|
|
1878
1691
|
name: "Composite",
|
|
1879
|
-
className: "
|
|
1692
|
+
className: "VirtualMachineTemplateProperties",
|
|
1880
1693
|
modelProperties: {
|
|
1881
|
-
|
|
1882
|
-
serializedName: "
|
|
1694
|
+
inventoryItemId: {
|
|
1695
|
+
serializedName: "inventoryItemId",
|
|
1696
|
+
type: {
|
|
1697
|
+
name: "String",
|
|
1698
|
+
},
|
|
1699
|
+
},
|
|
1700
|
+
uuid: {
|
|
1701
|
+
constraints: {
|
|
1702
|
+
Pattern: new RegExp(
|
|
1703
|
+
"^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$",
|
|
1704
|
+
),
|
|
1705
|
+
},
|
|
1706
|
+
serializedName: "uuid",
|
|
1707
|
+
type: {
|
|
1708
|
+
name: "String",
|
|
1709
|
+
},
|
|
1710
|
+
},
|
|
1711
|
+
vmmServerId: {
|
|
1712
|
+
serializedName: "vmmServerId",
|
|
1713
|
+
type: {
|
|
1714
|
+
name: "String",
|
|
1715
|
+
},
|
|
1716
|
+
},
|
|
1717
|
+
osType: {
|
|
1718
|
+
serializedName: "osType",
|
|
1883
1719
|
readOnly: true,
|
|
1884
1720
|
type: {
|
|
1885
|
-
name: "String"
|
|
1886
|
-
}
|
|
1721
|
+
name: "String",
|
|
1722
|
+
},
|
|
1887
1723
|
},
|
|
1888
|
-
|
|
1889
|
-
serializedName: "
|
|
1724
|
+
osName: {
|
|
1725
|
+
serializedName: "osName",
|
|
1890
1726
|
readOnly: true,
|
|
1891
1727
|
type: {
|
|
1892
|
-
name: "String"
|
|
1893
|
-
}
|
|
1728
|
+
name: "String",
|
|
1729
|
+
},
|
|
1894
1730
|
},
|
|
1895
|
-
|
|
1896
|
-
serializedName: "
|
|
1731
|
+
computerName: {
|
|
1732
|
+
serializedName: "computerName",
|
|
1897
1733
|
readOnly: true,
|
|
1898
1734
|
type: {
|
|
1899
|
-
name: "String"
|
|
1900
|
-
}
|
|
1735
|
+
name: "String",
|
|
1736
|
+
},
|
|
1901
1737
|
},
|
|
1902
|
-
|
|
1903
|
-
serializedName: "
|
|
1738
|
+
memoryMB: {
|
|
1739
|
+
serializedName: "memoryMB",
|
|
1740
|
+
readOnly: true,
|
|
1904
1741
|
type: {
|
|
1905
|
-
name: "
|
|
1906
|
-
}
|
|
1742
|
+
name: "Number",
|
|
1743
|
+
},
|
|
1907
1744
|
},
|
|
1908
|
-
|
|
1909
|
-
serializedName: "
|
|
1745
|
+
cpuCount: {
|
|
1746
|
+
serializedName: "cpuCount",
|
|
1747
|
+
readOnly: true,
|
|
1910
1748
|
type: {
|
|
1911
|
-
name: "
|
|
1912
|
-
|
|
1913
|
-
}
|
|
1749
|
+
name: "Number",
|
|
1750
|
+
},
|
|
1914
1751
|
},
|
|
1915
|
-
|
|
1916
|
-
serializedName: "
|
|
1752
|
+
limitCpuForMigration: {
|
|
1753
|
+
serializedName: "limitCpuForMigration",
|
|
1754
|
+
readOnly: true,
|
|
1917
1755
|
type: {
|
|
1918
|
-
name: "
|
|
1919
|
-
|
|
1920
|
-
}
|
|
1756
|
+
name: "String",
|
|
1757
|
+
},
|
|
1921
1758
|
},
|
|
1922
|
-
|
|
1923
|
-
serializedName: "
|
|
1759
|
+
dynamicMemoryEnabled: {
|
|
1760
|
+
serializedName: "dynamicMemoryEnabled",
|
|
1761
|
+
readOnly: true,
|
|
1924
1762
|
type: {
|
|
1925
|
-
name: "
|
|
1926
|
-
|
|
1927
|
-
}
|
|
1763
|
+
name: "String",
|
|
1764
|
+
},
|
|
1928
1765
|
},
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
|
|
1766
|
+
isCustomizable: {
|
|
1767
|
+
serializedName: "isCustomizable",
|
|
1768
|
+
readOnly: true,
|
|
1769
|
+
type: {
|
|
1770
|
+
name: "String",
|
|
1771
|
+
},
|
|
1772
|
+
},
|
|
1773
|
+
dynamicMemoryMaxMB: {
|
|
1774
|
+
serializedName: "dynamicMemoryMaxMB",
|
|
1775
|
+
readOnly: true,
|
|
1776
|
+
type: {
|
|
1777
|
+
name: "Number",
|
|
1932
1778
|
},
|
|
1933
|
-
|
|
1779
|
+
},
|
|
1780
|
+
dynamicMemoryMinMB: {
|
|
1781
|
+
serializedName: "dynamicMemoryMinMB",
|
|
1782
|
+
readOnly: true,
|
|
1934
1783
|
type: {
|
|
1935
|
-
name: "
|
|
1936
|
-
}
|
|
1784
|
+
name: "Number",
|
|
1785
|
+
},
|
|
1937
1786
|
},
|
|
1938
|
-
|
|
1939
|
-
serializedName: "
|
|
1787
|
+
isHighlyAvailable: {
|
|
1788
|
+
serializedName: "isHighlyAvailable",
|
|
1789
|
+
readOnly: true,
|
|
1790
|
+
type: {
|
|
1791
|
+
name: "String",
|
|
1792
|
+
},
|
|
1793
|
+
},
|
|
1794
|
+
generation: {
|
|
1795
|
+
serializedName: "generation",
|
|
1796
|
+
readOnly: true,
|
|
1797
|
+
type: {
|
|
1798
|
+
name: "Number",
|
|
1799
|
+
},
|
|
1800
|
+
},
|
|
1801
|
+
networkInterfaces: {
|
|
1802
|
+
serializedName: "networkInterfaces",
|
|
1803
|
+
readOnly: true,
|
|
1804
|
+
type: {
|
|
1805
|
+
name: "Sequence",
|
|
1806
|
+
element: {
|
|
1807
|
+
type: {
|
|
1808
|
+
name: "Composite",
|
|
1809
|
+
className: "NetworkInterface",
|
|
1810
|
+
},
|
|
1811
|
+
},
|
|
1812
|
+
},
|
|
1813
|
+
},
|
|
1814
|
+
disks: {
|
|
1815
|
+
serializedName: "disks",
|
|
1816
|
+
readOnly: true,
|
|
1940
1817
|
type: {
|
|
1941
|
-
name: "
|
|
1942
|
-
|
|
1818
|
+
name: "Sequence",
|
|
1819
|
+
element: {
|
|
1820
|
+
type: {
|
|
1821
|
+
name: "Composite",
|
|
1822
|
+
className: "VirtualDisk",
|
|
1823
|
+
},
|
|
1824
|
+
},
|
|
1825
|
+
},
|
|
1943
1826
|
},
|
|
1944
1827
|
provisioningState: {
|
|
1945
|
-
serializedName: "
|
|
1828
|
+
serializedName: "provisioningState",
|
|
1946
1829
|
readOnly: true,
|
|
1947
1830
|
type: {
|
|
1948
|
-
name: "String"
|
|
1949
|
-
}
|
|
1950
|
-
}
|
|
1951
|
-
}
|
|
1952
|
-
}
|
|
1831
|
+
name: "String",
|
|
1832
|
+
},
|
|
1833
|
+
},
|
|
1834
|
+
},
|
|
1835
|
+
},
|
|
1953
1836
|
};
|
|
1954
1837
|
|
|
1955
|
-
export const
|
|
1838
|
+
export const VirtualNetworkListResult: coreClient.CompositeMapper = {
|
|
1956
1839
|
type: {
|
|
1957
1840
|
name: "Composite",
|
|
1958
|
-
className: "
|
|
1841
|
+
className: "VirtualNetworkListResult",
|
|
1959
1842
|
modelProperties: {
|
|
1960
1843
|
value: {
|
|
1961
1844
|
serializedName: "value",
|
|
1845
|
+
required: true,
|
|
1962
1846
|
type: {
|
|
1963
1847
|
name: "Sequence",
|
|
1964
1848
|
element: {
|
|
1965
1849
|
type: {
|
|
1966
1850
|
name: "Composite",
|
|
1967
|
-
className: "
|
|
1968
|
-
}
|
|
1969
|
-
}
|
|
1970
|
-
}
|
|
1851
|
+
className: "VirtualNetwork",
|
|
1852
|
+
},
|
|
1853
|
+
},
|
|
1854
|
+
},
|
|
1971
1855
|
},
|
|
1972
1856
|
nextLink: {
|
|
1973
1857
|
serializedName: "nextLink",
|
|
1858
|
+
readOnly: true,
|
|
1974
1859
|
type: {
|
|
1975
|
-
name: "String"
|
|
1976
|
-
}
|
|
1977
|
-
}
|
|
1978
|
-
}
|
|
1979
|
-
}
|
|
1860
|
+
name: "String",
|
|
1861
|
+
},
|
|
1862
|
+
},
|
|
1863
|
+
},
|
|
1864
|
+
},
|
|
1980
1865
|
};
|
|
1981
1866
|
|
|
1982
|
-
export const
|
|
1867
|
+
export const VirtualNetworkProperties: coreClient.CompositeMapper = {
|
|
1983
1868
|
type: {
|
|
1984
1869
|
name: "Composite",
|
|
1985
|
-
className: "
|
|
1986
|
-
uberParent: "InventoryItemProperties",
|
|
1987
|
-
polymorphicDiscriminator: {
|
|
1988
|
-
serializedName: "inventoryType",
|
|
1989
|
-
clientName: "inventoryType"
|
|
1990
|
-
},
|
|
1870
|
+
className: "VirtualNetworkProperties",
|
|
1991
1871
|
modelProperties: {
|
|
1992
|
-
|
|
1993
|
-
serializedName: "
|
|
1994
|
-
required: true,
|
|
1995
|
-
type: {
|
|
1996
|
-
name: "String"
|
|
1997
|
-
}
|
|
1998
|
-
},
|
|
1999
|
-
managedResourceId: {
|
|
2000
|
-
serializedName: "managedResourceId",
|
|
2001
|
-
readOnly: true,
|
|
1872
|
+
inventoryItemId: {
|
|
1873
|
+
serializedName: "inventoryItemId",
|
|
2002
1874
|
type: {
|
|
2003
|
-
name: "String"
|
|
2004
|
-
}
|
|
1875
|
+
name: "String",
|
|
1876
|
+
},
|
|
2005
1877
|
},
|
|
2006
1878
|
uuid: {
|
|
1879
|
+
constraints: {
|
|
1880
|
+
Pattern: new RegExp(
|
|
1881
|
+
"^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$",
|
|
1882
|
+
),
|
|
1883
|
+
},
|
|
2007
1884
|
serializedName: "uuid",
|
|
2008
|
-
readOnly: true,
|
|
2009
1885
|
type: {
|
|
2010
|
-
name: "String"
|
|
2011
|
-
}
|
|
1886
|
+
name: "String",
|
|
1887
|
+
},
|
|
2012
1888
|
},
|
|
2013
|
-
|
|
2014
|
-
serializedName: "
|
|
1889
|
+
vmmServerId: {
|
|
1890
|
+
serializedName: "vmmServerId",
|
|
1891
|
+
type: {
|
|
1892
|
+
name: "String",
|
|
1893
|
+
},
|
|
1894
|
+
},
|
|
1895
|
+
networkName: {
|
|
1896
|
+
serializedName: "networkName",
|
|
2015
1897
|
readOnly: true,
|
|
2016
1898
|
type: {
|
|
2017
|
-
name: "String"
|
|
2018
|
-
}
|
|
1899
|
+
name: "String",
|
|
1900
|
+
},
|
|
2019
1901
|
},
|
|
2020
1902
|
provisioningState: {
|
|
2021
1903
|
serializedName: "provisioningState",
|
|
2022
1904
|
readOnly: true,
|
|
2023
1905
|
type: {
|
|
2024
|
-
name: "String"
|
|
2025
|
-
}
|
|
2026
|
-
}
|
|
2027
|
-
}
|
|
2028
|
-
}
|
|
1906
|
+
name: "String",
|
|
1907
|
+
},
|
|
1908
|
+
},
|
|
1909
|
+
},
|
|
1910
|
+
},
|
|
2029
1911
|
};
|
|
2030
1912
|
|
|
2031
|
-
export const
|
|
1913
|
+
export const VmmServerListResult: coreClient.CompositeMapper = {
|
|
2032
1914
|
type: {
|
|
2033
1915
|
name: "Composite",
|
|
2034
|
-
className: "
|
|
1916
|
+
className: "VmmServerListResult",
|
|
2035
1917
|
modelProperties: {
|
|
2036
|
-
|
|
2037
|
-
serializedName: "
|
|
2038
|
-
|
|
1918
|
+
value: {
|
|
1919
|
+
serializedName: "value",
|
|
1920
|
+
required: true,
|
|
2039
1921
|
type: {
|
|
2040
|
-
name: "
|
|
2041
|
-
|
|
1922
|
+
name: "Sequence",
|
|
1923
|
+
element: {
|
|
1924
|
+
type: {
|
|
1925
|
+
name: "Composite",
|
|
1926
|
+
className: "VmmServer",
|
|
1927
|
+
},
|
|
1928
|
+
},
|
|
1929
|
+
},
|
|
2042
1930
|
},
|
|
2043
|
-
|
|
2044
|
-
serializedName: "
|
|
1931
|
+
nextLink: {
|
|
1932
|
+
serializedName: "nextLink",
|
|
2045
1933
|
readOnly: true,
|
|
2046
1934
|
type: {
|
|
2047
|
-
name: "String"
|
|
2048
|
-
}
|
|
1935
|
+
name: "String",
|
|
1936
|
+
},
|
|
2049
1937
|
},
|
|
2050
|
-
|
|
2051
|
-
|
|
2052
|
-
readOnly: true,
|
|
2053
|
-
type: {
|
|
2054
|
-
name: "String"
|
|
2055
|
-
}
|
|
2056
|
-
}
|
|
2057
|
-
}
|
|
2058
|
-
}
|
|
1938
|
+
},
|
|
1939
|
+
},
|
|
2059
1940
|
};
|
|
2060
1941
|
|
|
2061
|
-
export const
|
|
1942
|
+
export const VmmServerProperties: coreClient.CompositeMapper = {
|
|
2062
1943
|
type: {
|
|
2063
1944
|
name: "Composite",
|
|
2064
|
-
className: "
|
|
1945
|
+
className: "VmmServerProperties",
|
|
2065
1946
|
modelProperties: {
|
|
2066
|
-
|
|
2067
|
-
serializedName: "
|
|
1947
|
+
credentials: {
|
|
1948
|
+
serializedName: "credentials",
|
|
2068
1949
|
type: {
|
|
2069
|
-
name: "
|
|
2070
|
-
|
|
1950
|
+
name: "Composite",
|
|
1951
|
+
className: "VmmCredential",
|
|
1952
|
+
},
|
|
2071
1953
|
},
|
|
2072
|
-
|
|
2073
|
-
|
|
1954
|
+
fqdn: {
|
|
1955
|
+
constraints: {
|
|
1956
|
+
MinLength: 1,
|
|
1957
|
+
},
|
|
1958
|
+
serializedName: "fqdn",
|
|
2074
1959
|
required: true,
|
|
2075
1960
|
type: {
|
|
2076
|
-
name: "
|
|
2077
|
-
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
|
|
2081
|
-
|
|
2082
|
-
|
|
2083
|
-
}
|
|
2084
|
-
|
|
2085
|
-
|
|
2086
|
-
|
|
1961
|
+
name: "String",
|
|
1962
|
+
},
|
|
1963
|
+
},
|
|
1964
|
+
port: {
|
|
1965
|
+
constraints: {
|
|
1966
|
+
InclusiveMaximum: 65535,
|
|
1967
|
+
InclusiveMinimum: 1,
|
|
1968
|
+
},
|
|
1969
|
+
serializedName: "port",
|
|
1970
|
+
type: {
|
|
1971
|
+
name: "Number",
|
|
1972
|
+
},
|
|
1973
|
+
},
|
|
1974
|
+
connectionStatus: {
|
|
1975
|
+
serializedName: "connectionStatus",
|
|
1976
|
+
readOnly: true,
|
|
1977
|
+
type: {
|
|
1978
|
+
name: "String",
|
|
1979
|
+
},
|
|
1980
|
+
},
|
|
1981
|
+
errorMessage: {
|
|
1982
|
+
serializedName: "errorMessage",
|
|
1983
|
+
readOnly: true,
|
|
1984
|
+
type: {
|
|
1985
|
+
name: "String",
|
|
1986
|
+
},
|
|
1987
|
+
},
|
|
1988
|
+
uuid: {
|
|
1989
|
+
serializedName: "uuid",
|
|
1990
|
+
readOnly: true,
|
|
1991
|
+
type: {
|
|
1992
|
+
name: "String",
|
|
1993
|
+
},
|
|
1994
|
+
},
|
|
1995
|
+
version: {
|
|
1996
|
+
serializedName: "version",
|
|
1997
|
+
readOnly: true,
|
|
1998
|
+
type: {
|
|
1999
|
+
name: "String",
|
|
2000
|
+
},
|
|
2001
|
+
},
|
|
2002
|
+
provisioningState: {
|
|
2003
|
+
serializedName: "provisioningState",
|
|
2004
|
+
readOnly: true,
|
|
2005
|
+
type: {
|
|
2006
|
+
name: "String",
|
|
2007
|
+
},
|
|
2008
|
+
},
|
|
2009
|
+
},
|
|
2010
|
+
},
|
|
2087
2011
|
};
|
|
2088
2012
|
|
|
2089
|
-
export const
|
|
2013
|
+
export const VmmCredential: coreClient.CompositeMapper = {
|
|
2090
2014
|
type: {
|
|
2091
2015
|
name: "Composite",
|
|
2092
|
-
className: "
|
|
2016
|
+
className: "VmmCredential",
|
|
2093
2017
|
modelProperties: {
|
|
2094
|
-
|
|
2095
|
-
serializedName: "
|
|
2018
|
+
username: {
|
|
2019
|
+
serializedName: "username",
|
|
2096
2020
|
type: {
|
|
2097
|
-
name: "String"
|
|
2098
|
-
}
|
|
2021
|
+
name: "String",
|
|
2022
|
+
},
|
|
2099
2023
|
},
|
|
2100
|
-
|
|
2101
|
-
serializedName: "
|
|
2024
|
+
password: {
|
|
2025
|
+
serializedName: "password",
|
|
2102
2026
|
type: {
|
|
2103
|
-
name: "String"
|
|
2104
|
-
}
|
|
2105
|
-
}
|
|
2106
|
-
}
|
|
2107
|
-
}
|
|
2027
|
+
name: "String",
|
|
2028
|
+
},
|
|
2029
|
+
},
|
|
2030
|
+
},
|
|
2031
|
+
},
|
|
2108
2032
|
};
|
|
2109
2033
|
|
|
2110
|
-
export const
|
|
2111
|
-
serializedName: "Cloud",
|
|
2034
|
+
export const AvailabilitySetTagsUpdate: coreClient.CompositeMapper = {
|
|
2112
2035
|
type: {
|
|
2113
2036
|
name: "Composite",
|
|
2114
|
-
className: "
|
|
2115
|
-
uberParent: "InventoryItemProperties",
|
|
2116
|
-
polymorphicDiscriminator:
|
|
2117
|
-
InventoryItemProperties.type.polymorphicDiscriminator,
|
|
2037
|
+
className: "AvailabilitySetTagsUpdate",
|
|
2118
2038
|
modelProperties: {
|
|
2119
|
-
|
|
2120
|
-
|
|
2121
|
-
|
|
2039
|
+
tags: {
|
|
2040
|
+
serializedName: "tags",
|
|
2041
|
+
type: {
|
|
2042
|
+
name: "Dictionary",
|
|
2043
|
+
value: { type: { name: "String" } },
|
|
2044
|
+
},
|
|
2045
|
+
},
|
|
2046
|
+
},
|
|
2047
|
+
},
|
|
2122
2048
|
};
|
|
2123
2049
|
|
|
2124
|
-
export const
|
|
2125
|
-
serializedName: "VirtualNetwork",
|
|
2050
|
+
export const CloudTagsUpdate: coreClient.CompositeMapper = {
|
|
2126
2051
|
type: {
|
|
2127
2052
|
name: "Composite",
|
|
2128
|
-
className: "
|
|
2129
|
-
uberParent: "InventoryItemProperties",
|
|
2130
|
-
polymorphicDiscriminator:
|
|
2131
|
-
InventoryItemProperties.type.polymorphicDiscriminator,
|
|
2053
|
+
className: "CloudTagsUpdate",
|
|
2132
2054
|
modelProperties: {
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
|
|
2055
|
+
tags: {
|
|
2056
|
+
serializedName: "tags",
|
|
2057
|
+
type: {
|
|
2058
|
+
name: "Dictionary",
|
|
2059
|
+
value: { type: { name: "String" } },
|
|
2060
|
+
},
|
|
2061
|
+
},
|
|
2062
|
+
},
|
|
2063
|
+
},
|
|
2136
2064
|
};
|
|
2137
2065
|
|
|
2138
|
-
export const
|
|
2139
|
-
serializedName: "VirtualMachineTemplate",
|
|
2066
|
+
export const VirtualMachineTemplateTagsUpdate: coreClient.CompositeMapper = {
|
|
2140
2067
|
type: {
|
|
2141
2068
|
name: "Composite",
|
|
2142
|
-
className: "
|
|
2069
|
+
className: "VirtualMachineTemplateTagsUpdate",
|
|
2070
|
+
modelProperties: {
|
|
2071
|
+
tags: {
|
|
2072
|
+
serializedName: "tags",
|
|
2073
|
+
type: {
|
|
2074
|
+
name: "Dictionary",
|
|
2075
|
+
value: { type: { name: "String" } },
|
|
2076
|
+
},
|
|
2077
|
+
},
|
|
2078
|
+
},
|
|
2079
|
+
},
|
|
2080
|
+
};
|
|
2081
|
+
|
|
2082
|
+
export const VirtualNetworkTagsUpdate: coreClient.CompositeMapper = {
|
|
2083
|
+
type: {
|
|
2084
|
+
name: "Composite",
|
|
2085
|
+
className: "VirtualNetworkTagsUpdate",
|
|
2086
|
+
modelProperties: {
|
|
2087
|
+
tags: {
|
|
2088
|
+
serializedName: "tags",
|
|
2089
|
+
type: {
|
|
2090
|
+
name: "Dictionary",
|
|
2091
|
+
value: { type: { name: "String" } },
|
|
2092
|
+
},
|
|
2093
|
+
},
|
|
2094
|
+
},
|
|
2095
|
+
},
|
|
2096
|
+
};
|
|
2097
|
+
|
|
2098
|
+
export const VmmServerTagsUpdate: coreClient.CompositeMapper = {
|
|
2099
|
+
type: {
|
|
2100
|
+
name: "Composite",
|
|
2101
|
+
className: "VmmServerTagsUpdate",
|
|
2102
|
+
modelProperties: {
|
|
2103
|
+
tags: {
|
|
2104
|
+
serializedName: "tags",
|
|
2105
|
+
type: {
|
|
2106
|
+
name: "Dictionary",
|
|
2107
|
+
value: { type: { name: "String" } },
|
|
2108
|
+
},
|
|
2109
|
+
},
|
|
2110
|
+
},
|
|
2111
|
+
},
|
|
2112
|
+
};
|
|
2113
|
+
|
|
2114
|
+
export const InventoryItemListResult: coreClient.CompositeMapper = {
|
|
2115
|
+
type: {
|
|
2116
|
+
name: "Composite",
|
|
2117
|
+
className: "InventoryItemListResult",
|
|
2118
|
+
modelProperties: {
|
|
2119
|
+
value: {
|
|
2120
|
+
serializedName: "value",
|
|
2121
|
+
required: true,
|
|
2122
|
+
type: {
|
|
2123
|
+
name: "Sequence",
|
|
2124
|
+
element: {
|
|
2125
|
+
type: {
|
|
2126
|
+
name: "Composite",
|
|
2127
|
+
className: "InventoryItem",
|
|
2128
|
+
},
|
|
2129
|
+
},
|
|
2130
|
+
},
|
|
2131
|
+
},
|
|
2132
|
+
nextLink: {
|
|
2133
|
+
serializedName: "nextLink",
|
|
2134
|
+
readOnly: true,
|
|
2135
|
+
type: {
|
|
2136
|
+
name: "String",
|
|
2137
|
+
},
|
|
2138
|
+
},
|
|
2139
|
+
},
|
|
2140
|
+
},
|
|
2141
|
+
};
|
|
2142
|
+
|
|
2143
|
+
export const InventoryItemProperties: coreClient.CompositeMapper = {
|
|
2144
|
+
type: {
|
|
2145
|
+
name: "Composite",
|
|
2146
|
+
className: "InventoryItemProperties",
|
|
2143
2147
|
uberParent: "InventoryItemProperties",
|
|
2144
|
-
polymorphicDiscriminator:
|
|
2145
|
-
|
|
2148
|
+
polymorphicDiscriminator: {
|
|
2149
|
+
serializedName: "inventoryType",
|
|
2150
|
+
clientName: "inventoryType",
|
|
2151
|
+
},
|
|
2146
2152
|
modelProperties: {
|
|
2147
|
-
|
|
2148
|
-
|
|
2149
|
-
|
|
2153
|
+
inventoryType: {
|
|
2154
|
+
serializedName: "inventoryType",
|
|
2155
|
+
required: true,
|
|
2156
|
+
type: {
|
|
2157
|
+
name: "String",
|
|
2158
|
+
},
|
|
2159
|
+
},
|
|
2160
|
+
managedResourceId: {
|
|
2161
|
+
serializedName: "managedResourceId",
|
|
2150
2162
|
readOnly: true,
|
|
2151
2163
|
type: {
|
|
2152
|
-
name: "
|
|
2153
|
-
}
|
|
2164
|
+
name: "String",
|
|
2165
|
+
},
|
|
2154
2166
|
},
|
|
2155
|
-
|
|
2156
|
-
serializedName: "
|
|
2167
|
+
uuid: {
|
|
2168
|
+
serializedName: "uuid",
|
|
2157
2169
|
readOnly: true,
|
|
2158
2170
|
type: {
|
|
2159
|
-
name: "
|
|
2160
|
-
}
|
|
2171
|
+
name: "String",
|
|
2172
|
+
},
|
|
2161
2173
|
},
|
|
2162
|
-
|
|
2163
|
-
serializedName: "
|
|
2174
|
+
inventoryItemName: {
|
|
2175
|
+
serializedName: "inventoryItemName",
|
|
2164
2176
|
readOnly: true,
|
|
2165
2177
|
type: {
|
|
2166
|
-
name: "String"
|
|
2167
|
-
}
|
|
2178
|
+
name: "String",
|
|
2179
|
+
},
|
|
2168
2180
|
},
|
|
2169
|
-
|
|
2170
|
-
serializedName: "
|
|
2181
|
+
provisioningState: {
|
|
2182
|
+
serializedName: "provisioningState",
|
|
2171
2183
|
readOnly: true,
|
|
2172
2184
|
type: {
|
|
2173
|
-
name: "String"
|
|
2174
|
-
}
|
|
2175
|
-
}
|
|
2176
|
-
}
|
|
2177
|
-
}
|
|
2185
|
+
name: "String",
|
|
2186
|
+
},
|
|
2187
|
+
},
|
|
2188
|
+
},
|
|
2189
|
+
},
|
|
2190
|
+
};
|
|
2191
|
+
|
|
2192
|
+
export const InventoryItemDetails: coreClient.CompositeMapper = {
|
|
2193
|
+
type: {
|
|
2194
|
+
name: "Composite",
|
|
2195
|
+
className: "InventoryItemDetails",
|
|
2196
|
+
modelProperties: {
|
|
2197
|
+
inventoryItemId: {
|
|
2198
|
+
serializedName: "inventoryItemId",
|
|
2199
|
+
type: {
|
|
2200
|
+
name: "String",
|
|
2201
|
+
},
|
|
2202
|
+
},
|
|
2203
|
+
inventoryItemName: {
|
|
2204
|
+
serializedName: "inventoryItemName",
|
|
2205
|
+
type: {
|
|
2206
|
+
name: "String",
|
|
2207
|
+
},
|
|
2208
|
+
},
|
|
2209
|
+
},
|
|
2210
|
+
},
|
|
2211
|
+
};
|
|
2212
|
+
|
|
2213
|
+
export const ProxyResource: coreClient.CompositeMapper = {
|
|
2214
|
+
type: {
|
|
2215
|
+
name: "Composite",
|
|
2216
|
+
className: "ProxyResource",
|
|
2217
|
+
modelProperties: {
|
|
2218
|
+
...Resource.type.modelProperties,
|
|
2219
|
+
},
|
|
2220
|
+
},
|
|
2221
|
+
};
|
|
2222
|
+
|
|
2223
|
+
export const TrackedResource: coreClient.CompositeMapper = {
|
|
2224
|
+
type: {
|
|
2225
|
+
name: "Composite",
|
|
2226
|
+
className: "TrackedResource",
|
|
2227
|
+
modelProperties: {
|
|
2228
|
+
...Resource.type.modelProperties,
|
|
2229
|
+
tags: {
|
|
2230
|
+
serializedName: "tags",
|
|
2231
|
+
type: {
|
|
2232
|
+
name: "Dictionary",
|
|
2233
|
+
value: { type: { name: "String" } },
|
|
2234
|
+
},
|
|
2235
|
+
},
|
|
2236
|
+
location: {
|
|
2237
|
+
serializedName: "location",
|
|
2238
|
+
required: true,
|
|
2239
|
+
type: {
|
|
2240
|
+
name: "String",
|
|
2241
|
+
},
|
|
2242
|
+
},
|
|
2243
|
+
},
|
|
2244
|
+
},
|
|
2245
|
+
};
|
|
2246
|
+
|
|
2247
|
+
export const CloudInventoryItem: coreClient.CompositeMapper = {
|
|
2248
|
+
serializedName: "Cloud",
|
|
2249
|
+
type: {
|
|
2250
|
+
name: "Composite",
|
|
2251
|
+
className: "CloudInventoryItem",
|
|
2252
|
+
uberParent: "InventoryItemProperties",
|
|
2253
|
+
polymorphicDiscriminator:
|
|
2254
|
+
InventoryItemProperties.type.polymorphicDiscriminator,
|
|
2255
|
+
modelProperties: {
|
|
2256
|
+
...InventoryItemProperties.type.modelProperties,
|
|
2257
|
+
},
|
|
2258
|
+
},
|
|
2178
2259
|
};
|
|
2179
2260
|
|
|
2180
2261
|
export const VirtualMachineInventoryItem: coreClient.CompositeMapper = {
|
|
@@ -2191,22 +2272,29 @@ export const VirtualMachineInventoryItem: coreClient.CompositeMapper = {
|
|
|
2191
2272
|
serializedName: "osType",
|
|
2192
2273
|
readOnly: true,
|
|
2193
2274
|
type: {
|
|
2194
|
-
name: "String"
|
|
2195
|
-
}
|
|
2275
|
+
name: "String",
|
|
2276
|
+
},
|
|
2196
2277
|
},
|
|
2197
2278
|
osName: {
|
|
2198
2279
|
serializedName: "osName",
|
|
2199
2280
|
readOnly: true,
|
|
2200
2281
|
type: {
|
|
2201
|
-
name: "String"
|
|
2202
|
-
}
|
|
2282
|
+
name: "String",
|
|
2283
|
+
},
|
|
2284
|
+
},
|
|
2285
|
+
osVersion: {
|
|
2286
|
+
serializedName: "osVersion",
|
|
2287
|
+
readOnly: true,
|
|
2288
|
+
type: {
|
|
2289
|
+
name: "String",
|
|
2290
|
+
},
|
|
2203
2291
|
},
|
|
2204
2292
|
powerState: {
|
|
2205
2293
|
serializedName: "powerState",
|
|
2206
2294
|
readOnly: true,
|
|
2207
2295
|
type: {
|
|
2208
|
-
name: "String"
|
|
2209
|
-
}
|
|
2296
|
+
name: "String",
|
|
2297
|
+
},
|
|
2210
2298
|
},
|
|
2211
2299
|
ipAddresses: {
|
|
2212
2300
|
serializedName: "ipAddresses",
|
|
@@ -2214,104 +2302,540 @@ export const VirtualMachineInventoryItem: coreClient.CompositeMapper = {
|
|
|
2214
2302
|
name: "Sequence",
|
|
2215
2303
|
element: {
|
|
2216
2304
|
type: {
|
|
2217
|
-
name: "String"
|
|
2218
|
-
}
|
|
2219
|
-
}
|
|
2220
|
-
}
|
|
2305
|
+
name: "String",
|
|
2306
|
+
},
|
|
2307
|
+
},
|
|
2308
|
+
},
|
|
2221
2309
|
},
|
|
2222
2310
|
cloud: {
|
|
2223
2311
|
serializedName: "cloud",
|
|
2224
2312
|
type: {
|
|
2225
2313
|
name: "Composite",
|
|
2226
|
-
className: "InventoryItemDetails"
|
|
2227
|
-
}
|
|
2228
|
-
}
|
|
2229
|
-
}
|
|
2230
|
-
}
|
|
2231
|
-
};
|
|
2232
|
-
|
|
2233
|
-
export const ProxyResource: coreClient.CompositeMapper = {
|
|
2234
|
-
type: {
|
|
2235
|
-
name: "Composite",
|
|
2236
|
-
className: "ProxyResource",
|
|
2237
|
-
modelProperties: {
|
|
2238
|
-
...Resource.type.modelProperties
|
|
2239
|
-
}
|
|
2240
|
-
}
|
|
2241
|
-
};
|
|
2242
|
-
|
|
2243
|
-
export const InventoryItem: coreClient.CompositeMapper = {
|
|
2244
|
-
type: {
|
|
2245
|
-
name: "Composite",
|
|
2246
|
-
className: "InventoryItem",
|
|
2247
|
-
modelProperties: {
|
|
2248
|
-
...ProxyResource.type.modelProperties,
|
|
2249
|
-
systemData: {
|
|
2250
|
-
serializedName: "systemData",
|
|
2251
|
-
type: {
|
|
2252
|
-
name: "Composite",
|
|
2253
|
-
className: "SystemData"
|
|
2254
|
-
}
|
|
2314
|
+
className: "InventoryItemDetails",
|
|
2315
|
+
},
|
|
2255
2316
|
},
|
|
2256
|
-
|
|
2257
|
-
serializedName: "
|
|
2317
|
+
biosGuid: {
|
|
2318
|
+
serializedName: "biosGuid",
|
|
2319
|
+
readOnly: true,
|
|
2258
2320
|
type: {
|
|
2259
|
-
name: "String"
|
|
2260
|
-
}
|
|
2321
|
+
name: "String",
|
|
2322
|
+
},
|
|
2261
2323
|
},
|
|
2262
|
-
|
|
2263
|
-
serializedName: "
|
|
2264
|
-
|
|
2324
|
+
managedMachineResourceId: {
|
|
2325
|
+
serializedName: "managedMachineResourceId",
|
|
2326
|
+
readOnly: true,
|
|
2265
2327
|
type: {
|
|
2266
|
-
name: "String"
|
|
2267
|
-
}
|
|
2328
|
+
name: "String",
|
|
2329
|
+
},
|
|
2268
2330
|
},
|
|
2269
|
-
|
|
2270
|
-
|
|
2331
|
+
},
|
|
2332
|
+
},
|
|
2333
|
+
};
|
|
2334
|
+
|
|
2335
|
+
export const VirtualMachineTemplateInventoryItem: coreClient.CompositeMapper = {
|
|
2336
|
+
serializedName: "VirtualMachineTemplate",
|
|
2337
|
+
type: {
|
|
2338
|
+
name: "Composite",
|
|
2339
|
+
className: "VirtualMachineTemplateInventoryItem",
|
|
2340
|
+
uberParent: "InventoryItemProperties",
|
|
2341
|
+
polymorphicDiscriminator:
|
|
2342
|
+
InventoryItemProperties.type.polymorphicDiscriminator,
|
|
2343
|
+
modelProperties: {
|
|
2344
|
+
...InventoryItemProperties.type.modelProperties,
|
|
2345
|
+
cpuCount: {
|
|
2346
|
+
serializedName: "cpuCount",
|
|
2271
2347
|
readOnly: true,
|
|
2272
2348
|
type: {
|
|
2273
|
-
name: "
|
|
2274
|
-
}
|
|
2349
|
+
name: "Number",
|
|
2350
|
+
},
|
|
2275
2351
|
},
|
|
2276
|
-
|
|
2277
|
-
serializedName: "
|
|
2352
|
+
memoryMB: {
|
|
2353
|
+
serializedName: "memoryMB",
|
|
2278
2354
|
readOnly: true,
|
|
2279
2355
|
type: {
|
|
2280
|
-
name: "
|
|
2281
|
-
}
|
|
2356
|
+
name: "Number",
|
|
2357
|
+
},
|
|
2282
2358
|
},
|
|
2283
|
-
|
|
2284
|
-
serializedName: "
|
|
2359
|
+
osType: {
|
|
2360
|
+
serializedName: "osType",
|
|
2285
2361
|
readOnly: true,
|
|
2286
2362
|
type: {
|
|
2287
|
-
name: "String"
|
|
2288
|
-
}
|
|
2363
|
+
name: "String",
|
|
2364
|
+
},
|
|
2289
2365
|
},
|
|
2290
|
-
|
|
2291
|
-
serializedName: "
|
|
2366
|
+
osName: {
|
|
2367
|
+
serializedName: "osName",
|
|
2292
2368
|
readOnly: true,
|
|
2293
2369
|
type: {
|
|
2294
|
-
name: "String"
|
|
2295
|
-
}
|
|
2296
|
-
}
|
|
2297
|
-
}
|
|
2298
|
-
}
|
|
2370
|
+
name: "String",
|
|
2371
|
+
},
|
|
2372
|
+
},
|
|
2373
|
+
},
|
|
2374
|
+
},
|
|
2299
2375
|
};
|
|
2300
2376
|
|
|
2301
|
-
export const
|
|
2377
|
+
export const VirtualNetworkInventoryItem: coreClient.CompositeMapper = {
|
|
2378
|
+
serializedName: "VirtualNetwork",
|
|
2302
2379
|
type: {
|
|
2303
2380
|
name: "Composite",
|
|
2304
|
-
className: "
|
|
2381
|
+
className: "VirtualNetworkInventoryItem",
|
|
2382
|
+
uberParent: "InventoryItemProperties",
|
|
2383
|
+
polymorphicDiscriminator:
|
|
2384
|
+
InventoryItemProperties.type.polymorphicDiscriminator,
|
|
2305
2385
|
modelProperties: {
|
|
2306
|
-
|
|
2307
|
-
|
|
2308
|
-
|
|
2309
|
-
|
|
2310
|
-
|
|
2311
|
-
|
|
2312
|
-
|
|
2313
|
-
|
|
2314
|
-
|
|
2386
|
+
...InventoryItemProperties.type.modelProperties,
|
|
2387
|
+
},
|
|
2388
|
+
},
|
|
2389
|
+
};
|
|
2390
|
+
|
|
2391
|
+
export const VirtualMachineInstance: coreClient.CompositeMapper = {
|
|
2392
|
+
type: {
|
|
2393
|
+
name: "Composite",
|
|
2394
|
+
className: "VirtualMachineInstance",
|
|
2395
|
+
modelProperties: {
|
|
2396
|
+
...ProxyResource.type.modelProperties,
|
|
2397
|
+
properties: {
|
|
2398
|
+
serializedName: "properties",
|
|
2399
|
+
type: {
|
|
2400
|
+
name: "Composite",
|
|
2401
|
+
className: "VirtualMachineInstanceProperties",
|
|
2402
|
+
},
|
|
2403
|
+
},
|
|
2404
|
+
extendedLocation: {
|
|
2405
|
+
serializedName: "extendedLocation",
|
|
2406
|
+
type: {
|
|
2407
|
+
name: "Composite",
|
|
2408
|
+
className: "ExtendedLocation",
|
|
2409
|
+
},
|
|
2410
|
+
},
|
|
2411
|
+
},
|
|
2412
|
+
},
|
|
2413
|
+
};
|
|
2414
|
+
|
|
2415
|
+
export const GuestAgent: coreClient.CompositeMapper = {
|
|
2416
|
+
type: {
|
|
2417
|
+
name: "Composite",
|
|
2418
|
+
className: "GuestAgent",
|
|
2419
|
+
modelProperties: {
|
|
2420
|
+
...ProxyResource.type.modelProperties,
|
|
2421
|
+
properties: {
|
|
2422
|
+
serializedName: "properties",
|
|
2423
|
+
type: {
|
|
2424
|
+
name: "Composite",
|
|
2425
|
+
className: "GuestAgentProperties",
|
|
2426
|
+
},
|
|
2427
|
+
},
|
|
2428
|
+
},
|
|
2429
|
+
},
|
|
2430
|
+
};
|
|
2431
|
+
|
|
2432
|
+
export const VmInstanceHybridIdentityMetadata: coreClient.CompositeMapper = {
|
|
2433
|
+
type: {
|
|
2434
|
+
name: "Composite",
|
|
2435
|
+
className: "VmInstanceHybridIdentityMetadata",
|
|
2436
|
+
modelProperties: {
|
|
2437
|
+
...ProxyResource.type.modelProperties,
|
|
2438
|
+
properties: {
|
|
2439
|
+
serializedName: "properties",
|
|
2440
|
+
type: {
|
|
2441
|
+
name: "Composite",
|
|
2442
|
+
className: "VmInstanceHybridIdentityMetadataProperties",
|
|
2443
|
+
},
|
|
2444
|
+
},
|
|
2445
|
+
},
|
|
2446
|
+
},
|
|
2447
|
+
};
|
|
2448
|
+
|
|
2449
|
+
export const InventoryItem: coreClient.CompositeMapper = {
|
|
2450
|
+
type: {
|
|
2451
|
+
name: "Composite",
|
|
2452
|
+
className: "InventoryItem",
|
|
2453
|
+
modelProperties: {
|
|
2454
|
+
...ProxyResource.type.modelProperties,
|
|
2455
|
+
properties: {
|
|
2456
|
+
serializedName: "properties",
|
|
2457
|
+
type: {
|
|
2458
|
+
name: "Composite",
|
|
2459
|
+
className: "InventoryItemProperties",
|
|
2460
|
+
},
|
|
2461
|
+
},
|
|
2462
|
+
kind: {
|
|
2463
|
+
serializedName: "kind",
|
|
2464
|
+
type: {
|
|
2465
|
+
name: "String",
|
|
2466
|
+
},
|
|
2467
|
+
},
|
|
2468
|
+
},
|
|
2469
|
+
},
|
|
2470
|
+
};
|
|
2471
|
+
|
|
2472
|
+
export const AvailabilitySet: coreClient.CompositeMapper = {
|
|
2473
|
+
type: {
|
|
2474
|
+
name: "Composite",
|
|
2475
|
+
className: "AvailabilitySet",
|
|
2476
|
+
modelProperties: {
|
|
2477
|
+
...TrackedResource.type.modelProperties,
|
|
2478
|
+
properties: {
|
|
2479
|
+
serializedName: "properties",
|
|
2480
|
+
type: {
|
|
2481
|
+
name: "Composite",
|
|
2482
|
+
className: "AvailabilitySetProperties",
|
|
2483
|
+
},
|
|
2484
|
+
},
|
|
2485
|
+
extendedLocation: {
|
|
2486
|
+
serializedName: "extendedLocation",
|
|
2487
|
+
type: {
|
|
2488
|
+
name: "Composite",
|
|
2489
|
+
className: "ExtendedLocation",
|
|
2490
|
+
},
|
|
2491
|
+
},
|
|
2492
|
+
},
|
|
2493
|
+
},
|
|
2494
|
+
};
|
|
2495
|
+
|
|
2496
|
+
export const Cloud: coreClient.CompositeMapper = {
|
|
2497
|
+
type: {
|
|
2498
|
+
name: "Composite",
|
|
2499
|
+
className: "Cloud",
|
|
2500
|
+
modelProperties: {
|
|
2501
|
+
...TrackedResource.type.modelProperties,
|
|
2502
|
+
properties: {
|
|
2503
|
+
serializedName: "properties",
|
|
2504
|
+
type: {
|
|
2505
|
+
name: "Composite",
|
|
2506
|
+
className: "CloudProperties",
|
|
2507
|
+
},
|
|
2508
|
+
},
|
|
2509
|
+
extendedLocation: {
|
|
2510
|
+
serializedName: "extendedLocation",
|
|
2511
|
+
type: {
|
|
2512
|
+
name: "Composite",
|
|
2513
|
+
className: "ExtendedLocation",
|
|
2514
|
+
},
|
|
2515
|
+
},
|
|
2516
|
+
},
|
|
2517
|
+
},
|
|
2518
|
+
};
|
|
2519
|
+
|
|
2520
|
+
export const VirtualMachineTemplate: coreClient.CompositeMapper = {
|
|
2521
|
+
type: {
|
|
2522
|
+
name: "Composite",
|
|
2523
|
+
className: "VirtualMachineTemplate",
|
|
2524
|
+
modelProperties: {
|
|
2525
|
+
...TrackedResource.type.modelProperties,
|
|
2526
|
+
properties: {
|
|
2527
|
+
serializedName: "properties",
|
|
2528
|
+
type: {
|
|
2529
|
+
name: "Composite",
|
|
2530
|
+
className: "VirtualMachineTemplateProperties",
|
|
2531
|
+
},
|
|
2532
|
+
},
|
|
2533
|
+
extendedLocation: {
|
|
2534
|
+
serializedName: "extendedLocation",
|
|
2535
|
+
type: {
|
|
2536
|
+
name: "Composite",
|
|
2537
|
+
className: "ExtendedLocation",
|
|
2538
|
+
},
|
|
2539
|
+
},
|
|
2540
|
+
},
|
|
2541
|
+
},
|
|
2542
|
+
};
|
|
2543
|
+
|
|
2544
|
+
export const VirtualNetwork: coreClient.CompositeMapper = {
|
|
2545
|
+
type: {
|
|
2546
|
+
name: "Composite",
|
|
2547
|
+
className: "VirtualNetwork",
|
|
2548
|
+
modelProperties: {
|
|
2549
|
+
...TrackedResource.type.modelProperties,
|
|
2550
|
+
properties: {
|
|
2551
|
+
serializedName: "properties",
|
|
2552
|
+
type: {
|
|
2553
|
+
name: "Composite",
|
|
2554
|
+
className: "VirtualNetworkProperties",
|
|
2555
|
+
},
|
|
2556
|
+
},
|
|
2557
|
+
extendedLocation: {
|
|
2558
|
+
serializedName: "extendedLocation",
|
|
2559
|
+
type: {
|
|
2560
|
+
name: "Composite",
|
|
2561
|
+
className: "ExtendedLocation",
|
|
2562
|
+
},
|
|
2563
|
+
},
|
|
2564
|
+
},
|
|
2565
|
+
},
|
|
2566
|
+
};
|
|
2567
|
+
|
|
2568
|
+
export const VmmServer: coreClient.CompositeMapper = {
|
|
2569
|
+
type: {
|
|
2570
|
+
name: "Composite",
|
|
2571
|
+
className: "VmmServer",
|
|
2572
|
+
modelProperties: {
|
|
2573
|
+
...TrackedResource.type.modelProperties,
|
|
2574
|
+
properties: {
|
|
2575
|
+
serializedName: "properties",
|
|
2576
|
+
type: {
|
|
2577
|
+
name: "Composite",
|
|
2578
|
+
className: "VmmServerProperties",
|
|
2579
|
+
},
|
|
2580
|
+
},
|
|
2581
|
+
extendedLocation: {
|
|
2582
|
+
serializedName: "extendedLocation",
|
|
2583
|
+
type: {
|
|
2584
|
+
name: "Composite",
|
|
2585
|
+
className: "ExtendedLocation",
|
|
2586
|
+
},
|
|
2587
|
+
},
|
|
2588
|
+
},
|
|
2589
|
+
},
|
|
2590
|
+
};
|
|
2591
|
+
|
|
2592
|
+
export const VirtualMachineInstancesCreateOrUpdateHeaders: coreClient.CompositeMapper =
|
|
2593
|
+
{
|
|
2594
|
+
type: {
|
|
2595
|
+
name: "Composite",
|
|
2596
|
+
className: "VirtualMachineInstancesCreateOrUpdateHeaders",
|
|
2597
|
+
modelProperties: {
|
|
2598
|
+
retryAfter: {
|
|
2599
|
+
serializedName: "retry-after",
|
|
2600
|
+
type: {
|
|
2601
|
+
name: "Number",
|
|
2602
|
+
},
|
|
2603
|
+
},
|
|
2604
|
+
},
|
|
2605
|
+
},
|
|
2606
|
+
};
|
|
2607
|
+
|
|
2608
|
+
export const VirtualMachineInstancesUpdateHeaders: coreClient.CompositeMapper =
|
|
2609
|
+
{
|
|
2610
|
+
type: {
|
|
2611
|
+
name: "Composite",
|
|
2612
|
+
className: "VirtualMachineInstancesUpdateHeaders",
|
|
2613
|
+
modelProperties: {
|
|
2614
|
+
location: {
|
|
2615
|
+
serializedName: "location",
|
|
2616
|
+
type: {
|
|
2617
|
+
name: "String",
|
|
2618
|
+
},
|
|
2619
|
+
},
|
|
2620
|
+
retryAfter: {
|
|
2621
|
+
serializedName: "retry-after",
|
|
2622
|
+
type: {
|
|
2623
|
+
name: "Number",
|
|
2624
|
+
},
|
|
2625
|
+
},
|
|
2626
|
+
},
|
|
2627
|
+
},
|
|
2628
|
+
};
|
|
2629
|
+
|
|
2630
|
+
export const VirtualMachineInstancesDeleteHeaders: coreClient.CompositeMapper =
|
|
2631
|
+
{
|
|
2632
|
+
type: {
|
|
2633
|
+
name: "Composite",
|
|
2634
|
+
className: "VirtualMachineInstancesDeleteHeaders",
|
|
2635
|
+
modelProperties: {
|
|
2636
|
+
location: {
|
|
2637
|
+
serializedName: "location",
|
|
2638
|
+
type: {
|
|
2639
|
+
name: "String",
|
|
2640
|
+
},
|
|
2641
|
+
},
|
|
2642
|
+
retryAfter: {
|
|
2643
|
+
serializedName: "retry-after",
|
|
2644
|
+
type: {
|
|
2645
|
+
name: "Number",
|
|
2646
|
+
},
|
|
2647
|
+
},
|
|
2648
|
+
},
|
|
2649
|
+
},
|
|
2650
|
+
};
|
|
2651
|
+
|
|
2652
|
+
export const VirtualMachineInstancesCreateCheckpointHeaders: coreClient.CompositeMapper =
|
|
2653
|
+
{
|
|
2654
|
+
type: {
|
|
2655
|
+
name: "Composite",
|
|
2656
|
+
className: "VirtualMachineInstancesCreateCheckpointHeaders",
|
|
2657
|
+
modelProperties: {
|
|
2658
|
+
location: {
|
|
2659
|
+
serializedName: "location",
|
|
2660
|
+
type: {
|
|
2661
|
+
name: "String",
|
|
2662
|
+
},
|
|
2663
|
+
},
|
|
2664
|
+
retryAfter: {
|
|
2665
|
+
serializedName: "retry-after",
|
|
2666
|
+
type: {
|
|
2667
|
+
name: "Number",
|
|
2668
|
+
},
|
|
2669
|
+
},
|
|
2670
|
+
},
|
|
2671
|
+
},
|
|
2672
|
+
};
|
|
2673
|
+
|
|
2674
|
+
export const VirtualMachineInstancesDeleteCheckpointHeaders: coreClient.CompositeMapper =
|
|
2675
|
+
{
|
|
2676
|
+
type: {
|
|
2677
|
+
name: "Composite",
|
|
2678
|
+
className: "VirtualMachineInstancesDeleteCheckpointHeaders",
|
|
2679
|
+
modelProperties: {
|
|
2680
|
+
location: {
|
|
2681
|
+
serializedName: "location",
|
|
2682
|
+
type: {
|
|
2683
|
+
name: "String",
|
|
2684
|
+
},
|
|
2685
|
+
},
|
|
2686
|
+
retryAfter: {
|
|
2687
|
+
serializedName: "retry-after",
|
|
2688
|
+
type: {
|
|
2689
|
+
name: "Number",
|
|
2690
|
+
},
|
|
2691
|
+
},
|
|
2692
|
+
},
|
|
2693
|
+
},
|
|
2694
|
+
};
|
|
2695
|
+
|
|
2696
|
+
export const VirtualMachineInstancesRestartHeaders: coreClient.CompositeMapper =
|
|
2697
|
+
{
|
|
2698
|
+
type: {
|
|
2699
|
+
name: "Composite",
|
|
2700
|
+
className: "VirtualMachineInstancesRestartHeaders",
|
|
2701
|
+
modelProperties: {
|
|
2702
|
+
location: {
|
|
2703
|
+
serializedName: "location",
|
|
2704
|
+
type: {
|
|
2705
|
+
name: "String",
|
|
2706
|
+
},
|
|
2707
|
+
},
|
|
2708
|
+
retryAfter: {
|
|
2709
|
+
serializedName: "retry-after",
|
|
2710
|
+
type: {
|
|
2711
|
+
name: "Number",
|
|
2712
|
+
},
|
|
2713
|
+
},
|
|
2714
|
+
},
|
|
2715
|
+
},
|
|
2716
|
+
};
|
|
2717
|
+
|
|
2718
|
+
export const VirtualMachineInstancesRestoreCheckpointHeaders: coreClient.CompositeMapper =
|
|
2719
|
+
{
|
|
2720
|
+
type: {
|
|
2721
|
+
name: "Composite",
|
|
2722
|
+
className: "VirtualMachineInstancesRestoreCheckpointHeaders",
|
|
2723
|
+
modelProperties: {
|
|
2724
|
+
location: {
|
|
2725
|
+
serializedName: "location",
|
|
2726
|
+
type: {
|
|
2727
|
+
name: "String",
|
|
2728
|
+
},
|
|
2729
|
+
},
|
|
2730
|
+
retryAfter: {
|
|
2731
|
+
serializedName: "retry-after",
|
|
2732
|
+
type: {
|
|
2733
|
+
name: "Number",
|
|
2734
|
+
},
|
|
2735
|
+
},
|
|
2736
|
+
},
|
|
2737
|
+
},
|
|
2738
|
+
};
|
|
2739
|
+
|
|
2740
|
+
export const VirtualMachineInstancesStartHeaders: coreClient.CompositeMapper = {
|
|
2741
|
+
type: {
|
|
2742
|
+
name: "Composite",
|
|
2743
|
+
className: "VirtualMachineInstancesStartHeaders",
|
|
2744
|
+
modelProperties: {
|
|
2745
|
+
location: {
|
|
2746
|
+
serializedName: "location",
|
|
2747
|
+
type: {
|
|
2748
|
+
name: "String",
|
|
2749
|
+
},
|
|
2750
|
+
},
|
|
2751
|
+
retryAfter: {
|
|
2752
|
+
serializedName: "retry-after",
|
|
2753
|
+
type: {
|
|
2754
|
+
name: "Number",
|
|
2755
|
+
},
|
|
2756
|
+
},
|
|
2757
|
+
},
|
|
2758
|
+
},
|
|
2759
|
+
};
|
|
2760
|
+
|
|
2761
|
+
export const VirtualMachineInstancesStopHeaders: coreClient.CompositeMapper = {
|
|
2762
|
+
type: {
|
|
2763
|
+
name: "Composite",
|
|
2764
|
+
className: "VirtualMachineInstancesStopHeaders",
|
|
2765
|
+
modelProperties: {
|
|
2766
|
+
location: {
|
|
2767
|
+
serializedName: "location",
|
|
2768
|
+
type: {
|
|
2769
|
+
name: "String",
|
|
2770
|
+
},
|
|
2771
|
+
},
|
|
2772
|
+
retryAfter: {
|
|
2773
|
+
serializedName: "retry-after",
|
|
2774
|
+
type: {
|
|
2775
|
+
name: "Number",
|
|
2776
|
+
},
|
|
2777
|
+
},
|
|
2778
|
+
},
|
|
2779
|
+
},
|
|
2780
|
+
};
|
|
2781
|
+
|
|
2782
|
+
export const GuestAgentsCreateHeaders: coreClient.CompositeMapper = {
|
|
2783
|
+
type: {
|
|
2784
|
+
name: "Composite",
|
|
2785
|
+
className: "GuestAgentsCreateHeaders",
|
|
2786
|
+
modelProperties: {
|
|
2787
|
+
retryAfter: {
|
|
2788
|
+
serializedName: "retry-after",
|
|
2789
|
+
type: {
|
|
2790
|
+
name: "Number",
|
|
2791
|
+
},
|
|
2792
|
+
},
|
|
2793
|
+
},
|
|
2794
|
+
},
|
|
2795
|
+
};
|
|
2796
|
+
|
|
2797
|
+
export const AvailabilitySetsCreateOrUpdateHeaders: coreClient.CompositeMapper =
|
|
2798
|
+
{
|
|
2799
|
+
type: {
|
|
2800
|
+
name: "Composite",
|
|
2801
|
+
className: "AvailabilitySetsCreateOrUpdateHeaders",
|
|
2802
|
+
modelProperties: {
|
|
2803
|
+
azureAsyncOperation: {
|
|
2804
|
+
serializedName: "azure-asyncoperation",
|
|
2805
|
+
type: {
|
|
2806
|
+
name: "String",
|
|
2807
|
+
},
|
|
2808
|
+
},
|
|
2809
|
+
retryAfter: {
|
|
2810
|
+
serializedName: "retry-after",
|
|
2811
|
+
type: {
|
|
2812
|
+
name: "Number",
|
|
2813
|
+
},
|
|
2814
|
+
},
|
|
2815
|
+
},
|
|
2816
|
+
},
|
|
2817
|
+
};
|
|
2818
|
+
|
|
2819
|
+
export const AvailabilitySetsUpdateHeaders: coreClient.CompositeMapper = {
|
|
2820
|
+
type: {
|
|
2821
|
+
name: "Composite",
|
|
2822
|
+
className: "AvailabilitySetsUpdateHeaders",
|
|
2823
|
+
modelProperties: {
|
|
2824
|
+
location: {
|
|
2825
|
+
serializedName: "location",
|
|
2826
|
+
type: {
|
|
2827
|
+
name: "String",
|
|
2828
|
+
},
|
|
2829
|
+
},
|
|
2830
|
+
retryAfter: {
|
|
2831
|
+
serializedName: "retry-after",
|
|
2832
|
+
type: {
|
|
2833
|
+
name: "Number",
|
|
2834
|
+
},
|
|
2835
|
+
},
|
|
2836
|
+
},
|
|
2837
|
+
},
|
|
2838
|
+
};
|
|
2315
2839
|
|
|
2316
2840
|
export const AvailabilitySetsDeleteHeaders: coreClient.CompositeMapper = {
|
|
2317
2841
|
type: {
|
|
@@ -2321,17 +2845,262 @@ export const AvailabilitySetsDeleteHeaders: coreClient.CompositeMapper = {
|
|
|
2321
2845
|
azureAsyncOperation: {
|
|
2322
2846
|
serializedName: "azure-asyncoperation",
|
|
2323
2847
|
type: {
|
|
2324
|
-
name: "String"
|
|
2325
|
-
}
|
|
2326
|
-
}
|
|
2327
|
-
|
|
2328
|
-
|
|
2848
|
+
name: "String",
|
|
2849
|
+
},
|
|
2850
|
+
},
|
|
2851
|
+
location: {
|
|
2852
|
+
serializedName: "location",
|
|
2853
|
+
type: {
|
|
2854
|
+
name: "String",
|
|
2855
|
+
},
|
|
2856
|
+
},
|
|
2857
|
+
retryAfter: {
|
|
2858
|
+
serializedName: "retry-after",
|
|
2859
|
+
type: {
|
|
2860
|
+
name: "Number",
|
|
2861
|
+
},
|
|
2862
|
+
},
|
|
2863
|
+
},
|
|
2864
|
+
},
|
|
2865
|
+
};
|
|
2866
|
+
|
|
2867
|
+
export const CloudsCreateOrUpdateHeaders: coreClient.CompositeMapper = {
|
|
2868
|
+
type: {
|
|
2869
|
+
name: "Composite",
|
|
2870
|
+
className: "CloudsCreateOrUpdateHeaders",
|
|
2871
|
+
modelProperties: {
|
|
2872
|
+
retryAfter: {
|
|
2873
|
+
serializedName: "retry-after",
|
|
2874
|
+
type: {
|
|
2875
|
+
name: "Number",
|
|
2876
|
+
},
|
|
2877
|
+
},
|
|
2878
|
+
},
|
|
2879
|
+
},
|
|
2880
|
+
};
|
|
2881
|
+
|
|
2882
|
+
export const CloudsUpdateHeaders: coreClient.CompositeMapper = {
|
|
2883
|
+
type: {
|
|
2884
|
+
name: "Composite",
|
|
2885
|
+
className: "CloudsUpdateHeaders",
|
|
2886
|
+
modelProperties: {
|
|
2887
|
+
location: {
|
|
2888
|
+
serializedName: "location",
|
|
2889
|
+
type: {
|
|
2890
|
+
name: "String",
|
|
2891
|
+
},
|
|
2892
|
+
},
|
|
2893
|
+
retryAfter: {
|
|
2894
|
+
serializedName: "retry-after",
|
|
2895
|
+
type: {
|
|
2896
|
+
name: "Number",
|
|
2897
|
+
},
|
|
2898
|
+
},
|
|
2899
|
+
},
|
|
2900
|
+
},
|
|
2901
|
+
};
|
|
2902
|
+
|
|
2903
|
+
export const CloudsDeleteHeaders: coreClient.CompositeMapper = {
|
|
2904
|
+
type: {
|
|
2905
|
+
name: "Composite",
|
|
2906
|
+
className: "CloudsDeleteHeaders",
|
|
2907
|
+
modelProperties: {
|
|
2908
|
+
location: {
|
|
2909
|
+
serializedName: "location",
|
|
2910
|
+
type: {
|
|
2911
|
+
name: "String",
|
|
2912
|
+
},
|
|
2913
|
+
},
|
|
2914
|
+
retryAfter: {
|
|
2915
|
+
serializedName: "retry-after",
|
|
2916
|
+
type: {
|
|
2917
|
+
name: "Number",
|
|
2918
|
+
},
|
|
2919
|
+
},
|
|
2920
|
+
},
|
|
2921
|
+
},
|
|
2922
|
+
};
|
|
2923
|
+
|
|
2924
|
+
export const VirtualMachineTemplatesCreateOrUpdateHeaders: coreClient.CompositeMapper =
|
|
2925
|
+
{
|
|
2926
|
+
type: {
|
|
2927
|
+
name: "Composite",
|
|
2928
|
+
className: "VirtualMachineTemplatesCreateOrUpdateHeaders",
|
|
2929
|
+
modelProperties: {
|
|
2930
|
+
retryAfter: {
|
|
2931
|
+
serializedName: "retry-after",
|
|
2932
|
+
type: {
|
|
2933
|
+
name: "Number",
|
|
2934
|
+
},
|
|
2935
|
+
},
|
|
2936
|
+
},
|
|
2937
|
+
},
|
|
2938
|
+
};
|
|
2939
|
+
|
|
2940
|
+
export const VirtualMachineTemplatesUpdateHeaders: coreClient.CompositeMapper =
|
|
2941
|
+
{
|
|
2942
|
+
type: {
|
|
2943
|
+
name: "Composite",
|
|
2944
|
+
className: "VirtualMachineTemplatesUpdateHeaders",
|
|
2945
|
+
modelProperties: {
|
|
2946
|
+
location: {
|
|
2947
|
+
serializedName: "location",
|
|
2948
|
+
type: {
|
|
2949
|
+
name: "String",
|
|
2950
|
+
},
|
|
2951
|
+
},
|
|
2952
|
+
retryAfter: {
|
|
2953
|
+
serializedName: "retry-after",
|
|
2954
|
+
type: {
|
|
2955
|
+
name: "Number",
|
|
2956
|
+
},
|
|
2957
|
+
},
|
|
2958
|
+
},
|
|
2959
|
+
},
|
|
2960
|
+
};
|
|
2961
|
+
|
|
2962
|
+
export const VirtualMachineTemplatesDeleteHeaders: coreClient.CompositeMapper =
|
|
2963
|
+
{
|
|
2964
|
+
type: {
|
|
2965
|
+
name: "Composite",
|
|
2966
|
+
className: "VirtualMachineTemplatesDeleteHeaders",
|
|
2967
|
+
modelProperties: {
|
|
2968
|
+
location: {
|
|
2969
|
+
serializedName: "location",
|
|
2970
|
+
type: {
|
|
2971
|
+
name: "String",
|
|
2972
|
+
},
|
|
2973
|
+
},
|
|
2974
|
+
retryAfter: {
|
|
2975
|
+
serializedName: "retry-after",
|
|
2976
|
+
type: {
|
|
2977
|
+
name: "Number",
|
|
2978
|
+
},
|
|
2979
|
+
},
|
|
2980
|
+
},
|
|
2981
|
+
},
|
|
2982
|
+
};
|
|
2983
|
+
|
|
2984
|
+
export const VirtualNetworksCreateOrUpdateHeaders: coreClient.CompositeMapper =
|
|
2985
|
+
{
|
|
2986
|
+
type: {
|
|
2987
|
+
name: "Composite",
|
|
2988
|
+
className: "VirtualNetworksCreateOrUpdateHeaders",
|
|
2989
|
+
modelProperties: {
|
|
2990
|
+
retryAfter: {
|
|
2991
|
+
serializedName: "retry-after",
|
|
2992
|
+
type: {
|
|
2993
|
+
name: "Number",
|
|
2994
|
+
},
|
|
2995
|
+
},
|
|
2996
|
+
},
|
|
2997
|
+
},
|
|
2998
|
+
};
|
|
2999
|
+
|
|
3000
|
+
export const VirtualNetworksUpdateHeaders: coreClient.CompositeMapper = {
|
|
3001
|
+
type: {
|
|
3002
|
+
name: "Composite",
|
|
3003
|
+
className: "VirtualNetworksUpdateHeaders",
|
|
3004
|
+
modelProperties: {
|
|
3005
|
+
location: {
|
|
3006
|
+
serializedName: "location",
|
|
3007
|
+
type: {
|
|
3008
|
+
name: "String",
|
|
3009
|
+
},
|
|
3010
|
+
},
|
|
3011
|
+
retryAfter: {
|
|
3012
|
+
serializedName: "retry-after",
|
|
3013
|
+
type: {
|
|
3014
|
+
name: "Number",
|
|
3015
|
+
},
|
|
3016
|
+
},
|
|
3017
|
+
},
|
|
3018
|
+
},
|
|
3019
|
+
};
|
|
3020
|
+
|
|
3021
|
+
export const VirtualNetworksDeleteHeaders: coreClient.CompositeMapper = {
|
|
3022
|
+
type: {
|
|
3023
|
+
name: "Composite",
|
|
3024
|
+
className: "VirtualNetworksDeleteHeaders",
|
|
3025
|
+
modelProperties: {
|
|
3026
|
+
location: {
|
|
3027
|
+
serializedName: "location",
|
|
3028
|
+
type: {
|
|
3029
|
+
name: "String",
|
|
3030
|
+
},
|
|
3031
|
+
},
|
|
3032
|
+
retryAfter: {
|
|
3033
|
+
serializedName: "retry-after",
|
|
3034
|
+
type: {
|
|
3035
|
+
name: "Number",
|
|
3036
|
+
},
|
|
3037
|
+
},
|
|
3038
|
+
},
|
|
3039
|
+
},
|
|
3040
|
+
};
|
|
3041
|
+
|
|
3042
|
+
export const VmmServersCreateOrUpdateHeaders: coreClient.CompositeMapper = {
|
|
3043
|
+
type: {
|
|
3044
|
+
name: "Composite",
|
|
3045
|
+
className: "VmmServersCreateOrUpdateHeaders",
|
|
3046
|
+
modelProperties: {
|
|
3047
|
+
retryAfter: {
|
|
3048
|
+
serializedName: "retry-after",
|
|
3049
|
+
type: {
|
|
3050
|
+
name: "Number",
|
|
3051
|
+
},
|
|
3052
|
+
},
|
|
3053
|
+
},
|
|
3054
|
+
},
|
|
3055
|
+
};
|
|
3056
|
+
|
|
3057
|
+
export const VmmServersUpdateHeaders: coreClient.CompositeMapper = {
|
|
3058
|
+
type: {
|
|
3059
|
+
name: "Composite",
|
|
3060
|
+
className: "VmmServersUpdateHeaders",
|
|
3061
|
+
modelProperties: {
|
|
3062
|
+
location: {
|
|
3063
|
+
serializedName: "location",
|
|
3064
|
+
type: {
|
|
3065
|
+
name: "String",
|
|
3066
|
+
},
|
|
3067
|
+
},
|
|
3068
|
+
retryAfter: {
|
|
3069
|
+
serializedName: "retry-after",
|
|
3070
|
+
type: {
|
|
3071
|
+
name: "Number",
|
|
3072
|
+
},
|
|
3073
|
+
},
|
|
3074
|
+
},
|
|
3075
|
+
},
|
|
3076
|
+
};
|
|
3077
|
+
|
|
3078
|
+
export const VmmServersDeleteHeaders: coreClient.CompositeMapper = {
|
|
3079
|
+
type: {
|
|
3080
|
+
name: "Composite",
|
|
3081
|
+
className: "VmmServersDeleteHeaders",
|
|
3082
|
+
modelProperties: {
|
|
3083
|
+
location: {
|
|
3084
|
+
serializedName: "location",
|
|
3085
|
+
type: {
|
|
3086
|
+
name: "String",
|
|
3087
|
+
},
|
|
3088
|
+
},
|
|
3089
|
+
retryAfter: {
|
|
3090
|
+
serializedName: "retry-after",
|
|
3091
|
+
type: {
|
|
3092
|
+
name: "Number",
|
|
3093
|
+
},
|
|
3094
|
+
},
|
|
3095
|
+
},
|
|
3096
|
+
},
|
|
2329
3097
|
};
|
|
2330
3098
|
|
|
2331
3099
|
export let discriminators = {
|
|
2332
3100
|
InventoryItemProperties: InventoryItemProperties,
|
|
2333
3101
|
"InventoryItemProperties.Cloud": CloudInventoryItem,
|
|
3102
|
+
"InventoryItemProperties.VirtualMachine": VirtualMachineInventoryItem,
|
|
3103
|
+
"InventoryItemProperties.VirtualMachineTemplate":
|
|
3104
|
+
VirtualMachineTemplateInventoryItem,
|
|
2334
3105
|
"InventoryItemProperties.VirtualNetwork": VirtualNetworkInventoryItem,
|
|
2335
|
-
"InventoryItemProperties.VirtualMachineTemplate": VirtualMachineTemplateInventoryItem,
|
|
2336
|
-
"InventoryItemProperties.VirtualMachine": VirtualMachineInventoryItem
|
|
2337
3106
|
};
|