@azure/arm-scvmm 1.0.0-alpha.20240624.1 → 1.0.0-alpha.20240626.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +3 -33
- package/LICENSE +1 -1
- package/README.md +13 -13
- package/dist/index.js +4948 -3626
- 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 +41 -15
- package/dist-esm/samples-dev/availabilitySetsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/availabilitySetsDeleteSample.js +30 -9
- package/dist-esm/samples-dev/availabilitySetsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/availabilitySetsGetSample.js +28 -9
- package/dist-esm/samples-dev/availabilitySetsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/availabilitySetsListByResourceGroupSample.js +41 -7
- package/dist-esm/samples-dev/availabilitySetsListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/availabilitySetsListBySubscriptionSample.js +39 -6
- package/dist-esm/samples-dev/availabilitySetsListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/availabilitySetsUpdateSample.js +32 -10
- package/dist-esm/samples-dev/availabilitySetsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/cloudsCreateOrUpdateSample.js +40 -15
- package/dist-esm/samples-dev/cloudsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/cloudsDeleteSample.js +30 -9
- package/dist-esm/samples-dev/cloudsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/cloudsGetSample.js +28 -9
- package/dist-esm/samples-dev/cloudsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/cloudsListByResourceGroupSample.js +41 -7
- package/dist-esm/samples-dev/cloudsListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/cloudsListBySubscriptionSample.js +39 -6
- package/dist-esm/samples-dev/cloudsListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/cloudsUpdateSample.js +32 -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 +35 -12
- package/dist-esm/samples-dev/inventoryItemsCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/inventoryItemsDeleteSample.js +30 -10
- package/dist-esm/samples-dev/inventoryItemsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/inventoryItemsGetSample.js +30 -10
- package/dist-esm/samples-dev/inventoryItemsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/inventoryItemsListByVmmServerSample.js +46 -11
- package/dist-esm/samples-dev/inventoryItemsListByVmmServerSample.js.map +1 -1
- package/dist-esm/samples-dev/operationsListSample.js +40 -7
- 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 +47 -15
- package/dist-esm/samples-dev/virtualMachineTemplatesCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/virtualMachineTemplatesDeleteSample.js +29 -8
- package/dist-esm/samples-dev/virtualMachineTemplatesDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/virtualMachineTemplatesGetSample.js +27 -8
- package/dist-esm/samples-dev/virtualMachineTemplatesGetSample.js.map +1 -1
- package/dist-esm/samples-dev/virtualMachineTemplatesListByResourceGroupSample.js +41 -7
- package/dist-esm/samples-dev/virtualMachineTemplatesListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/virtualMachineTemplatesListBySubscriptionSample.js +39 -6
- package/dist-esm/samples-dev/virtualMachineTemplatesListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/virtualMachineTemplatesUpdateSample.js +32 -10
- package/dist-esm/samples-dev/virtualMachineTemplatesUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/virtualNetworksCreateOrUpdateSample.js +39 -15
- package/dist-esm/samples-dev/virtualNetworksCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/virtualNetworksDeleteSample.js +29 -8
- package/dist-esm/samples-dev/virtualNetworksDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/virtualNetworksGetSample.js +27 -8
- package/dist-esm/samples-dev/virtualNetworksGetSample.js.map +1 -1
- package/dist-esm/samples-dev/virtualNetworksListByResourceGroupSample.js +41 -7
- package/dist-esm/samples-dev/virtualNetworksListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/virtualNetworksListBySubscriptionSample.js +39 -6
- package/dist-esm/samples-dev/virtualNetworksListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/virtualNetworksUpdateSample.js +30 -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 +44 -18
- package/dist-esm/samples-dev/vmmServersCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/vmmServersDeleteSample.js +31 -10
- package/dist-esm/samples-dev/vmmServersDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/vmmServersGetSample.js +29 -10
- package/dist-esm/samples-dev/vmmServersGetSample.js.map +1 -1
- package/dist-esm/samples-dev/vmmServersListByResourceGroupSample.js +41 -7
- package/dist-esm/samples-dev/vmmServersListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/vmmServersListBySubscriptionSample.js +39 -6
- package/dist-esm/samples-dev/vmmServersListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/vmmServersUpdateSample.js +32 -10
- package/dist-esm/samples-dev/vmmServersUpdateSample.js.map +1 -1
- package/dist-esm/src/index.d.ts +1 -1
- package/dist-esm/src/index.js +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 +1299 -838
- 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 +218 -187
- 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 +207 -187
- 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 +95 -85
- 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 +11 -11
- 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 +205 -175
- 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 +195 -175
- 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 +205 -185
- 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/scVmm.d.ts +30 -0
- package/dist-esm/src/scVmm.d.ts.map +1 -0
- package/dist-esm/src/{scvmm.js → scVmm.js} +25 -25
- 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 +13 -13
- package/review/arm-scvmm.api.md +724 -330
- package/src/index.ts +1 -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 +339 -310
- package/src/operations/clouds.ts +323 -307
- package/src/operations/guestAgents.ts +365 -0
- package/src/operations/index.ts +6 -4
- package/src/operations/inventoryItems.ts +128 -121
- package/src/operations/operations.ts +25 -25
- package/src/operations/virtualMachineInstances.ts +1239 -0
- package/src/operations/virtualMachineTemplates.ts +320 -292
- package/src/operations/virtualNetworks.ts +310 -292
- package/src/operations/vmInstanceHybridIdentityMetadatas.ts +214 -0
- package/src/operations/vmmServers.ts +327 -308
- 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 +1 -1
- package/src/{scvmm.ts → scVmm.ts} +65 -42
- package/types/arm-scvmm.d.ts +1501 -915
- 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 -44
- 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 -50
- 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 -41
- 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 -39
- 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 -39
- 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 -54
- 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 -53
- 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 -39
- 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 -41
- 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 -39
- 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 -41
- 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 -56
- 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 -980
- 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/src/operations/virtualMachines.ts +0 -1354
- 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,16 +324,95 @@ export interface ExtendedLocation {
|
|
|
270
324
|
type?: string;
|
|
271
325
|
}
|
|
272
326
|
|
|
327
|
+
// @public
|
|
328
|
+
export type ForceDelete = string;
|
|
329
|
+
|
|
273
330
|
// @public
|
|
274
331
|
export function getContinuationToken(page: unknown): string | undefined;
|
|
275
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
|
+
|
|
276
409
|
// @public
|
|
277
410
|
export interface HardwareProfile {
|
|
278
411
|
cpuCount?: number;
|
|
279
412
|
dynamicMemoryEnabled?: DynamicMemoryEnabled;
|
|
280
413
|
dynamicMemoryMaxMB?: number;
|
|
281
414
|
dynamicMemoryMinMB?: number;
|
|
282
|
-
isHighlyAvailable?:
|
|
415
|
+
readonly isHighlyAvailable?: IsHighlyAvailable;
|
|
283
416
|
limitCpuForMigration?: LimitCpuForMigration;
|
|
284
417
|
memoryMB?: number;
|
|
285
418
|
}
|
|
@@ -294,15 +427,35 @@ export interface HardwareProfileUpdate {
|
|
|
294
427
|
memoryMB?: number;
|
|
295
428
|
}
|
|
296
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
|
+
|
|
297
455
|
// @public
|
|
298
456
|
export interface InventoryItem extends ProxyResource {
|
|
299
|
-
readonly inventoryItemName?: string;
|
|
300
|
-
inventoryType: InventoryType;
|
|
301
457
|
kind?: string;
|
|
302
|
-
|
|
303
|
-
readonly provisioningState?: string;
|
|
304
|
-
readonly systemData?: SystemData;
|
|
305
|
-
readonly uuid?: string;
|
|
458
|
+
properties?: InventoryItemPropertiesUnion;
|
|
306
459
|
}
|
|
307
460
|
|
|
308
461
|
// @public
|
|
@@ -311,29 +464,34 @@ export interface InventoryItemDetails {
|
|
|
311
464
|
inventoryItemName?: string;
|
|
312
465
|
}
|
|
313
466
|
|
|
467
|
+
// @public
|
|
468
|
+
export interface InventoryItemListResult {
|
|
469
|
+
readonly nextLink?: string;
|
|
470
|
+
value: InventoryItem[];
|
|
471
|
+
}
|
|
472
|
+
|
|
314
473
|
// @public
|
|
315
474
|
export interface InventoryItemProperties {
|
|
316
475
|
readonly inventoryItemName?: string;
|
|
317
|
-
inventoryType: "Cloud" | "
|
|
476
|
+
inventoryType: "Cloud" | "VirtualMachine" | "VirtualMachineTemplate" | "VirtualNetwork";
|
|
318
477
|
readonly managedResourceId?: string;
|
|
319
|
-
readonly provisioningState?:
|
|
478
|
+
readonly provisioningState?: ProvisioningState;
|
|
320
479
|
readonly uuid?: string;
|
|
321
480
|
}
|
|
322
481
|
|
|
323
482
|
// @public (undocumented)
|
|
324
|
-
export type InventoryItemPropertiesUnion = InventoryItemProperties | CloudInventoryItem |
|
|
483
|
+
export type InventoryItemPropertiesUnion = InventoryItemProperties | CloudInventoryItem | VirtualMachineInventoryItem | VirtualMachineTemplateInventoryItem | VirtualNetworkInventoryItem;
|
|
325
484
|
|
|
326
485
|
// @public
|
|
327
486
|
export interface InventoryItems {
|
|
328
|
-
create(resourceGroupName: string, vmmServerName: string,
|
|
329
|
-
delete(resourceGroupName: string, vmmServerName: string,
|
|
330
|
-
get(resourceGroupName: string, vmmServerName: string,
|
|
331
|
-
|
|
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>;
|
|
332
491
|
}
|
|
333
492
|
|
|
334
493
|
// @public
|
|
335
494
|
export interface InventoryItemsCreateOptionalParams extends coreClient.OperationOptions {
|
|
336
|
-
body?: InventoryItem;
|
|
337
495
|
}
|
|
338
496
|
|
|
339
497
|
// @public
|
|
@@ -351,24 +509,18 @@ export interface InventoryItemsGetOptionalParams extends coreClient.OperationOpt
|
|
|
351
509
|
export type InventoryItemsGetResponse = InventoryItem;
|
|
352
510
|
|
|
353
511
|
// @public
|
|
354
|
-
export interface
|
|
355
|
-
nextLink?: string;
|
|
356
|
-
value: InventoryItem[];
|
|
357
|
-
}
|
|
358
|
-
|
|
359
|
-
// @public
|
|
360
|
-
export interface InventoryItemsListByVMMServerNextOptionalParams extends coreClient.OperationOptions {
|
|
512
|
+
export interface InventoryItemsListByVmmServerNextOptionalParams extends coreClient.OperationOptions {
|
|
361
513
|
}
|
|
362
514
|
|
|
363
515
|
// @public
|
|
364
|
-
export type
|
|
516
|
+
export type InventoryItemsListByVmmServerNextResponse = InventoryItemListResult;
|
|
365
517
|
|
|
366
518
|
// @public
|
|
367
|
-
export interface
|
|
519
|
+
export interface InventoryItemsListByVmmServerOptionalParams extends coreClient.OperationOptions {
|
|
368
520
|
}
|
|
369
521
|
|
|
370
522
|
// @public
|
|
371
|
-
export type
|
|
523
|
+
export type InventoryItemsListByVmmServerResponse = InventoryItemListResult;
|
|
372
524
|
|
|
373
525
|
// @public
|
|
374
526
|
export type InventoryType = string;
|
|
@@ -376,6 +528,14 @@ export type InventoryType = string;
|
|
|
376
528
|
// @public
|
|
377
529
|
export type IsCustomizable = string;
|
|
378
530
|
|
|
531
|
+
// @public
|
|
532
|
+
export type IsHighlyAvailable = string;
|
|
533
|
+
|
|
534
|
+
// @public
|
|
535
|
+
export enum KnownActionType {
|
|
536
|
+
Internal = "Internal"
|
|
537
|
+
}
|
|
538
|
+
|
|
379
539
|
// @public
|
|
380
540
|
export enum KnownAllocationMethod {
|
|
381
541
|
Dynamic = "Dynamic",
|
|
@@ -396,12 +556,24 @@ export enum KnownCreateDiffDisk {
|
|
|
396
556
|
True = "true"
|
|
397
557
|
}
|
|
398
558
|
|
|
559
|
+
// @public
|
|
560
|
+
export enum KnownDeleteFromHost {
|
|
561
|
+
False = "false",
|
|
562
|
+
True = "true"
|
|
563
|
+
}
|
|
564
|
+
|
|
399
565
|
// @public
|
|
400
566
|
export enum KnownDynamicMemoryEnabled {
|
|
401
567
|
False = "false",
|
|
402
568
|
True = "true"
|
|
403
569
|
}
|
|
404
570
|
|
|
571
|
+
// @public
|
|
572
|
+
export enum KnownForceDelete {
|
|
573
|
+
False = "false",
|
|
574
|
+
True = "true"
|
|
575
|
+
}
|
|
576
|
+
|
|
405
577
|
// @public
|
|
406
578
|
export enum KnownInventoryType {
|
|
407
579
|
Cloud = "Cloud",
|
|
@@ -416,12 +588,25 @@ export enum KnownIsCustomizable {
|
|
|
416
588
|
True = "true"
|
|
417
589
|
}
|
|
418
590
|
|
|
591
|
+
// @public
|
|
592
|
+
export enum KnownIsHighlyAvailable {
|
|
593
|
+
False = "false",
|
|
594
|
+
True = "true"
|
|
595
|
+
}
|
|
596
|
+
|
|
419
597
|
// @public
|
|
420
598
|
export enum KnownLimitCpuForMigration {
|
|
421
599
|
False = "false",
|
|
422
600
|
True = "true"
|
|
423
601
|
}
|
|
424
602
|
|
|
603
|
+
// @public
|
|
604
|
+
export enum KnownOrigin {
|
|
605
|
+
System = "system",
|
|
606
|
+
User = "user",
|
|
607
|
+
UserSystem = "user,system"
|
|
608
|
+
}
|
|
609
|
+
|
|
425
610
|
// @public
|
|
426
611
|
export enum KnownOsType {
|
|
427
612
|
Linux = "Linux",
|
|
@@ -429,11 +614,36 @@ export enum KnownOsType {
|
|
|
429
614
|
Windows = "Windows"
|
|
430
615
|
}
|
|
431
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
|
+
|
|
432
642
|
// @public
|
|
433
643
|
export type LimitCpuForMigration = string;
|
|
434
644
|
|
|
435
645
|
// @public
|
|
436
|
-
export interface
|
|
646
|
+
export interface NetworkInterface {
|
|
437
647
|
readonly displayName?: string;
|
|
438
648
|
readonly ipv4Addresses?: string[];
|
|
439
649
|
ipv4AddressType?: AllocationMethod;
|
|
@@ -448,7 +658,7 @@ export interface NetworkInterfaces {
|
|
|
448
658
|
}
|
|
449
659
|
|
|
450
660
|
// @public
|
|
451
|
-
export interface
|
|
661
|
+
export interface NetworkInterfaceUpdate {
|
|
452
662
|
ipv4AddressType?: AllocationMethod;
|
|
453
663
|
ipv6AddressType?: AllocationMethod;
|
|
454
664
|
macAddress?: string;
|
|
@@ -460,17 +670,40 @@ export interface NetworkInterfacesUpdate {
|
|
|
460
670
|
|
|
461
671
|
// @public
|
|
462
672
|
export interface NetworkProfile {
|
|
463
|
-
networkInterfaces?:
|
|
673
|
+
networkInterfaces?: NetworkInterface[];
|
|
464
674
|
}
|
|
465
675
|
|
|
466
676
|
// @public
|
|
467
677
|
export interface NetworkProfileUpdate {
|
|
468
|
-
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[];
|
|
469
702
|
}
|
|
470
703
|
|
|
471
704
|
// @public
|
|
472
705
|
export interface Operations {
|
|
473
|
-
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<
|
|
706
|
+
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
474
707
|
}
|
|
475
708
|
|
|
476
709
|
// @public
|
|
@@ -478,26 +711,36 @@ export interface OperationsListNextOptionalParams extends coreClient.OperationOp
|
|
|
478
711
|
}
|
|
479
712
|
|
|
480
713
|
// @public
|
|
481
|
-
export type OperationsListNextResponse =
|
|
714
|
+
export type OperationsListNextResponse = OperationListResult;
|
|
482
715
|
|
|
483
716
|
// @public
|
|
484
717
|
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
485
718
|
}
|
|
486
719
|
|
|
487
720
|
// @public
|
|
488
|
-
export type OperationsListResponse =
|
|
721
|
+
export type OperationsListResponse = OperationListResult;
|
|
722
|
+
|
|
723
|
+
// @public
|
|
724
|
+
export type Origin = string;
|
|
489
725
|
|
|
490
726
|
// @public
|
|
491
|
-
export interface
|
|
727
|
+
export interface OsProfileForVmInstance {
|
|
492
728
|
adminPassword?: string;
|
|
493
729
|
computerName?: string;
|
|
494
|
-
readonly
|
|
730
|
+
readonly osSku?: string;
|
|
495
731
|
readonly osType?: OsType;
|
|
732
|
+
readonly osVersion?: string;
|
|
496
733
|
}
|
|
497
734
|
|
|
498
735
|
// @public
|
|
499
736
|
export type OsType = string;
|
|
500
737
|
|
|
738
|
+
// @public
|
|
739
|
+
export type ProvisioningAction = string;
|
|
740
|
+
|
|
741
|
+
// @public
|
|
742
|
+
export type ProvisioningState = string;
|
|
743
|
+
|
|
501
744
|
// @public
|
|
502
745
|
export interface ProxyResource extends Resource {
|
|
503
746
|
}
|
|
@@ -506,42 +749,16 @@ export interface ProxyResource extends Resource {
|
|
|
506
749
|
export interface Resource {
|
|
507
750
|
readonly id?: string;
|
|
508
751
|
readonly name?: string;
|
|
752
|
+
readonly systemData?: SystemData;
|
|
509
753
|
readonly type?: string;
|
|
510
754
|
}
|
|
511
755
|
|
|
512
|
-
// @public
|
|
513
|
-
export interface ResourcePatch {
|
|
514
|
-
tags?: {
|
|
515
|
-
[propertyName: string]: string;
|
|
516
|
-
};
|
|
517
|
-
}
|
|
518
|
-
|
|
519
|
-
// @public
|
|
520
|
-
export interface ResourceProviderOperation {
|
|
521
|
-
display?: ResourceProviderOperationDisplay;
|
|
522
|
-
isDataAction?: string;
|
|
523
|
-
name?: string;
|
|
524
|
-
}
|
|
525
|
-
|
|
526
|
-
// @public
|
|
527
|
-
export interface ResourceProviderOperationDisplay {
|
|
528
|
-
description?: string;
|
|
529
|
-
operation?: string;
|
|
530
|
-
provider?: string;
|
|
531
|
-
resource?: string;
|
|
532
|
-
}
|
|
533
|
-
|
|
534
|
-
// @public
|
|
535
|
-
export interface ResourceProviderOperationList {
|
|
536
|
-
nextLink?: string;
|
|
537
|
-
value?: ResourceProviderOperation[];
|
|
538
|
-
}
|
|
539
|
-
|
|
540
756
|
// @public (undocumented)
|
|
541
|
-
export class
|
|
757
|
+
export class ScVmm extends coreClient.ServiceClient {
|
|
542
758
|
// (undocumented)
|
|
543
759
|
$host: string;
|
|
544
|
-
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?:
|
|
760
|
+
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: ScVmmOptionalParams);
|
|
761
|
+
constructor(credentials: coreAuth.TokenCredential, options?: ScVmmOptionalParams);
|
|
545
762
|
// (undocumented)
|
|
546
763
|
apiVersion: string;
|
|
547
764
|
// (undocumented)
|
|
@@ -549,31 +766,38 @@ export class Scvmm extends coreClient.ServiceClient {
|
|
|
549
766
|
// (undocumented)
|
|
550
767
|
clouds: Clouds;
|
|
551
768
|
// (undocumented)
|
|
769
|
+
guestAgents: GuestAgents;
|
|
770
|
+
// (undocumented)
|
|
552
771
|
inventoryItems: InventoryItems;
|
|
553
772
|
// (undocumented)
|
|
554
773
|
operations: Operations;
|
|
555
774
|
// (undocumented)
|
|
556
|
-
subscriptionId
|
|
775
|
+
subscriptionId?: string;
|
|
557
776
|
// (undocumented)
|
|
558
|
-
|
|
777
|
+
virtualMachineInstances: VirtualMachineInstances;
|
|
559
778
|
// (undocumented)
|
|
560
779
|
virtualMachineTemplates: VirtualMachineTemplates;
|
|
561
780
|
// (undocumented)
|
|
562
781
|
virtualNetworks: VirtualNetworks;
|
|
563
782
|
// (undocumented)
|
|
783
|
+
vmInstanceHybridIdentityMetadatas: VmInstanceHybridIdentityMetadatas;
|
|
784
|
+
// (undocumented)
|
|
564
785
|
vmmServers: VmmServers;
|
|
565
786
|
}
|
|
566
787
|
|
|
567
788
|
// @public
|
|
568
|
-
export interface
|
|
789
|
+
export interface ScVmmOptionalParams extends coreClient.ServiceClientOptions {
|
|
569
790
|
$host?: string;
|
|
570
791
|
apiVersion?: string;
|
|
571
792
|
endpoint?: string;
|
|
572
793
|
}
|
|
573
794
|
|
|
795
|
+
// @public
|
|
796
|
+
export type SkipShutdown = string;
|
|
797
|
+
|
|
574
798
|
// @public
|
|
575
799
|
export interface StopVirtualMachineOptions {
|
|
576
|
-
skipShutdown?:
|
|
800
|
+
skipShutdown?: SkipShutdown;
|
|
577
801
|
}
|
|
578
802
|
|
|
579
803
|
// @public
|
|
@@ -587,7 +811,7 @@ export interface StorageProfileUpdate {
|
|
|
587
811
|
}
|
|
588
812
|
|
|
589
813
|
// @public
|
|
590
|
-
export interface
|
|
814
|
+
export interface StorageQosPolicy {
|
|
591
815
|
bandwidthLimit?: number;
|
|
592
816
|
id?: string;
|
|
593
817
|
iopsMaximum?: number;
|
|
@@ -597,7 +821,7 @@ export interface StorageQoSPolicy {
|
|
|
597
821
|
}
|
|
598
822
|
|
|
599
823
|
// @public
|
|
600
|
-
export interface
|
|
824
|
+
export interface StorageQosPolicyDetails {
|
|
601
825
|
id?: string;
|
|
602
826
|
name?: string;
|
|
603
827
|
}
|
|
@@ -612,6 +836,14 @@ export interface SystemData {
|
|
|
612
836
|
lastModifiedByType?: CreatedByType;
|
|
613
837
|
}
|
|
614
838
|
|
|
839
|
+
// @public
|
|
840
|
+
export interface TrackedResource extends Resource {
|
|
841
|
+
location: string;
|
|
842
|
+
tags?: {
|
|
843
|
+
[propertyName: string]: string;
|
|
844
|
+
};
|
|
845
|
+
}
|
|
846
|
+
|
|
615
847
|
// @public
|
|
616
848
|
export interface VirtualDisk {
|
|
617
849
|
bus?: number;
|
|
@@ -623,7 +855,7 @@ export interface VirtualDisk {
|
|
|
623
855
|
lun?: number;
|
|
624
856
|
readonly maxDiskSizeGB?: number;
|
|
625
857
|
name?: string;
|
|
626
|
-
|
|
858
|
+
storageQosPolicy?: StorageQosPolicyDetails;
|
|
627
859
|
templateDiskId?: string;
|
|
628
860
|
readonly vhdFormatType?: string;
|
|
629
861
|
vhdType?: string;
|
|
@@ -638,39 +870,10 @@ export interface VirtualDiskUpdate {
|
|
|
638
870
|
diskSizeGB?: number;
|
|
639
871
|
lun?: number;
|
|
640
872
|
name?: string;
|
|
641
|
-
|
|
873
|
+
storageQosPolicy?: StorageQosPolicyDetails;
|
|
642
874
|
vhdType?: string;
|
|
643
875
|
}
|
|
644
876
|
|
|
645
|
-
// @public
|
|
646
|
-
export interface VirtualMachine {
|
|
647
|
-
availabilitySets?: AvailabilitySetListItem[];
|
|
648
|
-
checkpoints?: Checkpoint[];
|
|
649
|
-
checkpointType?: string;
|
|
650
|
-
cloudId?: string;
|
|
651
|
-
extendedLocation: ExtendedLocation;
|
|
652
|
-
generation?: number;
|
|
653
|
-
hardwareProfile?: HardwareProfile;
|
|
654
|
-
readonly id?: string;
|
|
655
|
-
inventoryItemId?: string;
|
|
656
|
-
location: string;
|
|
657
|
-
readonly name?: string;
|
|
658
|
-
networkProfile?: NetworkProfile;
|
|
659
|
-
osProfile?: OsProfile;
|
|
660
|
-
readonly powerState?: string;
|
|
661
|
-
readonly provisioningState?: string;
|
|
662
|
-
storageProfile?: StorageProfile;
|
|
663
|
-
readonly systemData?: SystemData;
|
|
664
|
-
tags?: {
|
|
665
|
-
[propertyName: string]: string;
|
|
666
|
-
};
|
|
667
|
-
templateId?: string;
|
|
668
|
-
readonly type?: string;
|
|
669
|
-
uuid?: string;
|
|
670
|
-
vmmServerId?: string;
|
|
671
|
-
vmName?: string;
|
|
672
|
-
}
|
|
673
|
-
|
|
674
877
|
// @public
|
|
675
878
|
export interface VirtualMachineCreateCheckpoint {
|
|
676
879
|
description?: string;
|
|
@@ -683,181 +886,246 @@ export interface VirtualMachineDeleteCheckpoint {
|
|
|
683
886
|
}
|
|
684
887
|
|
|
685
888
|
// @public
|
|
686
|
-
export interface
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
ipAddresses?: string[];
|
|
690
|
-
readonly osName?: string;
|
|
691
|
-
readonly osType?: OsType;
|
|
692
|
-
readonly powerState?: string;
|
|
889
|
+
export interface VirtualMachineInstance extends ProxyResource {
|
|
890
|
+
extendedLocation: ExtendedLocation;
|
|
891
|
+
properties?: VirtualMachineInstanceProperties;
|
|
693
892
|
}
|
|
694
893
|
|
|
695
894
|
// @public
|
|
696
|
-
export interface
|
|
697
|
-
nextLink?: string;
|
|
698
|
-
value
|
|
895
|
+
export interface VirtualMachineInstanceListResult {
|
|
896
|
+
readonly nextLink?: string;
|
|
897
|
+
value: VirtualMachineInstance[];
|
|
699
898
|
}
|
|
700
899
|
|
|
701
900
|
// @public
|
|
702
|
-
export interface
|
|
703
|
-
|
|
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;
|
|
704
910
|
}
|
|
705
911
|
|
|
706
912
|
// @public
|
|
707
|
-
export interface
|
|
708
|
-
beginCreateCheckpoint(
|
|
709
|
-
beginCreateCheckpointAndWait(
|
|
710
|
-
beginCreateOrUpdate(
|
|
711
|
-
beginCreateOrUpdateAndWait(
|
|
712
|
-
beginDelete(
|
|
713
|
-
beginDeleteAndWait(
|
|
714
|
-
beginDeleteCheckpoint(
|
|
715
|
-
beginDeleteCheckpointAndWait(
|
|
716
|
-
beginRestart(
|
|
717
|
-
beginRestartAndWait(
|
|
718
|
-
beginRestoreCheckpoint(
|
|
719
|
-
beginRestoreCheckpointAndWait(
|
|
720
|
-
beginStart(
|
|
721
|
-
beginStartAndWait(
|
|
722
|
-
beginStop(
|
|
723
|
-
beginStopAndWait(
|
|
724
|
-
beginUpdate(
|
|
725
|
-
beginUpdateAndWait(
|
|
726
|
-
get(
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
resumeFrom?: string;
|
|
735
|
-
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;
|
|
736
940
|
}
|
|
737
941
|
|
|
738
942
|
// @public
|
|
739
|
-
export interface
|
|
943
|
+
export interface VirtualMachineInstancesCreateCheckpointOptionalParams extends coreClient.OperationOptions {
|
|
740
944
|
resumeFrom?: string;
|
|
741
945
|
updateIntervalInMs?: number;
|
|
742
946
|
}
|
|
743
947
|
|
|
744
948
|
// @public
|
|
745
|
-
export type
|
|
949
|
+
export type VirtualMachineInstancesCreateCheckpointResponse = VirtualMachineInstancesCreateCheckpointHeaders;
|
|
950
|
+
|
|
951
|
+
// @public
|
|
952
|
+
export interface VirtualMachineInstancesCreateOrUpdateHeaders {
|
|
953
|
+
retryAfter?: number;
|
|
954
|
+
}
|
|
746
955
|
|
|
747
956
|
// @public
|
|
748
|
-
export interface
|
|
749
|
-
body?: VirtualMachineDeleteCheckpoint;
|
|
957
|
+
export interface VirtualMachineInstancesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
750
958
|
resumeFrom?: string;
|
|
751
959
|
updateIntervalInMs?: number;
|
|
752
960
|
}
|
|
753
961
|
|
|
754
962
|
// @public
|
|
755
|
-
export
|
|
756
|
-
|
|
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 {
|
|
757
973
|
resumeFrom?: string;
|
|
758
|
-
retain?: boolean;
|
|
759
974
|
updateIntervalInMs?: number;
|
|
760
975
|
}
|
|
761
976
|
|
|
762
977
|
// @public
|
|
763
|
-
export
|
|
764
|
-
}
|
|
978
|
+
export type VirtualMachineInstancesDeleteCheckpointResponse = VirtualMachineInstancesDeleteCheckpointHeaders;
|
|
765
979
|
|
|
766
980
|
// @public
|
|
767
|
-
export
|
|
981
|
+
export interface VirtualMachineInstancesDeleteHeaders {
|
|
982
|
+
location?: string;
|
|
983
|
+
retryAfter?: number;
|
|
984
|
+
}
|
|
768
985
|
|
|
769
986
|
// @public
|
|
770
|
-
export interface
|
|
987
|
+
export interface VirtualMachineInstancesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
988
|
+
deleteFromHost?: DeleteFromHost;
|
|
989
|
+
force?: ForceDelete;
|
|
990
|
+
resumeFrom?: string;
|
|
991
|
+
updateIntervalInMs?: number;
|
|
771
992
|
}
|
|
772
993
|
|
|
773
994
|
// @public
|
|
774
|
-
export type
|
|
995
|
+
export type VirtualMachineInstancesDeleteResponse = VirtualMachineInstancesDeleteHeaders;
|
|
775
996
|
|
|
776
997
|
// @public
|
|
777
|
-
export interface
|
|
998
|
+
export interface VirtualMachineInstancesGetOptionalParams extends coreClient.OperationOptions {
|
|
778
999
|
}
|
|
779
1000
|
|
|
780
1001
|
// @public
|
|
781
|
-
export type
|
|
1002
|
+
export type VirtualMachineInstancesGetResponse = VirtualMachineInstance;
|
|
782
1003
|
|
|
783
1004
|
// @public
|
|
784
|
-
export interface
|
|
1005
|
+
export interface VirtualMachineInstancesListNextOptionalParams extends coreClient.OperationOptions {
|
|
785
1006
|
}
|
|
786
1007
|
|
|
787
1008
|
// @public
|
|
788
|
-
export type
|
|
1009
|
+
export type VirtualMachineInstancesListNextResponse = VirtualMachineInstanceListResult;
|
|
789
1010
|
|
|
790
1011
|
// @public
|
|
791
|
-
export interface
|
|
1012
|
+
export interface VirtualMachineInstancesListOptionalParams extends coreClient.OperationOptions {
|
|
792
1013
|
}
|
|
793
1014
|
|
|
794
1015
|
// @public
|
|
795
|
-
export type
|
|
1016
|
+
export type VirtualMachineInstancesListResponse = VirtualMachineInstanceListResult;
|
|
1017
|
+
|
|
1018
|
+
// @public
|
|
1019
|
+
export interface VirtualMachineInstancesRestartHeaders {
|
|
1020
|
+
location?: string;
|
|
1021
|
+
retryAfter?: number;
|
|
1022
|
+
}
|
|
796
1023
|
|
|
797
1024
|
// @public
|
|
798
|
-
export interface
|
|
1025
|
+
export interface VirtualMachineInstancesRestartOptionalParams extends coreClient.OperationOptions {
|
|
799
1026
|
resumeFrom?: string;
|
|
800
1027
|
updateIntervalInMs?: number;
|
|
801
1028
|
}
|
|
802
1029
|
|
|
803
1030
|
// @public
|
|
804
|
-
export
|
|
805
|
-
|
|
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 {
|
|
806
1041
|
resumeFrom?: string;
|
|
807
1042
|
updateIntervalInMs?: number;
|
|
808
1043
|
}
|
|
809
1044
|
|
|
810
1045
|
// @public
|
|
811
|
-
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 {
|
|
812
1056
|
resumeFrom?: string;
|
|
813
1057
|
updateIntervalInMs?: number;
|
|
814
1058
|
}
|
|
815
1059
|
|
|
816
1060
|
// @public
|
|
817
|
-
export
|
|
818
|
-
|
|
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 {
|
|
819
1071
|
resumeFrom?: string;
|
|
820
1072
|
updateIntervalInMs?: number;
|
|
821
1073
|
}
|
|
822
1074
|
|
|
823
1075
|
// @public
|
|
824
|
-
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 {
|
|
825
1086
|
resumeFrom?: string;
|
|
826
1087
|
updateIntervalInMs?: number;
|
|
827
1088
|
}
|
|
828
1089
|
|
|
829
1090
|
// @public
|
|
830
|
-
export type
|
|
1091
|
+
export type VirtualMachineInstancesUpdateResponse = VirtualMachineInstance;
|
|
831
1092
|
|
|
832
1093
|
// @public
|
|
833
|
-
export interface
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
readonly
|
|
849
|
-
|
|
850
|
-
|
|
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;
|
|
851
1114
|
readonly osName?: string;
|
|
852
1115
|
readonly osType?: OsType;
|
|
853
|
-
readonly
|
|
854
|
-
readonly
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
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;
|
|
861
1129
|
}
|
|
862
1130
|
|
|
863
1131
|
// @public
|
|
@@ -871,23 +1139,50 @@ export interface VirtualMachineTemplateInventoryItem extends InventoryItemProper
|
|
|
871
1139
|
|
|
872
1140
|
// @public
|
|
873
1141
|
export interface VirtualMachineTemplateListResult {
|
|
874
|
-
nextLink?: string;
|
|
875
|
-
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;
|
|
876
1166
|
}
|
|
877
1167
|
|
|
878
1168
|
// @public
|
|
879
1169
|
export interface VirtualMachineTemplates {
|
|
880
|
-
beginCreateOrUpdate(resourceGroupName: string, virtualMachineTemplateName: string,
|
|
881
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, virtualMachineTemplateName: string,
|
|
882
|
-
beginDelete(resourceGroupName: string, virtualMachineTemplateName: string, options?: VirtualMachineTemplatesDeleteOptionalParams): Promise<
|
|
883
|
-
beginDeleteAndWait(resourceGroupName: string, virtualMachineTemplateName: string, options?: VirtualMachineTemplatesDeleteOptionalParams): Promise<
|
|
884
|
-
beginUpdate(resourceGroupName: string, virtualMachineTemplateName: string,
|
|
885
|
-
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>;
|
|
886
1176
|
get(resourceGroupName: string, virtualMachineTemplateName: string, options?: VirtualMachineTemplatesGetOptionalParams): Promise<VirtualMachineTemplatesGetResponse>;
|
|
887
1177
|
listByResourceGroup(resourceGroupName: string, options?: VirtualMachineTemplatesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<VirtualMachineTemplate>;
|
|
888
1178
|
listBySubscription(options?: VirtualMachineTemplatesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<VirtualMachineTemplate>;
|
|
889
1179
|
}
|
|
890
1180
|
|
|
1181
|
+
// @public
|
|
1182
|
+
export interface VirtualMachineTemplatesCreateOrUpdateHeaders {
|
|
1183
|
+
retryAfter?: number;
|
|
1184
|
+
}
|
|
1185
|
+
|
|
891
1186
|
// @public
|
|
892
1187
|
export interface VirtualMachineTemplatesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
893
1188
|
resumeFrom?: string;
|
|
@@ -897,13 +1192,22 @@ export interface VirtualMachineTemplatesCreateOrUpdateOptionalParams extends cor
|
|
|
897
1192
|
// @public
|
|
898
1193
|
export type VirtualMachineTemplatesCreateOrUpdateResponse = VirtualMachineTemplate;
|
|
899
1194
|
|
|
1195
|
+
// @public
|
|
1196
|
+
export interface VirtualMachineTemplatesDeleteHeaders {
|
|
1197
|
+
location?: string;
|
|
1198
|
+
retryAfter?: number;
|
|
1199
|
+
}
|
|
1200
|
+
|
|
900
1201
|
// @public
|
|
901
1202
|
export interface VirtualMachineTemplatesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
902
|
-
force?:
|
|
1203
|
+
force?: ForceDelete;
|
|
903
1204
|
resumeFrom?: string;
|
|
904
1205
|
updateIntervalInMs?: number;
|
|
905
1206
|
}
|
|
906
1207
|
|
|
1208
|
+
// @public
|
|
1209
|
+
export type VirtualMachineTemplatesDeleteResponse = VirtualMachineTemplatesDeleteHeaders;
|
|
1210
|
+
|
|
907
1211
|
// @public
|
|
908
1212
|
export interface VirtualMachineTemplatesGetOptionalParams extends coreClient.OperationOptions {
|
|
909
1213
|
}
|
|
@@ -939,6 +1243,12 @@ export interface VirtualMachineTemplatesListBySubscriptionOptionalParams extends
|
|
|
939
1243
|
// @public
|
|
940
1244
|
export type VirtualMachineTemplatesListBySubscriptionResponse = VirtualMachineTemplateListResult;
|
|
941
1245
|
|
|
1246
|
+
// @public
|
|
1247
|
+
export interface VirtualMachineTemplatesUpdateHeaders {
|
|
1248
|
+
location?: string;
|
|
1249
|
+
retryAfter?: number;
|
|
1250
|
+
}
|
|
1251
|
+
|
|
942
1252
|
// @public
|
|
943
1253
|
export interface VirtualMachineTemplatesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
944
1254
|
resumeFrom?: string;
|
|
@@ -949,37 +1259,16 @@ export interface VirtualMachineTemplatesUpdateOptionalParams extends coreClient.
|
|
|
949
1259
|
export type VirtualMachineTemplatesUpdateResponse = VirtualMachineTemplate;
|
|
950
1260
|
|
|
951
1261
|
// @public
|
|
952
|
-
export interface
|
|
953
|
-
properties?: VirtualMachineUpdateProperties;
|
|
1262
|
+
export interface VirtualMachineTemplateTagsUpdate {
|
|
954
1263
|
tags?: {
|
|
955
1264
|
[propertyName: string]: string;
|
|
956
1265
|
};
|
|
957
1266
|
}
|
|
958
1267
|
|
|
959
1268
|
// @public
|
|
960
|
-
export interface
|
|
961
|
-
availabilitySets?: AvailabilitySetListItem[];
|
|
962
|
-
hardwareProfile?: HardwareProfileUpdate;
|
|
963
|
-
networkProfile?: NetworkProfileUpdate;
|
|
964
|
-
storageProfile?: StorageProfileUpdate;
|
|
965
|
-
}
|
|
966
|
-
|
|
967
|
-
// @public
|
|
968
|
-
export interface VirtualNetwork {
|
|
1269
|
+
export interface VirtualNetwork extends TrackedResource {
|
|
969
1270
|
extendedLocation: ExtendedLocation;
|
|
970
|
-
|
|
971
|
-
inventoryItemId?: string;
|
|
972
|
-
location: string;
|
|
973
|
-
readonly name?: string;
|
|
974
|
-
readonly networkName?: string;
|
|
975
|
-
readonly provisioningState?: string;
|
|
976
|
-
readonly systemData?: SystemData;
|
|
977
|
-
tags?: {
|
|
978
|
-
[propertyName: string]: string;
|
|
979
|
-
};
|
|
980
|
-
readonly type?: string;
|
|
981
|
-
uuid?: string;
|
|
982
|
-
vmmServerId?: string;
|
|
1271
|
+
properties?: VirtualNetworkProperties;
|
|
983
1272
|
}
|
|
984
1273
|
|
|
985
1274
|
// @public
|
|
@@ -989,23 +1278,37 @@ export interface VirtualNetworkInventoryItem extends InventoryItemProperties {
|
|
|
989
1278
|
|
|
990
1279
|
// @public
|
|
991
1280
|
export interface VirtualNetworkListResult {
|
|
992
|
-
nextLink?: string;
|
|
993
|
-
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;
|
|
994
1292
|
}
|
|
995
1293
|
|
|
996
1294
|
// @public
|
|
997
1295
|
export interface VirtualNetworks {
|
|
998
|
-
beginCreateOrUpdate(resourceGroupName: string, virtualNetworkName: string,
|
|
999
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, virtualNetworkName: string,
|
|
1000
|
-
beginDelete(resourceGroupName: string, virtualNetworkName: string, options?: VirtualNetworksDeleteOptionalParams): Promise<
|
|
1001
|
-
beginDeleteAndWait(resourceGroupName: string, virtualNetworkName: string, options?: VirtualNetworksDeleteOptionalParams): Promise<
|
|
1002
|
-
beginUpdate(resourceGroupName: string, virtualNetworkName: string,
|
|
1003
|
-
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>;
|
|
1004
1302
|
get(resourceGroupName: string, virtualNetworkName: string, options?: VirtualNetworksGetOptionalParams): Promise<VirtualNetworksGetResponse>;
|
|
1005
1303
|
listByResourceGroup(resourceGroupName: string, options?: VirtualNetworksListByResourceGroupOptionalParams): PagedAsyncIterableIterator<VirtualNetwork>;
|
|
1006
1304
|
listBySubscription(options?: VirtualNetworksListBySubscriptionOptionalParams): PagedAsyncIterableIterator<VirtualNetwork>;
|
|
1007
1305
|
}
|
|
1008
1306
|
|
|
1307
|
+
// @public
|
|
1308
|
+
export interface VirtualNetworksCreateOrUpdateHeaders {
|
|
1309
|
+
retryAfter?: number;
|
|
1310
|
+
}
|
|
1311
|
+
|
|
1009
1312
|
// @public
|
|
1010
1313
|
export interface VirtualNetworksCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1011
1314
|
resumeFrom?: string;
|
|
@@ -1015,13 +1318,22 @@ export interface VirtualNetworksCreateOrUpdateOptionalParams extends coreClient.
|
|
|
1015
1318
|
// @public
|
|
1016
1319
|
export type VirtualNetworksCreateOrUpdateResponse = VirtualNetwork;
|
|
1017
1320
|
|
|
1321
|
+
// @public
|
|
1322
|
+
export interface VirtualNetworksDeleteHeaders {
|
|
1323
|
+
location?: string;
|
|
1324
|
+
retryAfter?: number;
|
|
1325
|
+
}
|
|
1326
|
+
|
|
1018
1327
|
// @public
|
|
1019
1328
|
export interface VirtualNetworksDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1020
|
-
force?:
|
|
1329
|
+
force?: ForceDelete;
|
|
1021
1330
|
resumeFrom?: string;
|
|
1022
1331
|
updateIntervalInMs?: number;
|
|
1023
1332
|
}
|
|
1024
1333
|
|
|
1334
|
+
// @public
|
|
1335
|
+
export type VirtualNetworksDeleteResponse = VirtualNetworksDeleteHeaders;
|
|
1336
|
+
|
|
1025
1337
|
// @public
|
|
1026
1338
|
export interface VirtualNetworksGetOptionalParams extends coreClient.OperationOptions {
|
|
1027
1339
|
}
|
|
@@ -1057,6 +1369,12 @@ export interface VirtualNetworksListBySubscriptionOptionalParams extends coreCli
|
|
|
1057
1369
|
// @public
|
|
1058
1370
|
export type VirtualNetworksListBySubscriptionResponse = VirtualNetworkListResult;
|
|
1059
1371
|
|
|
1372
|
+
// @public
|
|
1373
|
+
export interface VirtualNetworksUpdateHeaders {
|
|
1374
|
+
location?: string;
|
|
1375
|
+
retryAfter?: number;
|
|
1376
|
+
}
|
|
1377
|
+
|
|
1060
1378
|
// @public
|
|
1061
1379
|
export interface VirtualNetworksUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1062
1380
|
resumeFrom?: string;
|
|
@@ -1067,49 +1385,103 @@ export interface VirtualNetworksUpdateOptionalParams extends coreClient.Operatio
|
|
|
1067
1385
|
export type VirtualNetworksUpdateResponse = VirtualNetwork;
|
|
1068
1386
|
|
|
1069
1387
|
// @public
|
|
1070
|
-
export interface
|
|
1071
|
-
readonly connectionStatus?: string;
|
|
1072
|
-
credentials?: VMMServerPropertiesCredentials;
|
|
1073
|
-
readonly errorMessage?: string;
|
|
1074
|
-
extendedLocation: ExtendedLocation;
|
|
1075
|
-
fqdn: string;
|
|
1076
|
-
readonly id?: string;
|
|
1077
|
-
location: string;
|
|
1078
|
-
readonly name?: string;
|
|
1079
|
-
port?: number;
|
|
1080
|
-
readonly provisioningState?: string;
|
|
1081
|
-
readonly systemData?: SystemData;
|
|
1388
|
+
export interface VirtualNetworkTagsUpdate {
|
|
1082
1389
|
tags?: {
|
|
1083
1390
|
[propertyName: string]: string;
|
|
1084
1391
|
};
|
|
1085
|
-
readonly type?: string;
|
|
1086
|
-
readonly uuid?: string;
|
|
1087
|
-
readonly version?: string;
|
|
1088
1392
|
}
|
|
1089
1393
|
|
|
1090
1394
|
// @public
|
|
1091
|
-
export interface
|
|
1092
|
-
|
|
1093
|
-
|
|
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 {
|
|
1094
1420
|
}
|
|
1095
1421
|
|
|
1096
1422
|
// @public
|
|
1097
|
-
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 {
|
|
1098
1441
|
password?: string;
|
|
1099
1442
|
username?: string;
|
|
1100
1443
|
}
|
|
1101
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
|
+
|
|
1102
1469
|
// @public
|
|
1103
1470
|
export interface VmmServers {
|
|
1104
|
-
beginCreateOrUpdate(resourceGroupName: string, vmmServerName: string,
|
|
1105
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, vmmServerName: string,
|
|
1106
|
-
beginDelete(resourceGroupName: string, vmmServerName: string, options?: VmmServersDeleteOptionalParams): Promise<
|
|
1107
|
-
beginDeleteAndWait(resourceGroupName: string, vmmServerName: string, options?: VmmServersDeleteOptionalParams): Promise<
|
|
1108
|
-
beginUpdate(resourceGroupName: string, vmmServerName: string,
|
|
1109
|
-
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>;
|
|
1110
1477
|
get(resourceGroupName: string, vmmServerName: string, options?: VmmServersGetOptionalParams): Promise<VmmServersGetResponse>;
|
|
1111
|
-
listByResourceGroup(resourceGroupName: string, options?: VmmServersListByResourceGroupOptionalParams): PagedAsyncIterableIterator<
|
|
1112
|
-
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;
|
|
1113
1485
|
}
|
|
1114
1486
|
|
|
1115
1487
|
// @public
|
|
@@ -1119,49 +1491,64 @@ export interface VmmServersCreateOrUpdateOptionalParams extends coreClient.Opera
|
|
|
1119
1491
|
}
|
|
1120
1492
|
|
|
1121
1493
|
// @public
|
|
1122
|
-
export type VmmServersCreateOrUpdateResponse =
|
|
1494
|
+
export type VmmServersCreateOrUpdateResponse = VmmServer;
|
|
1495
|
+
|
|
1496
|
+
// @public
|
|
1497
|
+
export interface VmmServersDeleteHeaders {
|
|
1498
|
+
location?: string;
|
|
1499
|
+
retryAfter?: number;
|
|
1500
|
+
}
|
|
1123
1501
|
|
|
1124
1502
|
// @public
|
|
1125
1503
|
export interface VmmServersDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1126
|
-
force?:
|
|
1504
|
+
force?: ForceDelete;
|
|
1127
1505
|
resumeFrom?: string;
|
|
1128
1506
|
updateIntervalInMs?: number;
|
|
1129
1507
|
}
|
|
1130
1508
|
|
|
1509
|
+
// @public
|
|
1510
|
+
export type VmmServersDeleteResponse = VmmServersDeleteHeaders;
|
|
1511
|
+
|
|
1131
1512
|
// @public
|
|
1132
1513
|
export interface VmmServersGetOptionalParams extends coreClient.OperationOptions {
|
|
1133
1514
|
}
|
|
1134
1515
|
|
|
1135
1516
|
// @public
|
|
1136
|
-
export type VmmServersGetResponse =
|
|
1517
|
+
export type VmmServersGetResponse = VmmServer;
|
|
1137
1518
|
|
|
1138
1519
|
// @public
|
|
1139
1520
|
export interface VmmServersListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
1140
1521
|
}
|
|
1141
1522
|
|
|
1142
1523
|
// @public
|
|
1143
|
-
export type VmmServersListByResourceGroupNextResponse =
|
|
1524
|
+
export type VmmServersListByResourceGroupNextResponse = VmmServerListResult;
|
|
1144
1525
|
|
|
1145
1526
|
// @public
|
|
1146
1527
|
export interface VmmServersListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
1147
1528
|
}
|
|
1148
1529
|
|
|
1149
1530
|
// @public
|
|
1150
|
-
export type VmmServersListByResourceGroupResponse =
|
|
1531
|
+
export type VmmServersListByResourceGroupResponse = VmmServerListResult;
|
|
1151
1532
|
|
|
1152
1533
|
// @public
|
|
1153
1534
|
export interface VmmServersListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
1154
1535
|
}
|
|
1155
1536
|
|
|
1156
1537
|
// @public
|
|
1157
|
-
export type VmmServersListBySubscriptionNextResponse =
|
|
1538
|
+
export type VmmServersListBySubscriptionNextResponse = VmmServerListResult;
|
|
1158
1539
|
|
|
1159
1540
|
// @public
|
|
1160
1541
|
export interface VmmServersListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
1161
1542
|
}
|
|
1162
1543
|
|
|
1163
1544
|
// @public
|
|
1164
|
-
export type VmmServersListBySubscriptionResponse =
|
|
1545
|
+
export type VmmServersListBySubscriptionResponse = VmmServerListResult;
|
|
1546
|
+
|
|
1547
|
+
// @public
|
|
1548
|
+
export interface VmmServersUpdateHeaders {
|
|
1549
|
+
location?: string;
|
|
1550
|
+
retryAfter?: number;
|
|
1551
|
+
}
|
|
1165
1552
|
|
|
1166
1553
|
// @public
|
|
1167
1554
|
export interface VmmServersUpdateOptionalParams extends coreClient.OperationOptions {
|
|
@@ -1170,7 +1557,14 @@ export interface VmmServersUpdateOptionalParams extends coreClient.OperationOpti
|
|
|
1170
1557
|
}
|
|
1171
1558
|
|
|
1172
1559
|
// @public
|
|
1173
|
-
export type VmmServersUpdateResponse =
|
|
1560
|
+
export type VmmServersUpdateResponse = VmmServer;
|
|
1561
|
+
|
|
1562
|
+
// @public
|
|
1563
|
+
export interface VmmServerTagsUpdate {
|
|
1564
|
+
tags?: {
|
|
1565
|
+
[propertyName: string]: string;
|
|
1566
|
+
};
|
|
1567
|
+
}
|
|
1174
1568
|
|
|
1175
1569
|
// (No @packageDocumentation comment for this package)
|
|
1176
1570
|
|