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