@azure/arm-azurestackhci 3.1.1-alpha.20231017.1 → 4.0.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +308 -9
- package/LICENSE +1 -1
- package/README.md +1 -1
- package/dist/index.js +6789 -1591
- 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/galleryImagesCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/galleryImagesCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/galleryImagesCreateOrUpdateSample.js +49 -0
- package/dist-esm/samples-dev/galleryImagesCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/galleryImagesDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/galleryImagesDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/galleryImagesDeleteSample.js +39 -0
- package/dist-esm/samples-dev/galleryImagesDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/galleryImagesGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/galleryImagesGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/galleryImagesGetSample.js +39 -0
- package/dist-esm/samples-dev/galleryImagesGetSample.js.map +1 -0
- package/dist-esm/samples-dev/galleryImagesListAllSample.d.ts +2 -0
- package/dist-esm/samples-dev/galleryImagesListAllSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/{arcSettingsListByClusterSample.js → galleryImagesListAllSample.js} +18 -17
- package/dist-esm/samples-dev/galleryImagesListAllSample.js.map +1 -0
- package/dist-esm/samples-dev/galleryImagesListSample.d.ts +2 -0
- package/dist-esm/samples-dev/galleryImagesListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/galleryImagesListSample.js +54 -0
- package/dist-esm/samples-dev/galleryImagesListSample.js.map +1 -0
- package/dist-esm/samples-dev/galleryImagesUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/galleryImagesUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/galleryImagesUpdateSample.js +42 -0
- package/dist-esm/samples-dev/galleryImagesUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/guestAgentCreateSample.d.ts +2 -0
- package/dist-esm/samples-dev/guestAgentCreateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/guestAgentCreateSample.js +41 -0
- package/dist-esm/samples-dev/guestAgentCreateSample.js.map +1 -0
- package/dist-esm/samples-dev/guestAgentDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/guestAgentDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/guestAgentDeleteSample.js +36 -0
- package/dist-esm/samples-dev/guestAgentDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/guestAgentGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/guestAgentGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/guestAgentGetSample.js +36 -0
- package/dist-esm/samples-dev/guestAgentGetSample.js.map +1 -0
- package/dist-esm/samples-dev/guestAgentsListSample.d.ts +2 -0
- package/dist-esm/samples-dev/guestAgentsListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/{listClustersInAGivenSubscription.js → guestAgentsListSample.js} +20 -18
- package/dist-esm/samples-dev/guestAgentsListSample.js.map +1 -0
- package/dist-esm/samples-dev/hybridIdentityMetadataGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/hybridIdentityMetadataGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/hybridIdentityMetadataGetSample.js +36 -0
- package/dist-esm/samples-dev/hybridIdentityMetadataGetSample.js.map +1 -0
- package/dist-esm/samples-dev/hybridIdentityMetadataListSample.d.ts +2 -0
- package/dist-esm/samples-dev/hybridIdentityMetadataListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/hybridIdentityMetadataListSample.js +52 -0
- package/dist-esm/samples-dev/hybridIdentityMetadataListSample.js.map +1 -0
- package/dist-esm/samples-dev/logicalNetworksCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/logicalNetworksCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/logicalNetworksCreateOrUpdateSample.js +46 -0
- package/dist-esm/samples-dev/logicalNetworksCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/logicalNetworksDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/logicalNetworksDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/logicalNetworksDeleteSample.js +39 -0
- package/dist-esm/samples-dev/logicalNetworksDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/logicalNetworksGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/logicalNetworksGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/{deleteArcExtension.js → logicalNetworksGetSample.js} +20 -14
- package/dist-esm/samples-dev/logicalNetworksGetSample.js.map +1 -0
- package/dist-esm/samples-dev/logicalNetworksListAllSample.d.ts +2 -0
- package/dist-esm/samples-dev/logicalNetworksListAllSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/{clustersListByResourceGroupSample.js → logicalNetworksListAllSample.js} +18 -16
- package/dist-esm/samples-dev/logicalNetworksListAllSample.js.map +1 -0
- package/dist-esm/samples-dev/logicalNetworksListSample.d.ts +2 -0
- package/dist-esm/samples-dev/logicalNetworksListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/logicalNetworksListSample.js +54 -0
- package/dist-esm/samples-dev/logicalNetworksListSample.js.map +1 -0
- package/dist-esm/samples-dev/logicalNetworksUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/logicalNetworksUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/logicalNetworksUpdateSample.js +42 -0
- package/dist-esm/samples-dev/logicalNetworksUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/marketplaceGalleryImagesCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/marketplaceGalleryImagesCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/marketplaceGalleryImagesCreateOrUpdateSample.js +56 -0
- package/dist-esm/samples-dev/marketplaceGalleryImagesCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/marketplaceGalleryImagesDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/marketplaceGalleryImagesDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/marketplaceGalleryImagesDeleteSample.js +39 -0
- package/dist-esm/samples-dev/marketplaceGalleryImagesDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/marketplaceGalleryImagesGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/marketplaceGalleryImagesGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/marketplaceGalleryImagesGetSample.js +39 -0
- package/dist-esm/samples-dev/marketplaceGalleryImagesGetSample.js.map +1 -0
- package/dist-esm/samples-dev/marketplaceGalleryImagesListAllSample.d.ts +2 -0
- package/dist-esm/samples-dev/marketplaceGalleryImagesListAllSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/marketplaceGalleryImagesListAllSample.js +53 -0
- package/dist-esm/samples-dev/marketplaceGalleryImagesListAllSample.js.map +1 -0
- package/dist-esm/samples-dev/marketplaceGalleryImagesListSample.d.ts +2 -0
- package/dist-esm/samples-dev/marketplaceGalleryImagesListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/marketplaceGalleryImagesListSample.js +54 -0
- package/dist-esm/samples-dev/marketplaceGalleryImagesListSample.js.map +1 -0
- package/dist-esm/samples-dev/marketplaceGalleryImagesUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/marketplaceGalleryImagesUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/marketplaceGalleryImagesUpdateSample.js +42 -0
- package/dist-esm/samples-dev/marketplaceGalleryImagesUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/networkInterfacesCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/networkInterfacesCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/networkInterfacesCreateOrUpdateSample.js +49 -0
- package/dist-esm/samples-dev/networkInterfacesCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/networkInterfacesDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/networkInterfacesDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/networkInterfacesDeleteSample.js +39 -0
- package/dist-esm/samples-dev/networkInterfacesDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/networkInterfacesGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/networkInterfacesGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/networkInterfacesGetSample.js +39 -0
- package/dist-esm/samples-dev/networkInterfacesGetSample.js.map +1 -0
- package/dist-esm/samples-dev/networkInterfacesListAllSample.d.ts +2 -0
- package/dist-esm/samples-dev/networkInterfacesListAllSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/networkInterfacesListAllSample.js +53 -0
- package/dist-esm/samples-dev/networkInterfacesListAllSample.js.map +1 -0
- package/dist-esm/samples-dev/networkInterfacesListSample.d.ts +2 -0
- package/dist-esm/samples-dev/networkInterfacesListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/networkInterfacesListSample.js +54 -0
- package/dist-esm/samples-dev/networkInterfacesListSample.js.map +1 -0
- package/dist-esm/samples-dev/networkInterfacesUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/networkInterfacesUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/networkInterfacesUpdateSample.js +42 -0
- package/dist-esm/samples-dev/networkInterfacesUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/operationsListSample.js +33 -9
- package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
- package/dist-esm/samples-dev/storageContainersCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/storageContainersCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/storageContainersCreateOrUpdateSample.js +47 -0
- package/dist-esm/samples-dev/storageContainersCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/storageContainersDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/storageContainersDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/storageContainersDeleteSample.js +39 -0
- package/dist-esm/samples-dev/storageContainersDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/storageContainersGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/storageContainersGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/storageContainersGetSample.js +39 -0
- package/dist-esm/samples-dev/storageContainersGetSample.js.map +1 -0
- package/dist-esm/samples-dev/storageContainersListAllSample.d.ts +2 -0
- package/dist-esm/samples-dev/storageContainersListAllSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/storageContainersListAllSample.js +53 -0
- package/dist-esm/samples-dev/storageContainersListAllSample.js.map +1 -0
- package/dist-esm/samples-dev/storageContainersListSample.d.ts +2 -0
- package/dist-esm/samples-dev/storageContainersListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/storageContainersListSample.js +54 -0
- package/dist-esm/samples-dev/storageContainersListSample.js.map +1 -0
- package/dist-esm/samples-dev/storageContainersUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/storageContainersUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/storageContainersUpdateSample.js +42 -0
- package/dist-esm/samples-dev/storageContainersUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/virtualHardDisksCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/virtualHardDisksCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/virtualHardDisksCreateOrUpdateSample.js +47 -0
- package/dist-esm/samples-dev/virtualHardDisksCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/virtualHardDisksDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/virtualHardDisksDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/virtualHardDisksDeleteSample.js +39 -0
- package/dist-esm/samples-dev/virtualHardDisksDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/virtualHardDisksGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/virtualHardDisksGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/virtualHardDisksGetSample.js +39 -0
- package/dist-esm/samples-dev/virtualHardDisksGetSample.js.map +1 -0
- package/dist-esm/samples-dev/virtualHardDisksListAllSample.d.ts +2 -0
- package/dist-esm/samples-dev/virtualHardDisksListAllSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/{extensionsListByArcSettingSample.js → virtualHardDisksListAllSample.js} +18 -18
- package/dist-esm/samples-dev/virtualHardDisksListAllSample.js.map +1 -0
- package/dist-esm/samples-dev/virtualHardDisksListSample.d.ts +2 -0
- package/dist-esm/samples-dev/virtualHardDisksListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/virtualHardDisksListSample.js +54 -0
- package/dist-esm/samples-dev/virtualHardDisksListSample.js.map +1 -0
- package/dist-esm/samples-dev/virtualHardDisksUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/virtualHardDisksUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/virtualHardDisksUpdateSample.js +42 -0
- package/dist-esm/samples-dev/virtualHardDisksUpdateSample.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 +172 -0
- package/dist-esm/samples-dev/virtualMachineInstancesCreateOrUpdateSample.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 +36 -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 +36 -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/{clustersListBySubscriptionSample.js → virtualMachineInstancesListSample.js} +18 -16
- 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 +36 -0
- package/dist-esm/samples-dev/virtualMachineInstancesRestartSample.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 +36 -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 +36 -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 +47 -0
- package/dist-esm/samples-dev/virtualMachineInstancesUpdateSample.js.map +1 -0
- package/dist-esm/src/azureStackHCIClient.d.ts +13 -5
- package/dist-esm/src/azureStackHCIClient.d.ts.map +1 -1
- package/dist-esm/src/azureStackHCIClient.js +20 -15
- package/dist-esm/src/azureStackHCIClient.js.map +1 -1
- package/dist-esm/src/lroImpl.d.ts +6 -11
- package/dist-esm/src/lroImpl.d.ts.map +1 -1
- package/dist-esm/src/lroImpl.js +12 -20
- package/dist-esm/src/lroImpl.js.map +1 -1
- package/dist-esm/src/models/index.d.ts +1489 -642
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +170 -178
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +109 -20
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +2363 -441
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +22 -9
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +143 -36
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/galleryImagesOperations.d.ts +113 -0
- package/dist-esm/src/operations/galleryImagesOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/{extensions.js → galleryImagesOperations.js} +246 -173
- package/dist-esm/src/operations/galleryImagesOperations.js.map +1 -0
- package/dist-esm/src/operations/guestAgentOperations.d.ts +49 -0
- package/dist-esm/src/operations/guestAgentOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/guestAgentOperations.js +214 -0
- package/dist-esm/src/operations/guestAgentOperations.js.map +1 -0
- package/dist-esm/src/operations/guestAgents.d.ts +38 -0
- package/dist-esm/src/operations/guestAgents.d.ts.map +1 -0
- package/dist-esm/src/operations/guestAgents.js +143 -0
- package/dist-esm/src/operations/guestAgents.js.map +1 -0
- package/dist-esm/src/operations/hybridIdentityMetadataOperations.d.ts +45 -0
- package/dist-esm/src/operations/hybridIdentityMetadataOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/hybridIdentityMetadataOperations.js +168 -0
- package/dist-esm/src/operations/hybridIdentityMetadataOperations.js.map +1 -0
- package/dist-esm/src/operations/index.d.ts +10 -3
- package/dist-esm/src/operations/index.d.ts.map +1 -1
- package/dist-esm/src/operations/index.js +10 -3
- package/dist-esm/src/operations/index.js.map +1 -1
- package/dist-esm/src/operations/logicalNetworksOperations.d.ts +112 -0
- package/dist-esm/src/operations/logicalNetworksOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/logicalNetworksOperations.js +559 -0
- package/dist-esm/src/operations/logicalNetworksOperations.js.map +1 -0
- package/dist-esm/src/operations/marketplaceGalleryImagesOperations.d.ts +113 -0
- package/dist-esm/src/operations/marketplaceGalleryImagesOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/marketplaceGalleryImagesOperations.js +570 -0
- package/dist-esm/src/operations/marketplaceGalleryImagesOperations.js.map +1 -0
- package/dist-esm/src/operations/networkInterfacesOperations.d.ts +113 -0
- package/dist-esm/src/operations/networkInterfacesOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/networkInterfacesOperations.js +570 -0
- package/dist-esm/src/operations/networkInterfacesOperations.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +17 -3
- package/dist-esm/src/operations/operations.d.ts.map +1 -1
- package/dist-esm/src/operations/operations.js +88 -1
- package/dist-esm/src/operations/operations.js.map +1 -1
- package/dist-esm/src/operations/storageContainersOperations.d.ts +113 -0
- package/dist-esm/src/operations/storageContainersOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/storageContainersOperations.js +570 -0
- package/dist-esm/src/operations/storageContainersOperations.js.map +1 -0
- package/dist-esm/src/operations/virtualHardDisksOperations.d.ts +113 -0
- package/dist-esm/src/operations/virtualHardDisksOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/{clusters.js → virtualHardDisksOperations.js} +196 -225
- package/dist-esm/src/operations/virtualHardDisksOperations.js.map +1 -0
- package/dist-esm/src/operations/virtualMachineInstances.d.ts +136 -0
- package/dist-esm/src/operations/virtualMachineInstances.d.ts.map +1 -0
- package/dist-esm/src/operations/virtualMachineInstances.js +666 -0
- package/dist-esm/src/operations/virtualMachineInstances.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/galleryImagesOperations.d.ts +75 -0
- package/dist-esm/src/operationsInterfaces/galleryImagesOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/{extensions.js → galleryImagesOperations.js} +1 -1
- package/dist-esm/src/operationsInterfaces/galleryImagesOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/guestAgentOperations.d.ts +41 -0
- package/dist-esm/src/operationsInterfaces/guestAgentOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/{clusters.js → guestAgentOperations.js} +1 -1
- package/dist-esm/src/operationsInterfaces/guestAgentOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/guestAgents.d.ts +13 -0
- package/dist-esm/src/operationsInterfaces/guestAgents.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/{arcSettings.js → guestAgents.js} +1 -1
- package/dist-esm/src/operationsInterfaces/guestAgents.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/hybridIdentityMetadataOperations.d.ts +20 -0
- package/dist-esm/src/operationsInterfaces/hybridIdentityMetadataOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/hybridIdentityMetadataOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/hybridIdentityMetadataOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +10 -3
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.js +10 -3
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/logicalNetworksOperations.d.ts +74 -0
- package/dist-esm/src/operationsInterfaces/logicalNetworksOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/logicalNetworksOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/logicalNetworksOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/marketplaceGalleryImagesOperations.d.ts +75 -0
- package/dist-esm/src/operationsInterfaces/marketplaceGalleryImagesOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/marketplaceGalleryImagesOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/marketplaceGalleryImagesOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/networkInterfacesOperations.d.ts +75 -0
- package/dist-esm/src/operationsInterfaces/networkInterfacesOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/networkInterfacesOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/networkInterfacesOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +4 -3
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/storageContainersOperations.d.ts +75 -0
- package/dist-esm/src/operationsInterfaces/storageContainersOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/storageContainersOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/storageContainersOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualHardDisksOperations.d.ts +75 -0
- package/dist-esm/src/operationsInterfaces/virtualHardDisksOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualHardDisksOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/virtualHardDisksOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualMachineInstances.d.ts +111 -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/pagingHelper.d.ts +4 -4
- package/dist-esm/src/pagingHelper.js +4 -4
- package/dist-esm/test/azurestackhci_operations_test.spec.d.ts +4 -0
- package/dist-esm/test/azurestackhci_operations_test.spec.d.ts.map +1 -0
- package/dist-esm/test/azurestackhci_operations_test.spec.js +73 -0
- package/dist-esm/test/azurestackhci_operations_test.spec.js.map +1 -0
- package/package.json +11 -10
- package/review/arm-azurestackhci.api.md +1415 -379
- package/src/azureStackHCIClient.ts +69 -19
- package/src/lroImpl.ts +31 -23
- package/src/models/index.ts +1697 -656
- package/src/models/mappers.ts +2562 -508
- package/src/models/parameters.ts +183 -42
- package/src/operations/galleryImagesOperations.ts +733 -0
- package/src/operations/guestAgentOperations.ts +299 -0
- package/src/operations/guestAgents.ts +168 -0
- package/src/operations/hybridIdentityMetadataOperations.ts +204 -0
- package/src/operations/index.ts +10 -3
- package/src/operations/logicalNetworksOperations.ts +733 -0
- package/src/operations/marketplaceGalleryImagesOperations.ts +744 -0
- package/src/operations/networkInterfacesOperations.ts +744 -0
- package/src/operations/operations.ts +93 -3
- package/src/operations/storageContainersOperations.ts +744 -0
- package/src/operations/{clusters.ts → virtualHardDisksOperations.ts} +301 -338
- package/src/operations/virtualMachineInstances.ts +910 -0
- package/src/operationsInterfaces/galleryImagesOperations.ts +149 -0
- package/src/operationsInterfaces/guestAgentOperations.ts +81 -0
- package/src/operationsInterfaces/guestAgents.ts +25 -0
- package/src/operationsInterfaces/hybridIdentityMetadataOperations.ts +40 -0
- package/src/operationsInterfaces/index.ts +10 -3
- package/src/operationsInterfaces/logicalNetworksOperations.ts +148 -0
- package/src/operationsInterfaces/marketplaceGalleryImagesOperations.ts +149 -0
- package/src/operationsInterfaces/networkInterfacesOperations.ts +149 -0
- package/src/operationsInterfaces/operations.ts +7 -6
- package/src/operationsInterfaces/storageContainersOperations.ts +149 -0
- package/src/operationsInterfaces/virtualHardDisksOperations.ts +149 -0
- package/src/operationsInterfaces/virtualMachineInstances.ts +214 -0
- package/src/pagingHelper.ts +4 -4
- package/types/arm-azurestackhci.d.ts +2323 -912
- package/dist-esm/samples-dev/arcSettingsCreateIdentitySample.d.ts +0 -2
- package/dist-esm/samples-dev/arcSettingsCreateIdentitySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/arcSettingsCreateIdentitySample.js +0 -32
- package/dist-esm/samples-dev/arcSettingsCreateIdentitySample.js.map +0 -1
- package/dist-esm/samples-dev/arcSettingsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/arcSettingsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/arcSettingsCreateSample.js +0 -33
- package/dist-esm/samples-dev/arcSettingsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/arcSettingsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/arcSettingsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/arcSettingsDeleteSample.js +0 -32
- package/dist-esm/samples-dev/arcSettingsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/arcSettingsGeneratePasswordSample.d.ts +0 -2
- package/dist-esm/samples-dev/arcSettingsGeneratePasswordSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/arcSettingsGeneratePasswordSample.js +0 -32
- package/dist-esm/samples-dev/arcSettingsGeneratePasswordSample.js.map +0 -1
- package/dist-esm/samples-dev/arcSettingsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/arcSettingsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/arcSettingsGetSample.js +0 -32
- package/dist-esm/samples-dev/arcSettingsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/arcSettingsListByClusterSample.d.ts +0 -2
- package/dist-esm/samples-dev/arcSettingsListByClusterSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/arcSettingsListByClusterSample.js.map +0 -1
- package/dist-esm/samples-dev/arcSettingsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/arcSettingsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/arcSettingsUpdateSample.js +0 -35
- package/dist-esm/samples-dev/arcSettingsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersCreateIdentitySample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersCreateIdentitySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersCreateIdentitySample.js +0 -31
- package/dist-esm/samples-dev/clustersCreateIdentitySample.js.map +0 -1
- package/dist-esm/samples-dev/clustersCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersCreateSample.js +0 -37
- package/dist-esm/samples-dev/clustersCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersDeleteSample.js +0 -31
- package/dist-esm/samples-dev/clustersDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersGetSample.js +0 -31
- package/dist-esm/samples-dev/clustersGetSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersUpdateSample.js +0 -39
- package/dist-esm/samples-dev/clustersUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersUploadCertificateSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersUploadCertificateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersUploadCertificateSample.js +0 -34
- package/dist-esm/samples-dev/clustersUploadCertificateSample.js.map +0 -1
- package/dist-esm/samples-dev/createArcExtension.d.ts +0 -2
- package/dist-esm/samples-dev/createArcExtension.d.ts.map +0 -1
- package/dist-esm/samples-dev/createArcExtension.js +0 -40
- package/dist-esm/samples-dev/createArcExtension.js.map +0 -1
- package/dist-esm/samples-dev/createArcSetting.d.ts +0 -2
- package/dist-esm/samples-dev/createArcSetting.d.ts.map +0 -1
- package/dist-esm/samples-dev/createArcSetting.js +0 -33
- package/dist-esm/samples-dev/createArcSetting.js.map +0 -1
- package/dist-esm/samples-dev/createCluster.d.ts +0 -2
- package/dist-esm/samples-dev/createCluster.d.ts.map +0 -1
- package/dist-esm/samples-dev/createCluster.js +0 -37
- package/dist-esm/samples-dev/createCluster.js.map +0 -1
- package/dist-esm/samples-dev/deleteArcExtension.d.ts +0 -2
- package/dist-esm/samples-dev/deleteArcExtension.d.ts.map +0 -1
- package/dist-esm/samples-dev/deleteArcExtension.js.map +0 -1
- package/dist-esm/samples-dev/deleteArcSetting.d.ts +0 -2
- package/dist-esm/samples-dev/deleteArcSetting.d.ts.map +0 -1
- package/dist-esm/samples-dev/deleteArcSetting.js +0 -32
- package/dist-esm/samples-dev/deleteArcSetting.js.map +0 -1
- package/dist-esm/samples-dev/deleteCluster.d.ts +0 -2
- package/dist-esm/samples-dev/deleteCluster.d.ts.map +0 -1
- package/dist-esm/samples-dev/deleteCluster.js +0 -31
- package/dist-esm/samples-dev/deleteCluster.js.map +0 -1
- package/dist-esm/samples-dev/extensionsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/extensionsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/extensionsCreateSample.js +0 -40
- package/dist-esm/samples-dev/extensionsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/extensionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/extensionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/extensionsDeleteSample.js +0 -33
- package/dist-esm/samples-dev/extensionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/extensionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/extensionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/extensionsGetSample.js +0 -33
- package/dist-esm/samples-dev/extensionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/extensionsListByArcSettingSample.d.ts +0 -2
- package/dist-esm/samples-dev/extensionsListByArcSettingSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/extensionsListByArcSettingSample.js.map +0 -1
- package/dist-esm/samples-dev/extensionsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/extensionsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/extensionsUpdateSample.js +0 -39
- package/dist-esm/samples-dev/extensionsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/getArcSetting.d.ts +0 -2
- package/dist-esm/samples-dev/getArcSetting.d.ts.map +0 -1
- package/dist-esm/samples-dev/getArcSetting.js +0 -32
- package/dist-esm/samples-dev/getArcSetting.js.map +0 -1
- package/dist-esm/samples-dev/getArcSettingsExtension.d.ts +0 -2
- package/dist-esm/samples-dev/getArcSettingsExtension.d.ts.map +0 -1
- package/dist-esm/samples-dev/getArcSettingsExtension.js +0 -33
- package/dist-esm/samples-dev/getArcSettingsExtension.js.map +0 -1
- package/dist-esm/samples-dev/getCluster.d.ts +0 -2
- package/dist-esm/samples-dev/getCluster.d.ts.map +0 -1
- package/dist-esm/samples-dev/getCluster.js +0 -31
- package/dist-esm/samples-dev/getCluster.js.map +0 -1
- package/dist-esm/samples-dev/listArcSettingResourcesByHciCluster.d.ts +0 -2
- package/dist-esm/samples-dev/listArcSettingResourcesByHciCluster.d.ts.map +0 -1
- package/dist-esm/samples-dev/listArcSettingResourcesByHciCluster.js +0 -52
- package/dist-esm/samples-dev/listArcSettingResourcesByHciCluster.js.map +0 -1
- package/dist-esm/samples-dev/listClustersInAGivenResourceGroup.d.ts +0 -2
- package/dist-esm/samples-dev/listClustersInAGivenResourceGroup.d.ts.map +0 -1
- package/dist-esm/samples-dev/listClustersInAGivenResourceGroup.js +0 -51
- package/dist-esm/samples-dev/listClustersInAGivenResourceGroup.js.map +0 -1
- package/dist-esm/samples-dev/listClustersInAGivenSubscription.d.ts +0 -2
- package/dist-esm/samples-dev/listClustersInAGivenSubscription.d.ts.map +0 -1
- package/dist-esm/samples-dev/listClustersInAGivenSubscription.js.map +0 -1
- package/dist-esm/samples-dev/listExtensionsUnderArcSettingResource.d.ts +0 -2
- package/dist-esm/samples-dev/listExtensionsUnderArcSettingResource.d.ts.map +0 -1
- package/dist-esm/samples-dev/listExtensionsUnderArcSettingResource.js +0 -53
- package/dist-esm/samples-dev/listExtensionsUnderArcSettingResource.js.map +0 -1
- package/dist-esm/samples-dev/listOperationsAvailableWithTheMicrosoftAzureStackHciProvider.d.ts +0 -2
- package/dist-esm/samples-dev/listOperationsAvailableWithTheMicrosoftAzureStackHciProvider.d.ts.map +0 -1
- package/dist-esm/samples-dev/listOperationsAvailableWithTheMicrosoftAzureStackHciProvider.js +0 -29
- package/dist-esm/samples-dev/listOperationsAvailableWithTheMicrosoftAzureStackHciProvider.js.map +0 -1
- package/dist-esm/samples-dev/updateArcExtension.d.ts +0 -2
- package/dist-esm/samples-dev/updateArcExtension.d.ts.map +0 -1
- package/dist-esm/samples-dev/updateArcExtension.js +0 -39
- package/dist-esm/samples-dev/updateArcExtension.js.map +0 -1
- package/dist-esm/samples-dev/updateCluster.d.ts +0 -2
- package/dist-esm/samples-dev/updateCluster.d.ts.map +0 -1
- package/dist-esm/samples-dev/updateCluster.js +0 -39
- package/dist-esm/samples-dev/updateCluster.js.map +0 -1
- package/dist-esm/src/operations/arcSettings.d.ts +0 -105
- package/dist-esm/src/operations/arcSettings.d.ts.map +0 -1
- package/dist-esm/src/operations/arcSettings.js +0 -454
- package/dist-esm/src/operations/arcSettings.js.map +0 -1
- package/dist-esm/src/operations/clusters.d.ts +0 -121
- package/dist-esm/src/operations/clusters.d.ts.map +0 -1
- package/dist-esm/src/operations/clusters.js.map +0 -1
- package/dist-esm/src/operations/extensions.d.ts +0 -109
- package/dist-esm/src/operations/extensions.d.ts.map +0 -1
- package/dist-esm/src/operations/extensions.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/arcSettings.d.ts +0 -80
- package/dist-esm/src/operationsInterfaces/arcSettings.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/arcSettings.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/clusters.d.ts +0 -85
- package/dist-esm/src/operationsInterfaces/clusters.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/clusters.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/extensions.d.ts +0 -82
- package/dist-esm/src/operationsInterfaces/extensions.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/extensions.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/arcSettings.ts +0 -630
- package/src/operations/extensions.ts +0 -692
- package/src/operationsInterfaces/arcSettings.ts +0 -155
- package/src/operationsInterfaces/clusters.ts +0 -160
- package/src/operationsInterfaces/extensions.ts +0 -162
|
@@ -1,34 +1,62 @@
|
|
|
1
1
|
import * as coreClient from "@azure/core-client";
|
|
2
|
-
/**
|
|
3
|
-
export interface
|
|
2
|
+
/** This is the gallery image definition identifier. */
|
|
3
|
+
export interface GalleryImageIdentifier {
|
|
4
|
+
/** The name of the gallery image definition publisher. */
|
|
5
|
+
publisher: string;
|
|
6
|
+
/** The name of the gallery image definition offer. */
|
|
7
|
+
offer: string;
|
|
8
|
+
/** The name of the gallery image definition SKU. */
|
|
9
|
+
sku: string;
|
|
10
|
+
}
|
|
11
|
+
/** Specifies information about the gallery image version that you want to create or update. */
|
|
12
|
+
export interface GalleryImageVersion {
|
|
13
|
+
/** This is the version of the gallery image. */
|
|
14
|
+
name?: string;
|
|
15
|
+
/** This is the storage profile of a Gallery Image Version. */
|
|
16
|
+
storageProfile?: GalleryImageVersionStorageProfile;
|
|
17
|
+
}
|
|
18
|
+
/** This is the storage profile of a Gallery Image Version. */
|
|
19
|
+
export interface GalleryImageVersionStorageProfile {
|
|
20
|
+
/** This is the OS disk image. */
|
|
21
|
+
osDiskImage?: GalleryOSDiskImage;
|
|
22
|
+
}
|
|
23
|
+
/** This is the disk image base class. */
|
|
24
|
+
export interface GalleryDiskImage {
|
|
4
25
|
/**
|
|
5
|
-
*
|
|
26
|
+
* This property indicates the size of the VHD to be created.
|
|
6
27
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
7
28
|
*/
|
|
8
|
-
readonly
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
/**
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
29
|
+
readonly sizeInMB?: number;
|
|
30
|
+
}
|
|
31
|
+
/** The observed state of gallery images */
|
|
32
|
+
export interface GalleryImageStatus {
|
|
33
|
+
/** GalleryImage provisioning error code */
|
|
34
|
+
errorCode?: string;
|
|
35
|
+
/** Descriptive error message */
|
|
36
|
+
errorMessage?: string;
|
|
37
|
+
provisioningStatus?: GalleryImageStatusProvisioningStatus;
|
|
38
|
+
/** The download status of the gallery image */
|
|
39
|
+
downloadStatus?: GalleryImageStatusDownloadStatus;
|
|
40
|
+
/** The progress of the operation in percentage */
|
|
41
|
+
progressPercentage?: number;
|
|
42
|
+
}
|
|
43
|
+
export interface GalleryImageStatusProvisioningStatus {
|
|
44
|
+
/** The ID of the operation performed on the gallery image */
|
|
45
|
+
operationId?: string;
|
|
46
|
+
/** The status of the operation performed on the gallery image [Succeeded, Failed, InProgress] */
|
|
47
|
+
status?: Status;
|
|
48
|
+
}
|
|
49
|
+
/** The download status of the gallery image */
|
|
50
|
+
export interface GalleryImageStatusDownloadStatus {
|
|
51
|
+
/** The downloaded sized of the image in MB */
|
|
52
|
+
downloadSizeInMB?: number;
|
|
53
|
+
}
|
|
54
|
+
/** The complex type of the extended location. */
|
|
55
|
+
export interface ExtendedLocation {
|
|
56
|
+
/** The name of the extended location. */
|
|
57
|
+
name?: string;
|
|
58
|
+
/** The type of the extended location. */
|
|
59
|
+
type?: ExtendedLocationTypes;
|
|
32
60
|
}
|
|
33
61
|
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
34
62
|
export interface Resource {
|
|
@@ -47,6 +75,26 @@ export interface Resource {
|
|
|
47
75
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
48
76
|
*/
|
|
49
77
|
readonly type?: string;
|
|
78
|
+
/**
|
|
79
|
+
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
80
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
81
|
+
*/
|
|
82
|
+
readonly systemData?: SystemData;
|
|
83
|
+
}
|
|
84
|
+
/** Metadata pertaining to creation and last modification of the resource. */
|
|
85
|
+
export interface SystemData {
|
|
86
|
+
/** The identity that created the resource. */
|
|
87
|
+
createdBy?: string;
|
|
88
|
+
/** The type of identity that created the resource. */
|
|
89
|
+
createdByType?: CreatedByType;
|
|
90
|
+
/** The timestamp of resource creation (UTC). */
|
|
91
|
+
createdAt?: Date;
|
|
92
|
+
/** The identity that last modified the resource. */
|
|
93
|
+
lastModifiedBy?: string;
|
|
94
|
+
/** The type of identity that last modified the resource. */
|
|
95
|
+
lastModifiedByType?: CreatedByType;
|
|
96
|
+
/** The timestamp of resource last modification (UTC) */
|
|
97
|
+
lastModifiedAt?: Date;
|
|
50
98
|
}
|
|
51
99
|
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
|
|
52
100
|
export interface ErrorResponse {
|
|
@@ -94,939 +142,1738 @@ export interface ErrorAdditionalInfo {
|
|
|
94
142
|
*/
|
|
95
143
|
readonly info?: Record<string, unknown>;
|
|
96
144
|
}
|
|
97
|
-
/**
|
|
98
|
-
export interface
|
|
99
|
-
/** Resource tags
|
|
145
|
+
/** The gallery images resource patch definition. */
|
|
146
|
+
export interface GalleryImagesUpdateRequest {
|
|
147
|
+
/** Resource tags */
|
|
100
148
|
tags?: {
|
|
101
149
|
[propertyName: string]: string;
|
|
102
150
|
};
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
secretText?: string;
|
|
108
|
-
keyId?: string;
|
|
109
|
-
startDateTime?: Date;
|
|
110
|
-
endDateTime?: Date;
|
|
111
|
-
}
|
|
112
|
-
/** ArcIdentity details. */
|
|
113
|
-
export interface ArcIdentityResponse {
|
|
114
|
-
arcApplicationClientId?: string;
|
|
115
|
-
arcApplicationTenantId?: string;
|
|
116
|
-
arcServicePrincipalObjectId?: string;
|
|
117
|
-
arcApplicationObjectId?: string;
|
|
118
|
-
}
|
|
119
|
-
/** List of clusters. */
|
|
120
|
-
export interface ClusterList {
|
|
121
|
-
/** List of clusters. */
|
|
122
|
-
value?: Cluster[];
|
|
151
|
+
}
|
|
152
|
+
/** List of gallery images. */
|
|
153
|
+
export interface GalleryImagesListResult {
|
|
154
|
+
value?: GalleryImages[];
|
|
123
155
|
/**
|
|
124
156
|
* Link to the next set of results.
|
|
125
157
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
126
158
|
*/
|
|
127
159
|
readonly nextLink?: string;
|
|
128
160
|
}
|
|
129
|
-
/**
|
|
130
|
-
export interface
|
|
131
|
-
/** Desired state of Windows Server Subscription. */
|
|
132
|
-
windowsServerSubscription?: WindowsServerSubscription;
|
|
133
|
-
/** Desired level of diagnostic data emitted by the cluster. */
|
|
134
|
-
diagnosticLevel?: DiagnosticLevel;
|
|
135
|
-
}
|
|
136
|
-
/** Properties reported by cluster agent. */
|
|
137
|
-
export interface ClusterReportedProperties {
|
|
161
|
+
/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
|
|
162
|
+
export interface OperationListResult {
|
|
138
163
|
/**
|
|
139
|
-
*
|
|
164
|
+
* List of operations supported by the resource provider
|
|
140
165
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
141
166
|
*/
|
|
142
|
-
readonly
|
|
167
|
+
readonly value?: Operation[];
|
|
143
168
|
/**
|
|
144
|
-
*
|
|
169
|
+
* URL to get the next set of operation list results (if there are any).
|
|
145
170
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
146
171
|
*/
|
|
147
|
-
readonly
|
|
172
|
+
readonly nextLink?: string;
|
|
173
|
+
}
|
|
174
|
+
/** Details of a REST API operation, returned from the Resource Provider Operations API */
|
|
175
|
+
export interface Operation {
|
|
148
176
|
/**
|
|
149
|
-
*
|
|
177
|
+
* The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"
|
|
150
178
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
151
179
|
*/
|
|
152
|
-
readonly
|
|
180
|
+
readonly name?: string;
|
|
153
181
|
/**
|
|
154
|
-
*
|
|
182
|
+
* Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
|
|
155
183
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
156
184
|
*/
|
|
157
|
-
readonly
|
|
185
|
+
readonly isDataAction?: boolean;
|
|
186
|
+
/** Localized display information for this particular operation. */
|
|
187
|
+
display?: OperationDisplay;
|
|
158
188
|
/**
|
|
159
|
-
*
|
|
189
|
+
* The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"
|
|
160
190
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
161
191
|
*/
|
|
162
|
-
readonly
|
|
192
|
+
readonly origin?: Origin;
|
|
163
193
|
/**
|
|
164
|
-
*
|
|
194
|
+
* Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
|
|
165
195
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
166
196
|
*/
|
|
167
|
-
readonly
|
|
168
|
-
/** Level of diagnostic data emitted by the cluster. */
|
|
169
|
-
diagnosticLevel?: DiagnosticLevel;
|
|
197
|
+
readonly actionType?: ActionType;
|
|
170
198
|
}
|
|
171
|
-
/**
|
|
172
|
-
export interface
|
|
173
|
-
/**
|
|
174
|
-
* Name of the cluster node.
|
|
175
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
176
|
-
*/
|
|
177
|
-
readonly name?: string;
|
|
199
|
+
/** Localized display information for this particular operation. */
|
|
200
|
+
export interface OperationDisplay {
|
|
178
201
|
/**
|
|
179
|
-
*
|
|
202
|
+
* The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute".
|
|
180
203
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
181
204
|
*/
|
|
182
|
-
readonly
|
|
205
|
+
readonly provider?: string;
|
|
183
206
|
/**
|
|
184
|
-
*
|
|
207
|
+
* The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections".
|
|
185
208
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
186
209
|
*/
|
|
187
|
-
readonly
|
|
210
|
+
readonly resource?: string;
|
|
188
211
|
/**
|
|
189
|
-
*
|
|
212
|
+
* The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine".
|
|
190
213
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
191
214
|
*/
|
|
192
|
-
readonly
|
|
215
|
+
readonly operation?: string;
|
|
193
216
|
/**
|
|
194
|
-
*
|
|
217
|
+
* The short, localized friendly description of the operation; suitable for tool tips and detailed views.
|
|
195
218
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
196
219
|
*/
|
|
197
|
-
readonly
|
|
220
|
+
readonly description?: string;
|
|
221
|
+
}
|
|
222
|
+
/** DhcpOptions contains an array of DNS servers available to VMs deployed in the logical network. Standard DHCP option for a subnet overrides logical network DHCP options. */
|
|
223
|
+
export interface LogicalNetworkPropertiesDhcpOptions {
|
|
224
|
+
/** The list of DNS servers IP addresses. */
|
|
225
|
+
dnsServers?: string[];
|
|
226
|
+
}
|
|
227
|
+
export interface Subnet {
|
|
228
|
+
/** Name - The name of the resource that is unique within a resource group. This name can be used to access the resource. */
|
|
229
|
+
name?: string;
|
|
230
|
+
/** The address prefix for the subnet: Cidr for this subnet - IPv4, IPv6. */
|
|
231
|
+
addressPrefix?: string;
|
|
232
|
+
/** List of address prefixes for the subnet. */
|
|
233
|
+
addressPrefixes?: string[];
|
|
234
|
+
/** IPAllocationMethod - The IP address allocation method. Possible values include: 'Static', 'Dynamic' */
|
|
235
|
+
ipAllocationMethod?: IpAllocationMethodEnum;
|
|
236
|
+
/** IPConfigurationReferences - list of IPConfigurationReferences */
|
|
237
|
+
ipConfigurationReferences?: SubnetPropertiesFormatIpConfigurationReferencesItem[];
|
|
238
|
+
/** Route table resource. */
|
|
239
|
+
routeTable?: RouteTable;
|
|
240
|
+
/** network associated pool of IP Addresses */
|
|
241
|
+
ipPools?: IPPool[];
|
|
242
|
+
/** Vlan to use for the subnet */
|
|
243
|
+
vlan?: number;
|
|
244
|
+
}
|
|
245
|
+
/** IPConfigurationReference - Describes a IPConfiguration under the virtual network */
|
|
246
|
+
export interface SubnetPropertiesFormatIpConfigurationReferencesItem {
|
|
247
|
+
/** IPConfigurationID */
|
|
248
|
+
id?: string;
|
|
249
|
+
}
|
|
250
|
+
/** Route table resource. */
|
|
251
|
+
export interface RouteTable {
|
|
198
252
|
/**
|
|
199
|
-
*
|
|
253
|
+
* A unique read-only string that changes whenever the resource is updated.
|
|
200
254
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
201
255
|
*/
|
|
202
|
-
readonly
|
|
256
|
+
readonly etag?: string;
|
|
203
257
|
/**
|
|
204
|
-
*
|
|
258
|
+
* Resource name.
|
|
205
259
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
206
260
|
*/
|
|
207
|
-
readonly
|
|
261
|
+
readonly name?: string;
|
|
208
262
|
/**
|
|
209
|
-
*
|
|
263
|
+
* Resource type.
|
|
210
264
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
211
265
|
*/
|
|
212
|
-
readonly
|
|
266
|
+
readonly type?: string;
|
|
267
|
+
/** Collection of routes contained within a route table. */
|
|
268
|
+
routes?: Route[];
|
|
269
|
+
}
|
|
270
|
+
/** Route - Route resource. */
|
|
271
|
+
export interface Route {
|
|
272
|
+
/** Name - name of the subnet */
|
|
273
|
+
name?: string;
|
|
274
|
+
/** The destination CIDR to which the route applies. */
|
|
275
|
+
addressPrefix?: string;
|
|
276
|
+
/** The IP address packets should be forwarded to. Next hop values are only allowed in routes where the next hop type is VirtualAppliance. */
|
|
277
|
+
nextHopIpAddress?: string;
|
|
278
|
+
}
|
|
279
|
+
export interface IPPool {
|
|
280
|
+
/** Name of the IP-Pool */
|
|
281
|
+
name?: string;
|
|
282
|
+
/** Type of the IP Pool [vm, vippool] */
|
|
283
|
+
ipPoolType?: IPPoolTypeEnum;
|
|
284
|
+
/** Start of the IP address pool */
|
|
285
|
+
start?: string;
|
|
286
|
+
/** End of the IP address pool */
|
|
287
|
+
end?: string;
|
|
288
|
+
info?: IPPoolInfo;
|
|
289
|
+
}
|
|
290
|
+
export interface IPPoolInfo {
|
|
213
291
|
/**
|
|
214
|
-
* Number of
|
|
292
|
+
* Number of IP addresses allocated from the IP Pool
|
|
215
293
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
216
294
|
*/
|
|
217
|
-
readonly
|
|
295
|
+
readonly used?: string;
|
|
218
296
|
/**
|
|
219
|
-
*
|
|
297
|
+
* Number of IP addresses available in the IP Pool
|
|
220
298
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
221
299
|
*/
|
|
222
|
-
readonly
|
|
300
|
+
readonly available?: string;
|
|
301
|
+
}
|
|
302
|
+
/** The observed state of logical networks */
|
|
303
|
+
export interface LogicalNetworkStatus {
|
|
304
|
+
/** LogicalNetwork provisioning error code */
|
|
305
|
+
errorCode?: string;
|
|
306
|
+
/** Descriptive error message */
|
|
307
|
+
errorMessage?: string;
|
|
308
|
+
provisioningStatus?: LogicalNetworkStatusProvisioningStatus;
|
|
309
|
+
}
|
|
310
|
+
export interface LogicalNetworkStatusProvisioningStatus {
|
|
311
|
+
/** The ID of the operation performed on the logical network */
|
|
312
|
+
operationId?: string;
|
|
313
|
+
/** The status of the operation performed on the logical network [Succeeded, Failed, InProgress] */
|
|
314
|
+
status?: Status;
|
|
315
|
+
}
|
|
316
|
+
/** The logical network resource patch definition. */
|
|
317
|
+
export interface LogicalNetworksUpdateRequest {
|
|
318
|
+
/** Resource tags */
|
|
319
|
+
tags?: {
|
|
320
|
+
[propertyName: string]: string;
|
|
321
|
+
};
|
|
223
322
|
}
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
323
|
+
export interface LogicalNetworksListResult {
|
|
324
|
+
value?: LogicalNetworks[];
|
|
325
|
+
nextLink?: string;
|
|
326
|
+
}
|
|
327
|
+
/** The observed state of marketplace gallery images */
|
|
328
|
+
export interface MarketplaceGalleryImageStatus {
|
|
329
|
+
/** MarketplaceGalleryImage provisioning error code */
|
|
330
|
+
errorCode?: string;
|
|
331
|
+
/** Descriptive error message */
|
|
332
|
+
errorMessage?: string;
|
|
333
|
+
provisioningStatus?: MarketplaceGalleryImageStatusProvisioningStatus;
|
|
334
|
+
/** The download status of the gallery image */
|
|
335
|
+
downloadStatus?: MarketplaceGalleryImageStatusDownloadStatus;
|
|
336
|
+
/** The progress of the operation in percentage */
|
|
337
|
+
progressPercentage?: number;
|
|
338
|
+
}
|
|
339
|
+
export interface MarketplaceGalleryImageStatusProvisioningStatus {
|
|
340
|
+
/** The ID of the operation performed on the gallery image */
|
|
341
|
+
operationId?: string;
|
|
342
|
+
/** The status of the operation performed on the gallery image [Succeeded, Failed, InProgress] */
|
|
343
|
+
status?: Status;
|
|
344
|
+
}
|
|
345
|
+
/** The download status of the gallery image */
|
|
346
|
+
export interface MarketplaceGalleryImageStatusDownloadStatus {
|
|
347
|
+
/** The downloaded sized of the image in MB */
|
|
348
|
+
downloadSizeInMB?: number;
|
|
349
|
+
}
|
|
350
|
+
/** The marketplace gallery image resource patch definition. */
|
|
351
|
+
export interface MarketplaceGalleryImagesUpdateRequest {
|
|
352
|
+
/** Resource tags */
|
|
227
353
|
tags?: {
|
|
228
354
|
[propertyName: string]: string;
|
|
229
355
|
};
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
properties?:
|
|
241
|
-
}
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
}
|
|
245
|
-
/** Cluster Identity details. */
|
|
246
|
-
export interface ClusterIdentityResponse {
|
|
247
|
-
aadClientId?: string;
|
|
248
|
-
aadTenantId?: string;
|
|
249
|
-
aadServicePrincipalObjectId?: string;
|
|
250
|
-
aadApplicationObjectId?: string;
|
|
251
|
-
}
|
|
252
|
-
/** List of Extensions in HCI cluster. */
|
|
253
|
-
export interface ExtensionList {
|
|
356
|
+
}
|
|
357
|
+
export interface MarketplaceGalleryImagesListResult {
|
|
358
|
+
value?: MarketplaceGalleryImages[];
|
|
359
|
+
nextLink?: string;
|
|
360
|
+
}
|
|
361
|
+
/** InterfaceIPConfiguration iPConfiguration in a network interface. */
|
|
362
|
+
export interface IPConfiguration {
|
|
363
|
+
/** Name - The name of the resource that is unique within a resource group. This name can be used to access the resource. */
|
|
364
|
+
name?: string;
|
|
365
|
+
/** InterfaceIPConfigurationPropertiesFormat properties of IP configuration. */
|
|
366
|
+
properties?: IPConfigurationProperties;
|
|
367
|
+
}
|
|
368
|
+
/** InterfaceIPConfigurationPropertiesFormat properties of IP configuration. */
|
|
369
|
+
export interface IPConfigurationProperties {
|
|
254
370
|
/**
|
|
255
|
-
*
|
|
371
|
+
* Gateway for network interface
|
|
256
372
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
257
373
|
*/
|
|
258
|
-
readonly
|
|
374
|
+
readonly gateway?: string;
|
|
259
375
|
/**
|
|
260
|
-
*
|
|
376
|
+
* prefixLength for network interface
|
|
261
377
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
262
378
|
*/
|
|
263
|
-
readonly
|
|
379
|
+
readonly prefixLength?: string;
|
|
380
|
+
/** PrivateIPAddress - Private IP address of the IP configuration. */
|
|
381
|
+
privateIPAddress?: string;
|
|
382
|
+
/** Subnet - Name of Subnet bound to the IP configuration. */
|
|
383
|
+
subnet?: IPConfigurationPropertiesSubnet;
|
|
384
|
+
}
|
|
385
|
+
/** Subnet - Name of Subnet bound to the IP configuration. */
|
|
386
|
+
export interface IPConfigurationPropertiesSubnet {
|
|
387
|
+
/** ID - The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/... */
|
|
388
|
+
id?: string;
|
|
389
|
+
}
|
|
390
|
+
export interface InterfaceDNSSettings {
|
|
391
|
+
/** List of DNS server IP Addresses for the interface */
|
|
392
|
+
dnsServers?: string[];
|
|
393
|
+
}
|
|
394
|
+
/** The observed state of network interfaces */
|
|
395
|
+
export interface NetworkInterfaceStatus {
|
|
396
|
+
/** NetworkInterface provisioning error code */
|
|
397
|
+
errorCode?: string;
|
|
398
|
+
/** Descriptive error message */
|
|
399
|
+
errorMessage?: string;
|
|
400
|
+
provisioningStatus?: NetworkInterfaceStatusProvisioningStatus;
|
|
401
|
+
}
|
|
402
|
+
export interface NetworkInterfaceStatusProvisioningStatus {
|
|
403
|
+
/** The ID of the operation performed on the network interface */
|
|
404
|
+
operationId?: string;
|
|
405
|
+
/** The status of the operation performed on the network interface [Succeeded, Failed, InProgress] */
|
|
406
|
+
status?: Status;
|
|
407
|
+
}
|
|
408
|
+
/** The network interface resource patch definition. */
|
|
409
|
+
export interface NetworkInterfacesUpdateRequest {
|
|
410
|
+
/** Resource tags */
|
|
411
|
+
tags?: {
|
|
412
|
+
[propertyName: string]: string;
|
|
413
|
+
};
|
|
414
|
+
}
|
|
415
|
+
export interface NetworkInterfacesListResult {
|
|
416
|
+
value?: NetworkInterfaces[];
|
|
417
|
+
nextLink?: string;
|
|
418
|
+
}
|
|
419
|
+
/** The observed state of storage containers */
|
|
420
|
+
export interface StorageContainerStatus {
|
|
421
|
+
/** StorageContainer provisioning error code */
|
|
422
|
+
errorCode?: string;
|
|
423
|
+
/** Descriptive error message */
|
|
424
|
+
errorMessage?: string;
|
|
425
|
+
/** Amount of space available on the disk in MB */
|
|
426
|
+
availableSizeMB?: number;
|
|
427
|
+
/** Total size of the disk in MB */
|
|
428
|
+
containerSizeMB?: number;
|
|
429
|
+
provisioningStatus?: StorageContainerStatusProvisioningStatus;
|
|
430
|
+
}
|
|
431
|
+
export interface StorageContainerStatusProvisioningStatus {
|
|
432
|
+
/** The ID of the operation performed on the storage container */
|
|
433
|
+
operationId?: string;
|
|
434
|
+
/** The status of the operation performed on the storage container [Succeeded, Failed, InProgress] */
|
|
435
|
+
status?: Status;
|
|
436
|
+
}
|
|
437
|
+
/** The storage container resource patch definition. */
|
|
438
|
+
export interface StorageContainersUpdateRequest {
|
|
439
|
+
/** Resource tags */
|
|
440
|
+
tags?: {
|
|
441
|
+
[propertyName: string]: string;
|
|
442
|
+
};
|
|
443
|
+
}
|
|
444
|
+
export interface StorageContainersListResult {
|
|
445
|
+
value?: StorageContainers[];
|
|
446
|
+
nextLink?: string;
|
|
447
|
+
}
|
|
448
|
+
/** The observed state of virtual hard disks */
|
|
449
|
+
export interface VirtualHardDiskStatus {
|
|
450
|
+
/** VirtualHardDisk provisioning error code */
|
|
451
|
+
errorCode?: string;
|
|
452
|
+
/** Descriptive error message */
|
|
453
|
+
errorMessage?: string;
|
|
454
|
+
provisioningStatus?: VirtualHardDiskStatusProvisioningStatus;
|
|
455
|
+
}
|
|
456
|
+
export interface VirtualHardDiskStatusProvisioningStatus {
|
|
457
|
+
/** The ID of the operation performed on the virtual hard disk */
|
|
458
|
+
operationId?: string;
|
|
459
|
+
/** The status of the operation performed on the virtual hard disk [Succeeded, Failed, InProgress] */
|
|
460
|
+
status?: Status;
|
|
461
|
+
}
|
|
462
|
+
/** The virtual hard disk resource patch definition. */
|
|
463
|
+
export interface VirtualHardDisksUpdateRequest {
|
|
464
|
+
/** Resource tags */
|
|
465
|
+
tags?: {
|
|
466
|
+
[propertyName: string]: string;
|
|
467
|
+
};
|
|
264
468
|
}
|
|
265
|
-
|
|
266
|
-
|
|
469
|
+
export interface VirtualHardDisksListResult {
|
|
470
|
+
value?: VirtualHardDisks[];
|
|
471
|
+
nextLink?: string;
|
|
472
|
+
}
|
|
473
|
+
/** HardwareProfile - Specifies the hardware settings for the virtual machine instance. */
|
|
474
|
+
export interface VirtualMachineInstancePropertiesHardwareProfile {
|
|
475
|
+
vmSize?: VmSizeEnum;
|
|
476
|
+
/** number of processors for the virtual machine instance */
|
|
477
|
+
processors?: number;
|
|
478
|
+
/** RAM in MB for the virtual machine instance */
|
|
479
|
+
memoryMB?: number;
|
|
480
|
+
dynamicMemoryConfig?: VirtualMachineInstancePropertiesHardwareProfileDynamicMemoryConfig;
|
|
481
|
+
}
|
|
482
|
+
export interface VirtualMachineInstancePropertiesHardwareProfileDynamicMemoryConfig {
|
|
483
|
+
maximumMemoryMB?: number;
|
|
484
|
+
minimumMemoryMB?: number;
|
|
485
|
+
/** Defines the amount of extra memory that should be reserved for a virtual machine instance at runtime, as a percentage of the total memory that the virtual machine instance is thought to need. This only applies to virtual systems with dynamic memory enabled. This property can be in the range of 5 to 2000. */
|
|
486
|
+
targetMemoryBuffer?: number;
|
|
487
|
+
}
|
|
488
|
+
/** NetworkProfile - describes the network configuration the virtual machine instance */
|
|
489
|
+
export interface VirtualMachineInstancePropertiesNetworkProfile {
|
|
490
|
+
/** NetworkInterfaces - list of network interfaces to be attached to the virtual machine instance */
|
|
491
|
+
networkInterfaces?: VirtualMachineInstancePropertiesNetworkProfileNetworkInterfacesItem[];
|
|
492
|
+
}
|
|
493
|
+
export interface VirtualMachineInstancePropertiesNetworkProfileNetworkInterfacesItem {
|
|
494
|
+
/** ID - Resource Id of the network interface */
|
|
495
|
+
id?: string;
|
|
496
|
+
}
|
|
497
|
+
/** OsProfile - describes the configuration of the operating system and sets login data */
|
|
498
|
+
export interface VirtualMachineInstancePropertiesOsProfile {
|
|
499
|
+
/** AdminPassword - admin password */
|
|
500
|
+
adminPassword?: string;
|
|
501
|
+
/** AdminUsername - admin username */
|
|
502
|
+
adminUsername?: string;
|
|
503
|
+
/** ComputerName - name of the compute */
|
|
504
|
+
computerName?: string;
|
|
505
|
+
/** LinuxConfiguration - linux specific configuration values for the virtual machine instance */
|
|
506
|
+
linuxConfiguration?: VirtualMachineInstancePropertiesOsProfileLinuxConfiguration;
|
|
507
|
+
/** Windows Configuration for the virtual machine instance */
|
|
508
|
+
windowsConfiguration?: VirtualMachineInstancePropertiesOsProfileWindowsConfiguration;
|
|
509
|
+
}
|
|
510
|
+
/** LinuxConfiguration - linux specific configuration values for the virtual machine instance */
|
|
511
|
+
export interface VirtualMachineInstancePropertiesOsProfileLinuxConfiguration {
|
|
512
|
+
/** DisablePasswordAuthentication - whether password authentication should be disabled */
|
|
513
|
+
disablePasswordAuthentication?: boolean;
|
|
514
|
+
/** Specifies the ssh key configuration for a Linux OS. */
|
|
515
|
+
ssh?: SshConfiguration;
|
|
516
|
+
/** Used to indicate whether Arc for Servers agent onboarding should be triggered during the virtual machine instance creation process. */
|
|
517
|
+
provisionVMAgent?: boolean;
|
|
518
|
+
/** Used to indicate whether the VM Config Agent should be installed during the virtual machine creation process. */
|
|
519
|
+
provisionVMConfigAgent?: boolean;
|
|
520
|
+
}
|
|
521
|
+
/** SSH configuration for Linux based VMs running on Azure */
|
|
522
|
+
export interface SshConfiguration {
|
|
523
|
+
/** The list of SSH public keys used to authenticate with linux based VMs. */
|
|
524
|
+
publicKeys?: SshPublicKey[];
|
|
525
|
+
}
|
|
526
|
+
/** Contains information about SSH certificate public key and the path on the Linux VM where the public key is placed. */
|
|
527
|
+
export interface SshPublicKey {
|
|
528
|
+
/** Specifies the full path on the created VM where ssh public key is stored. If the file already exists, the specified key is appended to the file. Example: /home/user/.ssh/authorized_keys */
|
|
529
|
+
path?: string;
|
|
530
|
+
/** SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. <br><br> For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed). */
|
|
531
|
+
keyData?: string;
|
|
532
|
+
}
|
|
533
|
+
/** Windows Configuration for the virtual machine instance */
|
|
534
|
+
export interface VirtualMachineInstancePropertiesOsProfileWindowsConfiguration {
|
|
535
|
+
/** Whether to EnableAutomaticUpdates on the machine */
|
|
536
|
+
enableAutomaticUpdates?: boolean;
|
|
537
|
+
/** Specifies the ssh key configuration for Windows OS. */
|
|
538
|
+
ssh?: SshConfiguration;
|
|
539
|
+
/** TimeZone for the virtual machine instance */
|
|
540
|
+
timeZone?: string;
|
|
541
|
+
/** Used to indicate whether Arc for Servers agent onboarding should be triggered during the virtual machine instance creation process. */
|
|
542
|
+
provisionVMAgent?: boolean;
|
|
543
|
+
/** Used to indicate whether the VM Config Agent should be installed during the virtual machine creation process. */
|
|
544
|
+
provisionVMConfigAgent?: boolean;
|
|
545
|
+
}
|
|
546
|
+
/** SecurityProfile - Specifies the security settings for the virtual machine instance. */
|
|
547
|
+
export interface VirtualMachineInstancePropertiesSecurityProfile {
|
|
548
|
+
enableTPM?: boolean;
|
|
549
|
+
uefiSettings?: VirtualMachineInstancePropertiesSecurityProfileUefiSettings;
|
|
550
|
+
/** Specifies the SecurityType of the virtual machine. EnableTPM and SecureBootEnabled must be set to true for SecurityType to function. */
|
|
551
|
+
securityType?: SecurityTypes;
|
|
552
|
+
}
|
|
553
|
+
export interface VirtualMachineInstancePropertiesSecurityProfileUefiSettings {
|
|
554
|
+
/** Specifies whether secure boot should be enabled on the virtual machine instance. */
|
|
555
|
+
secureBootEnabled?: boolean;
|
|
556
|
+
}
|
|
557
|
+
/** StorageProfile - contains information about the disks and storage information for the virtual machine instance */
|
|
558
|
+
export interface VirtualMachineInstancePropertiesStorageProfile {
|
|
559
|
+
/** adds data disks to the virtual machine instance */
|
|
560
|
+
dataDisks?: VirtualMachineInstancePropertiesStorageProfileDataDisksItem[];
|
|
561
|
+
/** Which Image to use for the virtual machine instance */
|
|
562
|
+
imageReference?: VirtualMachineInstancePropertiesStorageProfileImageReference;
|
|
563
|
+
/** VHD to attach as OS disk */
|
|
564
|
+
osDisk?: VirtualMachineInstancePropertiesStorageProfileOsDisk;
|
|
565
|
+
/** Id of the storage container that hosts the VM configuration file */
|
|
566
|
+
vmConfigStoragePathId?: string;
|
|
567
|
+
}
|
|
568
|
+
export interface VirtualMachineInstancePropertiesStorageProfileDataDisksItem {
|
|
569
|
+
/** Resource ID of the data disk */
|
|
570
|
+
id?: string;
|
|
571
|
+
}
|
|
572
|
+
/** Which Image to use for the virtual machine instance */
|
|
573
|
+
export interface VirtualMachineInstancePropertiesStorageProfileImageReference {
|
|
574
|
+
/** Resource ID of the image */
|
|
575
|
+
id?: string;
|
|
576
|
+
}
|
|
577
|
+
/** VHD to attach as OS disk */
|
|
578
|
+
export interface VirtualMachineInstancePropertiesStorageProfileOsDisk {
|
|
579
|
+
/** Resource ID of the OS disk */
|
|
580
|
+
id?: string;
|
|
581
|
+
/** This property allows you to specify the type of the OS that is included in the disk if creating a VM from user-image or a specialized VHD. Possible values are: **Windows,** **Linux.** */
|
|
582
|
+
osType?: OperatingSystemTypes;
|
|
583
|
+
}
|
|
584
|
+
/** HTTP Proxy configuration for the VM. */
|
|
585
|
+
export interface HttpProxyConfiguration {
|
|
586
|
+
/** The HTTP proxy server endpoint to use. */
|
|
587
|
+
httpProxy?: string;
|
|
588
|
+
/** The HTTPS proxy server endpoint to use. */
|
|
589
|
+
httpsProxy?: string;
|
|
590
|
+
/** The endpoints that should not go through proxy. */
|
|
591
|
+
noProxy?: string[];
|
|
592
|
+
/** Alternative CA cert to use for connecting to proxy servers. */
|
|
593
|
+
trustedCa?: string;
|
|
594
|
+
}
|
|
595
|
+
/** The instance view of a virtual machine. */
|
|
596
|
+
export interface VirtualMachineInstanceView {
|
|
597
|
+
/** The VM Config Agent running on the virtual machine. */
|
|
598
|
+
vmAgent?: VirtualMachineConfigAgentInstanceView;
|
|
599
|
+
}
|
|
600
|
+
/** The instance view of the VM Config Agent running on the virtual machine. */
|
|
601
|
+
export interface VirtualMachineConfigAgentInstanceView {
|
|
602
|
+
/** The VM Config Agent full version. */
|
|
603
|
+
vmConfigAgentVersion?: string;
|
|
604
|
+
/** The resource status information. */
|
|
605
|
+
statuses?: InstanceViewStatus[];
|
|
606
|
+
}
|
|
607
|
+
/** Instance view status. */
|
|
608
|
+
export interface InstanceViewStatus {
|
|
609
|
+
/** The status code. */
|
|
610
|
+
code?: string;
|
|
611
|
+
/** The level code. */
|
|
612
|
+
level?: StatusLevelTypes;
|
|
613
|
+
/** The short localizable label for the status. */
|
|
614
|
+
displayStatus?: string;
|
|
615
|
+
/** The detailed status message, including for alerts and error messages. */
|
|
616
|
+
message?: string;
|
|
617
|
+
/** The time of the status. */
|
|
618
|
+
time?: Date;
|
|
619
|
+
}
|
|
620
|
+
/** The observed state of virtual machine instances */
|
|
621
|
+
export interface VirtualMachineInstanceStatus {
|
|
622
|
+
/** VirtualMachine provisioning error code */
|
|
623
|
+
errorCode?: string;
|
|
624
|
+
/** Descriptive error message */
|
|
625
|
+
errorMessage?: string;
|
|
626
|
+
/** The power state of the virtual machine instance */
|
|
627
|
+
powerState?: PowerStateEnum;
|
|
628
|
+
provisioningStatus?: VirtualMachineInstanceStatusProvisioningStatus;
|
|
629
|
+
}
|
|
630
|
+
export interface VirtualMachineInstanceStatusProvisioningStatus {
|
|
631
|
+
/** The ID of the operation performed on the virtual machine instance */
|
|
632
|
+
operationId?: string;
|
|
633
|
+
/** The status of the operation performed on the virtual machine instance [Succeeded, Failed, InProgress] */
|
|
634
|
+
status?: Status;
|
|
635
|
+
}
|
|
636
|
+
/** Defines the status of a guest agent installation. */
|
|
637
|
+
export interface GuestAgentInstallStatus {
|
|
267
638
|
/**
|
|
268
|
-
*
|
|
639
|
+
* Specifies the VM's unique SMBIOS ID.
|
|
269
640
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
270
641
|
*/
|
|
271
|
-
readonly
|
|
642
|
+
readonly vmUuid?: string;
|
|
272
643
|
/**
|
|
273
|
-
*
|
|
644
|
+
* The installation status of the hybrid machine agent installation.
|
|
274
645
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
275
646
|
*/
|
|
276
|
-
readonly
|
|
647
|
+
readonly status?: StatusTypes;
|
|
277
648
|
/**
|
|
278
|
-
*
|
|
649
|
+
* The time of the last status change.
|
|
279
650
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
280
651
|
*/
|
|
281
|
-
readonly
|
|
282
|
-
}
|
|
283
|
-
/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
|
|
284
|
-
export interface OperationListResult {
|
|
652
|
+
readonly lastStatusChange?: Date;
|
|
285
653
|
/**
|
|
286
|
-
*
|
|
654
|
+
* The hybrid machine agent full version.
|
|
287
655
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
288
656
|
*/
|
|
289
|
-
readonly
|
|
657
|
+
readonly agentVersion?: string;
|
|
290
658
|
/**
|
|
291
|
-
*
|
|
659
|
+
* Details about the error state.
|
|
292
660
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
293
661
|
*/
|
|
294
|
-
readonly
|
|
662
|
+
readonly errorDetails?: ErrorDetail[];
|
|
295
663
|
}
|
|
296
|
-
/**
|
|
297
|
-
export interface
|
|
298
|
-
/**
|
|
299
|
-
* The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"
|
|
300
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
301
|
-
*/
|
|
302
|
-
readonly name?: string;
|
|
303
|
-
/**
|
|
304
|
-
* Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
|
|
305
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
306
|
-
*/
|
|
307
|
-
readonly isDataAction?: boolean;
|
|
308
|
-
/** Localized display information for this particular operation. */
|
|
309
|
-
display?: OperationDisplay;
|
|
664
|
+
/** Identity for the resource. */
|
|
665
|
+
export interface Identity {
|
|
310
666
|
/**
|
|
311
|
-
* The
|
|
667
|
+
* The principal ID of resource identity.
|
|
312
668
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
313
669
|
*/
|
|
314
|
-
readonly
|
|
670
|
+
readonly principalId?: string;
|
|
315
671
|
/**
|
|
316
|
-
*
|
|
672
|
+
* The tenant ID of resource.
|
|
317
673
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
318
674
|
*/
|
|
319
|
-
readonly
|
|
675
|
+
readonly tenantId?: string;
|
|
676
|
+
/** The identity type. */
|
|
677
|
+
type?: "SystemAssigned";
|
|
678
|
+
}
|
|
679
|
+
/** The virtual machine instance resource patch definition. */
|
|
680
|
+
export interface VirtualMachineInstanceUpdateRequest {
|
|
681
|
+
/** Defines the resource properties for the update. */
|
|
682
|
+
properties?: VirtualMachineInstanceUpdateProperties;
|
|
683
|
+
/** Identity for the resource. */
|
|
684
|
+
identity?: Identity;
|
|
685
|
+
}
|
|
686
|
+
/** Defines the resource properties for the update. */
|
|
687
|
+
export interface VirtualMachineInstanceUpdateProperties {
|
|
688
|
+
/** HardwareProfile - Specifies the hardware settings for the virtual machine instance. */
|
|
689
|
+
hardwareProfile?: HardwareProfileUpdate;
|
|
690
|
+
storageProfile?: StorageProfileUpdate;
|
|
691
|
+
/** NetworkProfile - describes the network update configuration the virtual machine instance */
|
|
692
|
+
networkProfile?: NetworkProfileUpdate;
|
|
693
|
+
/** OsProfile - describes the update configuration of the operating system */
|
|
694
|
+
osProfile?: OsProfileUpdate;
|
|
695
|
+
}
|
|
696
|
+
/** HardwareProfile - Specifies the hardware settings for the virtual machine instance. */
|
|
697
|
+
export interface HardwareProfileUpdate {
|
|
698
|
+
vmSize?: VmSizeEnum;
|
|
699
|
+
/** number of processors for the virtual machine instance */
|
|
700
|
+
processors?: number;
|
|
701
|
+
/** RAM in MB for the virtual machine instance */
|
|
702
|
+
memoryMB?: number;
|
|
703
|
+
}
|
|
704
|
+
export interface StorageProfileUpdate {
|
|
705
|
+
/** adds data disks to the virtual machine instance for the update call */
|
|
706
|
+
dataDisks?: StorageProfileUpdateDataDisksItem[];
|
|
707
|
+
}
|
|
708
|
+
export interface StorageProfileUpdateDataDisksItem {
|
|
709
|
+
id?: string;
|
|
710
|
+
}
|
|
711
|
+
/** NetworkProfile - describes the network update configuration the virtual machine instance */
|
|
712
|
+
export interface NetworkProfileUpdate {
|
|
713
|
+
/** NetworkInterfaces - list of network interfaces to be attached to the virtual machine instance */
|
|
714
|
+
networkInterfaces?: NetworkProfileUpdateNetworkInterfacesItem[];
|
|
715
|
+
}
|
|
716
|
+
export interface NetworkProfileUpdateNetworkInterfacesItem {
|
|
717
|
+
/** ID - Resource ID of the network interface */
|
|
718
|
+
id?: string;
|
|
719
|
+
}
|
|
720
|
+
/** OsProfile - describes the update configuration of the operating system */
|
|
721
|
+
export interface OsProfileUpdate {
|
|
722
|
+
/** ComputerName - name of the computer */
|
|
723
|
+
computerName?: string;
|
|
724
|
+
linuxConfiguration?: OsProfileUpdateLinuxConfiguration;
|
|
725
|
+
windowsConfiguration?: OsProfileUpdateWindowsConfiguration;
|
|
726
|
+
}
|
|
727
|
+
export interface OsProfileUpdateLinuxConfiguration {
|
|
728
|
+
/** Used to indicate whether Arc for Servers agent onboarding should be triggered during the virtual machine instance creation process. */
|
|
729
|
+
provisionVMAgent?: boolean;
|
|
730
|
+
/** Used to indicate whether the VM Config Agent should be installed during the virtual machine creation process. */
|
|
731
|
+
provisionVMConfigAgent?: boolean;
|
|
732
|
+
}
|
|
733
|
+
export interface OsProfileUpdateWindowsConfiguration {
|
|
734
|
+
/** Used to indicate whether Arc for Servers agent onboarding should be triggered during the virtual machine instance creation process. */
|
|
735
|
+
provisionVMAgent?: boolean;
|
|
736
|
+
/** Used to indicate whether the VM Config Agent should be installed during the virtual machine creation process. */
|
|
737
|
+
provisionVMConfigAgent?: boolean;
|
|
738
|
+
}
|
|
739
|
+
export interface VirtualMachineInstanceListResult {
|
|
740
|
+
value?: VirtualMachineInstance[];
|
|
741
|
+
nextLink?: string;
|
|
742
|
+
}
|
|
743
|
+
/** List of HybridIdentityMetadata. */
|
|
744
|
+
export interface HybridIdentityMetadataList {
|
|
745
|
+
/** Url to follow for getting next page of HybridIdentityMetadata. */
|
|
746
|
+
nextLink?: string;
|
|
747
|
+
/** Array of HybridIdentityMetadata */
|
|
748
|
+
value: HybridIdentityMetadata[];
|
|
749
|
+
}
|
|
750
|
+
/** Username / Password Credentials to connect to guest. */
|
|
751
|
+
export interface GuestCredential {
|
|
752
|
+
/** The username to connect with the guest. */
|
|
753
|
+
username?: string;
|
|
754
|
+
/** The password to connect with the guest. */
|
|
755
|
+
password?: string;
|
|
756
|
+
}
|
|
757
|
+
/** List of GuestAgent. */
|
|
758
|
+
export interface GuestAgentList {
|
|
759
|
+
/** Url to follow for getting next page of GuestAgent. */
|
|
760
|
+
nextLink?: string;
|
|
761
|
+
/** Array of GuestAgent */
|
|
762
|
+
value: GuestAgent[];
|
|
763
|
+
}
|
|
764
|
+
/** This is the OS disk image. */
|
|
765
|
+
export interface GalleryOSDiskImage extends GalleryDiskImage {
|
|
320
766
|
}
|
|
321
|
-
/**
|
|
322
|
-
export interface
|
|
767
|
+
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
768
|
+
export interface TrackedResource extends Resource {
|
|
769
|
+
/** Resource tags. */
|
|
770
|
+
tags?: {
|
|
771
|
+
[propertyName: string]: string;
|
|
772
|
+
};
|
|
773
|
+
/** The geo-location where the resource lives */
|
|
774
|
+
location: string;
|
|
775
|
+
}
|
|
776
|
+
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
777
|
+
export interface ProxyResource extends Resource {
|
|
778
|
+
}
|
|
779
|
+
/** The gallery images resource definition. */
|
|
780
|
+
export interface GalleryImages extends TrackedResource {
|
|
781
|
+
/** The extendedLocation of the resource. */
|
|
782
|
+
extendedLocation?: ExtendedLocation;
|
|
783
|
+
/** Storage ContainerID of the storage container to be used for gallery image */
|
|
784
|
+
containerId?: string;
|
|
785
|
+
/** location of the image the gallery image should be created from */
|
|
786
|
+
imagePath?: string;
|
|
787
|
+
/** Operating system type that the gallery image uses [Windows, Linux] */
|
|
788
|
+
osType?: OperatingSystemTypes;
|
|
789
|
+
/** Datasource for the gallery image when provisioning with cloud-init [NoCloud, Azure] */
|
|
790
|
+
cloudInitDataSource?: CloudInitDataSource;
|
|
791
|
+
/** The hypervisor generation of the Virtual Machine [V1, V2] */
|
|
792
|
+
hyperVGeneration?: HyperVGeneration;
|
|
793
|
+
/** This is the gallery image definition identifier. */
|
|
794
|
+
identifier?: GalleryImageIdentifier;
|
|
795
|
+
/** Specifies information about the gallery image version that you want to create or update. */
|
|
796
|
+
version?: GalleryImageVersion;
|
|
323
797
|
/**
|
|
324
|
-
*
|
|
798
|
+
* Provisioning state of the gallery image.
|
|
325
799
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
326
800
|
*/
|
|
327
|
-
readonly
|
|
801
|
+
readonly provisioningState?: ProvisioningStateEnum;
|
|
328
802
|
/**
|
|
329
|
-
* The
|
|
803
|
+
* The observed state of gallery images
|
|
330
804
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
331
805
|
*/
|
|
332
|
-
readonly
|
|
806
|
+
readonly status?: GalleryImageStatus;
|
|
807
|
+
}
|
|
808
|
+
/** The logical network resource definition. */
|
|
809
|
+
export interface LogicalNetworks extends TrackedResource {
|
|
810
|
+
/** The extendedLocation of the resource. */
|
|
811
|
+
extendedLocation?: ExtendedLocation;
|
|
812
|
+
/** DhcpOptions contains an array of DNS servers available to VMs deployed in the logical network. Standard DHCP option for a subnet overrides logical network DHCP options. */
|
|
813
|
+
dhcpOptions?: LogicalNetworkPropertiesDhcpOptions;
|
|
814
|
+
/** Subnet - list of subnets under the logical network */
|
|
815
|
+
subnets?: Subnet[];
|
|
333
816
|
/**
|
|
334
|
-
*
|
|
817
|
+
* Provisioning state of the logical network.
|
|
335
818
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
336
819
|
*/
|
|
337
|
-
readonly
|
|
820
|
+
readonly provisioningState?: ProvisioningStateEnum;
|
|
821
|
+
/** name of the network switch to be used for VMs */
|
|
822
|
+
vmSwitchName?: string;
|
|
338
823
|
/**
|
|
339
|
-
* The
|
|
824
|
+
* The observed state of logical networks
|
|
340
825
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
341
826
|
*/
|
|
342
|
-
readonly
|
|
343
|
-
}
|
|
344
|
-
/**
|
|
345
|
-
export interface
|
|
346
|
-
/**
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
/**
|
|
353
|
-
|
|
354
|
-
/**
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
/**
|
|
359
|
-
|
|
360
|
-
}
|
|
361
|
-
/** ArcSetting details. */
|
|
362
|
-
export interface ArcSetting extends ProxyResource {
|
|
827
|
+
readonly status?: LogicalNetworkStatus;
|
|
828
|
+
}
|
|
829
|
+
/** The marketplace gallery image resource definition. */
|
|
830
|
+
export interface MarketplaceGalleryImages extends TrackedResource {
|
|
831
|
+
/** The extendedLocation of the resource. */
|
|
832
|
+
extendedLocation?: ExtendedLocation;
|
|
833
|
+
/** Storage ContainerID of the storage container to be used for marketplace gallery image */
|
|
834
|
+
containerId?: string;
|
|
835
|
+
/** Operating system type that the gallery image uses [Windows, Linux] */
|
|
836
|
+
osType?: OperatingSystemTypes;
|
|
837
|
+
/** Datasource for the gallery image when provisioning with cloud-init [NoCloud, Azure] */
|
|
838
|
+
cloudInitDataSource?: CloudInitDataSource;
|
|
839
|
+
/** The hypervisor generation of the Virtual Machine [V1, V2] */
|
|
840
|
+
hyperVGeneration?: HyperVGeneration;
|
|
841
|
+
/** This is the gallery image definition identifier. */
|
|
842
|
+
identifier?: GalleryImageIdentifier;
|
|
843
|
+
/** Specifies information about the gallery image version that you want to create or update. */
|
|
844
|
+
version?: GalleryImageVersion;
|
|
363
845
|
/**
|
|
364
|
-
* Provisioning state of the
|
|
846
|
+
* Provisioning state of the marketplace gallery image.
|
|
365
847
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
366
848
|
*/
|
|
367
|
-
readonly provisioningState?:
|
|
368
|
-
/** The resource group that hosts the Arc agents, ie. Hybrid Compute Machine resources. */
|
|
369
|
-
arcInstanceResourceGroup?: string;
|
|
370
|
-
/** App id of arc AAD identity. */
|
|
371
|
-
arcApplicationClientId?: string;
|
|
372
|
-
/** Tenant id of arc AAD identity. */
|
|
373
|
-
arcApplicationTenantId?: string;
|
|
374
|
-
/** Object id of arc AAD service principal. */
|
|
375
|
-
arcServicePrincipalObjectId?: string;
|
|
376
|
-
/** Object id of arc AAD identity. */
|
|
377
|
-
arcApplicationObjectId?: string;
|
|
849
|
+
readonly provisioningState?: ProvisioningStateEnum;
|
|
378
850
|
/**
|
|
379
|
-
*
|
|
851
|
+
* The observed state of marketplace gallery images
|
|
380
852
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
381
853
|
*/
|
|
382
|
-
readonly
|
|
854
|
+
readonly status?: MarketplaceGalleryImageStatus;
|
|
855
|
+
}
|
|
856
|
+
/** The network interface resource definition. */
|
|
857
|
+
export interface NetworkInterfaces extends TrackedResource {
|
|
858
|
+
/** The extendedLocation of the resource. */
|
|
859
|
+
extendedLocation?: ExtendedLocation;
|
|
860
|
+
/** IPConfigurations - A list of IPConfigurations of the network interface. */
|
|
861
|
+
ipConfigurations?: IPConfiguration[];
|
|
862
|
+
/** MacAddress - The MAC address of the network interface. */
|
|
863
|
+
macAddress?: string;
|
|
864
|
+
/** DNS Settings for the interface */
|
|
865
|
+
dnsSettings?: InterfaceDNSSettings;
|
|
383
866
|
/**
|
|
384
|
-
*
|
|
867
|
+
* Provisioning state of the network interface.
|
|
385
868
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
386
869
|
*/
|
|
387
|
-
readonly
|
|
388
|
-
/** contains connectivity related configuration for ARC resources */
|
|
389
|
-
connectivityProperties?: Record<string, unknown>;
|
|
390
|
-
/** The identity that created the resource. */
|
|
391
|
-
createdBy?: string;
|
|
392
|
-
/** The type of identity that created the resource. */
|
|
393
|
-
createdByType?: CreatedByType;
|
|
394
|
-
/** The timestamp of resource creation (UTC). */
|
|
395
|
-
createdAt?: Date;
|
|
396
|
-
/** The identity that last modified the resource. */
|
|
397
|
-
lastModifiedBy?: string;
|
|
398
|
-
/** The type of identity that last modified the resource. */
|
|
399
|
-
lastModifiedByType?: CreatedByType;
|
|
400
|
-
/** The timestamp of resource last modification (UTC) */
|
|
401
|
-
lastModifiedAt?: Date;
|
|
402
|
-
}
|
|
403
|
-
/** Details of a particular extension in HCI Cluster. */
|
|
404
|
-
export interface Extension extends ProxyResource {
|
|
870
|
+
readonly provisioningState?: ProvisioningStateEnum;
|
|
405
871
|
/**
|
|
406
|
-
*
|
|
872
|
+
* The observed state of network interfaces
|
|
407
873
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
408
874
|
*/
|
|
409
|
-
readonly
|
|
875
|
+
readonly status?: NetworkInterfaceStatus;
|
|
876
|
+
}
|
|
877
|
+
/** The storage container resource definition. */
|
|
878
|
+
export interface StorageContainers extends TrackedResource {
|
|
879
|
+
/** The extendedLocation of the resource. */
|
|
880
|
+
extendedLocation?: ExtendedLocation;
|
|
881
|
+
/** Path of the storage container on the disk */
|
|
882
|
+
path?: string;
|
|
410
883
|
/**
|
|
411
|
-
*
|
|
884
|
+
* Provisioning state of the storage container.
|
|
412
885
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
413
886
|
*/
|
|
414
|
-
readonly
|
|
887
|
+
readonly provisioningState?: ProvisioningStateEnum;
|
|
415
888
|
/**
|
|
416
|
-
*
|
|
889
|
+
* The observed state of storage containers
|
|
417
890
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
418
891
|
*/
|
|
419
|
-
readonly
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
/**
|
|
427
|
-
|
|
428
|
-
/**
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
/**
|
|
433
|
-
|
|
434
|
-
/** The
|
|
435
|
-
|
|
436
|
-
/** The type of identity that created the resource. */
|
|
437
|
-
createdByType?: CreatedByType;
|
|
438
|
-
/** The timestamp of resource creation (UTC). */
|
|
439
|
-
createdAt?: Date;
|
|
440
|
-
/** The identity that last modified the resource. */
|
|
441
|
-
lastModifiedBy?: string;
|
|
442
|
-
/** The type of identity that last modified the resource. */
|
|
443
|
-
lastModifiedByType?: CreatedByType;
|
|
444
|
-
/** The timestamp of resource last modification (UTC) */
|
|
445
|
-
lastModifiedAt?: Date;
|
|
446
|
-
}
|
|
447
|
-
/** Cluster details. */
|
|
448
|
-
export interface Cluster extends TrackedResource {
|
|
892
|
+
readonly status?: StorageContainerStatus;
|
|
893
|
+
}
|
|
894
|
+
/** The virtual hard disk resource definition. */
|
|
895
|
+
export interface VirtualHardDisks extends TrackedResource {
|
|
896
|
+
/** The extendedLocation of the resource. */
|
|
897
|
+
extendedLocation?: ExtendedLocation;
|
|
898
|
+
blockSizeBytes?: number;
|
|
899
|
+
/** Size of the disk in GB */
|
|
900
|
+
diskSizeGB?: number;
|
|
901
|
+
/** Boolean for enabling dynamic sizing on the virtual hard disk */
|
|
902
|
+
dynamic?: boolean;
|
|
903
|
+
logicalSectorBytes?: number;
|
|
904
|
+
physicalSectorBytes?: number;
|
|
905
|
+
/** The hypervisor generation of the Virtual Machine [V1, V2] */
|
|
906
|
+
hyperVGeneration?: HyperVGeneration;
|
|
907
|
+
/** The format of the actual VHD file [vhd, vhdx] */
|
|
908
|
+
diskFileFormat?: DiskFileFormat;
|
|
449
909
|
/**
|
|
450
|
-
* Provisioning state.
|
|
910
|
+
* Provisioning state of the virtual hard disk.
|
|
451
911
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
452
912
|
*/
|
|
453
|
-
readonly provisioningState?:
|
|
913
|
+
readonly provisioningState?: ProvisioningStateEnum;
|
|
914
|
+
/** Storage ContainerID of the storage container to be used for VHD */
|
|
915
|
+
containerId?: string;
|
|
454
916
|
/**
|
|
455
|
-
*
|
|
917
|
+
* The observed state of virtual hard disks
|
|
456
918
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
457
919
|
*/
|
|
458
|
-
readonly status?:
|
|
920
|
+
readonly status?: VirtualHardDiskStatus;
|
|
921
|
+
}
|
|
922
|
+
/** The virtual machine instance resource definition. */
|
|
923
|
+
export interface VirtualMachineInstance extends ProxyResource {
|
|
924
|
+
/** The extendedLocation of the resource. */
|
|
925
|
+
extendedLocation?: ExtendedLocation;
|
|
926
|
+
/** Identity for the resource. */
|
|
927
|
+
identity?: Identity;
|
|
928
|
+
/** HardwareProfile - Specifies the hardware settings for the virtual machine instance. */
|
|
929
|
+
hardwareProfile?: VirtualMachineInstancePropertiesHardwareProfile;
|
|
930
|
+
/** NetworkProfile - describes the network configuration the virtual machine instance */
|
|
931
|
+
networkProfile?: VirtualMachineInstancePropertiesNetworkProfile;
|
|
932
|
+
/** OsProfile - describes the configuration of the operating system and sets login data */
|
|
933
|
+
osProfile?: VirtualMachineInstancePropertiesOsProfile;
|
|
934
|
+
/** SecurityProfile - Specifies the security settings for the virtual machine instance. */
|
|
935
|
+
securityProfile?: VirtualMachineInstancePropertiesSecurityProfile;
|
|
936
|
+
/** StorageProfile - contains information about the disks and storage information for the virtual machine instance */
|
|
937
|
+
storageProfile?: VirtualMachineInstancePropertiesStorageProfile;
|
|
938
|
+
/** HTTP Proxy configuration for the VM. */
|
|
939
|
+
httpProxyConfig?: HttpProxyConfiguration;
|
|
459
940
|
/**
|
|
460
|
-
*
|
|
941
|
+
* Provisioning state of the virtual machine instance.
|
|
461
942
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
462
943
|
*/
|
|
463
|
-
readonly
|
|
464
|
-
/** Endpoint configured for management from the Azure portal. */
|
|
465
|
-
cloudManagementEndpoint?: string;
|
|
466
|
-
/** App id of cluster AAD identity. */
|
|
467
|
-
aadClientId?: string;
|
|
468
|
-
/** Tenant id of cluster AAD identity. */
|
|
469
|
-
aadTenantId?: string;
|
|
470
|
-
/** Object id of cluster AAD identity. */
|
|
471
|
-
aadApplicationObjectId?: string;
|
|
472
|
-
/** Id of cluster identity service principal. */
|
|
473
|
-
aadServicePrincipalObjectId?: string;
|
|
474
|
-
/** Desired properties of the cluster. */
|
|
475
|
-
desiredProperties?: ClusterDesiredProperties;
|
|
944
|
+
readonly provisioningState?: ProvisioningStateEnum;
|
|
476
945
|
/**
|
|
477
|
-
*
|
|
946
|
+
* The virtual machine instance view.
|
|
478
947
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
479
948
|
*/
|
|
480
|
-
readonly
|
|
949
|
+
readonly instanceView?: VirtualMachineInstanceView;
|
|
481
950
|
/**
|
|
482
|
-
*
|
|
951
|
+
* The observed state of virtual machine instances
|
|
483
952
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
484
953
|
*/
|
|
485
|
-
readonly
|
|
954
|
+
readonly status?: VirtualMachineInstanceStatus;
|
|
955
|
+
/** Guest agent install status. */
|
|
956
|
+
guestAgentInstallStatus?: GuestAgentInstallStatus;
|
|
486
957
|
/**
|
|
487
|
-
*
|
|
958
|
+
* Unique identifier for the vm resource.
|
|
488
959
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
489
960
|
*/
|
|
490
|
-
readonly
|
|
961
|
+
readonly vmId?: string;
|
|
962
|
+
/** Unique identifier defined by ARC to identify the guest of the VM. */
|
|
963
|
+
resourceUid?: string;
|
|
964
|
+
}
|
|
965
|
+
/** Defines the HybridIdentityMetadata. */
|
|
966
|
+
export interface HybridIdentityMetadata extends ProxyResource {
|
|
967
|
+
/** The unique identifier for the resource. */
|
|
968
|
+
resourceUid?: string;
|
|
969
|
+
/** The Public Key. */
|
|
970
|
+
publicKey?: string;
|
|
491
971
|
/**
|
|
492
|
-
*
|
|
972
|
+
* Identity for the resource.
|
|
493
973
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
494
974
|
*/
|
|
495
|
-
readonly
|
|
975
|
+
readonly identity?: Identity;
|
|
496
976
|
/**
|
|
497
|
-
*
|
|
977
|
+
* The provisioning state.
|
|
498
978
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
499
979
|
*/
|
|
500
|
-
readonly
|
|
980
|
+
readonly provisioningState?: string;
|
|
981
|
+
}
|
|
982
|
+
/** Defines the GuestAgent. */
|
|
983
|
+
export interface GuestAgent extends ProxyResource {
|
|
984
|
+
/** Username / Password Credentials to provision guest agent. */
|
|
985
|
+
credentials?: GuestCredential;
|
|
986
|
+
/** The guest agent provisioning action. */
|
|
987
|
+
provisioningAction?: ProvisioningAction;
|
|
501
988
|
/**
|
|
502
|
-
*
|
|
989
|
+
* The guest agent status.
|
|
503
990
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
504
991
|
*/
|
|
505
|
-
readonly
|
|
992
|
+
readonly status?: string;
|
|
506
993
|
/**
|
|
507
|
-
*
|
|
994
|
+
* The provisioning state.
|
|
508
995
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
509
996
|
*/
|
|
510
|
-
readonly
|
|
511
|
-
/** The identity that created the resource. */
|
|
512
|
-
createdBy?: string;
|
|
513
|
-
/** The type of identity that created the resource. */
|
|
514
|
-
createdByType?: CreatedByType;
|
|
515
|
-
/** The timestamp of resource creation (UTC). */
|
|
516
|
-
createdAt?: Date;
|
|
517
|
-
/** The identity that last modified the resource. */
|
|
518
|
-
lastModifiedBy?: string;
|
|
519
|
-
/** The type of identity that last modified the resource. */
|
|
520
|
-
lastModifiedByType?: CreatedByType;
|
|
521
|
-
/** The timestamp of resource last modification (UTC) */
|
|
522
|
-
lastModifiedAt?: Date;
|
|
997
|
+
readonly provisioningState?: string;
|
|
523
998
|
}
|
|
524
|
-
/**
|
|
525
|
-
export
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
999
|
+
/** Defines headers for GalleryImages_delete operation. */
|
|
1000
|
+
export interface GalleryImagesDeleteHeaders {
|
|
1001
|
+
location?: string;
|
|
1002
|
+
}
|
|
1003
|
+
/** Defines headers for GalleryImages_update operation. */
|
|
1004
|
+
export interface GalleryImagesUpdateHeaders {
|
|
1005
|
+
location?: string;
|
|
1006
|
+
}
|
|
1007
|
+
/** Defines headers for LogicalNetworks_delete operation. */
|
|
1008
|
+
export interface LogicalNetworksDeleteHeaders {
|
|
1009
|
+
location?: string;
|
|
1010
|
+
}
|
|
1011
|
+
/** Defines headers for LogicalNetworks_update operation. */
|
|
1012
|
+
export interface LogicalNetworksUpdateHeaders {
|
|
1013
|
+
location?: string;
|
|
1014
|
+
}
|
|
1015
|
+
/** Defines headers for MarketplaceGalleryImages_delete operation. */
|
|
1016
|
+
export interface MarketplaceGalleryImagesDeleteHeaders {
|
|
1017
|
+
location?: string;
|
|
1018
|
+
}
|
|
1019
|
+
/** Defines headers for MarketplaceGalleryImages_update operation. */
|
|
1020
|
+
export interface MarketplaceGalleryImagesUpdateHeaders {
|
|
1021
|
+
location?: string;
|
|
1022
|
+
}
|
|
1023
|
+
/** Defines headers for NetworkInterfaces_delete operation. */
|
|
1024
|
+
export interface NetworkInterfacesDeleteHeaders {
|
|
1025
|
+
location?: string;
|
|
1026
|
+
}
|
|
1027
|
+
/** Defines headers for NetworkInterfaces_update operation. */
|
|
1028
|
+
export interface NetworkInterfacesUpdateHeaders {
|
|
1029
|
+
location?: string;
|
|
1030
|
+
}
|
|
1031
|
+
/** Defines headers for StorageContainers_delete operation. */
|
|
1032
|
+
export interface StorageContainersDeleteHeaders {
|
|
1033
|
+
location?: string;
|
|
1034
|
+
}
|
|
1035
|
+
/** Defines headers for StorageContainers_update operation. */
|
|
1036
|
+
export interface StorageContainersUpdateHeaders {
|
|
1037
|
+
location?: string;
|
|
1038
|
+
}
|
|
1039
|
+
/** Defines headers for VirtualHardDisks_delete operation. */
|
|
1040
|
+
export interface VirtualHardDisksDeleteHeaders {
|
|
1041
|
+
location?: string;
|
|
1042
|
+
}
|
|
1043
|
+
/** Defines headers for VirtualHardDisks_update operation. */
|
|
1044
|
+
export interface VirtualHardDisksUpdateHeaders {
|
|
1045
|
+
location?: string;
|
|
1046
|
+
}
|
|
1047
|
+
/** Defines headers for VirtualMachineInstances_delete operation. */
|
|
1048
|
+
export interface VirtualMachineInstancesDeleteHeaders {
|
|
1049
|
+
location?: string;
|
|
1050
|
+
}
|
|
1051
|
+
/** Defines headers for VirtualMachineInstances_update operation. */
|
|
1052
|
+
export interface VirtualMachineInstancesUpdateHeaders {
|
|
1053
|
+
location?: string;
|
|
1054
|
+
}
|
|
1055
|
+
/** Defines headers for VirtualMachineInstances_start operation. */
|
|
1056
|
+
export interface VirtualMachineInstancesStartHeaders {
|
|
1057
|
+
location?: string;
|
|
1058
|
+
}
|
|
1059
|
+
/** Defines headers for VirtualMachineInstances_stop operation. */
|
|
1060
|
+
export interface VirtualMachineInstancesStopHeaders {
|
|
1061
|
+
location?: string;
|
|
1062
|
+
}
|
|
1063
|
+
/** Defines headers for VirtualMachineInstances_restart operation. */
|
|
1064
|
+
export interface VirtualMachineInstancesRestartHeaders {
|
|
1065
|
+
location?: string;
|
|
1066
|
+
}
|
|
1067
|
+
/** Defines headers for GuestAgent_delete operation. */
|
|
1068
|
+
export interface GuestAgentDeleteHeaders {
|
|
1069
|
+
location?: string;
|
|
1070
|
+
}
|
|
1071
|
+
/** Known values of {@link CloudInitDataSource} that the service accepts. */
|
|
1072
|
+
export declare enum KnownCloudInitDataSource {
|
|
1073
|
+
/** NoCloud */
|
|
1074
|
+
NoCloud = "NoCloud",
|
|
1075
|
+
/** Azure */
|
|
1076
|
+
Azure = "Azure"
|
|
534
1077
|
}
|
|
535
1078
|
/**
|
|
536
|
-
* Defines values for
|
|
537
|
-
* {@link
|
|
1079
|
+
* Defines values for CloudInitDataSource. \
|
|
1080
|
+
* {@link KnownCloudInitDataSource} can be used interchangeably with CloudInitDataSource,
|
|
538
1081
|
* this enum contains the known values that the service supports.
|
|
539
1082
|
* ### Known values supported by the service
|
|
540
|
-
* **
|
|
541
|
-
* **
|
|
542
|
-
* **ManagedIdentity** \
|
|
543
|
-
* **Key**
|
|
1083
|
+
* **NoCloud** \
|
|
1084
|
+
* **Azure**
|
|
544
1085
|
*/
|
|
545
|
-
export type
|
|
546
|
-
/** Known values of {@link
|
|
547
|
-
export declare enum
|
|
1086
|
+
export type CloudInitDataSource = string;
|
|
1087
|
+
/** Known values of {@link HyperVGeneration} that the service accepts. */
|
|
1088
|
+
export declare enum KnownHyperVGeneration {
|
|
1089
|
+
/** V1 */
|
|
1090
|
+
V1 = "V1",
|
|
1091
|
+
/** V2 */
|
|
1092
|
+
V2 = "V2"
|
|
1093
|
+
}
|
|
1094
|
+
/**
|
|
1095
|
+
* Defines values for HyperVGeneration. \
|
|
1096
|
+
* {@link KnownHyperVGeneration} can be used interchangeably with HyperVGeneration,
|
|
1097
|
+
* this enum contains the known values that the service supports.
|
|
1098
|
+
* ### Known values supported by the service
|
|
1099
|
+
* **V1** \
|
|
1100
|
+
* **V2**
|
|
1101
|
+
*/
|
|
1102
|
+
export type HyperVGeneration = string;
|
|
1103
|
+
/** Known values of {@link ProvisioningStateEnum} that the service accepts. */
|
|
1104
|
+
export declare enum KnownProvisioningStateEnum {
|
|
548
1105
|
/** Succeeded */
|
|
549
1106
|
Succeeded = "Succeeded",
|
|
550
1107
|
/** Failed */
|
|
551
1108
|
Failed = "Failed",
|
|
552
|
-
/**
|
|
553
|
-
|
|
1109
|
+
/** InProgress */
|
|
1110
|
+
InProgress = "InProgress",
|
|
554
1111
|
/** Accepted */
|
|
555
1112
|
Accepted = "Accepted",
|
|
556
|
-
/**
|
|
557
|
-
|
|
1113
|
+
/** Deleting */
|
|
1114
|
+
Deleting = "Deleting",
|
|
1115
|
+
/** Canceled */
|
|
1116
|
+
Canceled = "Canceled"
|
|
558
1117
|
}
|
|
559
1118
|
/**
|
|
560
|
-
* Defines values for
|
|
561
|
-
* {@link
|
|
1119
|
+
* Defines values for ProvisioningStateEnum. \
|
|
1120
|
+
* {@link KnownProvisioningStateEnum} can be used interchangeably with ProvisioningStateEnum,
|
|
562
1121
|
* this enum contains the known values that the service supports.
|
|
563
1122
|
* ### Known values supported by the service
|
|
564
1123
|
* **Succeeded** \
|
|
565
1124
|
* **Failed** \
|
|
566
|
-
* **
|
|
1125
|
+
* **InProgress** \
|
|
567
1126
|
* **Accepted** \
|
|
568
|
-
* **
|
|
1127
|
+
* **Deleting** \
|
|
1128
|
+
* **Canceled**
|
|
569
1129
|
*/
|
|
570
|
-
export type
|
|
571
|
-
/** Known values of {@link
|
|
572
|
-
export declare enum
|
|
573
|
-
/** NotSpecified */
|
|
574
|
-
NotSpecified = "NotSpecified",
|
|
575
|
-
/** Error */
|
|
576
|
-
Error = "Error",
|
|
1130
|
+
export type ProvisioningStateEnum = string;
|
|
1131
|
+
/** Known values of {@link Status} that the service accepts. */
|
|
1132
|
+
export declare enum KnownStatus {
|
|
577
1133
|
/** Succeeded */
|
|
578
1134
|
Succeeded = "Succeeded",
|
|
579
|
-
/** Canceled */
|
|
580
|
-
Canceled = "Canceled",
|
|
581
1135
|
/** Failed */
|
|
582
1136
|
Failed = "Failed",
|
|
583
|
-
/** Connected */
|
|
584
|
-
Connected = "Connected",
|
|
585
|
-
/** Disconnected */
|
|
586
|
-
Disconnected = "Disconnected",
|
|
587
|
-
/** Deleted */
|
|
588
|
-
Deleted = "Deleted",
|
|
589
|
-
/** Creating */
|
|
590
|
-
Creating = "Creating",
|
|
591
|
-
/** Updating */
|
|
592
|
-
Updating = "Updating",
|
|
593
|
-
/** Deleting */
|
|
594
|
-
Deleting = "Deleting",
|
|
595
|
-
/** Moving */
|
|
596
|
-
Moving = "Moving",
|
|
597
|
-
/** PartiallySucceeded */
|
|
598
|
-
PartiallySucceeded = "PartiallySucceeded",
|
|
599
|
-
/** PartiallyConnected */
|
|
600
|
-
PartiallyConnected = "PartiallyConnected",
|
|
601
1137
|
/** InProgress */
|
|
602
1138
|
InProgress = "InProgress"
|
|
603
1139
|
}
|
|
604
1140
|
/**
|
|
605
|
-
* Defines values for
|
|
606
|
-
* {@link
|
|
1141
|
+
* Defines values for Status. \
|
|
1142
|
+
* {@link KnownStatus} can be used interchangeably with Status,
|
|
607
1143
|
* this enum contains the known values that the service supports.
|
|
608
1144
|
* ### Known values supported by the service
|
|
609
|
-
* **NotSpecified** \
|
|
610
|
-
* **Error** \
|
|
611
1145
|
* **Succeeded** \
|
|
612
|
-
* **Canceled** \
|
|
613
1146
|
* **Failed** \
|
|
614
|
-
* **Connected** \
|
|
615
|
-
* **Disconnected** \
|
|
616
|
-
* **Deleted** \
|
|
617
|
-
* **Creating** \
|
|
618
|
-
* **Updating** \
|
|
619
|
-
* **Deleting** \
|
|
620
|
-
* **Moving** \
|
|
621
|
-
* **PartiallySucceeded** \
|
|
622
|
-
* **PartiallyConnected** \
|
|
623
1147
|
* **InProgress**
|
|
624
1148
|
*/
|
|
625
|
-
export type
|
|
626
|
-
/** Known values of {@link
|
|
627
|
-
export declare enum
|
|
628
|
-
/**
|
|
629
|
-
|
|
630
|
-
/** Error */
|
|
631
|
-
Error = "Error",
|
|
632
|
-
/** Succeeded */
|
|
633
|
-
Succeeded = "Succeeded",
|
|
634
|
-
/** Canceled */
|
|
635
|
-
Canceled = "Canceled",
|
|
636
|
-
/** Failed */
|
|
637
|
-
Failed = "Failed",
|
|
638
|
-
/** Connected */
|
|
639
|
-
Connected = "Connected",
|
|
640
|
-
/** Disconnected */
|
|
641
|
-
Disconnected = "Disconnected",
|
|
642
|
-
/** Deleted */
|
|
643
|
-
Deleted = "Deleted",
|
|
644
|
-
/** Creating */
|
|
645
|
-
Creating = "Creating",
|
|
646
|
-
/** Updating */
|
|
647
|
-
Updating = "Updating",
|
|
648
|
-
/** Deleting */
|
|
649
|
-
Deleting = "Deleting",
|
|
650
|
-
/** Moving */
|
|
651
|
-
Moving = "Moving"
|
|
1149
|
+
export type Status = string;
|
|
1150
|
+
/** Known values of {@link ExtendedLocationTypes} that the service accepts. */
|
|
1151
|
+
export declare enum KnownExtendedLocationTypes {
|
|
1152
|
+
/** CustomLocation */
|
|
1153
|
+
CustomLocation = "CustomLocation"
|
|
652
1154
|
}
|
|
653
1155
|
/**
|
|
654
|
-
* Defines values for
|
|
655
|
-
* {@link
|
|
1156
|
+
* Defines values for ExtendedLocationTypes. \
|
|
1157
|
+
* {@link KnownExtendedLocationTypes} can be used interchangeably with ExtendedLocationTypes,
|
|
656
1158
|
* this enum contains the known values that the service supports.
|
|
657
1159
|
* ### Known values supported by the service
|
|
658
|
-
* **
|
|
659
|
-
* **Error** \
|
|
660
|
-
* **Succeeded** \
|
|
661
|
-
* **Canceled** \
|
|
662
|
-
* **Failed** \
|
|
663
|
-
* **Connected** \
|
|
664
|
-
* **Disconnected** \
|
|
665
|
-
* **Deleted** \
|
|
666
|
-
* **Creating** \
|
|
667
|
-
* **Updating** \
|
|
668
|
-
* **Deleting** \
|
|
669
|
-
* **Moving**
|
|
1160
|
+
* **CustomLocation**
|
|
670
1161
|
*/
|
|
671
|
-
export type
|
|
672
|
-
/** Known values of {@link
|
|
673
|
-
export declare enum
|
|
674
|
-
/**
|
|
675
|
-
|
|
676
|
-
/**
|
|
677
|
-
|
|
678
|
-
/**
|
|
679
|
-
|
|
680
|
-
/**
|
|
681
|
-
|
|
682
|
-
/** Error */
|
|
683
|
-
Error = "Error"
|
|
1162
|
+
export type ExtendedLocationTypes = string;
|
|
1163
|
+
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
1164
|
+
export declare enum KnownCreatedByType {
|
|
1165
|
+
/** User */
|
|
1166
|
+
User = "User",
|
|
1167
|
+
/** Application */
|
|
1168
|
+
Application = "Application",
|
|
1169
|
+
/** ManagedIdentity */
|
|
1170
|
+
ManagedIdentity = "ManagedIdentity",
|
|
1171
|
+
/** Key */
|
|
1172
|
+
Key = "Key"
|
|
684
1173
|
}
|
|
685
1174
|
/**
|
|
686
|
-
* Defines values for
|
|
687
|
-
* {@link
|
|
1175
|
+
* Defines values for CreatedByType. \
|
|
1176
|
+
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
688
1177
|
* this enum contains the known values that the service supports.
|
|
689
1178
|
* ### Known values supported by the service
|
|
690
|
-
* **
|
|
691
|
-
* **
|
|
692
|
-
* **
|
|
693
|
-
* **
|
|
694
|
-
* **Error**
|
|
1179
|
+
* **User** \
|
|
1180
|
+
* **Application** \
|
|
1181
|
+
* **ManagedIdentity** \
|
|
1182
|
+
* **Key**
|
|
695
1183
|
*/
|
|
696
|
-
export type
|
|
697
|
-
/** Known values of {@link
|
|
698
|
-
export declare enum
|
|
699
|
-
/**
|
|
700
|
-
|
|
701
|
-
/**
|
|
702
|
-
|
|
1184
|
+
export type CreatedByType = string;
|
|
1185
|
+
/** Known values of {@link Origin} that the service accepts. */
|
|
1186
|
+
export declare enum KnownOrigin {
|
|
1187
|
+
/** User */
|
|
1188
|
+
User = "user",
|
|
1189
|
+
/** System */
|
|
1190
|
+
System = "system",
|
|
1191
|
+
/** UserSystem */
|
|
1192
|
+
UserSystem = "user,system"
|
|
703
1193
|
}
|
|
704
1194
|
/**
|
|
705
|
-
* Defines values for
|
|
706
|
-
* {@link
|
|
1195
|
+
* Defines values for Origin. \
|
|
1196
|
+
* {@link KnownOrigin} can be used interchangeably with Origin,
|
|
707
1197
|
* this enum contains the known values that the service supports.
|
|
708
1198
|
* ### Known values supported by the service
|
|
709
|
-
* **
|
|
710
|
-
* **
|
|
1199
|
+
* **user** \
|
|
1200
|
+
* **system** \
|
|
1201
|
+
* **user,system**
|
|
711
1202
|
*/
|
|
712
|
-
export type
|
|
713
|
-
/** Known values of {@link
|
|
714
|
-
export declare enum
|
|
715
|
-
/**
|
|
716
|
-
|
|
717
|
-
/** Basic */
|
|
718
|
-
Basic = "Basic",
|
|
719
|
-
/** Enhanced */
|
|
720
|
-
Enhanced = "Enhanced"
|
|
1203
|
+
export type Origin = string;
|
|
1204
|
+
/** Known values of {@link ActionType} that the service accepts. */
|
|
1205
|
+
export declare enum KnownActionType {
|
|
1206
|
+
/** Internal */
|
|
1207
|
+
Internal = "Internal"
|
|
721
1208
|
}
|
|
722
1209
|
/**
|
|
723
|
-
* Defines values for
|
|
724
|
-
* {@link
|
|
1210
|
+
* Defines values for ActionType. \
|
|
1211
|
+
* {@link KnownActionType} can be used interchangeably with ActionType,
|
|
725
1212
|
* this enum contains the known values that the service supports.
|
|
726
1213
|
* ### Known values supported by the service
|
|
727
|
-
* **
|
|
728
|
-
* **Basic** \
|
|
729
|
-
* **Enhanced**
|
|
1214
|
+
* **Internal**
|
|
730
1215
|
*/
|
|
731
|
-
export type
|
|
732
|
-
/** Known values of {@link
|
|
733
|
-
export declare enum
|
|
734
|
-
/**
|
|
735
|
-
|
|
736
|
-
/**
|
|
737
|
-
|
|
1216
|
+
export type ActionType = string;
|
|
1217
|
+
/** Known values of {@link IpAllocationMethodEnum} that the service accepts. */
|
|
1218
|
+
export declare enum KnownIpAllocationMethodEnum {
|
|
1219
|
+
/** Dynamic */
|
|
1220
|
+
Dynamic = "Dynamic",
|
|
1221
|
+
/** Static */
|
|
1222
|
+
Static = "Static"
|
|
738
1223
|
}
|
|
739
1224
|
/**
|
|
740
|
-
* Defines values for
|
|
741
|
-
* {@link
|
|
1225
|
+
* Defines values for IpAllocationMethodEnum. \
|
|
1226
|
+
* {@link KnownIpAllocationMethodEnum} can be used interchangeably with IpAllocationMethodEnum,
|
|
742
1227
|
* this enum contains the known values that the service supports.
|
|
743
1228
|
* ### Known values supported by the service
|
|
744
|
-
* **
|
|
745
|
-
* **
|
|
1229
|
+
* **Dynamic** \
|
|
1230
|
+
* **Static**
|
|
746
1231
|
*/
|
|
747
|
-
export type
|
|
748
|
-
/** Known values of {@link
|
|
749
|
-
export declare enum
|
|
750
|
-
/**
|
|
751
|
-
|
|
752
|
-
/**
|
|
753
|
-
|
|
754
|
-
/** Succeeded */
|
|
755
|
-
Succeeded = "Succeeded",
|
|
756
|
-
/** Canceled */
|
|
757
|
-
Canceled = "Canceled",
|
|
758
|
-
/** Failed */
|
|
759
|
-
Failed = "Failed",
|
|
760
|
-
/** Connected */
|
|
761
|
-
Connected = "Connected",
|
|
762
|
-
/** Disconnected */
|
|
763
|
-
Disconnected = "Disconnected",
|
|
764
|
-
/** Deleted */
|
|
765
|
-
Deleted = "Deleted",
|
|
766
|
-
/** Creating */
|
|
767
|
-
Creating = "Creating",
|
|
768
|
-
/** Updating */
|
|
769
|
-
Updating = "Updating",
|
|
770
|
-
/** Deleting */
|
|
771
|
-
Deleting = "Deleting",
|
|
772
|
-
/** Moving */
|
|
773
|
-
Moving = "Moving",
|
|
774
|
-
/** PartiallySucceeded */
|
|
775
|
-
PartiallySucceeded = "PartiallySucceeded",
|
|
776
|
-
/** PartiallyConnected */
|
|
777
|
-
PartiallyConnected = "PartiallyConnected",
|
|
778
|
-
/** InProgress */
|
|
779
|
-
InProgress = "InProgress"
|
|
1232
|
+
export type IpAllocationMethodEnum = string;
|
|
1233
|
+
/** Known values of {@link DiskFileFormat} that the service accepts. */
|
|
1234
|
+
export declare enum KnownDiskFileFormat {
|
|
1235
|
+
/** Vhdx */
|
|
1236
|
+
Vhdx = "vhdx",
|
|
1237
|
+
/** Vhd */
|
|
1238
|
+
Vhd = "vhd"
|
|
780
1239
|
}
|
|
781
1240
|
/**
|
|
782
|
-
* Defines values for
|
|
783
|
-
* {@link
|
|
1241
|
+
* Defines values for DiskFileFormat. \
|
|
1242
|
+
* {@link KnownDiskFileFormat} can be used interchangeably with DiskFileFormat,
|
|
784
1243
|
* this enum contains the known values that the service supports.
|
|
785
1244
|
* ### Known values supported by the service
|
|
786
|
-
* **
|
|
787
|
-
* **
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
1245
|
+
* **vhdx** \
|
|
1246
|
+
* **vhd**
|
|
1247
|
+
*/
|
|
1248
|
+
export type DiskFileFormat = string;
|
|
1249
|
+
/** Known values of {@link VmSizeEnum} that the service accepts. */
|
|
1250
|
+
export declare enum KnownVmSizeEnum {
|
|
1251
|
+
/** Default */
|
|
1252
|
+
Default = "Default",
|
|
1253
|
+
/** StandardA2V2 */
|
|
1254
|
+
StandardA2V2 = "Standard_A2_v2",
|
|
1255
|
+
/** StandardA4V2 */
|
|
1256
|
+
StandardA4V2 = "Standard_A4_v2",
|
|
1257
|
+
/** StandardD2SV3 */
|
|
1258
|
+
StandardD2SV3 = "Standard_D2s_v3",
|
|
1259
|
+
/** StandardD4SV3 */
|
|
1260
|
+
StandardD4SV3 = "Standard_D4s_v3",
|
|
1261
|
+
/** StandardD8SV3 */
|
|
1262
|
+
StandardD8SV3 = "Standard_D8s_v3",
|
|
1263
|
+
/** StandardD16SV3 */
|
|
1264
|
+
StandardD16SV3 = "Standard_D16s_v3",
|
|
1265
|
+
/** StandardD32SV3 */
|
|
1266
|
+
StandardD32SV3 = "Standard_D32s_v3",
|
|
1267
|
+
/** StandardDS2V2 */
|
|
1268
|
+
StandardDS2V2 = "Standard_DS2_v2",
|
|
1269
|
+
/** StandardDS3V2 */
|
|
1270
|
+
StandardDS3V2 = "Standard_DS3_v2",
|
|
1271
|
+
/** StandardDS4V2 */
|
|
1272
|
+
StandardDS4V2 = "Standard_DS4_v2",
|
|
1273
|
+
/** StandardDS5V2 */
|
|
1274
|
+
StandardDS5V2 = "Standard_DS5_v2",
|
|
1275
|
+
/** StandardDS13V2 */
|
|
1276
|
+
StandardDS13V2 = "Standard_DS13_v2",
|
|
1277
|
+
/** StandardK8SV1 */
|
|
1278
|
+
StandardK8SV1 = "Standard_K8S_v1",
|
|
1279
|
+
/** StandardK8S2V1 */
|
|
1280
|
+
StandardK8S2V1 = "Standard_K8S2_v1",
|
|
1281
|
+
/** StandardK8S3V1 */
|
|
1282
|
+
StandardK8S3V1 = "Standard_K8S3_v1",
|
|
1283
|
+
/** StandardK8S4V1 */
|
|
1284
|
+
StandardK8S4V1 = "Standard_K8S4_v1",
|
|
1285
|
+
/** StandardNK6 */
|
|
1286
|
+
StandardNK6 = "Standard_NK6",
|
|
1287
|
+
/** StandardNK12 */
|
|
1288
|
+
StandardNK12 = "Standard_NK12",
|
|
1289
|
+
/** StandardNV6 */
|
|
1290
|
+
StandardNV6 = "Standard_NV6",
|
|
1291
|
+
/** StandardNV12 */
|
|
1292
|
+
StandardNV12 = "Standard_NV12",
|
|
1293
|
+
/** StandardK8S5V1 */
|
|
1294
|
+
StandardK8S5V1 = "Standard_K8S5_v1",
|
|
1295
|
+
/** Custom */
|
|
1296
|
+
Custom = "Custom"
|
|
1297
|
+
}
|
|
1298
|
+
/**
|
|
1299
|
+
* Defines values for VmSizeEnum. \
|
|
1300
|
+
* {@link KnownVmSizeEnum} can be used interchangeably with VmSizeEnum,
|
|
1301
|
+
* this enum contains the known values that the service supports.
|
|
1302
|
+
* ### Known values supported by the service
|
|
1303
|
+
* **Default** \
|
|
1304
|
+
* **Standard_A2_v2** \
|
|
1305
|
+
* **Standard_A4_v2** \
|
|
1306
|
+
* **Standard_D2s_v3** \
|
|
1307
|
+
* **Standard_D4s_v3** \
|
|
1308
|
+
* **Standard_D8s_v3** \
|
|
1309
|
+
* **Standard_D16s_v3** \
|
|
1310
|
+
* **Standard_D32s_v3** \
|
|
1311
|
+
* **Standard_DS2_v2** \
|
|
1312
|
+
* **Standard_DS3_v2** \
|
|
1313
|
+
* **Standard_DS4_v2** \
|
|
1314
|
+
* **Standard_DS5_v2** \
|
|
1315
|
+
* **Standard_DS13_v2** \
|
|
1316
|
+
* **Standard_K8S_v1** \
|
|
1317
|
+
* **Standard_K8S2_v1** \
|
|
1318
|
+
* **Standard_K8S3_v1** \
|
|
1319
|
+
* **Standard_K8S4_v1** \
|
|
1320
|
+
* **Standard_NK6** \
|
|
1321
|
+
* **Standard_NK12** \
|
|
1322
|
+
* **Standard_NV6** \
|
|
1323
|
+
* **Standard_NV12** \
|
|
1324
|
+
* **Standard_K8S5_v1** \
|
|
1325
|
+
* **Custom**
|
|
801
1326
|
*/
|
|
802
|
-
export type
|
|
803
|
-
/** Known values of {@link
|
|
804
|
-
export declare enum
|
|
805
|
-
/**
|
|
806
|
-
|
|
1327
|
+
export type VmSizeEnum = string;
|
|
1328
|
+
/** Known values of {@link SecurityTypes} that the service accepts. */
|
|
1329
|
+
export declare enum KnownSecurityTypes {
|
|
1330
|
+
/** TrustedLaunch */
|
|
1331
|
+
TrustedLaunch = "TrustedLaunch",
|
|
1332
|
+
/** ConfidentialVM */
|
|
1333
|
+
ConfidentialVM = "ConfidentialVM"
|
|
1334
|
+
}
|
|
1335
|
+
/**
|
|
1336
|
+
* Defines values for SecurityTypes. \
|
|
1337
|
+
* {@link KnownSecurityTypes} can be used interchangeably with SecurityTypes,
|
|
1338
|
+
* this enum contains the known values that the service supports.
|
|
1339
|
+
* ### Known values supported by the service
|
|
1340
|
+
* **TrustedLaunch** \
|
|
1341
|
+
* **ConfidentialVM**
|
|
1342
|
+
*/
|
|
1343
|
+
export type SecurityTypes = string;
|
|
1344
|
+
/** Known values of {@link StatusLevelTypes} that the service accepts. */
|
|
1345
|
+
export declare enum KnownStatusLevelTypes {
|
|
1346
|
+
/** Info */
|
|
1347
|
+
Info = "Info",
|
|
1348
|
+
/** Warning */
|
|
1349
|
+
Warning = "Warning",
|
|
807
1350
|
/** Error */
|
|
808
|
-
Error = "Error"
|
|
809
|
-
/** Succeeded */
|
|
810
|
-
Succeeded = "Succeeded",
|
|
811
|
-
/** Canceled */
|
|
812
|
-
Canceled = "Canceled",
|
|
813
|
-
/** Failed */
|
|
814
|
-
Failed = "Failed",
|
|
815
|
-
/** Connected */
|
|
816
|
-
Connected = "Connected",
|
|
817
|
-
/** Disconnected */
|
|
818
|
-
Disconnected = "Disconnected",
|
|
819
|
-
/** Deleted */
|
|
820
|
-
Deleted = "Deleted",
|
|
821
|
-
/** Creating */
|
|
822
|
-
Creating = "Creating",
|
|
823
|
-
/** Updating */
|
|
824
|
-
Updating = "Updating",
|
|
825
|
-
/** Deleting */
|
|
826
|
-
Deleting = "Deleting",
|
|
827
|
-
/** Moving */
|
|
828
|
-
Moving = "Moving"
|
|
1351
|
+
Error = "Error"
|
|
829
1352
|
}
|
|
830
1353
|
/**
|
|
831
|
-
* Defines values for
|
|
832
|
-
* {@link
|
|
1354
|
+
* Defines values for StatusLevelTypes. \
|
|
1355
|
+
* {@link KnownStatusLevelTypes} can be used interchangeably with StatusLevelTypes,
|
|
833
1356
|
* this enum contains the known values that the service supports.
|
|
834
1357
|
* ### Known values supported by the service
|
|
835
|
-
* **
|
|
836
|
-
* **
|
|
837
|
-
* **
|
|
838
|
-
* **Canceled** \
|
|
839
|
-
* **Failed** \
|
|
840
|
-
* **Connected** \
|
|
841
|
-
* **Disconnected** \
|
|
842
|
-
* **Deleted** \
|
|
843
|
-
* **Creating** \
|
|
844
|
-
* **Updating** \
|
|
845
|
-
* **Deleting** \
|
|
846
|
-
* **Moving**
|
|
1358
|
+
* **Info** \
|
|
1359
|
+
* **Warning** \
|
|
1360
|
+
* **Error**
|
|
847
1361
|
*/
|
|
848
|
-
export type
|
|
849
|
-
/** Known values of {@link
|
|
850
|
-
export declare enum
|
|
851
|
-
/**
|
|
852
|
-
|
|
853
|
-
/**
|
|
854
|
-
|
|
855
|
-
/**
|
|
856
|
-
|
|
1362
|
+
export type StatusLevelTypes = string;
|
|
1363
|
+
/** Known values of {@link PowerStateEnum} that the service accepts. */
|
|
1364
|
+
export declare enum KnownPowerStateEnum {
|
|
1365
|
+
/** Deallocated */
|
|
1366
|
+
Deallocated = "Deallocated",
|
|
1367
|
+
/** Deallocating */
|
|
1368
|
+
Deallocating = "Deallocating",
|
|
1369
|
+
/** Running */
|
|
1370
|
+
Running = "Running",
|
|
1371
|
+
/** Starting */
|
|
1372
|
+
Starting = "Starting",
|
|
1373
|
+
/** Stopped */
|
|
1374
|
+
Stopped = "Stopped",
|
|
1375
|
+
/** Stopping */
|
|
1376
|
+
Stopping = "Stopping",
|
|
1377
|
+
/** Unknown */
|
|
1378
|
+
Unknown = "Unknown"
|
|
857
1379
|
}
|
|
858
1380
|
/**
|
|
859
|
-
* Defines values for
|
|
860
|
-
* {@link
|
|
1381
|
+
* Defines values for PowerStateEnum. \
|
|
1382
|
+
* {@link KnownPowerStateEnum} can be used interchangeably with PowerStateEnum,
|
|
861
1383
|
* this enum contains the known values that the service supports.
|
|
862
1384
|
* ### Known values supported by the service
|
|
863
|
-
* **
|
|
864
|
-
* **
|
|
865
|
-
* **
|
|
1385
|
+
* **Deallocated** \
|
|
1386
|
+
* **Deallocating** \
|
|
1387
|
+
* **Running** \
|
|
1388
|
+
* **Starting** \
|
|
1389
|
+
* **Stopped** \
|
|
1390
|
+
* **Stopping** \
|
|
1391
|
+
* **Unknown**
|
|
866
1392
|
*/
|
|
867
|
-
export type
|
|
868
|
-
/** Known values of {@link
|
|
869
|
-
export declare enum
|
|
870
|
-
/**
|
|
871
|
-
|
|
1393
|
+
export type PowerStateEnum = string;
|
|
1394
|
+
/** Known values of {@link StatusTypes} that the service accepts. */
|
|
1395
|
+
export declare enum KnownStatusTypes {
|
|
1396
|
+
/** Succeeded */
|
|
1397
|
+
Succeeded = "Succeeded",
|
|
1398
|
+
/** InProgress */
|
|
1399
|
+
InProgress = "InProgress",
|
|
1400
|
+
/** Failed */
|
|
1401
|
+
Failed = "Failed"
|
|
872
1402
|
}
|
|
873
1403
|
/**
|
|
874
|
-
* Defines values for
|
|
875
|
-
* {@link
|
|
1404
|
+
* Defines values for StatusTypes. \
|
|
1405
|
+
* {@link KnownStatusTypes} can be used interchangeably with StatusTypes,
|
|
876
1406
|
* this enum contains the known values that the service supports.
|
|
877
1407
|
* ### Known values supported by the service
|
|
878
|
-
* **
|
|
1408
|
+
* **Succeeded** \
|
|
1409
|
+
* **InProgress** \
|
|
1410
|
+
* **Failed**
|
|
879
1411
|
*/
|
|
880
|
-
export type
|
|
1412
|
+
export type StatusTypes = string;
|
|
1413
|
+
/** Known values of {@link ProvisioningAction} that the service accepts. */
|
|
1414
|
+
export declare enum KnownProvisioningAction {
|
|
1415
|
+
/** Install */
|
|
1416
|
+
Install = "install",
|
|
1417
|
+
/** Uninstall */
|
|
1418
|
+
Uninstall = "uninstall",
|
|
1419
|
+
/** Repair */
|
|
1420
|
+
Repair = "repair"
|
|
1421
|
+
}
|
|
1422
|
+
/**
|
|
1423
|
+
* Defines values for ProvisioningAction. \
|
|
1424
|
+
* {@link KnownProvisioningAction} can be used interchangeably with ProvisioningAction,
|
|
1425
|
+
* this enum contains the known values that the service supports.
|
|
1426
|
+
* ### Known values supported by the service
|
|
1427
|
+
* **install** \
|
|
1428
|
+
* **uninstall** \
|
|
1429
|
+
* **repair**
|
|
1430
|
+
*/
|
|
1431
|
+
export type ProvisioningAction = string;
|
|
1432
|
+
/** Defines values for OperatingSystemTypes. */
|
|
1433
|
+
export type OperatingSystemTypes = "Windows" | "Linux";
|
|
1434
|
+
/** Defines values for IPPoolTypeEnum. */
|
|
1435
|
+
export type IPPoolTypeEnum = "vm" | "vippool";
|
|
1436
|
+
/** Optional parameters. */
|
|
1437
|
+
export interface GalleryImagesGetOptionalParams extends coreClient.OperationOptions {
|
|
1438
|
+
}
|
|
1439
|
+
/** Contains response data for the get operation. */
|
|
1440
|
+
export type GalleryImagesGetResponse = GalleryImages;
|
|
1441
|
+
/** Optional parameters. */
|
|
1442
|
+
export interface GalleryImagesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1443
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1444
|
+
updateIntervalInMs?: number;
|
|
1445
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1446
|
+
resumeFrom?: string;
|
|
1447
|
+
}
|
|
1448
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
1449
|
+
export type GalleryImagesCreateOrUpdateResponse = GalleryImages;
|
|
1450
|
+
/** Optional parameters. */
|
|
1451
|
+
export interface GalleryImagesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1452
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1453
|
+
updateIntervalInMs?: number;
|
|
1454
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1455
|
+
resumeFrom?: string;
|
|
1456
|
+
}
|
|
1457
|
+
/** Contains response data for the delete operation. */
|
|
1458
|
+
export type GalleryImagesDeleteResponse = GalleryImagesDeleteHeaders;
|
|
1459
|
+
/** Optional parameters. */
|
|
1460
|
+
export interface GalleryImagesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1461
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1462
|
+
updateIntervalInMs?: number;
|
|
1463
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1464
|
+
resumeFrom?: string;
|
|
1465
|
+
}
|
|
1466
|
+
/** Contains response data for the update operation. */
|
|
1467
|
+
export type GalleryImagesUpdateResponse = GalleryImages;
|
|
1468
|
+
/** Optional parameters. */
|
|
1469
|
+
export interface GalleryImagesListOptionalParams extends coreClient.OperationOptions {
|
|
1470
|
+
}
|
|
1471
|
+
/** Contains response data for the list operation. */
|
|
1472
|
+
export type GalleryImagesListResponse = GalleryImagesListResult;
|
|
1473
|
+
/** Optional parameters. */
|
|
1474
|
+
export interface GalleryImagesListAllOptionalParams extends coreClient.OperationOptions {
|
|
1475
|
+
}
|
|
1476
|
+
/** Contains response data for the listAll operation. */
|
|
1477
|
+
export type GalleryImagesListAllResponse = GalleryImagesListResult;
|
|
1478
|
+
/** Optional parameters. */
|
|
1479
|
+
export interface GalleryImagesListNextOptionalParams extends coreClient.OperationOptions {
|
|
1480
|
+
}
|
|
1481
|
+
/** Contains response data for the listNext operation. */
|
|
1482
|
+
export type GalleryImagesListNextResponse = GalleryImagesListResult;
|
|
1483
|
+
/** Optional parameters. */
|
|
1484
|
+
export interface GalleryImagesListAllNextOptionalParams extends coreClient.OperationOptions {
|
|
1485
|
+
}
|
|
1486
|
+
/** Contains response data for the listAllNext operation. */
|
|
1487
|
+
export type GalleryImagesListAllNextResponse = GalleryImagesListResult;
|
|
1488
|
+
/** Optional parameters. */
|
|
1489
|
+
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
1490
|
+
}
|
|
1491
|
+
/** Contains response data for the list operation. */
|
|
1492
|
+
export type OperationsListResponse = OperationListResult;
|
|
881
1493
|
/** Optional parameters. */
|
|
882
|
-
export interface
|
|
1494
|
+
export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
883
1495
|
}
|
|
884
|
-
/** Contains response data for the
|
|
885
|
-
export type
|
|
1496
|
+
/** Contains response data for the listNext operation. */
|
|
1497
|
+
export type OperationsListNextResponse = OperationListResult;
|
|
886
1498
|
/** Optional parameters. */
|
|
887
|
-
export interface
|
|
1499
|
+
export interface LogicalNetworksGetOptionalParams extends coreClient.OperationOptions {
|
|
888
1500
|
}
|
|
889
1501
|
/** Contains response data for the get operation. */
|
|
890
|
-
export type
|
|
1502
|
+
export type LogicalNetworksGetResponse = LogicalNetworks;
|
|
891
1503
|
/** Optional parameters. */
|
|
892
|
-
export interface
|
|
1504
|
+
export interface LogicalNetworksCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1505
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1506
|
+
updateIntervalInMs?: number;
|
|
1507
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1508
|
+
resumeFrom?: string;
|
|
893
1509
|
}
|
|
894
|
-
/** Contains response data for the
|
|
895
|
-
export type
|
|
1510
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
1511
|
+
export type LogicalNetworksCreateOrUpdateResponse = LogicalNetworks;
|
|
896
1512
|
/** Optional parameters. */
|
|
897
|
-
export interface
|
|
1513
|
+
export interface LogicalNetworksDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1514
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1515
|
+
updateIntervalInMs?: number;
|
|
1516
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1517
|
+
resumeFrom?: string;
|
|
1518
|
+
}
|
|
1519
|
+
/** Contains response data for the delete operation. */
|
|
1520
|
+
export type LogicalNetworksDeleteResponse = LogicalNetworksDeleteHeaders;
|
|
1521
|
+
/** Optional parameters. */
|
|
1522
|
+
export interface LogicalNetworksUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1523
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1524
|
+
updateIntervalInMs?: number;
|
|
1525
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1526
|
+
resumeFrom?: string;
|
|
898
1527
|
}
|
|
899
1528
|
/** Contains response data for the update operation. */
|
|
900
|
-
export type
|
|
1529
|
+
export type LogicalNetworksUpdateResponse = LogicalNetworks;
|
|
1530
|
+
/** Optional parameters. */
|
|
1531
|
+
export interface LogicalNetworksListOptionalParams extends coreClient.OperationOptions {
|
|
1532
|
+
}
|
|
1533
|
+
/** Contains response data for the list operation. */
|
|
1534
|
+
export type LogicalNetworksListResponse = LogicalNetworksListResult;
|
|
1535
|
+
/** Optional parameters. */
|
|
1536
|
+
export interface LogicalNetworksListAllOptionalParams extends coreClient.OperationOptions {
|
|
1537
|
+
}
|
|
1538
|
+
/** Contains response data for the listAll operation. */
|
|
1539
|
+
export type LogicalNetworksListAllResponse = LogicalNetworksListResult;
|
|
1540
|
+
/** Optional parameters. */
|
|
1541
|
+
export interface LogicalNetworksListNextOptionalParams extends coreClient.OperationOptions {
|
|
1542
|
+
}
|
|
1543
|
+
/** Contains response data for the listNext operation. */
|
|
1544
|
+
export type LogicalNetworksListNextResponse = LogicalNetworksListResult;
|
|
1545
|
+
/** Optional parameters. */
|
|
1546
|
+
export interface LogicalNetworksListAllNextOptionalParams extends coreClient.OperationOptions {
|
|
1547
|
+
}
|
|
1548
|
+
/** Contains response data for the listAllNext operation. */
|
|
1549
|
+
export type LogicalNetworksListAllNextResponse = LogicalNetworksListResult;
|
|
901
1550
|
/** Optional parameters. */
|
|
902
|
-
export interface
|
|
1551
|
+
export interface MarketplaceGalleryImagesGetOptionalParams extends coreClient.OperationOptions {
|
|
1552
|
+
}
|
|
1553
|
+
/** Contains response data for the get operation. */
|
|
1554
|
+
export type MarketplaceGalleryImagesGetResponse = MarketplaceGalleryImages;
|
|
1555
|
+
/** Optional parameters. */
|
|
1556
|
+
export interface MarketplaceGalleryImagesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
903
1557
|
/** Delay to wait until next poll, in milliseconds. */
|
|
904
1558
|
updateIntervalInMs?: number;
|
|
905
1559
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
906
1560
|
resumeFrom?: string;
|
|
907
1561
|
}
|
|
1562
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
1563
|
+
export type MarketplaceGalleryImagesCreateOrUpdateResponse = MarketplaceGalleryImages;
|
|
908
1564
|
/** Optional parameters. */
|
|
909
|
-
export interface
|
|
1565
|
+
export interface MarketplaceGalleryImagesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1566
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1567
|
+
updateIntervalInMs?: number;
|
|
1568
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1569
|
+
resumeFrom?: string;
|
|
910
1570
|
}
|
|
911
|
-
/** Contains response data for the
|
|
912
|
-
export type
|
|
1571
|
+
/** Contains response data for the delete operation. */
|
|
1572
|
+
export type MarketplaceGalleryImagesDeleteResponse = MarketplaceGalleryImagesDeleteHeaders;
|
|
913
1573
|
/** Optional parameters. */
|
|
914
|
-
export interface
|
|
1574
|
+
export interface MarketplaceGalleryImagesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
915
1575
|
/** Delay to wait until next poll, in milliseconds. */
|
|
916
1576
|
updateIntervalInMs?: number;
|
|
917
1577
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
918
1578
|
resumeFrom?: string;
|
|
919
1579
|
}
|
|
920
|
-
/** Contains response data for the
|
|
921
|
-
export type
|
|
1580
|
+
/** Contains response data for the update operation. */
|
|
1581
|
+
export type MarketplaceGalleryImagesUpdateResponse = MarketplaceGalleryImages;
|
|
1582
|
+
/** Optional parameters. */
|
|
1583
|
+
export interface MarketplaceGalleryImagesListOptionalParams extends coreClient.OperationOptions {
|
|
1584
|
+
}
|
|
1585
|
+
/** Contains response data for the list operation. */
|
|
1586
|
+
export type MarketplaceGalleryImagesListResponse = MarketplaceGalleryImagesListResult;
|
|
922
1587
|
/** Optional parameters. */
|
|
923
|
-
export interface
|
|
1588
|
+
export interface MarketplaceGalleryImagesListAllOptionalParams extends coreClient.OperationOptions {
|
|
924
1589
|
}
|
|
925
|
-
/** Contains response data for the
|
|
926
|
-
export type
|
|
1590
|
+
/** Contains response data for the listAll operation. */
|
|
1591
|
+
export type MarketplaceGalleryImagesListAllResponse = MarketplaceGalleryImagesListResult;
|
|
927
1592
|
/** Optional parameters. */
|
|
928
|
-
export interface
|
|
1593
|
+
export interface MarketplaceGalleryImagesListNextOptionalParams extends coreClient.OperationOptions {
|
|
929
1594
|
}
|
|
930
|
-
/** Contains response data for the
|
|
931
|
-
export type
|
|
1595
|
+
/** Contains response data for the listNext operation. */
|
|
1596
|
+
export type MarketplaceGalleryImagesListNextResponse = MarketplaceGalleryImagesListResult;
|
|
932
1597
|
/** Optional parameters. */
|
|
933
|
-
export interface
|
|
1598
|
+
export interface MarketplaceGalleryImagesListAllNextOptionalParams extends coreClient.OperationOptions {
|
|
934
1599
|
}
|
|
935
|
-
/** Contains response data for the
|
|
936
|
-
export type
|
|
1600
|
+
/** Contains response data for the listAllNext operation. */
|
|
1601
|
+
export type MarketplaceGalleryImagesListAllNextResponse = MarketplaceGalleryImagesListResult;
|
|
937
1602
|
/** Optional parameters. */
|
|
938
|
-
export interface
|
|
1603
|
+
export interface NetworkInterfacesGetOptionalParams extends coreClient.OperationOptions {
|
|
939
1604
|
}
|
|
940
1605
|
/** Contains response data for the get operation. */
|
|
941
|
-
export type
|
|
1606
|
+
export type NetworkInterfacesGetResponse = NetworkInterfaces;
|
|
942
1607
|
/** Optional parameters. */
|
|
943
|
-
export interface
|
|
1608
|
+
export interface NetworkInterfacesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1609
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1610
|
+
updateIntervalInMs?: number;
|
|
1611
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1612
|
+
resumeFrom?: string;
|
|
944
1613
|
}
|
|
945
|
-
/** Contains response data for the
|
|
946
|
-
export type
|
|
1614
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
1615
|
+
export type NetworkInterfacesCreateOrUpdateResponse = NetworkInterfaces;
|
|
947
1616
|
/** Optional parameters. */
|
|
948
|
-
export interface
|
|
1617
|
+
export interface NetworkInterfacesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1618
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1619
|
+
updateIntervalInMs?: number;
|
|
1620
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1621
|
+
resumeFrom?: string;
|
|
1622
|
+
}
|
|
1623
|
+
/** Contains response data for the delete operation. */
|
|
1624
|
+
export type NetworkInterfacesDeleteResponse = NetworkInterfacesDeleteHeaders;
|
|
1625
|
+
/** Optional parameters. */
|
|
1626
|
+
export interface NetworkInterfacesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1627
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1628
|
+
updateIntervalInMs?: number;
|
|
1629
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1630
|
+
resumeFrom?: string;
|
|
949
1631
|
}
|
|
950
1632
|
/** Contains response data for the update operation. */
|
|
951
|
-
export type
|
|
1633
|
+
export type NetworkInterfacesUpdateResponse = NetworkInterfaces;
|
|
952
1634
|
/** Optional parameters. */
|
|
953
|
-
export interface
|
|
1635
|
+
export interface NetworkInterfacesListOptionalParams extends coreClient.OperationOptions {
|
|
1636
|
+
}
|
|
1637
|
+
/** Contains response data for the list operation. */
|
|
1638
|
+
export type NetworkInterfacesListResponse = NetworkInterfacesListResult;
|
|
1639
|
+
/** Optional parameters. */
|
|
1640
|
+
export interface NetworkInterfacesListAllOptionalParams extends coreClient.OperationOptions {
|
|
1641
|
+
}
|
|
1642
|
+
/** Contains response data for the listAll operation. */
|
|
1643
|
+
export type NetworkInterfacesListAllResponse = NetworkInterfacesListResult;
|
|
1644
|
+
/** Optional parameters. */
|
|
1645
|
+
export interface NetworkInterfacesListNextOptionalParams extends coreClient.OperationOptions {
|
|
1646
|
+
}
|
|
1647
|
+
/** Contains response data for the listNext operation. */
|
|
1648
|
+
export type NetworkInterfacesListNextResponse = NetworkInterfacesListResult;
|
|
1649
|
+
/** Optional parameters. */
|
|
1650
|
+
export interface NetworkInterfacesListAllNextOptionalParams extends coreClient.OperationOptions {
|
|
1651
|
+
}
|
|
1652
|
+
/** Contains response data for the listAllNext operation. */
|
|
1653
|
+
export type NetworkInterfacesListAllNextResponse = NetworkInterfacesListResult;
|
|
1654
|
+
/** Optional parameters. */
|
|
1655
|
+
export interface StorageContainersGetOptionalParams extends coreClient.OperationOptions {
|
|
1656
|
+
}
|
|
1657
|
+
/** Contains response data for the get operation. */
|
|
1658
|
+
export type StorageContainersGetResponse = StorageContainers;
|
|
1659
|
+
/** Optional parameters. */
|
|
1660
|
+
export interface StorageContainersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
954
1661
|
/** Delay to wait until next poll, in milliseconds. */
|
|
955
1662
|
updateIntervalInMs?: number;
|
|
956
1663
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
957
1664
|
resumeFrom?: string;
|
|
958
1665
|
}
|
|
1666
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
1667
|
+
export type StorageContainersCreateOrUpdateResponse = StorageContainers;
|
|
959
1668
|
/** Optional parameters. */
|
|
960
|
-
export interface
|
|
1669
|
+
export interface StorageContainersDeleteOptionalParams extends coreClient.OperationOptions {
|
|
961
1670
|
/** Delay to wait until next poll, in milliseconds. */
|
|
962
1671
|
updateIntervalInMs?: number;
|
|
963
1672
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
964
1673
|
resumeFrom?: string;
|
|
965
1674
|
}
|
|
1675
|
+
/** Contains response data for the delete operation. */
|
|
1676
|
+
export type StorageContainersDeleteResponse = StorageContainersDeleteHeaders;
|
|
966
1677
|
/** Optional parameters. */
|
|
967
|
-
export interface
|
|
1678
|
+
export interface StorageContainersUpdateOptionalParams extends coreClient.OperationOptions {
|
|
968
1679
|
/** Delay to wait until next poll, in milliseconds. */
|
|
969
1680
|
updateIntervalInMs?: number;
|
|
970
1681
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
971
1682
|
resumeFrom?: string;
|
|
972
1683
|
}
|
|
973
|
-
/** Contains response data for the
|
|
974
|
-
export type
|
|
1684
|
+
/** Contains response data for the update operation. */
|
|
1685
|
+
export type StorageContainersUpdateResponse = StorageContainers;
|
|
1686
|
+
/** Optional parameters. */
|
|
1687
|
+
export interface StorageContainersListOptionalParams extends coreClient.OperationOptions {
|
|
1688
|
+
}
|
|
1689
|
+
/** Contains response data for the list operation. */
|
|
1690
|
+
export type StorageContainersListResponse = StorageContainersListResult;
|
|
975
1691
|
/** Optional parameters. */
|
|
976
|
-
export interface
|
|
1692
|
+
export interface StorageContainersListAllOptionalParams extends coreClient.OperationOptions {
|
|
977
1693
|
}
|
|
978
|
-
/** Contains response data for the
|
|
979
|
-
export type
|
|
1694
|
+
/** Contains response data for the listAll operation. */
|
|
1695
|
+
export type StorageContainersListAllResponse = StorageContainersListResult;
|
|
980
1696
|
/** Optional parameters. */
|
|
981
|
-
export interface
|
|
1697
|
+
export interface StorageContainersListNextOptionalParams extends coreClient.OperationOptions {
|
|
982
1698
|
}
|
|
983
|
-
/** Contains response data for the
|
|
984
|
-
export type
|
|
1699
|
+
/** Contains response data for the listNext operation. */
|
|
1700
|
+
export type StorageContainersListNextResponse = StorageContainersListResult;
|
|
985
1701
|
/** Optional parameters. */
|
|
986
|
-
export interface
|
|
1702
|
+
export interface StorageContainersListAllNextOptionalParams extends coreClient.OperationOptions {
|
|
987
1703
|
}
|
|
988
|
-
/** Contains response data for the
|
|
989
|
-
export type
|
|
1704
|
+
/** Contains response data for the listAllNext operation. */
|
|
1705
|
+
export type StorageContainersListAllNextResponse = StorageContainersListResult;
|
|
990
1706
|
/** Optional parameters. */
|
|
991
|
-
export interface
|
|
1707
|
+
export interface VirtualHardDisksGetOptionalParams extends coreClient.OperationOptions {
|
|
992
1708
|
}
|
|
993
1709
|
/** Contains response data for the get operation. */
|
|
994
|
-
export type
|
|
1710
|
+
export type VirtualHardDisksGetResponse = VirtualHardDisks;
|
|
995
1711
|
/** Optional parameters. */
|
|
996
|
-
export interface
|
|
1712
|
+
export interface VirtualHardDisksCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
997
1713
|
/** Delay to wait until next poll, in milliseconds. */
|
|
998
1714
|
updateIntervalInMs?: number;
|
|
999
1715
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1000
1716
|
resumeFrom?: string;
|
|
1001
1717
|
}
|
|
1002
|
-
/** Contains response data for the
|
|
1003
|
-
export type
|
|
1718
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
1719
|
+
export type VirtualHardDisksCreateOrUpdateResponse = VirtualHardDisks;
|
|
1720
|
+
/** Optional parameters. */
|
|
1721
|
+
export interface VirtualHardDisksDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1722
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1723
|
+
updateIntervalInMs?: number;
|
|
1724
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1725
|
+
resumeFrom?: string;
|
|
1726
|
+
}
|
|
1727
|
+
/** Contains response data for the delete operation. */
|
|
1728
|
+
export type VirtualHardDisksDeleteResponse = VirtualHardDisksDeleteHeaders;
|
|
1004
1729
|
/** Optional parameters. */
|
|
1005
|
-
export interface
|
|
1730
|
+
export interface VirtualHardDisksUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1006
1731
|
/** Delay to wait until next poll, in milliseconds. */
|
|
1007
1732
|
updateIntervalInMs?: number;
|
|
1008
1733
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1009
1734
|
resumeFrom?: string;
|
|
1010
1735
|
}
|
|
1011
1736
|
/** Contains response data for the update operation. */
|
|
1012
|
-
export type
|
|
1737
|
+
export type VirtualHardDisksUpdateResponse = VirtualHardDisks;
|
|
1738
|
+
/** Optional parameters. */
|
|
1739
|
+
export interface VirtualHardDisksListOptionalParams extends coreClient.OperationOptions {
|
|
1740
|
+
}
|
|
1741
|
+
/** Contains response data for the list operation. */
|
|
1742
|
+
export type VirtualHardDisksListResponse = VirtualHardDisksListResult;
|
|
1743
|
+
/** Optional parameters. */
|
|
1744
|
+
export interface VirtualHardDisksListAllOptionalParams extends coreClient.OperationOptions {
|
|
1745
|
+
}
|
|
1746
|
+
/** Contains response data for the listAll operation. */
|
|
1747
|
+
export type VirtualHardDisksListAllResponse = VirtualHardDisksListResult;
|
|
1748
|
+
/** Optional parameters. */
|
|
1749
|
+
export interface VirtualHardDisksListNextOptionalParams extends coreClient.OperationOptions {
|
|
1750
|
+
}
|
|
1751
|
+
/** Contains response data for the listNext operation. */
|
|
1752
|
+
export type VirtualHardDisksListNextResponse = VirtualHardDisksListResult;
|
|
1753
|
+
/** Optional parameters. */
|
|
1754
|
+
export interface VirtualHardDisksListAllNextOptionalParams extends coreClient.OperationOptions {
|
|
1755
|
+
}
|
|
1756
|
+
/** Contains response data for the listAllNext operation. */
|
|
1757
|
+
export type VirtualHardDisksListAllNextResponse = VirtualHardDisksListResult;
|
|
1013
1758
|
/** Optional parameters. */
|
|
1014
|
-
export interface
|
|
1759
|
+
export interface VirtualMachineInstancesGetOptionalParams extends coreClient.OperationOptions {
|
|
1760
|
+
}
|
|
1761
|
+
/** Contains response data for the get operation. */
|
|
1762
|
+
export type VirtualMachineInstancesGetResponse = VirtualMachineInstance;
|
|
1763
|
+
/** Optional parameters. */
|
|
1764
|
+
export interface VirtualMachineInstancesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1015
1765
|
/** Delay to wait until next poll, in milliseconds. */
|
|
1016
1766
|
updateIntervalInMs?: number;
|
|
1017
1767
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1018
1768
|
resumeFrom?: string;
|
|
1019
1769
|
}
|
|
1770
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
1771
|
+
export type VirtualMachineInstancesCreateOrUpdateResponse = VirtualMachineInstance;
|
|
1020
1772
|
/** Optional parameters. */
|
|
1021
|
-
export interface
|
|
1773
|
+
export interface VirtualMachineInstancesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1774
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1775
|
+
updateIntervalInMs?: number;
|
|
1776
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1777
|
+
resumeFrom?: string;
|
|
1022
1778
|
}
|
|
1023
|
-
/** Contains response data for the
|
|
1024
|
-
export type
|
|
1779
|
+
/** Contains response data for the delete operation. */
|
|
1780
|
+
export type VirtualMachineInstancesDeleteResponse = VirtualMachineInstancesDeleteHeaders;
|
|
1025
1781
|
/** Optional parameters. */
|
|
1026
|
-
export interface
|
|
1782
|
+
export interface VirtualMachineInstancesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1783
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1784
|
+
updateIntervalInMs?: number;
|
|
1785
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1786
|
+
resumeFrom?: string;
|
|
1787
|
+
}
|
|
1788
|
+
/** Contains response data for the update operation. */
|
|
1789
|
+
export type VirtualMachineInstancesUpdateResponse = VirtualMachineInstance;
|
|
1790
|
+
/** Optional parameters. */
|
|
1791
|
+
export interface VirtualMachineInstancesStartOptionalParams extends coreClient.OperationOptions {
|
|
1792
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1793
|
+
updateIntervalInMs?: number;
|
|
1794
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1795
|
+
resumeFrom?: string;
|
|
1796
|
+
}
|
|
1797
|
+
/** Contains response data for the start operation. */
|
|
1798
|
+
export type VirtualMachineInstancesStartResponse = VirtualMachineInstance;
|
|
1799
|
+
/** Optional parameters. */
|
|
1800
|
+
export interface VirtualMachineInstancesStopOptionalParams extends coreClient.OperationOptions {
|
|
1801
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1802
|
+
updateIntervalInMs?: number;
|
|
1803
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1804
|
+
resumeFrom?: string;
|
|
1805
|
+
}
|
|
1806
|
+
/** Contains response data for the stop operation. */
|
|
1807
|
+
export type VirtualMachineInstancesStopResponse = VirtualMachineInstance;
|
|
1808
|
+
/** Optional parameters. */
|
|
1809
|
+
export interface VirtualMachineInstancesRestartOptionalParams extends coreClient.OperationOptions {
|
|
1810
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1811
|
+
updateIntervalInMs?: number;
|
|
1812
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1813
|
+
resumeFrom?: string;
|
|
1814
|
+
}
|
|
1815
|
+
/** Contains response data for the restart operation. */
|
|
1816
|
+
export type VirtualMachineInstancesRestartResponse = VirtualMachineInstance;
|
|
1817
|
+
/** Optional parameters. */
|
|
1818
|
+
export interface VirtualMachineInstancesListOptionalParams extends coreClient.OperationOptions {
|
|
1027
1819
|
}
|
|
1028
1820
|
/** Contains response data for the list operation. */
|
|
1029
|
-
export type
|
|
1821
|
+
export type VirtualMachineInstancesListResponse = VirtualMachineInstanceListResult;
|
|
1822
|
+
/** Optional parameters. */
|
|
1823
|
+
export interface VirtualMachineInstancesListNextOptionalParams extends coreClient.OperationOptions {
|
|
1824
|
+
}
|
|
1825
|
+
/** Contains response data for the listNext operation. */
|
|
1826
|
+
export type VirtualMachineInstancesListNextResponse = VirtualMachineInstanceListResult;
|
|
1827
|
+
/** Optional parameters. */
|
|
1828
|
+
export interface HybridIdentityMetadataGetOptionalParams extends coreClient.OperationOptions {
|
|
1829
|
+
}
|
|
1830
|
+
/** Contains response data for the get operation. */
|
|
1831
|
+
export type HybridIdentityMetadataGetResponse = HybridIdentityMetadata;
|
|
1832
|
+
/** Optional parameters. */
|
|
1833
|
+
export interface HybridIdentityMetadataListOptionalParams extends coreClient.OperationOptions {
|
|
1834
|
+
}
|
|
1835
|
+
/** Contains response data for the list operation. */
|
|
1836
|
+
export type HybridIdentityMetadataListResponse = HybridIdentityMetadataList;
|
|
1837
|
+
/** Optional parameters. */
|
|
1838
|
+
export interface HybridIdentityMetadataListNextOptionalParams extends coreClient.OperationOptions {
|
|
1839
|
+
}
|
|
1840
|
+
/** Contains response data for the listNext operation. */
|
|
1841
|
+
export type HybridIdentityMetadataListNextResponse = HybridIdentityMetadataList;
|
|
1842
|
+
/** Optional parameters. */
|
|
1843
|
+
export interface GuestAgentCreateOptionalParams extends coreClient.OperationOptions {
|
|
1844
|
+
/** Request payload. */
|
|
1845
|
+
body?: GuestAgent;
|
|
1846
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1847
|
+
updateIntervalInMs?: number;
|
|
1848
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1849
|
+
resumeFrom?: string;
|
|
1850
|
+
}
|
|
1851
|
+
/** Contains response data for the create operation. */
|
|
1852
|
+
export type GuestAgentCreateResponse = GuestAgent;
|
|
1853
|
+
/** Optional parameters. */
|
|
1854
|
+
export interface GuestAgentGetOptionalParams extends coreClient.OperationOptions {
|
|
1855
|
+
}
|
|
1856
|
+
/** Contains response data for the get operation. */
|
|
1857
|
+
export type GuestAgentGetResponse = GuestAgent;
|
|
1858
|
+
/** Optional parameters. */
|
|
1859
|
+
export interface GuestAgentDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1860
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1861
|
+
updateIntervalInMs?: number;
|
|
1862
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1863
|
+
resumeFrom?: string;
|
|
1864
|
+
}
|
|
1865
|
+
/** Contains response data for the delete operation. */
|
|
1866
|
+
export type GuestAgentDeleteResponse = GuestAgentDeleteHeaders;
|
|
1867
|
+
/** Optional parameters. */
|
|
1868
|
+
export interface GuestAgentsListOptionalParams extends coreClient.OperationOptions {
|
|
1869
|
+
}
|
|
1870
|
+
/** Contains response data for the list operation. */
|
|
1871
|
+
export type GuestAgentsListResponse = GuestAgentList;
|
|
1872
|
+
/** Optional parameters. */
|
|
1873
|
+
export interface GuestAgentsListNextOptionalParams extends coreClient.OperationOptions {
|
|
1874
|
+
}
|
|
1875
|
+
/** Contains response data for the listNext operation. */
|
|
1876
|
+
export type GuestAgentsListNextResponse = GuestAgentList;
|
|
1030
1877
|
/** Optional parameters. */
|
|
1031
1878
|
export interface AzureStackHCIClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
1032
1879
|
/** server parameter */
|