@azure/arm-scvmm 1.0.0-beta.2 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +3 -13
- package/LICENSE +1 -1
- package/README.md +14 -14
- package/dist/index.js +5281 -3757
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/availabilitySetsCreateOrUpdateSample.js +49 -15
- package/dist-esm/samples-dev/availabilitySetsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/availabilitySetsDeleteSample.js +38 -9
- package/dist-esm/samples-dev/availabilitySetsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/availabilitySetsGetSample.js +36 -9
- package/dist-esm/samples-dev/availabilitySetsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/availabilitySetsListByResourceGroupSample.js +55 -11
- package/dist-esm/samples-dev/availabilitySetsListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/availabilitySetsListBySubscriptionSample.js +53 -10
- package/dist-esm/samples-dev/availabilitySetsListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/availabilitySetsUpdateSample.js +40 -10
- package/dist-esm/samples-dev/availabilitySetsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/cloudsCreateOrUpdateSample.js +48 -15
- package/dist-esm/samples-dev/cloudsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/cloudsDeleteSample.js +38 -9
- package/dist-esm/samples-dev/cloudsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/cloudsGetSample.js +36 -9
- package/dist-esm/samples-dev/cloudsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/cloudsListByResourceGroupSample.js +55 -11
- package/dist-esm/samples-dev/cloudsListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/cloudsListBySubscriptionSample.js +53 -10
- package/dist-esm/samples-dev/cloudsListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/cloudsUpdateSample.js +40 -10
- package/dist-esm/samples-dev/cloudsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/guestAgentsCreateSample.d.ts +2 -0
- package/dist-esm/samples-dev/guestAgentsCreateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/guestAgentsCreateSample.js +63 -0
- package/dist-esm/samples-dev/guestAgentsCreateSample.js.map +1 -0
- package/dist-esm/samples-dev/guestAgentsDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/guestAgentsDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/guestAgentsDeleteSample.js +52 -0
- package/dist-esm/samples-dev/guestAgentsDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/guestAgentsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/guestAgentsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/guestAgentsGetSample.js +52 -0
- package/dist-esm/samples-dev/guestAgentsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/guestAgentsListByVirtualMachineInstanceSample.d.ts +2 -0
- package/dist-esm/samples-dev/guestAgentsListByVirtualMachineInstanceSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/guestAgentsListByVirtualMachineInstanceSample.js +84 -0
- package/dist-esm/samples-dev/guestAgentsListByVirtualMachineInstanceSample.js.map +1 -0
- package/dist-esm/samples-dev/inventoryItemsCreateSample.js +43 -12
- package/dist-esm/samples-dev/inventoryItemsCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/inventoryItemsDeleteSample.js +38 -10
- package/dist-esm/samples-dev/inventoryItemsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/inventoryItemsGetSample.js +38 -10
- package/dist-esm/samples-dev/inventoryItemsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/inventoryItemsListByVmmServerSample.js +59 -14
- package/dist-esm/samples-dev/inventoryItemsListByVmmServerSample.js.map +1 -1
- package/dist-esm/samples-dev/operationsListSample.js +55 -12
- package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
- package/dist-esm/samples-dev/virtualMachineInstancesCreateCheckpointSample.d.ts +2 -0
- package/dist-esm/samples-dev/virtualMachineInstancesCreateCheckpointSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/virtualMachineInstancesCreateCheckpointSample.js +57 -0
- package/dist-esm/samples-dev/virtualMachineInstancesCreateCheckpointSample.js.map +1 -0
- package/dist-esm/samples-dev/virtualMachineInstancesCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/virtualMachineInstancesCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/virtualMachineInstancesCreateOrUpdateSample.js +127 -0
- package/dist-esm/samples-dev/virtualMachineInstancesCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/virtualMachineInstancesDeleteCheckpointSample.d.ts +2 -0
- package/dist-esm/samples-dev/virtualMachineInstancesDeleteCheckpointSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/virtualMachineInstancesDeleteCheckpointSample.js +56 -0
- package/dist-esm/samples-dev/virtualMachineInstancesDeleteCheckpointSample.js.map +1 -0
- package/dist-esm/samples-dev/virtualMachineInstancesDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/virtualMachineInstancesDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/virtualMachineInstancesDeleteSample.js +58 -0
- package/dist-esm/samples-dev/virtualMachineInstancesDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/virtualMachineInstancesGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/virtualMachineInstancesGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/virtualMachineInstancesGetSample.js +52 -0
- package/dist-esm/samples-dev/virtualMachineInstancesGetSample.js.map +1 -0
- package/dist-esm/samples-dev/virtualMachineInstancesListSample.d.ts +2 -0
- package/dist-esm/samples-dev/virtualMachineInstancesListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/virtualMachineInstancesListSample.js +84 -0
- package/dist-esm/samples-dev/virtualMachineInstancesListSample.js.map +1 -0
- package/dist-esm/samples-dev/virtualMachineInstancesRestartSample.d.ts +2 -0
- package/dist-esm/samples-dev/virtualMachineInstancesRestartSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/virtualMachineInstancesRestartSample.js +52 -0
- package/dist-esm/samples-dev/virtualMachineInstancesRestartSample.js.map +1 -0
- package/dist-esm/samples-dev/virtualMachineInstancesRestoreCheckpointSample.d.ts +2 -0
- package/dist-esm/samples-dev/virtualMachineInstancesRestoreCheckpointSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/virtualMachineInstancesRestoreCheckpointSample.js +54 -0
- package/dist-esm/samples-dev/virtualMachineInstancesRestoreCheckpointSample.js.map +1 -0
- package/dist-esm/samples-dev/virtualMachineInstancesStartSample.d.ts +2 -0
- package/dist-esm/samples-dev/virtualMachineInstancesStartSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/virtualMachineInstancesStartSample.js +52 -0
- package/dist-esm/samples-dev/virtualMachineInstancesStartSample.js.map +1 -0
- package/dist-esm/samples-dev/virtualMachineInstancesStopSample.d.ts +2 -0
- package/dist-esm/samples-dev/virtualMachineInstancesStopSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/virtualMachineInstancesStopSample.js +54 -0
- package/dist-esm/samples-dev/virtualMachineInstancesStopSample.js.map +1 -0
- package/dist-esm/samples-dev/virtualMachineInstancesUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/virtualMachineInstancesUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/virtualMachineInstancesUpdateSample.js +99 -0
- package/dist-esm/samples-dev/virtualMachineInstancesUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/virtualMachineTemplatesCreateOrUpdateSample.js +55 -15
- package/dist-esm/samples-dev/virtualMachineTemplatesCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/virtualMachineTemplatesDeleteSample.js +37 -8
- package/dist-esm/samples-dev/virtualMachineTemplatesDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/virtualMachineTemplatesGetSample.js +35 -8
- package/dist-esm/samples-dev/virtualMachineTemplatesGetSample.js.map +1 -1
- package/dist-esm/samples-dev/virtualMachineTemplatesListByResourceGroupSample.js +55 -11
- package/dist-esm/samples-dev/virtualMachineTemplatesListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/virtualMachineTemplatesListBySubscriptionSample.js +53 -10
- package/dist-esm/samples-dev/virtualMachineTemplatesListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/virtualMachineTemplatesUpdateSample.js +40 -10
- package/dist-esm/samples-dev/virtualMachineTemplatesUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/virtualNetworksCreateOrUpdateSample.js +47 -15
- package/dist-esm/samples-dev/virtualNetworksCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/virtualNetworksDeleteSample.js +37 -8
- package/dist-esm/samples-dev/virtualNetworksDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/virtualNetworksGetSample.js +35 -8
- package/dist-esm/samples-dev/virtualNetworksGetSample.js.map +1 -1
- package/dist-esm/samples-dev/virtualNetworksListByResourceGroupSample.js +55 -11
- package/dist-esm/samples-dev/virtualNetworksListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/virtualNetworksListBySubscriptionSample.js +53 -10
- package/dist-esm/samples-dev/virtualNetworksListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/virtualNetworksUpdateSample.js +38 -10
- package/dist-esm/samples-dev/virtualNetworksUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/vmInstanceHybridIdentityMetadatasGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/vmInstanceHybridIdentityMetadatasGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/vmInstanceHybridIdentityMetadatasGetSample.js +52 -0
- package/dist-esm/samples-dev/vmInstanceHybridIdentityMetadatasGetSample.js.map +1 -0
- package/dist-esm/samples-dev/vmInstanceHybridIdentityMetadatasListByVirtualMachineInstanceSample.d.ts +2 -0
- package/dist-esm/samples-dev/vmInstanceHybridIdentityMetadatasListByVirtualMachineInstanceSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/vmInstanceHybridIdentityMetadatasListByVirtualMachineInstanceSample.js +84 -0
- package/dist-esm/samples-dev/vmInstanceHybridIdentityMetadatasListByVirtualMachineInstanceSample.js.map +1 -0
- package/dist-esm/samples-dev/vmmServersCreateOrUpdateSample.js +52 -18
- package/dist-esm/samples-dev/vmmServersCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/vmmServersDeleteSample.js +39 -10
- package/dist-esm/samples-dev/vmmServersDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/vmmServersGetSample.js +37 -10
- package/dist-esm/samples-dev/vmmServersGetSample.js.map +1 -1
- package/dist-esm/samples-dev/vmmServersListByResourceGroupSample.js +55 -11
- package/dist-esm/samples-dev/vmmServersListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/vmmServersListBySubscriptionSample.js +53 -10
- package/dist-esm/samples-dev/vmmServersListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/vmmServersUpdateSample.js +40 -10
- package/dist-esm/samples-dev/vmmServersUpdateSample.js.map +1 -1
- package/dist-esm/src/index.d.ts +2 -1
- package/dist-esm/src/index.d.ts.map +1 -1
- package/dist-esm/src/index.js +2 -1
- package/dist-esm/src/index.js.map +1 -1
- package/dist-esm/src/lroImpl.d.ts +6 -11
- package/dist-esm/src/lroImpl.d.ts.map +1 -1
- package/dist-esm/src/lroImpl.js +12 -20
- package/dist-esm/src/lroImpl.js.map +1 -1
- package/dist-esm/src/models/index.d.ts +1320 -859
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +112 -34
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +83 -38
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +2251 -1581
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +25 -20
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +184 -131
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/availabilitySets.d.ts +50 -50
- package/dist-esm/src/operations/availabilitySets.d.ts.map +1 -1
- package/dist-esm/src/operations/availabilitySets.js +259 -203
- package/dist-esm/src/operations/availabilitySets.js.map +1 -1
- package/dist-esm/src/operations/clouds.d.ts +50 -50
- package/dist-esm/src/operations/clouds.d.ts.map +1 -1
- package/dist-esm/src/operations/clouds.js +248 -203
- package/dist-esm/src/operations/clouds.js.map +1 -1
- package/dist-esm/src/operations/guestAgents.d.ts +63 -0
- package/dist-esm/src/operations/guestAgents.d.ts.map +1 -0
- package/dist-esm/src/operations/guestAgents.js +273 -0
- package/dist-esm/src/operations/guestAgents.js.map +1 -0
- package/dist-esm/src/operations/index.d.ts +6 -4
- package/dist-esm/src/operations/index.d.ts.map +1 -1
- package/dist-esm/src/operations/index.js +6 -4
- package/dist-esm/src/operations/index.js.map +1 -1
- package/dist-esm/src/operations/inventoryItems.d.ts +33 -32
- package/dist-esm/src/operations/inventoryItems.d.ts.map +1 -1
- package/dist-esm/src/operations/inventoryItems.js +116 -93
- package/dist-esm/src/operations/inventoryItems.js.map +1 -1
- package/dist-esm/src/operations/operations.d.ts +6 -6
- package/dist-esm/src/operations/operations.d.ts.map +1 -1
- package/dist-esm/src/operations/operations.js +36 -23
- package/dist-esm/src/operations/operations.js.map +1 -1
- package/dist-esm/src/operations/virtualMachineInstances.d.ts +164 -0
- package/dist-esm/src/operations/virtualMachineInstances.d.ts.map +1 -0
- package/dist-esm/src/operations/virtualMachineInstances.js +907 -0
- package/dist-esm/src/operations/virtualMachineInstances.js.map +1 -0
- package/dist-esm/src/operations/virtualMachineTemplates.d.ts +44 -44
- package/dist-esm/src/operations/virtualMachineTemplates.d.ts.map +1 -1
- package/dist-esm/src/operations/virtualMachineTemplates.js +246 -191
- package/dist-esm/src/operations/virtualMachineTemplates.js.map +1 -1
- package/dist-esm/src/operations/virtualNetworks.d.ts +44 -44
- package/dist-esm/src/operations/virtualNetworks.d.ts.map +1 -1
- package/dist-esm/src/operations/virtualNetworks.js +236 -191
- package/dist-esm/src/operations/virtualNetworks.js.map +1 -1
- package/dist-esm/src/operations/vmInstanceHybridIdentityMetadatas.d.ts +42 -0
- package/dist-esm/src/operations/vmInstanceHybridIdentityMetadatas.d.ts.map +1 -0
- package/dist-esm/src/operations/vmInstanceHybridIdentityMetadatas.js +165 -0
- package/dist-esm/src/operations/vmInstanceHybridIdentityMetadatas.js.map +1 -0
- package/dist-esm/src/operations/vmmServers.d.ts +52 -52
- package/dist-esm/src/operations/vmmServers.d.ts.map +1 -1
- package/dist-esm/src/operations/vmmServers.js +246 -201
- package/dist-esm/src/operations/vmmServers.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/availabilitySets.d.ts +36 -36
- package/dist-esm/src/operationsInterfaces/availabilitySets.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/clouds.d.ts +36 -36
- package/dist-esm/src/operationsInterfaces/clouds.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/guestAgents.d.ts +39 -0
- package/dist-esm/src/operationsInterfaces/guestAgents.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/{virtualMachines.js → guestAgents.js} +1 -1
- package/dist-esm/src/operationsInterfaces/guestAgents.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +6 -4
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.js +6 -4
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/inventoryItems.d.ts +20 -19
- package/dist-esm/src/operationsInterfaces/inventoryItems.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/operations.d.ts +3 -3
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/virtualMachineInstances.d.ts +141 -0
- package/dist-esm/src/operationsInterfaces/virtualMachineInstances.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualMachineInstances.js +9 -0
- package/dist-esm/src/operationsInterfaces/virtualMachineInstances.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualMachineTemplates.d.ts +28 -28
- package/dist-esm/src/operationsInterfaces/virtualMachineTemplates.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/virtualNetworks.d.ts +28 -28
- package/dist-esm/src/operationsInterfaces/virtualNetworks.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/vmInstanceHybridIdentityMetadatas.d.ts +18 -0
- package/dist-esm/src/operationsInterfaces/vmInstanceHybridIdentityMetadatas.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/vmInstanceHybridIdentityMetadatas.js +9 -0
- package/dist-esm/src/operationsInterfaces/vmInstanceHybridIdentityMetadatas.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/vmmServers.d.ts +38 -38
- package/dist-esm/src/operationsInterfaces/vmmServers.d.ts.map +1 -1
- package/dist-esm/src/pagingHelper.d.ts +13 -0
- package/dist-esm/src/pagingHelper.d.ts.map +1 -0
- package/dist-esm/src/pagingHelper.js +32 -0
- package/dist-esm/src/pagingHelper.js.map +1 -0
- package/dist-esm/src/scVmm.d.ts +30 -0
- package/dist-esm/src/scVmm.d.ts.map +1 -0
- package/dist-esm/src/{scvmm.js → scVmm.js} +41 -39
- package/dist-esm/src/scVmm.js.map +1 -0
- package/dist-esm/test/scvmm_operations_test.spec.d.ts +4 -0
- package/dist-esm/test/scvmm_operations_test.spec.d.ts.map +1 -0
- package/dist-esm/test/scvmm_operations_test.spec.js +74 -0
- package/dist-esm/test/scvmm_operations_test.spec.js.map +1 -0
- package/package.json +26 -29
- package/review/arm-scvmm.api.md +727 -330
- package/src/index.ts +2 -1
- package/src/lroImpl.ts +31 -23
- package/src/models/index.ts +1487 -909
- package/src/models/mappers.ts +2339 -1570
- package/src/models/parameters.ts +209 -144
- package/src/operations/availabilitySets.ts +370 -314
- package/src/operations/clouds.ts +354 -311
- package/src/operations/guestAgents.ts +365 -0
- package/src/operations/index.ts +6 -4
- package/src/operations/inventoryItems.ts +148 -128
- package/src/operations/operations.ts +45 -33
- package/src/operations/virtualMachineInstances.ts +1239 -0
- package/src/operations/virtualMachineTemplates.ts +351 -296
- package/src/operations/virtualNetworks.ts +341 -296
- package/src/operations/vmInstanceHybridIdentityMetadatas.ts +214 -0
- package/src/operations/vmmServers.ts +357 -311
- package/src/operationsInterfaces/availabilitySets.ts +71 -65
- package/src/operationsInterfaces/clouds.ts +66 -63
- package/src/operationsInterfaces/guestAgents.ts +78 -0
- package/src/operationsInterfaces/index.ts +6 -4
- package/src/operationsInterfaces/inventoryItems.ts +32 -30
- package/src/operationsInterfaces/operations.ts +4 -7
- package/src/operationsInterfaces/virtualMachineInstances.ts +295 -0
- package/src/operationsInterfaces/virtualMachineTemplates.ts +57 -51
- package/src/operationsInterfaces/virtualNetworks.ts +57 -51
- package/src/operationsInterfaces/vmInstanceHybridIdentityMetadatas.ts +38 -0
- package/src/operationsInterfaces/vmmServers.ts +70 -64
- package/src/pagingHelper.ts +39 -0
- package/src/{scvmm.ts → scVmm.ts} +86 -57
- package/types/arm-scvmm.d.ts +1508 -913
- package/types/tsdoc-metadata.json +1 -1
- package/dist-esm/samples-dev/virtualMachinesCreateCheckpointSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachinesCreateCheckpointSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesCreateCheckpointSample.js +0 -36
- package/dist-esm/samples-dev/virtualMachinesCreateCheckpointSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachinesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesCreateOrUpdateSample.js +0 -42
- package/dist-esm/samples-dev/virtualMachinesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesDeleteCheckpointSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachinesDeleteCheckpointSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesDeleteCheckpointSample.js +0 -33
- package/dist-esm/samples-dev/virtualMachinesDeleteCheckpointSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachinesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesDeleteSample.js +0 -31
- package/dist-esm/samples-dev/virtualMachinesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachinesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesGetSample.js +0 -31
- package/dist-esm/samples-dev/virtualMachinesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachinesListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesListByResourceGroupSample.js +0 -44
- package/dist-esm/samples-dev/virtualMachinesListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachinesListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesListBySubscriptionSample.js +0 -43
- package/dist-esm/samples-dev/virtualMachinesListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesRestartSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachinesRestartSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesRestartSample.js +0 -31
- package/dist-esm/samples-dev/virtualMachinesRestartSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesRestoreCheckpointSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachinesRestoreCheckpointSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesRestoreCheckpointSample.js +0 -33
- package/dist-esm/samples-dev/virtualMachinesRestoreCheckpointSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesStartSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachinesStartSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesStartSample.js +0 -31
- package/dist-esm/samples-dev/virtualMachinesStartSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesStopSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachinesStopSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesStopSample.js +0 -33
- package/dist-esm/samples-dev/virtualMachinesStopSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachinesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesUpdateSample.js +0 -48
- package/dist-esm/samples-dev/virtualMachinesUpdateSample.js.map +0 -1
- package/dist-esm/src/operations/virtualMachines.d.ts +0 -191
- package/dist-esm/src/operations/virtualMachines.d.ts.map +0 -1
- package/dist-esm/src/operations/virtualMachines.js +0 -955
- package/dist-esm/src/operations/virtualMachines.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/virtualMachines.d.ts +0 -155
- package/dist-esm/src/operationsInterfaces/virtualMachines.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/virtualMachines.js.map +0 -1
- package/dist-esm/src/scvmm.d.ts +0 -28
- package/dist-esm/src/scvmm.d.ts.map +0 -1
- package/dist-esm/src/scvmm.js.map +0 -1
- package/dist-esm/test/sampleTest.d.ts +0 -2
- package/dist-esm/test/sampleTest.d.ts.map +0 -1
- package/dist-esm/test/sampleTest.js +0 -38
- package/dist-esm/test/sampleTest.js.map +0 -1
- package/rollup.config.js +0 -122
- package/src/operations/virtualMachines.ts +0 -1327
- package/src/operationsInterfaces/virtualMachines.ts +0 -277
package/review/arm-scvmm.api.md
CHANGED
|
@@ -6,27 +6,20 @@
|
|
|
6
6
|
|
|
7
7
|
import * as coreAuth from '@azure/core-auth';
|
|
8
8
|
import * as coreClient from '@azure/core-client';
|
|
9
|
+
import { OperationState } from '@azure/core-lro';
|
|
9
10
|
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
10
|
-
import {
|
|
11
|
-
|
|
11
|
+
import { SimplePollerLike } from '@azure/core-lro';
|
|
12
|
+
|
|
13
|
+
// @public
|
|
14
|
+
export type ActionType = string;
|
|
12
15
|
|
|
13
16
|
// @public
|
|
14
17
|
export type AllocationMethod = string;
|
|
15
18
|
|
|
16
19
|
// @public
|
|
17
|
-
export interface AvailabilitySet {
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
readonly id?: string;
|
|
21
|
-
location?: string;
|
|
22
|
-
readonly name?: string;
|
|
23
|
-
readonly provisioningState?: string;
|
|
24
|
-
readonly systemData?: SystemData;
|
|
25
|
-
tags?: {
|
|
26
|
-
[propertyName: string]: string;
|
|
27
|
-
};
|
|
28
|
-
readonly type?: string;
|
|
29
|
-
vmmServerId?: string;
|
|
20
|
+
export interface AvailabilitySet extends TrackedResource {
|
|
21
|
+
extendedLocation: ExtendedLocation;
|
|
22
|
+
properties?: AvailabilitySetProperties;
|
|
30
23
|
}
|
|
31
24
|
|
|
32
25
|
// @public
|
|
@@ -37,19 +30,26 @@ export interface AvailabilitySetListItem {
|
|
|
37
30
|
|
|
38
31
|
// @public
|
|
39
32
|
export interface AvailabilitySetListResult {
|
|
40
|
-
nextLink?: string;
|
|
41
|
-
value
|
|
33
|
+
readonly nextLink?: string;
|
|
34
|
+
value: AvailabilitySet[];
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
// @public
|
|
38
|
+
export interface AvailabilitySetProperties {
|
|
39
|
+
availabilitySetName?: string;
|
|
40
|
+
readonly provisioningState?: ProvisioningState;
|
|
41
|
+
vmmServerId?: string;
|
|
42
42
|
}
|
|
43
43
|
|
|
44
44
|
// @public
|
|
45
45
|
export interface AvailabilitySets {
|
|
46
|
-
beginCreateOrUpdate(resourceGroupName: string,
|
|
47
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string,
|
|
48
|
-
beginDelete(resourceGroupName: string,
|
|
49
|
-
beginDeleteAndWait(resourceGroupName: string,
|
|
50
|
-
beginUpdate(resourceGroupName: string,
|
|
51
|
-
beginUpdateAndWait(resourceGroupName: string,
|
|
52
|
-
get(resourceGroupName: string,
|
|
46
|
+
beginCreateOrUpdate(resourceGroupName: string, availabilitySetResourceName: string, resource: AvailabilitySet, options?: AvailabilitySetsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AvailabilitySetsCreateOrUpdateResponse>, AvailabilitySetsCreateOrUpdateResponse>>;
|
|
47
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, availabilitySetResourceName: string, resource: AvailabilitySet, options?: AvailabilitySetsCreateOrUpdateOptionalParams): Promise<AvailabilitySetsCreateOrUpdateResponse>;
|
|
48
|
+
beginDelete(resourceGroupName: string, availabilitySetResourceName: string, options?: AvailabilitySetsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<AvailabilitySetsDeleteResponse>, AvailabilitySetsDeleteResponse>>;
|
|
49
|
+
beginDeleteAndWait(resourceGroupName: string, availabilitySetResourceName: string, options?: AvailabilitySetsDeleteOptionalParams): Promise<AvailabilitySetsDeleteResponse>;
|
|
50
|
+
beginUpdate(resourceGroupName: string, availabilitySetResourceName: string, properties: AvailabilitySetTagsUpdate, options?: AvailabilitySetsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AvailabilitySetsUpdateResponse>, AvailabilitySetsUpdateResponse>>;
|
|
51
|
+
beginUpdateAndWait(resourceGroupName: string, availabilitySetResourceName: string, properties: AvailabilitySetTagsUpdate, options?: AvailabilitySetsUpdateOptionalParams): Promise<AvailabilitySetsUpdateResponse>;
|
|
52
|
+
get(resourceGroupName: string, availabilitySetResourceName: string, options?: AvailabilitySetsGetOptionalParams): Promise<AvailabilitySetsGetResponse>;
|
|
53
53
|
listByResourceGroup(resourceGroupName: string, options?: AvailabilitySetsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<AvailabilitySet>;
|
|
54
54
|
listBySubscription(options?: AvailabilitySetsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<AvailabilitySet>;
|
|
55
55
|
}
|
|
@@ -57,6 +57,7 @@ export interface AvailabilitySets {
|
|
|
57
57
|
// @public
|
|
58
58
|
export interface AvailabilitySetsCreateOrUpdateHeaders {
|
|
59
59
|
azureAsyncOperation?: string;
|
|
60
|
+
retryAfter?: number;
|
|
60
61
|
}
|
|
61
62
|
|
|
62
63
|
// @public
|
|
@@ -71,15 +72,20 @@ export type AvailabilitySetsCreateOrUpdateResponse = AvailabilitySet;
|
|
|
71
72
|
// @public
|
|
72
73
|
export interface AvailabilitySetsDeleteHeaders {
|
|
73
74
|
azureAsyncOperation?: string;
|
|
75
|
+
location?: string;
|
|
76
|
+
retryAfter?: number;
|
|
74
77
|
}
|
|
75
78
|
|
|
76
79
|
// @public
|
|
77
80
|
export interface AvailabilitySetsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
78
|
-
force?:
|
|
81
|
+
force?: ForceDelete;
|
|
79
82
|
resumeFrom?: string;
|
|
80
83
|
updateIntervalInMs?: number;
|
|
81
84
|
}
|
|
82
85
|
|
|
86
|
+
// @public
|
|
87
|
+
export type AvailabilitySetsDeleteResponse = AvailabilitySetsDeleteHeaders;
|
|
88
|
+
|
|
83
89
|
// @public
|
|
84
90
|
export interface AvailabilitySetsGetOptionalParams extends coreClient.OperationOptions {
|
|
85
91
|
}
|
|
@@ -115,6 +121,12 @@ export interface AvailabilitySetsListBySubscriptionOptionalParams extends coreCl
|
|
|
115
121
|
// @public
|
|
116
122
|
export type AvailabilitySetsListBySubscriptionResponse = AvailabilitySetListResult;
|
|
117
123
|
|
|
124
|
+
// @public
|
|
125
|
+
export interface AvailabilitySetsUpdateHeaders {
|
|
126
|
+
location?: string;
|
|
127
|
+
retryAfter?: number;
|
|
128
|
+
}
|
|
129
|
+
|
|
118
130
|
// @public
|
|
119
131
|
export interface AvailabilitySetsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
120
132
|
resumeFrom?: string;
|
|
@@ -124,39 +136,32 @@ export interface AvailabilitySetsUpdateOptionalParams extends coreClient.Operati
|
|
|
124
136
|
// @public
|
|
125
137
|
export type AvailabilitySetsUpdateResponse = AvailabilitySet;
|
|
126
138
|
|
|
139
|
+
// @public
|
|
140
|
+
export interface AvailabilitySetTagsUpdate {
|
|
141
|
+
tags?: {
|
|
142
|
+
[propertyName: string]: string;
|
|
143
|
+
};
|
|
144
|
+
}
|
|
145
|
+
|
|
127
146
|
// @public
|
|
128
147
|
export interface Checkpoint {
|
|
129
|
-
|
|
148
|
+
checkpointId?: string;
|
|
130
149
|
description?: string;
|
|
131
150
|
name?: string;
|
|
132
|
-
|
|
151
|
+
parentCheckpointId?: string;
|
|
133
152
|
}
|
|
134
153
|
|
|
135
154
|
// @public
|
|
136
|
-
export interface Cloud {
|
|
137
|
-
readonly cloudCapacity?: CloudCapacity;
|
|
138
|
-
readonly cloudName?: string;
|
|
155
|
+
export interface Cloud extends TrackedResource {
|
|
139
156
|
extendedLocation: ExtendedLocation;
|
|
140
|
-
|
|
141
|
-
inventoryItemId?: string;
|
|
142
|
-
location: string;
|
|
143
|
-
readonly name?: string;
|
|
144
|
-
readonly provisioningState?: string;
|
|
145
|
-
readonly storageQoSPolicies?: StorageQoSPolicy[];
|
|
146
|
-
readonly systemData?: SystemData;
|
|
147
|
-
tags?: {
|
|
148
|
-
[propertyName: string]: string;
|
|
149
|
-
};
|
|
150
|
-
readonly type?: string;
|
|
151
|
-
uuid?: string;
|
|
152
|
-
vmmServerId?: string;
|
|
157
|
+
properties?: CloudProperties;
|
|
153
158
|
}
|
|
154
159
|
|
|
155
160
|
// @public
|
|
156
161
|
export interface CloudCapacity {
|
|
157
|
-
cpuCount?: number;
|
|
158
|
-
memoryMB?: number;
|
|
159
|
-
vmCount?: number;
|
|
162
|
+
readonly cpuCount?: number;
|
|
163
|
+
readonly memoryMB?: number;
|
|
164
|
+
readonly vmCount?: number;
|
|
160
165
|
}
|
|
161
166
|
|
|
162
167
|
// @public
|
|
@@ -166,23 +171,39 @@ export interface CloudInventoryItem extends InventoryItemProperties {
|
|
|
166
171
|
|
|
167
172
|
// @public
|
|
168
173
|
export interface CloudListResult {
|
|
169
|
-
nextLink?: string;
|
|
170
|
-
value
|
|
174
|
+
readonly nextLink?: string;
|
|
175
|
+
value: Cloud[];
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
// @public
|
|
179
|
+
export interface CloudProperties {
|
|
180
|
+
readonly cloudCapacity?: CloudCapacity;
|
|
181
|
+
readonly cloudName?: string;
|
|
182
|
+
inventoryItemId?: string;
|
|
183
|
+
readonly provisioningState?: ProvisioningState;
|
|
184
|
+
readonly storageQosPolicies?: StorageQosPolicy[];
|
|
185
|
+
uuid?: string;
|
|
186
|
+
vmmServerId?: string;
|
|
171
187
|
}
|
|
172
188
|
|
|
173
189
|
// @public
|
|
174
190
|
export interface Clouds {
|
|
175
|
-
beginCreateOrUpdate(resourceGroupName: string,
|
|
176
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string,
|
|
177
|
-
beginDelete(resourceGroupName: string,
|
|
178
|
-
beginDeleteAndWait(resourceGroupName: string,
|
|
179
|
-
beginUpdate(resourceGroupName: string,
|
|
180
|
-
beginUpdateAndWait(resourceGroupName: string,
|
|
181
|
-
get(resourceGroupName: string,
|
|
191
|
+
beginCreateOrUpdate(resourceGroupName: string, cloudResourceName: string, resource: Cloud, options?: CloudsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<CloudsCreateOrUpdateResponse>, CloudsCreateOrUpdateResponse>>;
|
|
192
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, cloudResourceName: string, resource: Cloud, options?: CloudsCreateOrUpdateOptionalParams): Promise<CloudsCreateOrUpdateResponse>;
|
|
193
|
+
beginDelete(resourceGroupName: string, cloudResourceName: string, options?: CloudsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<CloudsDeleteResponse>, CloudsDeleteResponse>>;
|
|
194
|
+
beginDeleteAndWait(resourceGroupName: string, cloudResourceName: string, options?: CloudsDeleteOptionalParams): Promise<CloudsDeleteResponse>;
|
|
195
|
+
beginUpdate(resourceGroupName: string, cloudResourceName: string, properties: CloudTagsUpdate, options?: CloudsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<CloudsUpdateResponse>, CloudsUpdateResponse>>;
|
|
196
|
+
beginUpdateAndWait(resourceGroupName: string, cloudResourceName: string, properties: CloudTagsUpdate, options?: CloudsUpdateOptionalParams): Promise<CloudsUpdateResponse>;
|
|
197
|
+
get(resourceGroupName: string, cloudResourceName: string, options?: CloudsGetOptionalParams): Promise<CloudsGetResponse>;
|
|
182
198
|
listByResourceGroup(resourceGroupName: string, options?: CloudsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Cloud>;
|
|
183
199
|
listBySubscription(options?: CloudsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Cloud>;
|
|
184
200
|
}
|
|
185
201
|
|
|
202
|
+
// @public
|
|
203
|
+
export interface CloudsCreateOrUpdateHeaders {
|
|
204
|
+
retryAfter?: number;
|
|
205
|
+
}
|
|
206
|
+
|
|
186
207
|
// @public
|
|
187
208
|
export interface CloudsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
188
209
|
resumeFrom?: string;
|
|
@@ -192,13 +213,22 @@ export interface CloudsCreateOrUpdateOptionalParams extends coreClient.Operation
|
|
|
192
213
|
// @public
|
|
193
214
|
export type CloudsCreateOrUpdateResponse = Cloud;
|
|
194
215
|
|
|
216
|
+
// @public
|
|
217
|
+
export interface CloudsDeleteHeaders {
|
|
218
|
+
location?: string;
|
|
219
|
+
retryAfter?: number;
|
|
220
|
+
}
|
|
221
|
+
|
|
195
222
|
// @public
|
|
196
223
|
export interface CloudsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
197
|
-
force?:
|
|
224
|
+
force?: ForceDelete;
|
|
198
225
|
resumeFrom?: string;
|
|
199
226
|
updateIntervalInMs?: number;
|
|
200
227
|
}
|
|
201
228
|
|
|
229
|
+
// @public
|
|
230
|
+
export type CloudsDeleteResponse = CloudsDeleteHeaders;
|
|
231
|
+
|
|
202
232
|
// @public
|
|
203
233
|
export interface CloudsGetOptionalParams extends coreClient.OperationOptions {
|
|
204
234
|
}
|
|
@@ -234,6 +264,12 @@ export interface CloudsListBySubscriptionOptionalParams extends coreClient.Opera
|
|
|
234
264
|
// @public
|
|
235
265
|
export type CloudsListBySubscriptionResponse = CloudListResult;
|
|
236
266
|
|
|
267
|
+
// @public
|
|
268
|
+
export interface CloudsUpdateHeaders {
|
|
269
|
+
location?: string;
|
|
270
|
+
retryAfter?: number;
|
|
271
|
+
}
|
|
272
|
+
|
|
237
273
|
// @public
|
|
238
274
|
export interface CloudsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
239
275
|
resumeFrom?: string;
|
|
@@ -243,25 +279,43 @@ export interface CloudsUpdateOptionalParams extends coreClient.OperationOptions
|
|
|
243
279
|
// @public
|
|
244
280
|
export type CloudsUpdateResponse = Cloud;
|
|
245
281
|
|
|
282
|
+
// @public
|
|
283
|
+
export interface CloudTagsUpdate {
|
|
284
|
+
tags?: {
|
|
285
|
+
[propertyName: string]: string;
|
|
286
|
+
};
|
|
287
|
+
}
|
|
288
|
+
|
|
246
289
|
// @public
|
|
247
290
|
export type CreatedByType = string;
|
|
248
291
|
|
|
249
292
|
// @public
|
|
250
293
|
export type CreateDiffDisk = string;
|
|
251
294
|
|
|
295
|
+
// @public
|
|
296
|
+
export type DeleteFromHost = string;
|
|
297
|
+
|
|
252
298
|
// @public
|
|
253
299
|
export type DynamicMemoryEnabled = string;
|
|
254
300
|
|
|
255
301
|
// @public
|
|
256
|
-
export interface
|
|
302
|
+
export interface ErrorAdditionalInfo {
|
|
303
|
+
readonly info?: Record<string, unknown>;
|
|
304
|
+
readonly type?: string;
|
|
305
|
+
}
|
|
306
|
+
|
|
307
|
+
// @public
|
|
308
|
+
export interface ErrorDetail {
|
|
309
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
257
310
|
readonly code?: string;
|
|
258
|
-
readonly details?:
|
|
311
|
+
readonly details?: ErrorDetail[];
|
|
259
312
|
readonly message?: string;
|
|
313
|
+
readonly target?: string;
|
|
260
314
|
}
|
|
261
315
|
|
|
262
316
|
// @public
|
|
263
317
|
export interface ErrorResponse {
|
|
264
|
-
error?:
|
|
318
|
+
error?: ErrorDetail;
|
|
265
319
|
}
|
|
266
320
|
|
|
267
321
|
// @public
|
|
@@ -270,13 +324,95 @@ export interface ExtendedLocation {
|
|
|
270
324
|
type?: string;
|
|
271
325
|
}
|
|
272
326
|
|
|
327
|
+
// @public
|
|
328
|
+
export type ForceDelete = string;
|
|
329
|
+
|
|
330
|
+
// @public
|
|
331
|
+
export function getContinuationToken(page: unknown): string | undefined;
|
|
332
|
+
|
|
333
|
+
// @public
|
|
334
|
+
export interface GuestAgent extends ProxyResource {
|
|
335
|
+
properties?: GuestAgentProperties;
|
|
336
|
+
}
|
|
337
|
+
|
|
338
|
+
// @public
|
|
339
|
+
export interface GuestAgentListResult {
|
|
340
|
+
readonly nextLink?: string;
|
|
341
|
+
value: GuestAgent[];
|
|
342
|
+
}
|
|
343
|
+
|
|
344
|
+
// @public
|
|
345
|
+
export interface GuestAgentProperties {
|
|
346
|
+
credentials?: GuestCredential;
|
|
347
|
+
readonly customResourceName?: string;
|
|
348
|
+
httpProxyConfig?: HttpProxyConfiguration;
|
|
349
|
+
provisioningAction?: ProvisioningAction;
|
|
350
|
+
readonly provisioningState?: ProvisioningState;
|
|
351
|
+
readonly status?: string;
|
|
352
|
+
readonly uuid?: string;
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
// @public
|
|
356
|
+
export interface GuestAgents {
|
|
357
|
+
beginCreate(resourceUri: string, resource: GuestAgent, options?: GuestAgentsCreateOptionalParams): Promise<SimplePollerLike<OperationState<GuestAgentsCreateResponse>, GuestAgentsCreateResponse>>;
|
|
358
|
+
beginCreateAndWait(resourceUri: string, resource: GuestAgent, options?: GuestAgentsCreateOptionalParams): Promise<GuestAgentsCreateResponse>;
|
|
359
|
+
delete(resourceUri: string, options?: GuestAgentsDeleteOptionalParams): Promise<void>;
|
|
360
|
+
get(resourceUri: string, options?: GuestAgentsGetOptionalParams): Promise<GuestAgentsGetResponse>;
|
|
361
|
+
listByVirtualMachineInstance(resourceUri: string, options?: GuestAgentsListByVirtualMachineInstanceOptionalParams): PagedAsyncIterableIterator<GuestAgent>;
|
|
362
|
+
}
|
|
363
|
+
|
|
364
|
+
// @public
|
|
365
|
+
export interface GuestAgentsCreateHeaders {
|
|
366
|
+
retryAfter?: number;
|
|
367
|
+
}
|
|
368
|
+
|
|
369
|
+
// @public
|
|
370
|
+
export interface GuestAgentsCreateOptionalParams extends coreClient.OperationOptions {
|
|
371
|
+
resumeFrom?: string;
|
|
372
|
+
updateIntervalInMs?: number;
|
|
373
|
+
}
|
|
374
|
+
|
|
375
|
+
// @public
|
|
376
|
+
export type GuestAgentsCreateResponse = GuestAgent;
|
|
377
|
+
|
|
378
|
+
// @public
|
|
379
|
+
export interface GuestAgentsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
380
|
+
}
|
|
381
|
+
|
|
382
|
+
// @public
|
|
383
|
+
export interface GuestAgentsGetOptionalParams extends coreClient.OperationOptions {
|
|
384
|
+
}
|
|
385
|
+
|
|
386
|
+
// @public
|
|
387
|
+
export type GuestAgentsGetResponse = GuestAgent;
|
|
388
|
+
|
|
389
|
+
// @public
|
|
390
|
+
export interface GuestAgentsListByVirtualMachineInstanceNextOptionalParams extends coreClient.OperationOptions {
|
|
391
|
+
}
|
|
392
|
+
|
|
393
|
+
// @public
|
|
394
|
+
export type GuestAgentsListByVirtualMachineInstanceNextResponse = GuestAgentListResult;
|
|
395
|
+
|
|
396
|
+
// @public
|
|
397
|
+
export interface GuestAgentsListByVirtualMachineInstanceOptionalParams extends coreClient.OperationOptions {
|
|
398
|
+
}
|
|
399
|
+
|
|
400
|
+
// @public
|
|
401
|
+
export type GuestAgentsListByVirtualMachineInstanceResponse = GuestAgentListResult;
|
|
402
|
+
|
|
403
|
+
// @public
|
|
404
|
+
export interface GuestCredential {
|
|
405
|
+
password: string;
|
|
406
|
+
username: string;
|
|
407
|
+
}
|
|
408
|
+
|
|
273
409
|
// @public
|
|
274
410
|
export interface HardwareProfile {
|
|
275
411
|
cpuCount?: number;
|
|
276
412
|
dynamicMemoryEnabled?: DynamicMemoryEnabled;
|
|
277
413
|
dynamicMemoryMaxMB?: number;
|
|
278
414
|
dynamicMemoryMinMB?: number;
|
|
279
|
-
isHighlyAvailable?:
|
|
415
|
+
readonly isHighlyAvailable?: IsHighlyAvailable;
|
|
280
416
|
limitCpuForMigration?: LimitCpuForMigration;
|
|
281
417
|
memoryMB?: number;
|
|
282
418
|
}
|
|
@@ -291,15 +427,35 @@ export interface HardwareProfileUpdate {
|
|
|
291
427
|
memoryMB?: number;
|
|
292
428
|
}
|
|
293
429
|
|
|
430
|
+
// @public
|
|
431
|
+
export interface HttpProxyConfiguration {
|
|
432
|
+
httpsProxy?: string;
|
|
433
|
+
}
|
|
434
|
+
|
|
435
|
+
// @public
|
|
436
|
+
export interface InfrastructureProfile {
|
|
437
|
+
biosGuid?: string;
|
|
438
|
+
readonly checkpoints?: Checkpoint[];
|
|
439
|
+
checkpointType?: string;
|
|
440
|
+
cloudId?: string;
|
|
441
|
+
generation?: number;
|
|
442
|
+
inventoryItemId?: string;
|
|
443
|
+
readonly lastRestoredVmCheckpoint?: Checkpoint;
|
|
444
|
+
templateId?: string;
|
|
445
|
+
uuid?: string;
|
|
446
|
+
vmmServerId?: string;
|
|
447
|
+
vmName?: string;
|
|
448
|
+
}
|
|
449
|
+
|
|
450
|
+
// @public
|
|
451
|
+
export interface InfrastructureProfileUpdate {
|
|
452
|
+
checkpointType?: string;
|
|
453
|
+
}
|
|
454
|
+
|
|
294
455
|
// @public
|
|
295
456
|
export interface InventoryItem extends ProxyResource {
|
|
296
|
-
readonly inventoryItemName?: string;
|
|
297
|
-
inventoryType: InventoryType;
|
|
298
457
|
kind?: string;
|
|
299
|
-
|
|
300
|
-
readonly provisioningState?: string;
|
|
301
|
-
readonly systemData?: SystemData;
|
|
302
|
-
readonly uuid?: string;
|
|
458
|
+
properties?: InventoryItemPropertiesUnion;
|
|
303
459
|
}
|
|
304
460
|
|
|
305
461
|
// @public
|
|
@@ -308,29 +464,34 @@ export interface InventoryItemDetails {
|
|
|
308
464
|
inventoryItemName?: string;
|
|
309
465
|
}
|
|
310
466
|
|
|
467
|
+
// @public
|
|
468
|
+
export interface InventoryItemListResult {
|
|
469
|
+
readonly nextLink?: string;
|
|
470
|
+
value: InventoryItem[];
|
|
471
|
+
}
|
|
472
|
+
|
|
311
473
|
// @public
|
|
312
474
|
export interface InventoryItemProperties {
|
|
313
475
|
readonly inventoryItemName?: string;
|
|
314
|
-
inventoryType: "Cloud" | "
|
|
476
|
+
inventoryType: "Cloud" | "VirtualMachine" | "VirtualMachineTemplate" | "VirtualNetwork";
|
|
315
477
|
readonly managedResourceId?: string;
|
|
316
|
-
readonly provisioningState?:
|
|
478
|
+
readonly provisioningState?: ProvisioningState;
|
|
317
479
|
readonly uuid?: string;
|
|
318
480
|
}
|
|
319
481
|
|
|
320
482
|
// @public (undocumented)
|
|
321
|
-
export type InventoryItemPropertiesUnion = InventoryItemProperties | CloudInventoryItem |
|
|
483
|
+
export type InventoryItemPropertiesUnion = InventoryItemProperties | CloudInventoryItem | VirtualMachineInventoryItem | VirtualMachineTemplateInventoryItem | VirtualNetworkInventoryItem;
|
|
322
484
|
|
|
323
485
|
// @public
|
|
324
486
|
export interface InventoryItems {
|
|
325
|
-
create(resourceGroupName: string, vmmServerName: string,
|
|
326
|
-
delete(resourceGroupName: string, vmmServerName: string,
|
|
327
|
-
get(resourceGroupName: string, vmmServerName: string,
|
|
328
|
-
|
|
487
|
+
create(resourceGroupName: string, vmmServerName: string, inventoryItemResourceName: string, resource: InventoryItem, options?: InventoryItemsCreateOptionalParams): Promise<InventoryItemsCreateResponse>;
|
|
488
|
+
delete(resourceGroupName: string, vmmServerName: string, inventoryItemResourceName: string, options?: InventoryItemsDeleteOptionalParams): Promise<void>;
|
|
489
|
+
get(resourceGroupName: string, vmmServerName: string, inventoryItemResourceName: string, options?: InventoryItemsGetOptionalParams): Promise<InventoryItemsGetResponse>;
|
|
490
|
+
listByVmmServer(resourceGroupName: string, vmmServerName: string, options?: InventoryItemsListByVmmServerOptionalParams): PagedAsyncIterableIterator<InventoryItem>;
|
|
329
491
|
}
|
|
330
492
|
|
|
331
493
|
// @public
|
|
332
494
|
export interface InventoryItemsCreateOptionalParams extends coreClient.OperationOptions {
|
|
333
|
-
body?: InventoryItem;
|
|
334
495
|
}
|
|
335
496
|
|
|
336
497
|
// @public
|
|
@@ -348,24 +509,18 @@ export interface InventoryItemsGetOptionalParams extends coreClient.OperationOpt
|
|
|
348
509
|
export type InventoryItemsGetResponse = InventoryItem;
|
|
349
510
|
|
|
350
511
|
// @public
|
|
351
|
-
export interface
|
|
352
|
-
nextLink?: string;
|
|
353
|
-
value: InventoryItem[];
|
|
354
|
-
}
|
|
355
|
-
|
|
356
|
-
// @public
|
|
357
|
-
export interface InventoryItemsListByVMMServerNextOptionalParams extends coreClient.OperationOptions {
|
|
512
|
+
export interface InventoryItemsListByVmmServerNextOptionalParams extends coreClient.OperationOptions {
|
|
358
513
|
}
|
|
359
514
|
|
|
360
515
|
// @public
|
|
361
|
-
export type
|
|
516
|
+
export type InventoryItemsListByVmmServerNextResponse = InventoryItemListResult;
|
|
362
517
|
|
|
363
518
|
// @public
|
|
364
|
-
export interface
|
|
519
|
+
export interface InventoryItemsListByVmmServerOptionalParams extends coreClient.OperationOptions {
|
|
365
520
|
}
|
|
366
521
|
|
|
367
522
|
// @public
|
|
368
|
-
export type
|
|
523
|
+
export type InventoryItemsListByVmmServerResponse = InventoryItemListResult;
|
|
369
524
|
|
|
370
525
|
// @public
|
|
371
526
|
export type InventoryType = string;
|
|
@@ -373,6 +528,14 @@ export type InventoryType = string;
|
|
|
373
528
|
// @public
|
|
374
529
|
export type IsCustomizable = string;
|
|
375
530
|
|
|
531
|
+
// @public
|
|
532
|
+
export type IsHighlyAvailable = string;
|
|
533
|
+
|
|
534
|
+
// @public
|
|
535
|
+
export enum KnownActionType {
|
|
536
|
+
Internal = "Internal"
|
|
537
|
+
}
|
|
538
|
+
|
|
376
539
|
// @public
|
|
377
540
|
export enum KnownAllocationMethod {
|
|
378
541
|
Dynamic = "Dynamic",
|
|
@@ -393,12 +556,24 @@ export enum KnownCreateDiffDisk {
|
|
|
393
556
|
True = "true"
|
|
394
557
|
}
|
|
395
558
|
|
|
559
|
+
// @public
|
|
560
|
+
export enum KnownDeleteFromHost {
|
|
561
|
+
False = "false",
|
|
562
|
+
True = "true"
|
|
563
|
+
}
|
|
564
|
+
|
|
396
565
|
// @public
|
|
397
566
|
export enum KnownDynamicMemoryEnabled {
|
|
398
567
|
False = "false",
|
|
399
568
|
True = "true"
|
|
400
569
|
}
|
|
401
570
|
|
|
571
|
+
// @public
|
|
572
|
+
export enum KnownForceDelete {
|
|
573
|
+
False = "false",
|
|
574
|
+
True = "true"
|
|
575
|
+
}
|
|
576
|
+
|
|
402
577
|
// @public
|
|
403
578
|
export enum KnownInventoryType {
|
|
404
579
|
Cloud = "Cloud",
|
|
@@ -413,12 +588,25 @@ export enum KnownIsCustomizable {
|
|
|
413
588
|
True = "true"
|
|
414
589
|
}
|
|
415
590
|
|
|
591
|
+
// @public
|
|
592
|
+
export enum KnownIsHighlyAvailable {
|
|
593
|
+
False = "false",
|
|
594
|
+
True = "true"
|
|
595
|
+
}
|
|
596
|
+
|
|
416
597
|
// @public
|
|
417
598
|
export enum KnownLimitCpuForMigration {
|
|
418
599
|
False = "false",
|
|
419
600
|
True = "true"
|
|
420
601
|
}
|
|
421
602
|
|
|
603
|
+
// @public
|
|
604
|
+
export enum KnownOrigin {
|
|
605
|
+
System = "system",
|
|
606
|
+
User = "user",
|
|
607
|
+
UserSystem = "user,system"
|
|
608
|
+
}
|
|
609
|
+
|
|
422
610
|
// @public
|
|
423
611
|
export enum KnownOsType {
|
|
424
612
|
Linux = "Linux",
|
|
@@ -426,11 +614,36 @@ export enum KnownOsType {
|
|
|
426
614
|
Windows = "Windows"
|
|
427
615
|
}
|
|
428
616
|
|
|
617
|
+
// @public
|
|
618
|
+
export enum KnownProvisioningAction {
|
|
619
|
+
Install = "install",
|
|
620
|
+
Repair = "repair",
|
|
621
|
+
Uninstall = "uninstall"
|
|
622
|
+
}
|
|
623
|
+
|
|
624
|
+
// @public
|
|
625
|
+
export enum KnownProvisioningState {
|
|
626
|
+
Accepted = "Accepted",
|
|
627
|
+
Canceled = "Canceled",
|
|
628
|
+
Created = "Created",
|
|
629
|
+
Deleting = "Deleting",
|
|
630
|
+
Failed = "Failed",
|
|
631
|
+
Provisioning = "Provisioning",
|
|
632
|
+
Succeeded = "Succeeded",
|
|
633
|
+
Updating = "Updating"
|
|
634
|
+
}
|
|
635
|
+
|
|
636
|
+
// @public
|
|
637
|
+
export enum KnownSkipShutdown {
|
|
638
|
+
False = "false",
|
|
639
|
+
True = "true"
|
|
640
|
+
}
|
|
641
|
+
|
|
429
642
|
// @public
|
|
430
643
|
export type LimitCpuForMigration = string;
|
|
431
644
|
|
|
432
645
|
// @public
|
|
433
|
-
export interface
|
|
646
|
+
export interface NetworkInterface {
|
|
434
647
|
readonly displayName?: string;
|
|
435
648
|
readonly ipv4Addresses?: string[];
|
|
436
649
|
ipv4AddressType?: AllocationMethod;
|
|
@@ -445,7 +658,7 @@ export interface NetworkInterfaces {
|
|
|
445
658
|
}
|
|
446
659
|
|
|
447
660
|
// @public
|
|
448
|
-
export interface
|
|
661
|
+
export interface NetworkInterfaceUpdate {
|
|
449
662
|
ipv4AddressType?: AllocationMethod;
|
|
450
663
|
ipv6AddressType?: AllocationMethod;
|
|
451
664
|
macAddress?: string;
|
|
@@ -457,17 +670,40 @@ export interface NetworkInterfacesUpdate {
|
|
|
457
670
|
|
|
458
671
|
// @public
|
|
459
672
|
export interface NetworkProfile {
|
|
460
|
-
networkInterfaces?:
|
|
673
|
+
networkInterfaces?: NetworkInterface[];
|
|
461
674
|
}
|
|
462
675
|
|
|
463
676
|
// @public
|
|
464
677
|
export interface NetworkProfileUpdate {
|
|
465
|
-
networkInterfaces?:
|
|
678
|
+
networkInterfaces?: NetworkInterfaceUpdate[];
|
|
679
|
+
}
|
|
680
|
+
|
|
681
|
+
// @public
|
|
682
|
+
export interface Operation {
|
|
683
|
+
readonly actionType?: ActionType;
|
|
684
|
+
display?: OperationDisplay;
|
|
685
|
+
readonly isDataAction?: boolean;
|
|
686
|
+
readonly name?: string;
|
|
687
|
+
readonly origin?: Origin;
|
|
688
|
+
}
|
|
689
|
+
|
|
690
|
+
// @public
|
|
691
|
+
export interface OperationDisplay {
|
|
692
|
+
readonly description?: string;
|
|
693
|
+
readonly operation?: string;
|
|
694
|
+
readonly provider?: string;
|
|
695
|
+
readonly resource?: string;
|
|
696
|
+
}
|
|
697
|
+
|
|
698
|
+
// @public
|
|
699
|
+
export interface OperationListResult {
|
|
700
|
+
readonly nextLink?: string;
|
|
701
|
+
readonly value?: Operation[];
|
|
466
702
|
}
|
|
467
703
|
|
|
468
704
|
// @public
|
|
469
705
|
export interface Operations {
|
|
470
|
-
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<
|
|
706
|
+
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
471
707
|
}
|
|
472
708
|
|
|
473
709
|
// @public
|
|
@@ -475,26 +711,36 @@ export interface OperationsListNextOptionalParams extends coreClient.OperationOp
|
|
|
475
711
|
}
|
|
476
712
|
|
|
477
713
|
// @public
|
|
478
|
-
export type OperationsListNextResponse =
|
|
714
|
+
export type OperationsListNextResponse = OperationListResult;
|
|
479
715
|
|
|
480
716
|
// @public
|
|
481
717
|
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
482
718
|
}
|
|
483
719
|
|
|
484
720
|
// @public
|
|
485
|
-
export type OperationsListResponse =
|
|
721
|
+
export type OperationsListResponse = OperationListResult;
|
|
722
|
+
|
|
723
|
+
// @public
|
|
724
|
+
export type Origin = string;
|
|
486
725
|
|
|
487
726
|
// @public
|
|
488
|
-
export interface
|
|
727
|
+
export interface OsProfileForVmInstance {
|
|
489
728
|
adminPassword?: string;
|
|
490
729
|
computerName?: string;
|
|
491
|
-
readonly
|
|
730
|
+
readonly osSku?: string;
|
|
492
731
|
readonly osType?: OsType;
|
|
732
|
+
readonly osVersion?: string;
|
|
493
733
|
}
|
|
494
734
|
|
|
495
735
|
// @public
|
|
496
736
|
export type OsType = string;
|
|
497
737
|
|
|
738
|
+
// @public
|
|
739
|
+
export type ProvisioningAction = string;
|
|
740
|
+
|
|
741
|
+
// @public
|
|
742
|
+
export type ProvisioningState = string;
|
|
743
|
+
|
|
498
744
|
// @public
|
|
499
745
|
export interface ProxyResource extends Resource {
|
|
500
746
|
}
|
|
@@ -503,42 +749,16 @@ export interface ProxyResource extends Resource {
|
|
|
503
749
|
export interface Resource {
|
|
504
750
|
readonly id?: string;
|
|
505
751
|
readonly name?: string;
|
|
752
|
+
readonly systemData?: SystemData;
|
|
506
753
|
readonly type?: string;
|
|
507
754
|
}
|
|
508
755
|
|
|
509
|
-
// @public
|
|
510
|
-
export interface ResourcePatch {
|
|
511
|
-
tags?: {
|
|
512
|
-
[propertyName: string]: string;
|
|
513
|
-
};
|
|
514
|
-
}
|
|
515
|
-
|
|
516
|
-
// @public
|
|
517
|
-
export interface ResourceProviderOperation {
|
|
518
|
-
display?: ResourceProviderOperationDisplay;
|
|
519
|
-
isDataAction?: string;
|
|
520
|
-
name?: string;
|
|
521
|
-
}
|
|
522
|
-
|
|
523
|
-
// @public
|
|
524
|
-
export interface ResourceProviderOperationDisplay {
|
|
525
|
-
description?: string;
|
|
526
|
-
operation?: string;
|
|
527
|
-
provider?: string;
|
|
528
|
-
resource?: string;
|
|
529
|
-
}
|
|
530
|
-
|
|
531
|
-
// @public
|
|
532
|
-
export interface ResourceProviderOperationList {
|
|
533
|
-
nextLink?: string;
|
|
534
|
-
value?: ResourceProviderOperation[];
|
|
535
|
-
}
|
|
536
|
-
|
|
537
756
|
// @public (undocumented)
|
|
538
|
-
export class
|
|
757
|
+
export class ScVmm extends coreClient.ServiceClient {
|
|
539
758
|
// (undocumented)
|
|
540
759
|
$host: string;
|
|
541
|
-
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?:
|
|
760
|
+
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: ScVmmOptionalParams);
|
|
761
|
+
constructor(credentials: coreAuth.TokenCredential, options?: ScVmmOptionalParams);
|
|
542
762
|
// (undocumented)
|
|
543
763
|
apiVersion: string;
|
|
544
764
|
// (undocumented)
|
|
@@ -546,31 +766,38 @@ export class Scvmm extends coreClient.ServiceClient {
|
|
|
546
766
|
// (undocumented)
|
|
547
767
|
clouds: Clouds;
|
|
548
768
|
// (undocumented)
|
|
769
|
+
guestAgents: GuestAgents;
|
|
770
|
+
// (undocumented)
|
|
549
771
|
inventoryItems: InventoryItems;
|
|
550
772
|
// (undocumented)
|
|
551
773
|
operations: Operations;
|
|
552
774
|
// (undocumented)
|
|
553
|
-
subscriptionId
|
|
775
|
+
subscriptionId?: string;
|
|
554
776
|
// (undocumented)
|
|
555
|
-
|
|
777
|
+
virtualMachineInstances: VirtualMachineInstances;
|
|
556
778
|
// (undocumented)
|
|
557
779
|
virtualMachineTemplates: VirtualMachineTemplates;
|
|
558
780
|
// (undocumented)
|
|
559
781
|
virtualNetworks: VirtualNetworks;
|
|
560
782
|
// (undocumented)
|
|
783
|
+
vmInstanceHybridIdentityMetadatas: VmInstanceHybridIdentityMetadatas;
|
|
784
|
+
// (undocumented)
|
|
561
785
|
vmmServers: VmmServers;
|
|
562
786
|
}
|
|
563
787
|
|
|
564
788
|
// @public
|
|
565
|
-
export interface
|
|
789
|
+
export interface ScVmmOptionalParams extends coreClient.ServiceClientOptions {
|
|
566
790
|
$host?: string;
|
|
567
791
|
apiVersion?: string;
|
|
568
792
|
endpoint?: string;
|
|
569
793
|
}
|
|
570
794
|
|
|
795
|
+
// @public
|
|
796
|
+
export type SkipShutdown = string;
|
|
797
|
+
|
|
571
798
|
// @public
|
|
572
799
|
export interface StopVirtualMachineOptions {
|
|
573
|
-
skipShutdown?:
|
|
800
|
+
skipShutdown?: SkipShutdown;
|
|
574
801
|
}
|
|
575
802
|
|
|
576
803
|
// @public
|
|
@@ -584,7 +811,7 @@ export interface StorageProfileUpdate {
|
|
|
584
811
|
}
|
|
585
812
|
|
|
586
813
|
// @public
|
|
587
|
-
export interface
|
|
814
|
+
export interface StorageQosPolicy {
|
|
588
815
|
bandwidthLimit?: number;
|
|
589
816
|
id?: string;
|
|
590
817
|
iopsMaximum?: number;
|
|
@@ -594,7 +821,7 @@ export interface StorageQoSPolicy {
|
|
|
594
821
|
}
|
|
595
822
|
|
|
596
823
|
// @public
|
|
597
|
-
export interface
|
|
824
|
+
export interface StorageQosPolicyDetails {
|
|
598
825
|
id?: string;
|
|
599
826
|
name?: string;
|
|
600
827
|
}
|
|
@@ -609,6 +836,14 @@ export interface SystemData {
|
|
|
609
836
|
lastModifiedByType?: CreatedByType;
|
|
610
837
|
}
|
|
611
838
|
|
|
839
|
+
// @public
|
|
840
|
+
export interface TrackedResource extends Resource {
|
|
841
|
+
location: string;
|
|
842
|
+
tags?: {
|
|
843
|
+
[propertyName: string]: string;
|
|
844
|
+
};
|
|
845
|
+
}
|
|
846
|
+
|
|
612
847
|
// @public
|
|
613
848
|
export interface VirtualDisk {
|
|
614
849
|
bus?: number;
|
|
@@ -620,7 +855,7 @@ export interface VirtualDisk {
|
|
|
620
855
|
lun?: number;
|
|
621
856
|
readonly maxDiskSizeGB?: number;
|
|
622
857
|
name?: string;
|
|
623
|
-
|
|
858
|
+
storageQosPolicy?: StorageQosPolicyDetails;
|
|
624
859
|
templateDiskId?: string;
|
|
625
860
|
readonly vhdFormatType?: string;
|
|
626
861
|
vhdType?: string;
|
|
@@ -635,39 +870,10 @@ export interface VirtualDiskUpdate {
|
|
|
635
870
|
diskSizeGB?: number;
|
|
636
871
|
lun?: number;
|
|
637
872
|
name?: string;
|
|
638
|
-
|
|
873
|
+
storageQosPolicy?: StorageQosPolicyDetails;
|
|
639
874
|
vhdType?: string;
|
|
640
875
|
}
|
|
641
876
|
|
|
642
|
-
// @public
|
|
643
|
-
export interface VirtualMachine {
|
|
644
|
-
availabilitySets?: AvailabilitySetListItem[];
|
|
645
|
-
checkpoints?: Checkpoint[];
|
|
646
|
-
checkpointType?: string;
|
|
647
|
-
cloudId?: string;
|
|
648
|
-
extendedLocation: ExtendedLocation;
|
|
649
|
-
generation?: number;
|
|
650
|
-
hardwareProfile?: HardwareProfile;
|
|
651
|
-
readonly id?: string;
|
|
652
|
-
inventoryItemId?: string;
|
|
653
|
-
location: string;
|
|
654
|
-
readonly name?: string;
|
|
655
|
-
networkProfile?: NetworkProfile;
|
|
656
|
-
osProfile?: OsProfile;
|
|
657
|
-
readonly powerState?: string;
|
|
658
|
-
readonly provisioningState?: string;
|
|
659
|
-
storageProfile?: StorageProfile;
|
|
660
|
-
readonly systemData?: SystemData;
|
|
661
|
-
tags?: {
|
|
662
|
-
[propertyName: string]: string;
|
|
663
|
-
};
|
|
664
|
-
templateId?: string;
|
|
665
|
-
readonly type?: string;
|
|
666
|
-
uuid?: string;
|
|
667
|
-
vmmServerId?: string;
|
|
668
|
-
vmName?: string;
|
|
669
|
-
}
|
|
670
|
-
|
|
671
877
|
// @public
|
|
672
878
|
export interface VirtualMachineCreateCheckpoint {
|
|
673
879
|
description?: string;
|
|
@@ -680,181 +886,246 @@ export interface VirtualMachineDeleteCheckpoint {
|
|
|
680
886
|
}
|
|
681
887
|
|
|
682
888
|
// @public
|
|
683
|
-
export interface
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
ipAddresses?: string[];
|
|
687
|
-
readonly osName?: string;
|
|
688
|
-
readonly osType?: OsType;
|
|
689
|
-
readonly powerState?: string;
|
|
889
|
+
export interface VirtualMachineInstance extends ProxyResource {
|
|
890
|
+
extendedLocation: ExtendedLocation;
|
|
891
|
+
properties?: VirtualMachineInstanceProperties;
|
|
690
892
|
}
|
|
691
893
|
|
|
692
894
|
// @public
|
|
693
|
-
export interface
|
|
694
|
-
nextLink?: string;
|
|
695
|
-
value
|
|
895
|
+
export interface VirtualMachineInstanceListResult {
|
|
896
|
+
readonly nextLink?: string;
|
|
897
|
+
value: VirtualMachineInstance[];
|
|
696
898
|
}
|
|
697
899
|
|
|
698
900
|
// @public
|
|
699
|
-
export interface
|
|
700
|
-
|
|
901
|
+
export interface VirtualMachineInstanceProperties {
|
|
902
|
+
availabilitySets?: AvailabilitySetListItem[];
|
|
903
|
+
hardwareProfile?: HardwareProfile;
|
|
904
|
+
infrastructureProfile?: InfrastructureProfile;
|
|
905
|
+
networkProfile?: NetworkProfile;
|
|
906
|
+
osProfile?: OsProfileForVmInstance;
|
|
907
|
+
readonly powerState?: string;
|
|
908
|
+
readonly provisioningState?: ProvisioningState;
|
|
909
|
+
storageProfile?: StorageProfile;
|
|
701
910
|
}
|
|
702
911
|
|
|
703
912
|
// @public
|
|
704
|
-
export interface
|
|
705
|
-
beginCreateCheckpoint(
|
|
706
|
-
beginCreateCheckpointAndWait(
|
|
707
|
-
beginCreateOrUpdate(
|
|
708
|
-
beginCreateOrUpdateAndWait(
|
|
709
|
-
beginDelete(
|
|
710
|
-
beginDeleteAndWait(
|
|
711
|
-
beginDeleteCheckpoint(
|
|
712
|
-
beginDeleteCheckpointAndWait(
|
|
713
|
-
beginRestart(
|
|
714
|
-
beginRestartAndWait(
|
|
715
|
-
beginRestoreCheckpoint(
|
|
716
|
-
beginRestoreCheckpointAndWait(
|
|
717
|
-
beginStart(
|
|
718
|
-
beginStartAndWait(
|
|
719
|
-
beginStop(
|
|
720
|
-
beginStopAndWait(
|
|
721
|
-
beginUpdate(
|
|
722
|
-
beginUpdateAndWait(
|
|
723
|
-
get(
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
resumeFrom?: string;
|
|
732
|
-
updateIntervalInMs?: number;
|
|
913
|
+
export interface VirtualMachineInstances {
|
|
914
|
+
beginCreateCheckpoint(resourceUri: string, body: VirtualMachineCreateCheckpoint, options?: VirtualMachineInstancesCreateCheckpointOptionalParams): Promise<SimplePollerLike<OperationState<VirtualMachineInstancesCreateCheckpointResponse>, VirtualMachineInstancesCreateCheckpointResponse>>;
|
|
915
|
+
beginCreateCheckpointAndWait(resourceUri: string, body: VirtualMachineCreateCheckpoint, options?: VirtualMachineInstancesCreateCheckpointOptionalParams): Promise<VirtualMachineInstancesCreateCheckpointResponse>;
|
|
916
|
+
beginCreateOrUpdate(resourceUri: string, resource: VirtualMachineInstance, options?: VirtualMachineInstancesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<VirtualMachineInstancesCreateOrUpdateResponse>, VirtualMachineInstancesCreateOrUpdateResponse>>;
|
|
917
|
+
beginCreateOrUpdateAndWait(resourceUri: string, resource: VirtualMachineInstance, options?: VirtualMachineInstancesCreateOrUpdateOptionalParams): Promise<VirtualMachineInstancesCreateOrUpdateResponse>;
|
|
918
|
+
beginDelete(resourceUri: string, options?: VirtualMachineInstancesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<VirtualMachineInstancesDeleteResponse>, VirtualMachineInstancesDeleteResponse>>;
|
|
919
|
+
beginDeleteAndWait(resourceUri: string, options?: VirtualMachineInstancesDeleteOptionalParams): Promise<VirtualMachineInstancesDeleteResponse>;
|
|
920
|
+
beginDeleteCheckpoint(resourceUri: string, body: VirtualMachineDeleteCheckpoint, options?: VirtualMachineInstancesDeleteCheckpointOptionalParams): Promise<SimplePollerLike<OperationState<VirtualMachineInstancesDeleteCheckpointResponse>, VirtualMachineInstancesDeleteCheckpointResponse>>;
|
|
921
|
+
beginDeleteCheckpointAndWait(resourceUri: string, body: VirtualMachineDeleteCheckpoint, options?: VirtualMachineInstancesDeleteCheckpointOptionalParams): Promise<VirtualMachineInstancesDeleteCheckpointResponse>;
|
|
922
|
+
beginRestart(resourceUri: string, options?: VirtualMachineInstancesRestartOptionalParams): Promise<SimplePollerLike<OperationState<VirtualMachineInstancesRestartResponse>, VirtualMachineInstancesRestartResponse>>;
|
|
923
|
+
beginRestartAndWait(resourceUri: string, options?: VirtualMachineInstancesRestartOptionalParams): Promise<VirtualMachineInstancesRestartResponse>;
|
|
924
|
+
beginRestoreCheckpoint(resourceUri: string, body: VirtualMachineRestoreCheckpoint, options?: VirtualMachineInstancesRestoreCheckpointOptionalParams): Promise<SimplePollerLike<OperationState<VirtualMachineInstancesRestoreCheckpointResponse>, VirtualMachineInstancesRestoreCheckpointResponse>>;
|
|
925
|
+
beginRestoreCheckpointAndWait(resourceUri: string, body: VirtualMachineRestoreCheckpoint, options?: VirtualMachineInstancesRestoreCheckpointOptionalParams): Promise<VirtualMachineInstancesRestoreCheckpointResponse>;
|
|
926
|
+
beginStart(resourceUri: string, options?: VirtualMachineInstancesStartOptionalParams): Promise<SimplePollerLike<OperationState<VirtualMachineInstancesStartResponse>, VirtualMachineInstancesStartResponse>>;
|
|
927
|
+
beginStartAndWait(resourceUri: string, options?: VirtualMachineInstancesStartOptionalParams): Promise<VirtualMachineInstancesStartResponse>;
|
|
928
|
+
beginStop(resourceUri: string, body: StopVirtualMachineOptions, options?: VirtualMachineInstancesStopOptionalParams): Promise<SimplePollerLike<OperationState<VirtualMachineInstancesStopResponse>, VirtualMachineInstancesStopResponse>>;
|
|
929
|
+
beginStopAndWait(resourceUri: string, body: StopVirtualMachineOptions, options?: VirtualMachineInstancesStopOptionalParams): Promise<VirtualMachineInstancesStopResponse>;
|
|
930
|
+
beginUpdate(resourceUri: string, properties: VirtualMachineInstanceUpdate, options?: VirtualMachineInstancesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<VirtualMachineInstancesUpdateResponse>, VirtualMachineInstancesUpdateResponse>>;
|
|
931
|
+
beginUpdateAndWait(resourceUri: string, properties: VirtualMachineInstanceUpdate, options?: VirtualMachineInstancesUpdateOptionalParams): Promise<VirtualMachineInstancesUpdateResponse>;
|
|
932
|
+
get(resourceUri: string, options?: VirtualMachineInstancesGetOptionalParams): Promise<VirtualMachineInstancesGetResponse>;
|
|
933
|
+
list(resourceUri: string, options?: VirtualMachineInstancesListOptionalParams): PagedAsyncIterableIterator<VirtualMachineInstance>;
|
|
934
|
+
}
|
|
935
|
+
|
|
936
|
+
// @public
|
|
937
|
+
export interface VirtualMachineInstancesCreateCheckpointHeaders {
|
|
938
|
+
location?: string;
|
|
939
|
+
retryAfter?: number;
|
|
733
940
|
}
|
|
734
941
|
|
|
735
942
|
// @public
|
|
736
|
-
export interface
|
|
943
|
+
export interface VirtualMachineInstancesCreateCheckpointOptionalParams extends coreClient.OperationOptions {
|
|
737
944
|
resumeFrom?: string;
|
|
738
945
|
updateIntervalInMs?: number;
|
|
739
946
|
}
|
|
740
947
|
|
|
741
948
|
// @public
|
|
742
|
-
export type
|
|
949
|
+
export type VirtualMachineInstancesCreateCheckpointResponse = VirtualMachineInstancesCreateCheckpointHeaders;
|
|
950
|
+
|
|
951
|
+
// @public
|
|
952
|
+
export interface VirtualMachineInstancesCreateOrUpdateHeaders {
|
|
953
|
+
retryAfter?: number;
|
|
954
|
+
}
|
|
743
955
|
|
|
744
956
|
// @public
|
|
745
|
-
export interface
|
|
746
|
-
body?: VirtualMachineDeleteCheckpoint;
|
|
957
|
+
export interface VirtualMachineInstancesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
747
958
|
resumeFrom?: string;
|
|
748
959
|
updateIntervalInMs?: number;
|
|
749
960
|
}
|
|
750
961
|
|
|
751
962
|
// @public
|
|
752
|
-
export
|
|
753
|
-
|
|
963
|
+
export type VirtualMachineInstancesCreateOrUpdateResponse = VirtualMachineInstance;
|
|
964
|
+
|
|
965
|
+
// @public
|
|
966
|
+
export interface VirtualMachineInstancesDeleteCheckpointHeaders {
|
|
967
|
+
location?: string;
|
|
968
|
+
retryAfter?: number;
|
|
969
|
+
}
|
|
970
|
+
|
|
971
|
+
// @public
|
|
972
|
+
export interface VirtualMachineInstancesDeleteCheckpointOptionalParams extends coreClient.OperationOptions {
|
|
754
973
|
resumeFrom?: string;
|
|
755
|
-
retain?: boolean;
|
|
756
974
|
updateIntervalInMs?: number;
|
|
757
975
|
}
|
|
758
976
|
|
|
759
977
|
// @public
|
|
760
|
-
export
|
|
761
|
-
}
|
|
978
|
+
export type VirtualMachineInstancesDeleteCheckpointResponse = VirtualMachineInstancesDeleteCheckpointHeaders;
|
|
762
979
|
|
|
763
980
|
// @public
|
|
764
|
-
export
|
|
981
|
+
export interface VirtualMachineInstancesDeleteHeaders {
|
|
982
|
+
location?: string;
|
|
983
|
+
retryAfter?: number;
|
|
984
|
+
}
|
|
765
985
|
|
|
766
986
|
// @public
|
|
767
|
-
export interface
|
|
987
|
+
export interface VirtualMachineInstancesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
988
|
+
deleteFromHost?: DeleteFromHost;
|
|
989
|
+
force?: ForceDelete;
|
|
990
|
+
resumeFrom?: string;
|
|
991
|
+
updateIntervalInMs?: number;
|
|
768
992
|
}
|
|
769
993
|
|
|
770
994
|
// @public
|
|
771
|
-
export type
|
|
995
|
+
export type VirtualMachineInstancesDeleteResponse = VirtualMachineInstancesDeleteHeaders;
|
|
772
996
|
|
|
773
997
|
// @public
|
|
774
|
-
export interface
|
|
998
|
+
export interface VirtualMachineInstancesGetOptionalParams extends coreClient.OperationOptions {
|
|
775
999
|
}
|
|
776
1000
|
|
|
777
1001
|
// @public
|
|
778
|
-
export type
|
|
1002
|
+
export type VirtualMachineInstancesGetResponse = VirtualMachineInstance;
|
|
779
1003
|
|
|
780
1004
|
// @public
|
|
781
|
-
export interface
|
|
1005
|
+
export interface VirtualMachineInstancesListNextOptionalParams extends coreClient.OperationOptions {
|
|
782
1006
|
}
|
|
783
1007
|
|
|
784
1008
|
// @public
|
|
785
|
-
export type
|
|
1009
|
+
export type VirtualMachineInstancesListNextResponse = VirtualMachineInstanceListResult;
|
|
786
1010
|
|
|
787
1011
|
// @public
|
|
788
|
-
export interface
|
|
1012
|
+
export interface VirtualMachineInstancesListOptionalParams extends coreClient.OperationOptions {
|
|
789
1013
|
}
|
|
790
1014
|
|
|
791
1015
|
// @public
|
|
792
|
-
export type
|
|
1016
|
+
export type VirtualMachineInstancesListResponse = VirtualMachineInstanceListResult;
|
|
793
1017
|
|
|
794
1018
|
// @public
|
|
795
|
-
export interface
|
|
1019
|
+
export interface VirtualMachineInstancesRestartHeaders {
|
|
1020
|
+
location?: string;
|
|
1021
|
+
retryAfter?: number;
|
|
1022
|
+
}
|
|
1023
|
+
|
|
1024
|
+
// @public
|
|
1025
|
+
export interface VirtualMachineInstancesRestartOptionalParams extends coreClient.OperationOptions {
|
|
796
1026
|
resumeFrom?: string;
|
|
797
1027
|
updateIntervalInMs?: number;
|
|
798
1028
|
}
|
|
799
1029
|
|
|
800
1030
|
// @public
|
|
801
|
-
export
|
|
802
|
-
|
|
1031
|
+
export type VirtualMachineInstancesRestartResponse = VirtualMachineInstancesRestartHeaders;
|
|
1032
|
+
|
|
1033
|
+
// @public
|
|
1034
|
+
export interface VirtualMachineInstancesRestoreCheckpointHeaders {
|
|
1035
|
+
location?: string;
|
|
1036
|
+
retryAfter?: number;
|
|
1037
|
+
}
|
|
1038
|
+
|
|
1039
|
+
// @public
|
|
1040
|
+
export interface VirtualMachineInstancesRestoreCheckpointOptionalParams extends coreClient.OperationOptions {
|
|
803
1041
|
resumeFrom?: string;
|
|
804
1042
|
updateIntervalInMs?: number;
|
|
805
1043
|
}
|
|
806
1044
|
|
|
807
1045
|
// @public
|
|
808
|
-
export
|
|
1046
|
+
export type VirtualMachineInstancesRestoreCheckpointResponse = VirtualMachineInstancesRestoreCheckpointHeaders;
|
|
1047
|
+
|
|
1048
|
+
// @public
|
|
1049
|
+
export interface VirtualMachineInstancesStartHeaders {
|
|
1050
|
+
location?: string;
|
|
1051
|
+
retryAfter?: number;
|
|
1052
|
+
}
|
|
1053
|
+
|
|
1054
|
+
// @public
|
|
1055
|
+
export interface VirtualMachineInstancesStartOptionalParams extends coreClient.OperationOptions {
|
|
809
1056
|
resumeFrom?: string;
|
|
810
1057
|
updateIntervalInMs?: number;
|
|
811
1058
|
}
|
|
812
1059
|
|
|
813
1060
|
// @public
|
|
814
|
-
export
|
|
815
|
-
|
|
1061
|
+
export type VirtualMachineInstancesStartResponse = VirtualMachineInstancesStartHeaders;
|
|
1062
|
+
|
|
1063
|
+
// @public
|
|
1064
|
+
export interface VirtualMachineInstancesStopHeaders {
|
|
1065
|
+
location?: string;
|
|
1066
|
+
retryAfter?: number;
|
|
1067
|
+
}
|
|
1068
|
+
|
|
1069
|
+
// @public
|
|
1070
|
+
export interface VirtualMachineInstancesStopOptionalParams extends coreClient.OperationOptions {
|
|
816
1071
|
resumeFrom?: string;
|
|
817
1072
|
updateIntervalInMs?: number;
|
|
818
1073
|
}
|
|
819
1074
|
|
|
820
1075
|
// @public
|
|
821
|
-
export
|
|
1076
|
+
export type VirtualMachineInstancesStopResponse = VirtualMachineInstancesStopHeaders;
|
|
1077
|
+
|
|
1078
|
+
// @public
|
|
1079
|
+
export interface VirtualMachineInstancesUpdateHeaders {
|
|
1080
|
+
location?: string;
|
|
1081
|
+
retryAfter?: number;
|
|
1082
|
+
}
|
|
1083
|
+
|
|
1084
|
+
// @public
|
|
1085
|
+
export interface VirtualMachineInstancesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
822
1086
|
resumeFrom?: string;
|
|
823
1087
|
updateIntervalInMs?: number;
|
|
824
1088
|
}
|
|
825
1089
|
|
|
826
1090
|
// @public
|
|
827
|
-
export type
|
|
1091
|
+
export type VirtualMachineInstancesUpdateResponse = VirtualMachineInstance;
|
|
828
1092
|
|
|
829
1093
|
// @public
|
|
830
|
-
export interface
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
readonly
|
|
846
|
-
|
|
847
|
-
|
|
1094
|
+
export interface VirtualMachineInstanceUpdate {
|
|
1095
|
+
properties?: VirtualMachineInstanceUpdateProperties;
|
|
1096
|
+
}
|
|
1097
|
+
|
|
1098
|
+
// @public
|
|
1099
|
+
export interface VirtualMachineInstanceUpdateProperties {
|
|
1100
|
+
availabilitySets?: AvailabilitySetListItem[];
|
|
1101
|
+
hardwareProfile?: HardwareProfileUpdate;
|
|
1102
|
+
infrastructureProfile?: InfrastructureProfileUpdate;
|
|
1103
|
+
networkProfile?: NetworkProfileUpdate;
|
|
1104
|
+
storageProfile?: StorageProfileUpdate;
|
|
1105
|
+
}
|
|
1106
|
+
|
|
1107
|
+
// @public
|
|
1108
|
+
export interface VirtualMachineInventoryItem extends InventoryItemProperties {
|
|
1109
|
+
readonly biosGuid?: string;
|
|
1110
|
+
cloud?: InventoryItemDetails;
|
|
1111
|
+
inventoryType: "VirtualMachine";
|
|
1112
|
+
ipAddresses?: string[];
|
|
1113
|
+
readonly managedMachineResourceId?: string;
|
|
848
1114
|
readonly osName?: string;
|
|
849
1115
|
readonly osType?: OsType;
|
|
850
|
-
readonly
|
|
851
|
-
readonly
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
1116
|
+
readonly osVersion?: string;
|
|
1117
|
+
readonly powerState?: string;
|
|
1118
|
+
}
|
|
1119
|
+
|
|
1120
|
+
// @public
|
|
1121
|
+
export interface VirtualMachineRestoreCheckpoint {
|
|
1122
|
+
id?: string;
|
|
1123
|
+
}
|
|
1124
|
+
|
|
1125
|
+
// @public
|
|
1126
|
+
export interface VirtualMachineTemplate extends TrackedResource {
|
|
1127
|
+
extendedLocation: ExtendedLocation;
|
|
1128
|
+
properties?: VirtualMachineTemplateProperties;
|
|
858
1129
|
}
|
|
859
1130
|
|
|
860
1131
|
// @public
|
|
@@ -868,23 +1139,50 @@ export interface VirtualMachineTemplateInventoryItem extends InventoryItemProper
|
|
|
868
1139
|
|
|
869
1140
|
// @public
|
|
870
1141
|
export interface VirtualMachineTemplateListResult {
|
|
871
|
-
nextLink?: string;
|
|
872
|
-
value
|
|
1142
|
+
readonly nextLink?: string;
|
|
1143
|
+
value: VirtualMachineTemplate[];
|
|
1144
|
+
}
|
|
1145
|
+
|
|
1146
|
+
// @public
|
|
1147
|
+
export interface VirtualMachineTemplateProperties {
|
|
1148
|
+
readonly computerName?: string;
|
|
1149
|
+
readonly cpuCount?: number;
|
|
1150
|
+
readonly disks?: VirtualDisk[];
|
|
1151
|
+
readonly dynamicMemoryEnabled?: DynamicMemoryEnabled;
|
|
1152
|
+
readonly dynamicMemoryMaxMB?: number;
|
|
1153
|
+
readonly dynamicMemoryMinMB?: number;
|
|
1154
|
+
readonly generation?: number;
|
|
1155
|
+
inventoryItemId?: string;
|
|
1156
|
+
readonly isCustomizable?: IsCustomizable;
|
|
1157
|
+
readonly isHighlyAvailable?: IsHighlyAvailable;
|
|
1158
|
+
readonly limitCpuForMigration?: LimitCpuForMigration;
|
|
1159
|
+
readonly memoryMB?: number;
|
|
1160
|
+
readonly networkInterfaces?: NetworkInterface[];
|
|
1161
|
+
readonly osName?: string;
|
|
1162
|
+
readonly osType?: OsType;
|
|
1163
|
+
readonly provisioningState?: ProvisioningState;
|
|
1164
|
+
uuid?: string;
|
|
1165
|
+
vmmServerId?: string;
|
|
873
1166
|
}
|
|
874
1167
|
|
|
875
1168
|
// @public
|
|
876
1169
|
export interface VirtualMachineTemplates {
|
|
877
|
-
beginCreateOrUpdate(resourceGroupName: string, virtualMachineTemplateName: string,
|
|
878
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, virtualMachineTemplateName: string,
|
|
879
|
-
beginDelete(resourceGroupName: string, virtualMachineTemplateName: string, options?: VirtualMachineTemplatesDeleteOptionalParams): Promise<
|
|
880
|
-
beginDeleteAndWait(resourceGroupName: string, virtualMachineTemplateName: string, options?: VirtualMachineTemplatesDeleteOptionalParams): Promise<
|
|
881
|
-
beginUpdate(resourceGroupName: string, virtualMachineTemplateName: string,
|
|
882
|
-
beginUpdateAndWait(resourceGroupName: string, virtualMachineTemplateName: string,
|
|
1170
|
+
beginCreateOrUpdate(resourceGroupName: string, virtualMachineTemplateName: string, resource: VirtualMachineTemplate, options?: VirtualMachineTemplatesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<VirtualMachineTemplatesCreateOrUpdateResponse>, VirtualMachineTemplatesCreateOrUpdateResponse>>;
|
|
1171
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, virtualMachineTemplateName: string, resource: VirtualMachineTemplate, options?: VirtualMachineTemplatesCreateOrUpdateOptionalParams): Promise<VirtualMachineTemplatesCreateOrUpdateResponse>;
|
|
1172
|
+
beginDelete(resourceGroupName: string, virtualMachineTemplateName: string, options?: VirtualMachineTemplatesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<VirtualMachineTemplatesDeleteResponse>, VirtualMachineTemplatesDeleteResponse>>;
|
|
1173
|
+
beginDeleteAndWait(resourceGroupName: string, virtualMachineTemplateName: string, options?: VirtualMachineTemplatesDeleteOptionalParams): Promise<VirtualMachineTemplatesDeleteResponse>;
|
|
1174
|
+
beginUpdate(resourceGroupName: string, virtualMachineTemplateName: string, properties: VirtualMachineTemplateTagsUpdate, options?: VirtualMachineTemplatesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<VirtualMachineTemplatesUpdateResponse>, VirtualMachineTemplatesUpdateResponse>>;
|
|
1175
|
+
beginUpdateAndWait(resourceGroupName: string, virtualMachineTemplateName: string, properties: VirtualMachineTemplateTagsUpdate, options?: VirtualMachineTemplatesUpdateOptionalParams): Promise<VirtualMachineTemplatesUpdateResponse>;
|
|
883
1176
|
get(resourceGroupName: string, virtualMachineTemplateName: string, options?: VirtualMachineTemplatesGetOptionalParams): Promise<VirtualMachineTemplatesGetResponse>;
|
|
884
1177
|
listByResourceGroup(resourceGroupName: string, options?: VirtualMachineTemplatesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<VirtualMachineTemplate>;
|
|
885
1178
|
listBySubscription(options?: VirtualMachineTemplatesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<VirtualMachineTemplate>;
|
|
886
1179
|
}
|
|
887
1180
|
|
|
1181
|
+
// @public
|
|
1182
|
+
export interface VirtualMachineTemplatesCreateOrUpdateHeaders {
|
|
1183
|
+
retryAfter?: number;
|
|
1184
|
+
}
|
|
1185
|
+
|
|
888
1186
|
// @public
|
|
889
1187
|
export interface VirtualMachineTemplatesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
890
1188
|
resumeFrom?: string;
|
|
@@ -894,13 +1192,22 @@ export interface VirtualMachineTemplatesCreateOrUpdateOptionalParams extends cor
|
|
|
894
1192
|
// @public
|
|
895
1193
|
export type VirtualMachineTemplatesCreateOrUpdateResponse = VirtualMachineTemplate;
|
|
896
1194
|
|
|
1195
|
+
// @public
|
|
1196
|
+
export interface VirtualMachineTemplatesDeleteHeaders {
|
|
1197
|
+
location?: string;
|
|
1198
|
+
retryAfter?: number;
|
|
1199
|
+
}
|
|
1200
|
+
|
|
897
1201
|
// @public
|
|
898
1202
|
export interface VirtualMachineTemplatesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
899
|
-
force?:
|
|
1203
|
+
force?: ForceDelete;
|
|
900
1204
|
resumeFrom?: string;
|
|
901
1205
|
updateIntervalInMs?: number;
|
|
902
1206
|
}
|
|
903
1207
|
|
|
1208
|
+
// @public
|
|
1209
|
+
export type VirtualMachineTemplatesDeleteResponse = VirtualMachineTemplatesDeleteHeaders;
|
|
1210
|
+
|
|
904
1211
|
// @public
|
|
905
1212
|
export interface VirtualMachineTemplatesGetOptionalParams extends coreClient.OperationOptions {
|
|
906
1213
|
}
|
|
@@ -936,6 +1243,12 @@ export interface VirtualMachineTemplatesListBySubscriptionOptionalParams extends
|
|
|
936
1243
|
// @public
|
|
937
1244
|
export type VirtualMachineTemplatesListBySubscriptionResponse = VirtualMachineTemplateListResult;
|
|
938
1245
|
|
|
1246
|
+
// @public
|
|
1247
|
+
export interface VirtualMachineTemplatesUpdateHeaders {
|
|
1248
|
+
location?: string;
|
|
1249
|
+
retryAfter?: number;
|
|
1250
|
+
}
|
|
1251
|
+
|
|
939
1252
|
// @public
|
|
940
1253
|
export interface VirtualMachineTemplatesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
941
1254
|
resumeFrom?: string;
|
|
@@ -946,37 +1259,16 @@ export interface VirtualMachineTemplatesUpdateOptionalParams extends coreClient.
|
|
|
946
1259
|
export type VirtualMachineTemplatesUpdateResponse = VirtualMachineTemplate;
|
|
947
1260
|
|
|
948
1261
|
// @public
|
|
949
|
-
export interface
|
|
950
|
-
properties?: VirtualMachineUpdateProperties;
|
|
1262
|
+
export interface VirtualMachineTemplateTagsUpdate {
|
|
951
1263
|
tags?: {
|
|
952
1264
|
[propertyName: string]: string;
|
|
953
1265
|
};
|
|
954
1266
|
}
|
|
955
1267
|
|
|
956
1268
|
// @public
|
|
957
|
-
export interface
|
|
958
|
-
availabilitySets?: AvailabilitySetListItem[];
|
|
959
|
-
hardwareProfile?: HardwareProfileUpdate;
|
|
960
|
-
networkProfile?: NetworkProfileUpdate;
|
|
961
|
-
storageProfile?: StorageProfileUpdate;
|
|
962
|
-
}
|
|
963
|
-
|
|
964
|
-
// @public
|
|
965
|
-
export interface VirtualNetwork {
|
|
1269
|
+
export interface VirtualNetwork extends TrackedResource {
|
|
966
1270
|
extendedLocation: ExtendedLocation;
|
|
967
|
-
|
|
968
|
-
inventoryItemId?: string;
|
|
969
|
-
location: string;
|
|
970
|
-
readonly name?: string;
|
|
971
|
-
readonly networkName?: string;
|
|
972
|
-
readonly provisioningState?: string;
|
|
973
|
-
readonly systemData?: SystemData;
|
|
974
|
-
tags?: {
|
|
975
|
-
[propertyName: string]: string;
|
|
976
|
-
};
|
|
977
|
-
readonly type?: string;
|
|
978
|
-
uuid?: string;
|
|
979
|
-
vmmServerId?: string;
|
|
1271
|
+
properties?: VirtualNetworkProperties;
|
|
980
1272
|
}
|
|
981
1273
|
|
|
982
1274
|
// @public
|
|
@@ -986,23 +1278,37 @@ export interface VirtualNetworkInventoryItem extends InventoryItemProperties {
|
|
|
986
1278
|
|
|
987
1279
|
// @public
|
|
988
1280
|
export interface VirtualNetworkListResult {
|
|
989
|
-
nextLink?: string;
|
|
990
|
-
value
|
|
1281
|
+
readonly nextLink?: string;
|
|
1282
|
+
value: VirtualNetwork[];
|
|
1283
|
+
}
|
|
1284
|
+
|
|
1285
|
+
// @public
|
|
1286
|
+
export interface VirtualNetworkProperties {
|
|
1287
|
+
inventoryItemId?: string;
|
|
1288
|
+
readonly networkName?: string;
|
|
1289
|
+
readonly provisioningState?: ProvisioningState;
|
|
1290
|
+
uuid?: string;
|
|
1291
|
+
vmmServerId?: string;
|
|
991
1292
|
}
|
|
992
1293
|
|
|
993
1294
|
// @public
|
|
994
1295
|
export interface VirtualNetworks {
|
|
995
|
-
beginCreateOrUpdate(resourceGroupName: string, virtualNetworkName: string,
|
|
996
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, virtualNetworkName: string,
|
|
997
|
-
beginDelete(resourceGroupName: string, virtualNetworkName: string, options?: VirtualNetworksDeleteOptionalParams): Promise<
|
|
998
|
-
beginDeleteAndWait(resourceGroupName: string, virtualNetworkName: string, options?: VirtualNetworksDeleteOptionalParams): Promise<
|
|
999
|
-
beginUpdate(resourceGroupName: string, virtualNetworkName: string,
|
|
1000
|
-
beginUpdateAndWait(resourceGroupName: string, virtualNetworkName: string,
|
|
1296
|
+
beginCreateOrUpdate(resourceGroupName: string, virtualNetworkName: string, resource: VirtualNetwork, options?: VirtualNetworksCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<VirtualNetworksCreateOrUpdateResponse>, VirtualNetworksCreateOrUpdateResponse>>;
|
|
1297
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, virtualNetworkName: string, resource: VirtualNetwork, options?: VirtualNetworksCreateOrUpdateOptionalParams): Promise<VirtualNetworksCreateOrUpdateResponse>;
|
|
1298
|
+
beginDelete(resourceGroupName: string, virtualNetworkName: string, options?: VirtualNetworksDeleteOptionalParams): Promise<SimplePollerLike<OperationState<VirtualNetworksDeleteResponse>, VirtualNetworksDeleteResponse>>;
|
|
1299
|
+
beginDeleteAndWait(resourceGroupName: string, virtualNetworkName: string, options?: VirtualNetworksDeleteOptionalParams): Promise<VirtualNetworksDeleteResponse>;
|
|
1300
|
+
beginUpdate(resourceGroupName: string, virtualNetworkName: string, properties: VirtualNetworkTagsUpdate, options?: VirtualNetworksUpdateOptionalParams): Promise<SimplePollerLike<OperationState<VirtualNetworksUpdateResponse>, VirtualNetworksUpdateResponse>>;
|
|
1301
|
+
beginUpdateAndWait(resourceGroupName: string, virtualNetworkName: string, properties: VirtualNetworkTagsUpdate, options?: VirtualNetworksUpdateOptionalParams): Promise<VirtualNetworksUpdateResponse>;
|
|
1001
1302
|
get(resourceGroupName: string, virtualNetworkName: string, options?: VirtualNetworksGetOptionalParams): Promise<VirtualNetworksGetResponse>;
|
|
1002
1303
|
listByResourceGroup(resourceGroupName: string, options?: VirtualNetworksListByResourceGroupOptionalParams): PagedAsyncIterableIterator<VirtualNetwork>;
|
|
1003
1304
|
listBySubscription(options?: VirtualNetworksListBySubscriptionOptionalParams): PagedAsyncIterableIterator<VirtualNetwork>;
|
|
1004
1305
|
}
|
|
1005
1306
|
|
|
1307
|
+
// @public
|
|
1308
|
+
export interface VirtualNetworksCreateOrUpdateHeaders {
|
|
1309
|
+
retryAfter?: number;
|
|
1310
|
+
}
|
|
1311
|
+
|
|
1006
1312
|
// @public
|
|
1007
1313
|
export interface VirtualNetworksCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1008
1314
|
resumeFrom?: string;
|
|
@@ -1012,13 +1318,22 @@ export interface VirtualNetworksCreateOrUpdateOptionalParams extends coreClient.
|
|
|
1012
1318
|
// @public
|
|
1013
1319
|
export type VirtualNetworksCreateOrUpdateResponse = VirtualNetwork;
|
|
1014
1320
|
|
|
1321
|
+
// @public
|
|
1322
|
+
export interface VirtualNetworksDeleteHeaders {
|
|
1323
|
+
location?: string;
|
|
1324
|
+
retryAfter?: number;
|
|
1325
|
+
}
|
|
1326
|
+
|
|
1015
1327
|
// @public
|
|
1016
1328
|
export interface VirtualNetworksDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1017
|
-
force?:
|
|
1329
|
+
force?: ForceDelete;
|
|
1018
1330
|
resumeFrom?: string;
|
|
1019
1331
|
updateIntervalInMs?: number;
|
|
1020
1332
|
}
|
|
1021
1333
|
|
|
1334
|
+
// @public
|
|
1335
|
+
export type VirtualNetworksDeleteResponse = VirtualNetworksDeleteHeaders;
|
|
1336
|
+
|
|
1022
1337
|
// @public
|
|
1023
1338
|
export interface VirtualNetworksGetOptionalParams extends coreClient.OperationOptions {
|
|
1024
1339
|
}
|
|
@@ -1054,6 +1369,12 @@ export interface VirtualNetworksListBySubscriptionOptionalParams extends coreCli
|
|
|
1054
1369
|
// @public
|
|
1055
1370
|
export type VirtualNetworksListBySubscriptionResponse = VirtualNetworkListResult;
|
|
1056
1371
|
|
|
1372
|
+
// @public
|
|
1373
|
+
export interface VirtualNetworksUpdateHeaders {
|
|
1374
|
+
location?: string;
|
|
1375
|
+
retryAfter?: number;
|
|
1376
|
+
}
|
|
1377
|
+
|
|
1057
1378
|
// @public
|
|
1058
1379
|
export interface VirtualNetworksUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1059
1380
|
resumeFrom?: string;
|
|
@@ -1064,49 +1385,103 @@ export interface VirtualNetworksUpdateOptionalParams extends coreClient.Operatio
|
|
|
1064
1385
|
export type VirtualNetworksUpdateResponse = VirtualNetwork;
|
|
1065
1386
|
|
|
1066
1387
|
// @public
|
|
1067
|
-
export interface
|
|
1068
|
-
readonly connectionStatus?: string;
|
|
1069
|
-
credentials?: VMMServerPropertiesCredentials;
|
|
1070
|
-
readonly errorMessage?: string;
|
|
1071
|
-
extendedLocation: ExtendedLocation;
|
|
1072
|
-
fqdn: string;
|
|
1073
|
-
readonly id?: string;
|
|
1074
|
-
location: string;
|
|
1075
|
-
readonly name?: string;
|
|
1076
|
-
port?: number;
|
|
1077
|
-
readonly provisioningState?: string;
|
|
1078
|
-
readonly systemData?: SystemData;
|
|
1388
|
+
export interface VirtualNetworkTagsUpdate {
|
|
1079
1389
|
tags?: {
|
|
1080
1390
|
[propertyName: string]: string;
|
|
1081
1391
|
};
|
|
1082
|
-
readonly type?: string;
|
|
1083
|
-
readonly uuid?: string;
|
|
1084
|
-
readonly version?: string;
|
|
1085
1392
|
}
|
|
1086
1393
|
|
|
1087
1394
|
// @public
|
|
1088
|
-
export interface
|
|
1089
|
-
|
|
1090
|
-
|
|
1395
|
+
export interface VmInstanceHybridIdentityMetadata extends ProxyResource {
|
|
1396
|
+
properties?: VmInstanceHybridIdentityMetadataProperties;
|
|
1397
|
+
}
|
|
1398
|
+
|
|
1399
|
+
// @public
|
|
1400
|
+
export interface VmInstanceHybridIdentityMetadataListResult {
|
|
1401
|
+
readonly nextLink?: string;
|
|
1402
|
+
value: VmInstanceHybridIdentityMetadata[];
|
|
1403
|
+
}
|
|
1404
|
+
|
|
1405
|
+
// @public
|
|
1406
|
+
export interface VmInstanceHybridIdentityMetadataProperties {
|
|
1407
|
+
readonly provisioningState?: ProvisioningState;
|
|
1408
|
+
publicKey?: string;
|
|
1409
|
+
resourceUid?: string;
|
|
1410
|
+
}
|
|
1411
|
+
|
|
1412
|
+
// @public
|
|
1413
|
+
export interface VmInstanceHybridIdentityMetadatas {
|
|
1414
|
+
get(resourceUri: string, options?: VmInstanceHybridIdentityMetadatasGetOptionalParams): Promise<VmInstanceHybridIdentityMetadatasGetResponse>;
|
|
1415
|
+
listByVirtualMachineInstance(resourceUri: string, options?: VmInstanceHybridIdentityMetadatasListByVirtualMachineInstanceOptionalParams): PagedAsyncIterableIterator<VmInstanceHybridIdentityMetadata>;
|
|
1416
|
+
}
|
|
1417
|
+
|
|
1418
|
+
// @public
|
|
1419
|
+
export interface VmInstanceHybridIdentityMetadatasGetOptionalParams extends coreClient.OperationOptions {
|
|
1091
1420
|
}
|
|
1092
1421
|
|
|
1093
1422
|
// @public
|
|
1094
|
-
export
|
|
1423
|
+
export type VmInstanceHybridIdentityMetadatasGetResponse = VmInstanceHybridIdentityMetadata;
|
|
1424
|
+
|
|
1425
|
+
// @public
|
|
1426
|
+
export interface VmInstanceHybridIdentityMetadatasListByVirtualMachineInstanceNextOptionalParams extends coreClient.OperationOptions {
|
|
1427
|
+
}
|
|
1428
|
+
|
|
1429
|
+
// @public
|
|
1430
|
+
export type VmInstanceHybridIdentityMetadatasListByVirtualMachineInstanceNextResponse = VmInstanceHybridIdentityMetadataListResult;
|
|
1431
|
+
|
|
1432
|
+
// @public
|
|
1433
|
+
export interface VmInstanceHybridIdentityMetadatasListByVirtualMachineInstanceOptionalParams extends coreClient.OperationOptions {
|
|
1434
|
+
}
|
|
1435
|
+
|
|
1436
|
+
// @public
|
|
1437
|
+
export type VmInstanceHybridIdentityMetadatasListByVirtualMachineInstanceResponse = VmInstanceHybridIdentityMetadataListResult;
|
|
1438
|
+
|
|
1439
|
+
// @public
|
|
1440
|
+
export interface VmmCredential {
|
|
1095
1441
|
password?: string;
|
|
1096
1442
|
username?: string;
|
|
1097
1443
|
}
|
|
1098
1444
|
|
|
1445
|
+
// @public
|
|
1446
|
+
export interface VmmServer extends TrackedResource {
|
|
1447
|
+
extendedLocation: ExtendedLocation;
|
|
1448
|
+
properties?: VmmServerProperties;
|
|
1449
|
+
}
|
|
1450
|
+
|
|
1451
|
+
// @public
|
|
1452
|
+
export interface VmmServerListResult {
|
|
1453
|
+
readonly nextLink?: string;
|
|
1454
|
+
value: VmmServer[];
|
|
1455
|
+
}
|
|
1456
|
+
|
|
1457
|
+
// @public
|
|
1458
|
+
export interface VmmServerProperties {
|
|
1459
|
+
readonly connectionStatus?: string;
|
|
1460
|
+
credentials?: VmmCredential;
|
|
1461
|
+
readonly errorMessage?: string;
|
|
1462
|
+
fqdn: string;
|
|
1463
|
+
port?: number;
|
|
1464
|
+
readonly provisioningState?: ProvisioningState;
|
|
1465
|
+
readonly uuid?: string;
|
|
1466
|
+
readonly version?: string;
|
|
1467
|
+
}
|
|
1468
|
+
|
|
1099
1469
|
// @public
|
|
1100
1470
|
export interface VmmServers {
|
|
1101
|
-
beginCreateOrUpdate(resourceGroupName: string, vmmServerName: string,
|
|
1102
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, vmmServerName: string,
|
|
1103
|
-
beginDelete(resourceGroupName: string, vmmServerName: string, options?: VmmServersDeleteOptionalParams): Promise<
|
|
1104
|
-
beginDeleteAndWait(resourceGroupName: string, vmmServerName: string, options?: VmmServersDeleteOptionalParams): Promise<
|
|
1105
|
-
beginUpdate(resourceGroupName: string, vmmServerName: string,
|
|
1106
|
-
beginUpdateAndWait(resourceGroupName: string, vmmServerName: string,
|
|
1471
|
+
beginCreateOrUpdate(resourceGroupName: string, vmmServerName: string, resource: VmmServer, options?: VmmServersCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<VmmServersCreateOrUpdateResponse>, VmmServersCreateOrUpdateResponse>>;
|
|
1472
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, vmmServerName: string, resource: VmmServer, options?: VmmServersCreateOrUpdateOptionalParams): Promise<VmmServersCreateOrUpdateResponse>;
|
|
1473
|
+
beginDelete(resourceGroupName: string, vmmServerName: string, options?: VmmServersDeleteOptionalParams): Promise<SimplePollerLike<OperationState<VmmServersDeleteResponse>, VmmServersDeleteResponse>>;
|
|
1474
|
+
beginDeleteAndWait(resourceGroupName: string, vmmServerName: string, options?: VmmServersDeleteOptionalParams): Promise<VmmServersDeleteResponse>;
|
|
1475
|
+
beginUpdate(resourceGroupName: string, vmmServerName: string, properties: VmmServerTagsUpdate, options?: VmmServersUpdateOptionalParams): Promise<SimplePollerLike<OperationState<VmmServersUpdateResponse>, VmmServersUpdateResponse>>;
|
|
1476
|
+
beginUpdateAndWait(resourceGroupName: string, vmmServerName: string, properties: VmmServerTagsUpdate, options?: VmmServersUpdateOptionalParams): Promise<VmmServersUpdateResponse>;
|
|
1107
1477
|
get(resourceGroupName: string, vmmServerName: string, options?: VmmServersGetOptionalParams): Promise<VmmServersGetResponse>;
|
|
1108
|
-
listByResourceGroup(resourceGroupName: string, options?: VmmServersListByResourceGroupOptionalParams): PagedAsyncIterableIterator<
|
|
1109
|
-
listBySubscription(options?: VmmServersListBySubscriptionOptionalParams): PagedAsyncIterableIterator<
|
|
1478
|
+
listByResourceGroup(resourceGroupName: string, options?: VmmServersListByResourceGroupOptionalParams): PagedAsyncIterableIterator<VmmServer>;
|
|
1479
|
+
listBySubscription(options?: VmmServersListBySubscriptionOptionalParams): PagedAsyncIterableIterator<VmmServer>;
|
|
1480
|
+
}
|
|
1481
|
+
|
|
1482
|
+
// @public
|
|
1483
|
+
export interface VmmServersCreateOrUpdateHeaders {
|
|
1484
|
+
retryAfter?: number;
|
|
1110
1485
|
}
|
|
1111
1486
|
|
|
1112
1487
|
// @public
|
|
@@ -1116,49 +1491,64 @@ export interface VmmServersCreateOrUpdateOptionalParams extends coreClient.Opera
|
|
|
1116
1491
|
}
|
|
1117
1492
|
|
|
1118
1493
|
// @public
|
|
1119
|
-
export type VmmServersCreateOrUpdateResponse =
|
|
1494
|
+
export type VmmServersCreateOrUpdateResponse = VmmServer;
|
|
1495
|
+
|
|
1496
|
+
// @public
|
|
1497
|
+
export interface VmmServersDeleteHeaders {
|
|
1498
|
+
location?: string;
|
|
1499
|
+
retryAfter?: number;
|
|
1500
|
+
}
|
|
1120
1501
|
|
|
1121
1502
|
// @public
|
|
1122
1503
|
export interface VmmServersDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1123
|
-
force?:
|
|
1504
|
+
force?: ForceDelete;
|
|
1124
1505
|
resumeFrom?: string;
|
|
1125
1506
|
updateIntervalInMs?: number;
|
|
1126
1507
|
}
|
|
1127
1508
|
|
|
1509
|
+
// @public
|
|
1510
|
+
export type VmmServersDeleteResponse = VmmServersDeleteHeaders;
|
|
1511
|
+
|
|
1128
1512
|
// @public
|
|
1129
1513
|
export interface VmmServersGetOptionalParams extends coreClient.OperationOptions {
|
|
1130
1514
|
}
|
|
1131
1515
|
|
|
1132
1516
|
// @public
|
|
1133
|
-
export type VmmServersGetResponse =
|
|
1517
|
+
export type VmmServersGetResponse = VmmServer;
|
|
1134
1518
|
|
|
1135
1519
|
// @public
|
|
1136
1520
|
export interface VmmServersListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
1137
1521
|
}
|
|
1138
1522
|
|
|
1139
1523
|
// @public
|
|
1140
|
-
export type VmmServersListByResourceGroupNextResponse =
|
|
1524
|
+
export type VmmServersListByResourceGroupNextResponse = VmmServerListResult;
|
|
1141
1525
|
|
|
1142
1526
|
// @public
|
|
1143
1527
|
export interface VmmServersListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
1144
1528
|
}
|
|
1145
1529
|
|
|
1146
1530
|
// @public
|
|
1147
|
-
export type VmmServersListByResourceGroupResponse =
|
|
1531
|
+
export type VmmServersListByResourceGroupResponse = VmmServerListResult;
|
|
1148
1532
|
|
|
1149
1533
|
// @public
|
|
1150
1534
|
export interface VmmServersListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
1151
1535
|
}
|
|
1152
1536
|
|
|
1153
1537
|
// @public
|
|
1154
|
-
export type VmmServersListBySubscriptionNextResponse =
|
|
1538
|
+
export type VmmServersListBySubscriptionNextResponse = VmmServerListResult;
|
|
1155
1539
|
|
|
1156
1540
|
// @public
|
|
1157
1541
|
export interface VmmServersListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
1158
1542
|
}
|
|
1159
1543
|
|
|
1160
1544
|
// @public
|
|
1161
|
-
export type VmmServersListBySubscriptionResponse =
|
|
1545
|
+
export type VmmServersListBySubscriptionResponse = VmmServerListResult;
|
|
1546
|
+
|
|
1547
|
+
// @public
|
|
1548
|
+
export interface VmmServersUpdateHeaders {
|
|
1549
|
+
location?: string;
|
|
1550
|
+
retryAfter?: number;
|
|
1551
|
+
}
|
|
1162
1552
|
|
|
1163
1553
|
// @public
|
|
1164
1554
|
export interface VmmServersUpdateOptionalParams extends coreClient.OperationOptions {
|
|
@@ -1167,7 +1557,14 @@ export interface VmmServersUpdateOptionalParams extends coreClient.OperationOpti
|
|
|
1167
1557
|
}
|
|
1168
1558
|
|
|
1169
1559
|
// @public
|
|
1170
|
-
export type VmmServersUpdateResponse =
|
|
1560
|
+
export type VmmServersUpdateResponse = VmmServer;
|
|
1561
|
+
|
|
1562
|
+
// @public
|
|
1563
|
+
export interface VmmServerTagsUpdate {
|
|
1564
|
+
tags?: {
|
|
1565
|
+
[propertyName: string]: string;
|
|
1566
|
+
};
|
|
1567
|
+
}
|
|
1171
1568
|
|
|
1172
1569
|
// (No @packageDocumentation comment for this package)
|
|
1173
1570
|
|