@pulumi/azure-native 2.2.1-alpha.1690908073 → 2.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/avs/addon.js +2 -2
- package/avs/authorization.js +2 -2
- package/avs/cloudLink.js +2 -2
- package/avs/cluster.js +2 -2
- package/avs/datastore.js +2 -2
- package/avs/globalReachConnection.js +2 -2
- package/avs/hcxEnterpriseSite.js +2 -2
- package/avs/index.d.ts +2 -1
- package/avs/index.js +4 -2
- package/avs/placementPolicy.js +2 -2
- package/avs/privateCloud.js +2 -2
- package/avs/scriptExecution.js +2 -2
- package/avs/v20200320/cluster.js +2 -2
- package/avs/v20210101preview/addon.js +2 -2
- package/avs/v20210101preview/workloadNetworkDhcp.js +2 -2
- package/avs/v20210601/cluster.js +2 -2
- package/avs/v20220501/addon.js +2 -2
- package/avs/v20220501/authorization.js +2 -2
- package/avs/v20220501/cloudLink.js +2 -2
- package/avs/v20220501/cluster.js +2 -2
- package/avs/v20220501/datastore.js +2 -2
- package/avs/v20220501/globalReachConnection.js +2 -2
- package/avs/v20220501/hcxEnterpriseSite.js +2 -2
- package/avs/v20220501/placementPolicy.js +2 -2
- package/avs/v20220501/privateCloud.js +2 -2
- package/avs/v20220501/scriptExecution.js +2 -2
- package/avs/v20220501/workloadNetworkDhcp.js +2 -2
- package/avs/v20220501/workloadNetworkDnsService.js +2 -2
- package/avs/v20220501/workloadNetworkDnsZone.js +2 -2
- package/avs/v20220501/workloadNetworkPortMirroring.js +2 -2
- package/avs/v20220501/workloadNetworkPublicIP.js +2 -2
- package/avs/v20220501/workloadNetworkSegment.js +2 -2
- package/avs/v20220501/workloadNetworkVMGroup.js +2 -2
- package/avs/v20230301/addon.d.ts +63 -0
- package/avs/v20230301/addon.js +71 -0
- package/avs/v20230301/authorization.d.ts +73 -0
- package/avs/v20230301/authorization.js +77 -0
- package/avs/v20230301/cloudLink.d.ts +65 -0
- package/avs/v20230301/cloudLink.js +73 -0
- package/avs/v20230301/cluster.d.ts +87 -0
- package/avs/v20230301/cluster.js +82 -0
- package/avs/v20230301/datastore.d.ts +83 -0
- package/avs/v20230301/datastore.js +82 -0
- package/avs/v20230301/getAddon.d.ts +59 -0
- package/avs/v20230301/getAddon.js +27 -0
- package/avs/v20230301/getAuthorization.d.ts +70 -0
- package/avs/v20230301/getAuthorization.js +27 -0
- package/avs/v20230301/getCloudLink.d.ts +62 -0
- package/avs/v20230301/getCloudLink.js +27 -0
- package/avs/v20230301/getCluster.d.ts +75 -0
- package/avs/v20230301/getCluster.js +27 -0
- package/avs/v20230301/getDatastore.d.ts +79 -0
- package/avs/v20230301/getDatastore.js +28 -0
- package/avs/v20230301/getGlobalReachConnection.d.ts +78 -0
- package/avs/v20230301/getGlobalReachConnection.js +27 -0
- package/avs/v20230301/getHcxEnterpriseSite.d.ts +62 -0
- package/avs/v20230301/getHcxEnterpriseSite.js +27 -0
- package/avs/v20230301/getPlacementPolicy.d.ts +67 -0
- package/avs/v20230301/getPlacementPolicy.js +28 -0
- package/avs/v20230301/getPrivateCloud.d.ts +145 -0
- package/avs/v20230301/getPrivateCloud.js +26 -0
- package/avs/v20230301/getScriptExecution.d.ts +117 -0
- package/avs/v20230301/getScriptExecution.js +27 -0
- package/avs/v20230301/getScriptExecutionLogs.d.ts +117 -0
- package/avs/v20230301/getScriptExecutionLogs.js +27 -0
- package/avs/v20230301/getWorkloadNetworkDhcp.d.ts +59 -0
- package/avs/v20230301/getWorkloadNetworkDhcp.js +27 -0
- package/avs/v20230301/getWorkloadNetworkDnsService.d.ts +86 -0
- package/avs/v20230301/getWorkloadNetworkDnsService.js +27 -0
- package/avs/v20230301/getWorkloadNetworkDnsZone.d.ts +82 -0
- package/avs/v20230301/getWorkloadNetworkDnsZone.js +27 -0
- package/avs/v20230301/getWorkloadNetworkPortMirroring.d.ts +82 -0
- package/avs/v20230301/getWorkloadNetworkPortMirroring.js +27 -0
- package/avs/v20230301/getWorkloadNetworkPublicIP.d.ts +70 -0
- package/avs/v20230301/getWorkloadNetworkPublicIP.js +27 -0
- package/avs/v20230301/getWorkloadNetworkSegment.d.ts +83 -0
- package/avs/v20230301/getWorkloadNetworkSegment.js +27 -0
- package/avs/v20230301/getWorkloadNetworkVMGroup.d.ts +74 -0
- package/avs/v20230301/getWorkloadNetworkVMGroup.js +27 -0
- package/avs/v20230301/globalReachConnection.d.ts +89 -0
- package/avs/v20230301/globalReachConnection.js +81 -0
- package/avs/v20230301/hcxEnterpriseSite.d.ts +61 -0
- package/avs/v20230301/hcxEnterpriseSite.js +73 -0
- package/avs/v20230301/index.d.ts +112 -0
- package/avs/v20230301/index.js +163 -0
- package/avs/v20230301/listClusterZones.d.ts +47 -0
- package/avs/v20230301/listClusterZones.js +27 -0
- package/avs/v20230301/listPrivateCloudAdminCredentials.d.ts +50 -0
- package/avs/v20230301/listPrivateCloudAdminCredentials.js +26 -0
- package/avs/v20230301/placementPolicy.d.ts +67 -0
- package/avs/v20230301/placementPolicy.js +75 -0
- package/avs/v20230301/privateCloud.d.ts +204 -0
- package/avs/v20230301/privateCloud.js +123 -0
- package/avs/v20230301/scriptExecution.d.ts +151 -0
- package/avs/v20230301/scriptExecution.js +102 -0
- package/avs/v20230301/workloadNetworkDhcp.d.ts +63 -0
- package/avs/v20230301/workloadNetworkDhcp.js +71 -0
- package/avs/v20230301/workloadNetworkDnsService.d.ts +110 -0
- package/avs/v20230301/workloadNetworkDnsService.js +85 -0
- package/avs/v20230301/workloadNetworkDnsZone.d.ts +105 -0
- package/avs/v20230301/workloadNetworkDnsZone.js +83 -0
- package/avs/v20230301/workloadNetworkPortMirroring.d.ts +102 -0
- package/avs/v20230301/workloadNetworkPortMirroring.js +83 -0
- package/avs/v20230301/workloadNetworkPublicIP.d.ts +77 -0
- package/avs/v20230301/workloadNetworkPublicIP.js +77 -0
- package/avs/v20230301/workloadNetworkSegment.d.ts +99 -0
- package/avs/v20230301/workloadNetworkSegment.js +83 -0
- package/avs/v20230301/workloadNetworkVMGroup.d.ts +85 -0
- package/avs/v20230301/workloadNetworkVMGroup.js +79 -0
- package/avs/workloadNetworkDhcp.js +2 -2
- package/avs/workloadNetworkDnsService.js +2 -2
- package/avs/workloadNetworkDnsZone.js +2 -2
- package/avs/workloadNetworkPortMirroring.js +2 -2
- package/avs/workloadNetworkPublicIP.js +2 -2
- package/avs/workloadNetworkSegment.js +2 -2
- package/avs/workloadNetworkVMGroup.js +2 -2
- package/compute/availabilitySet.js +2 -2
- package/compute/capacityReservation.js +2 -2
- package/compute/capacityReservationGroup.js +2 -2
- package/compute/dedicatedHost.js +2 -2
- package/compute/dedicatedHostGroup.js +2 -2
- package/compute/disk.js +2 -2
- package/compute/diskAccess.js +2 -2
- package/compute/diskAccessAPrivateEndpointConnection.js +2 -2
- package/compute/diskEncryptionSet.js +2 -2
- package/compute/image.js +2 -2
- package/compute/index.d.ts +3 -1
- package/compute/index.js +6 -2
- package/compute/proximityPlacementGroup.js +2 -2
- package/compute/restorePoint.js +2 -2
- package/compute/restorePointCollection.js +2 -2
- package/compute/snapshot.js +2 -2
- package/compute/sshPublicKey.js +2 -2
- package/compute/v20211101/restorePoint.js +2 -2
- package/compute/v20211101/virtualMachineExtension.js +2 -2
- package/compute/v20211101/virtualMachineScaleSetExtension.js +2 -2
- package/compute/v20211101/virtualMachineScaleSetVMExtension.js +2 -2
- package/compute/v20220702/disk.js +2 -2
- package/compute/v20220702/diskAccess.js +2 -2
- package/compute/v20220702/diskAccessAPrivateEndpointConnection.js +2 -2
- package/compute/v20220702/diskEncryptionSet.js +2 -2
- package/compute/v20220702/snapshot.js +2 -2
- package/compute/v20221101/restorePoint.js +2 -2
- package/compute/v20230102/disk.js +2 -2
- package/compute/v20230102/diskAccess.js +2 -2
- package/compute/v20230102/diskAccessAPrivateEndpointConnection.js +2 -2
- package/compute/v20230102/diskEncryptionSet.js +2 -2
- package/compute/v20230102/snapshot.js +2 -2
- package/compute/v20230301/availabilitySet.js +2 -2
- package/compute/v20230301/capacityReservation.js +2 -2
- package/compute/v20230301/capacityReservationGroup.js +2 -2
- package/compute/v20230301/dedicatedHost.js +2 -2
- package/compute/v20230301/dedicatedHostGroup.js +2 -2
- package/compute/v20230301/image.js +2 -2
- package/compute/v20230301/proximityPlacementGroup.js +2 -2
- package/compute/v20230301/restorePoint.js +2 -2
- package/compute/v20230301/restorePointCollection.js +2 -2
- package/compute/v20230301/sshPublicKey.js +2 -2
- package/compute/v20230301/virtualMachine.js +2 -2
- package/compute/v20230301/virtualMachineExtension.js +2 -2
- package/compute/v20230301/virtualMachineRunCommandByVirtualMachine.js +2 -2
- package/compute/v20230301/virtualMachineScaleSet.js +2 -2
- package/compute/v20230301/virtualMachineScaleSetExtension.js +2 -2
- package/compute/v20230301/virtualMachineScaleSetVM.js +2 -2
- package/compute/v20230301/virtualMachineScaleSetVMExtension.js +2 -2
- package/compute/v20230301/virtualMachineScaleSetVMRunCommand.js +2 -2
- package/compute/v20230402/disk.d.ts +324 -0
- package/compute/v20230402/disk.js +146 -0
- package/compute/v20230402/diskAccess.d.ts +91 -0
- package/compute/v20230402/diskAccess.js +77 -0
- package/compute/v20230402/diskAccessAPrivateEndpointConnection.d.ts +71 -0
- package/compute/v20230402/diskAccessAPrivateEndpointConnection.js +78 -0
- package/compute/v20230402/diskEncryptionSet.d.ts +128 -0
- package/compute/v20230402/diskEncryptionSet.js +87 -0
- package/compute/v20230402/getDisk.d.ts +205 -0
- package/compute/v20230402/getDisk.js +26 -0
- package/compute/v20230402/getDiskAccess.d.ts +73 -0
- package/compute/v20230402/getDiskAccess.js +26 -0
- package/compute/v20230402/getDiskAccessAPrivateEndpointConnection.d.ts +67 -0
- package/compute/v20230402/getDiskAccessAPrivateEndpointConnection.js +27 -0
- package/compute/v20230402/getDiskEncryptionSet.d.ts +93 -0
- package/compute/v20230402/getDiskEncryptionSet.js +26 -0
- package/compute/v20230402/getSnapshot.d.ts +161 -0
- package/compute/v20230402/getSnapshot.js +26 -0
- package/compute/v20230402/index.d.ts +31 -0
- package/compute/v20230402/index.js +69 -0
- package/compute/v20230402/snapshot.d.ts +252 -0
- package/compute/v20230402/snapshot.js +124 -0
- package/compute/v20230701/availabilitySet.d.ts +115 -0
- package/compute/v20230701/availabilitySet.js +81 -0
- package/compute/v20230701/capacityReservation.d.ts +119 -0
- package/compute/v20230701/capacityReservation.js +94 -0
- package/compute/v20230701/capacityReservationGroup.d.ts +90 -0
- package/compute/v20230701/capacityReservationGroup.js +77 -0
- package/compute/v20230701/dedicatedHost.d.ts +132 -0
- package/compute/v20230701/dedicatedHost.js +96 -0
- package/compute/v20230701/dedicatedHostGroup.d.ts +111 -0
- package/compute/v20230701/dedicatedHostGroup.js +84 -0
- package/compute/v20230701/getAvailabilitySet.d.ts +81 -0
- package/compute/v20230701/getAvailabilitySet.js +26 -0
- package/compute/v20230701/getCapacityReservation.d.ts +109 -0
- package/compute/v20230701/getCapacityReservation.js +28 -0
- package/compute/v20230701/getCapacityReservationGroup.d.ts +81 -0
- package/compute/v20230701/getCapacityReservationGroup.js +27 -0
- package/compute/v20230701/getDedicatedHost.d.ts +113 -0
- package/compute/v20230701/getDedicatedHost.js +28 -0
- package/compute/v20230701/getDedicatedHostGroup.d.ts +89 -0
- package/compute/v20230701/getDedicatedHostGroup.js +27 -0
- package/compute/v20230701/getImage.d.ts +85 -0
- package/compute/v20230701/getImage.js +27 -0
- package/compute/v20230701/getLogAnalyticExportRequestRateByInterval.d.ts +104 -0
- package/compute/v20230701/getLogAnalyticExportRequestRateByInterval.js +34 -0
- package/compute/v20230701/getLogAnalyticExportThrottledRequests.d.ts +95 -0
- package/compute/v20230701/getLogAnalyticExportThrottledRequests.js +33 -0
- package/compute/v20230701/getProximityPlacementGroup.d.ts +93 -0
- package/compute/v20230701/getProximityPlacementGroup.js +27 -0
- package/compute/v20230701/getRestorePoint.d.ts +91 -0
- package/compute/v20230701/getRestorePoint.js +28 -0
- package/compute/v20230701/getRestorePointCollection.d.ts +81 -0
- package/compute/v20230701/getRestorePointCollection.js +27 -0
- package/compute/v20230701/getSshPublicKey.d.ts +60 -0
- package/compute/v20230701/getSshPublicKey.js +26 -0
- package/compute/v20230701/getVirtualMachine.d.ts +189 -0
- package/compute/v20230701/getVirtualMachine.js +27 -0
- package/compute/v20230701/getVirtualMachineExtension.d.ts +121 -0
- package/compute/v20230701/getVirtualMachineExtension.js +28 -0
- package/compute/v20230701/getVirtualMachineRunCommandByVirtualMachine.d.ts +129 -0
- package/compute/v20230701/getVirtualMachineRunCommandByVirtualMachine.js +28 -0
- package/compute/v20230701/getVirtualMachineScaleSet.d.ts +161 -0
- package/compute/v20230701/getVirtualMachineScaleSet.js +27 -0
- package/compute/v20230701/getVirtualMachineScaleSetExtension.d.ts +107 -0
- package/compute/v20230701/getVirtualMachineScaleSetExtension.js +28 -0
- package/compute/v20230701/getVirtualMachineScaleSetVM.d.ts +169 -0
- package/compute/v20230701/getVirtualMachineScaleSetVM.js +28 -0
- package/compute/v20230701/getVirtualMachineScaleSetVMExtension.d.ts +123 -0
- package/compute/v20230701/getVirtualMachineScaleSetVMExtension.js +29 -0
- package/compute/v20230701/getVirtualMachineScaleSetVMRunCommand.d.ts +137 -0
- package/compute/v20230701/getVirtualMachineScaleSetVMRunCommand.js +29 -0
- package/compute/v20230701/image.d.ts +108 -0
- package/compute/v20230701/image.js +79 -0
- package/compute/v20230701/index.d.ts +115 -0
- package/compute/v20230701/index.js +167 -0
- package/compute/v20230701/proximityPlacementGroup.d.ts +116 -0
- package/compute/v20230701/proximityPlacementGroup.js +83 -0
- package/compute/v20230701/restorePoint.d.ts +104 -0
- package/compute/v20230701/restorePoint.js +83 -0
- package/compute/v20230701/restorePointCollection.d.ts +91 -0
- package/compute/v20230701/restorePointCollection.js +77 -0
- package/compute/v20230701/sshPublicKey.d.ts +77 -0
- package/compute/v20230701/sshPublicKey.js +71 -0
- package/compute/v20230701/virtualMachine.d.ts +300 -0
- package/compute/v20230701/virtualMachine.js +131 -0
- package/{hybridcompute/v20230425preview/machineExtension.d.ts → compute/v20230701/virtualMachineExtension.d.ts} +54 -34
- package/compute/v20230701/virtualMachineExtension.js +97 -0
- package/{hybridcompute/v20230425preview/machineRunCommand.d.ts → compute/v20230701/virtualMachineRunCommandByVirtualMachine.d.ts} +49 -45
- package/compute/v20230701/virtualMachineRunCommandByVirtualMachine.js +102 -0
- package/compute/v20230701/virtualMachineScaleSet.d.ts +252 -0
- package/compute/v20230701/virtualMachineScaleSet.js +117 -0
- package/compute/v20230701/virtualMachineScaleSetExtension.d.ts +147 -0
- package/compute/v20230701/virtualMachineScaleSetExtension.js +91 -0
- package/compute/v20230701/virtualMachineScaleSetVM.d.ts +227 -0
- package/compute/v20230701/virtualMachineScaleSetVM.js +120 -0
- package/compute/v20230701/virtualMachineScaleSetVMExtension.d.ts +163 -0
- package/compute/v20230701/virtualMachineScaleSetVMExtension.js +99 -0
- package/{hybridcompute/machineRunCommand.d.ts → compute/v20230701/virtualMachineScaleSetVMRunCommand.d.ts} +54 -47
- package/compute/v20230701/virtualMachineScaleSetVMRunCommand.js +106 -0
- package/compute/virtualMachine.js +2 -2
- package/compute/virtualMachineExtension.js +2 -2
- package/compute/virtualMachineRunCommandByVirtualMachine.js +2 -2
- package/compute/virtualMachineScaleSet.js +2 -2
- package/compute/virtualMachineScaleSetExtension.js +2 -2
- package/compute/virtualMachineScaleSetVM.js +2 -2
- package/compute/virtualMachineScaleSetVMExtension.js +2 -2
- package/compute/virtualMachineScaleSetVMRunCommand.js +2 -2
- package/containerservice/agentPool.js +2 -2
- package/containerservice/index.d.ts +2 -1
- package/containerservice/index.js +4 -2
- package/containerservice/maintenanceConfiguration.js +2 -2
- package/containerservice/managedCluster.js +2 -2
- package/containerservice/privateEndpointConnection.js +2 -2
- package/containerservice/snapshot.js +2 -2
- package/containerservice/v20190601/managedCluster.js +2 -2
- package/containerservice/v20200601/agentPool.js +2 -2
- package/containerservice/v20210201/agentPool.js +2 -2
- package/containerservice/v20210501/managedCluster.js +2 -2
- package/containerservice/v20210801/agentPool.js +2 -2
- package/containerservice/v20220402preview/agentPool.js +2 -2
- package/containerservice/v20230401/agentPool.js +2 -2
- package/containerservice/v20230401/maintenanceConfiguration.js +2 -2
- package/containerservice/v20230401/managedCluster.js +2 -2
- package/containerservice/v20230401/privateEndpointConnection.js +2 -2
- package/containerservice/v20230401/snapshot.js +2 -2
- package/containerservice/v20230502preview/agentPool.js +2 -2
- package/containerservice/v20230502preview/maintenanceConfiguration.js +2 -2
- package/containerservice/v20230502preview/managedCluster.js +2 -2
- package/containerservice/v20230502preview/privateEndpointConnection.js +2 -2
- package/containerservice/v20230502preview/snapshot.js +2 -2
- package/containerservice/v20230601/agentPool.js +2 -2
- package/containerservice/v20230601/maintenanceConfiguration.js +2 -2
- package/containerservice/v20230601/managedCluster.js +2 -2
- package/containerservice/v20230601/privateEndpointConnection.js +2 -2
- package/containerservice/v20230601/snapshot.js +2 -2
- package/containerservice/v20230602preview/agentPool.js +2 -2
- package/containerservice/v20230602preview/maintenanceConfiguration.js +2 -2
- package/containerservice/v20230602preview/managedCluster.js +2 -2
- package/containerservice/v20230602preview/privateEndpointConnection.js +2 -2
- package/containerservice/v20230602preview/snapshot.js +2 -2
- package/containerservice/v20230701/agentPool.d.ts +376 -0
- package/containerservice/v20230701/agentPool.js +149 -0
- package/containerservice/v20230701/getAgentPool.d.ts +219 -0
- package/containerservice/v20230701/getAgentPool.js +27 -0
- package/containerservice/v20230701/getMaintenanceConfiguration.d.ts +71 -0
- package/containerservice/v20230701/getMaintenanceConfiguration.js +27 -0
- package/containerservice/v20230701/getManagedCluster.d.ts +225 -0
- package/containerservice/v20230701/getManagedCluster.js +26 -0
- package/{hybridcompute/v20230425preview → containerservice/v20230701}/getPrivateEndpointConnection.d.ts +17 -13
- package/containerservice/v20230701/getPrivateEndpointConnection.js +27 -0
- package/containerservice/v20230701/getSnapshot.d.ts +93 -0
- package/containerservice/v20230701/getSnapshot.js +26 -0
- package/containerservice/v20230701/index.d.ts +40 -0
- package/containerservice/v20230701/index.js +78 -0
- package/containerservice/v20230701/listManagedClusterAdminCredentials.d.ts +47 -0
- package/containerservice/v20230701/listManagedClusterAdminCredentials.js +27 -0
- package/containerservice/v20230701/listManagedClusterMonitoringUserCredentials.d.ts +47 -0
- package/containerservice/v20230701/listManagedClusterMonitoringUserCredentials.js +27 -0
- package/containerservice/v20230701/listManagedClusterUserCredentials.d.ts +55 -0
- package/containerservice/v20230701/listManagedClusterUserCredentials.js +28 -0
- package/containerservice/v20230701/maintenanceConfiguration.d.ts +83 -0
- package/containerservice/v20230701/maintenanceConfiguration.js +78 -0
- package/containerservice/v20230701/managedCluster.d.ts +376 -0
- package/containerservice/v20230701/managedCluster.js +152 -0
- package/{hybridcompute/v20230425preview → containerservice/v20230701}/privateEndpointConnection.d.ts +18 -10
- package/containerservice/v20230701/privateEndpointConnection.js +78 -0
- package/containerservice/v20230701/snapshot.d.ts +116 -0
- package/containerservice/v20230701/snapshot.js +87 -0
- package/containerstorage/getPool.d.ts +19 -23
- package/containerstorage/getPool.js +3 -3
- package/containerstorage/{getVolumeSnapshot.d.ts → getSnapshot.d.ts} +15 -23
- package/containerstorage/getSnapshot.js +29 -0
- package/containerstorage/getVolume.d.ts +6 -10
- package/containerstorage/getVolume.js +3 -3
- package/containerstorage/index.d.ts +8 -8
- package/containerstorage/index.js +11 -11
- package/containerstorage/pool.d.ts +32 -43
- package/containerstorage/pool.js +10 -24
- package/containerstorage/{volumeSnapshot.d.ts → snapshot.d.ts} +18 -39
- package/containerstorage/snapshot.js +81 -0
- package/containerstorage/{v20230301preview → v20230701preview}/getPool.d.ts +18 -22
- package/containerstorage/{v20230301preview → v20230701preview}/getPool.js +2 -2
- package/containerstorage/{v20230301preview/getVolumeSnapshot.d.ts → v20230701preview/getSnapshot.d.ts} +14 -22
- package/containerstorage/v20230701preview/getSnapshot.js +27 -0
- package/containerstorage/{v20230301preview → v20230701preview}/getVolume.d.ts +5 -9
- package/containerstorage/{v20230301preview → v20230701preview}/getVolume.js +2 -2
- package/containerstorage/{v20230301preview → v20230701preview}/index.d.ts +7 -7
- package/containerstorage/v20230701preview/index.js +55 -0
- package/containerstorage/{v20230301preview → v20230701preview}/pool.d.ts +32 -43
- package/containerstorage/v20230701preview/pool.js +89 -0
- package/containerstorage/{v20230301preview/volumeSnapshot.d.ts → v20230701preview/snapshot.d.ts} +18 -39
- package/containerstorage/v20230701preview/snapshot.js +80 -0
- package/containerstorage/{v20230301preview → v20230701preview}/volume.d.ts +5 -22
- package/containerstorage/{v20230301preview → v20230701preview}/volume.js +6 -17
- package/containerstorage/volume.d.ts +5 -22
- package/containerstorage/volume.js +7 -18
- package/databox/index.d.ts +2 -1
- package/databox/index.js +4 -2
- package/databox/job.js +2 -2
- package/databox/v20221201/job.js +2 -2
- package/databox/v20230301/getJob.d.ts +141 -0
- package/databox/v20230301/getJob.js +27 -0
- package/databox/v20230301/index.d.ts +10 -0
- package/databox/v20230301/index.js +44 -0
- package/databox/v20230301/job.d.ts +172 -0
- package/databox/v20230301/job.js +115 -0
- package/databox/v20230301/listJobCredentials.d.ts +43 -0
- package/databox/v20230301/listJobCredentials.js +26 -0
- package/desktopvirtualization/application.js +2 -2
- package/desktopvirtualization/applicationGroup.js +2 -2
- package/desktopvirtualization/getScalingPlanPersonalSchedule.d.ts +165 -0
- package/desktopvirtualization/getScalingPlanPersonalSchedule.js +29 -0
- package/desktopvirtualization/hostPool.js +2 -2
- package/desktopvirtualization/index.d.ts +8 -1
- package/desktopvirtualization/index.js +11 -2
- package/desktopvirtualization/msixpackage.js +2 -2
- package/desktopvirtualization/privateEndpointConnectionByHostPool.js +2 -2
- package/desktopvirtualization/privateEndpointConnectionByWorkspace.js +2 -2
- package/desktopvirtualization/scalingPlan.js +2 -2
- package/desktopvirtualization/scalingPlanPersonalSchedule.d.ts +269 -0
- package/desktopvirtualization/scalingPlanPersonalSchedule.js +125 -0
- package/desktopvirtualization/scalingPlanPooledSchedule.js +2 -2
- package/desktopvirtualization/v20210201preview/scalingPlan.js +2 -2
- package/desktopvirtualization/v20220210preview/scalingPlan.js +2 -2
- package/desktopvirtualization/v20220401preview/applicationGroup.js +2 -2
- package/desktopvirtualization/v20220401preview/hostPool.js +2 -2
- package/desktopvirtualization/v20220909/application.js +2 -2
- package/desktopvirtualization/v20220909/applicationGroup.js +2 -2
- package/desktopvirtualization/v20220909/hostPool.js +2 -2
- package/desktopvirtualization/v20220909/msixpackage.js +2 -2
- package/desktopvirtualization/v20220909/scalingPlan.js +2 -2
- package/desktopvirtualization/v20220909/scalingPlanPooledSchedule.js +2 -2
- package/desktopvirtualization/v20220909/workspace.js +2 -2
- package/desktopvirtualization/v20221014preview/application.js +2 -2
- package/desktopvirtualization/v20221014preview/applicationGroup.js +2 -2
- package/desktopvirtualization/v20221014preview/hostPool.js +2 -2
- package/desktopvirtualization/v20221014preview/msixpackage.js +2 -2
- package/desktopvirtualization/v20221014preview/privateEndpointConnectionByHostPool.js +2 -2
- package/desktopvirtualization/v20221014preview/privateEndpointConnectionByWorkspace.js +2 -2
- package/desktopvirtualization/v20221014preview/scalingPlan.js +2 -2
- package/desktopvirtualization/v20221014preview/scalingPlanPooledSchedule.js +2 -2
- package/desktopvirtualization/v20221014preview/workspace.js +2 -2
- package/desktopvirtualization/v20230707preview/application.d.ts +159 -0
- package/desktopvirtualization/v20230707preview/application.js +102 -0
- package/desktopvirtualization/v20230707preview/applicationGroup.d.ts +154 -0
- package/desktopvirtualization/v20230707preview/applicationGroup.js +105 -0
- package/desktopvirtualization/v20230707preview/getApplication.d.ts +115 -0
- package/desktopvirtualization/v20230707preview/getApplication.js +27 -0
- package/desktopvirtualization/v20230707preview/getApplicationGroup.d.ts +108 -0
- package/desktopvirtualization/v20230707preview/getApplicationGroup.js +26 -0
- package/desktopvirtualization/v20230707preview/getHostPool.d.ts +168 -0
- package/desktopvirtualization/v20230707preview/getHostPool.js +26 -0
- package/desktopvirtualization/v20230707preview/getMSIXPackage.d.ts +103 -0
- package/desktopvirtualization/v20230707preview/getMSIXPackage.js +27 -0
- package/desktopvirtualization/v20230707preview/getPrivateEndpointConnectionByHostPool.d.ts +71 -0
- package/desktopvirtualization/v20230707preview/getPrivateEndpointConnectionByHostPool.js +27 -0
- package/desktopvirtualization/v20230707preview/getPrivateEndpointConnectionByWorkspace.d.ts +71 -0
- package/desktopvirtualization/v20230707preview/getPrivateEndpointConnectionByWorkspace.js +27 -0
- package/desktopvirtualization/v20230707preview/getScalingPlan.d.ts +108 -0
- package/desktopvirtualization/v20230707preview/getScalingPlan.js +26 -0
- package/desktopvirtualization/v20230707preview/getScalingPlanPersonalSchedule.d.ts +163 -0
- package/desktopvirtualization/v20230707preview/getScalingPlanPersonalSchedule.js +27 -0
- package/desktopvirtualization/v20230707preview/getScalingPlanPooledSchedule.d.ts +127 -0
- package/desktopvirtualization/v20230707preview/getScalingPlanPooledSchedule.js +27 -0
- package/desktopvirtualization/v20230707preview/getWorkspace.d.ts +104 -0
- package/desktopvirtualization/v20230707preview/getWorkspace.js +26 -0
- package/desktopvirtualization/v20230707preview/hostPool.d.ts +270 -0
- package/desktopvirtualization/v20230707preview/hostPool.js +138 -0
- package/desktopvirtualization/v20230707preview/index.d.ts +61 -0
- package/desktopvirtualization/v20230707preview/index.js +104 -0
- package/desktopvirtualization/v20230707preview/msixpackage.d.ts +147 -0
- package/desktopvirtualization/v20230707preview/msixpackage.js +93 -0
- package/desktopvirtualization/v20230707preview/privateEndpointConnectionByHostPool.d.ts +75 -0
- package/desktopvirtualization/v20230707preview/privateEndpointConnectionByHostPool.js +80 -0
- package/desktopvirtualization/v20230707preview/privateEndpointConnectionByWorkspace.d.ts +75 -0
- package/desktopvirtualization/v20230707preview/privateEndpointConnectionByWorkspace.js +80 -0
- package/desktopvirtualization/v20230707preview/scalingPlan.d.ts +162 -0
- package/desktopvirtualization/v20230707preview/scalingPlan.js +103 -0
- package/desktopvirtualization/v20230707preview/scalingPlanPersonalSchedule.d.ts +268 -0
- package/desktopvirtualization/v20230707preview/scalingPlanPersonalSchedule.js +124 -0
- package/desktopvirtualization/v20230707preview/scalingPlanPooledSchedule.d.ts +196 -0
- package/desktopvirtualization/v20230707preview/scalingPlanPooledSchedule.js +105 -0
- package/desktopvirtualization/v20230707preview/workspace.d.ts +146 -0
- package/desktopvirtualization/v20230707preview/workspace.js +97 -0
- package/desktopvirtualization/workspace.js +2 -2
- package/hdinsight/clusterPool.d.ts +136 -0
- package/hdinsight/clusterPool.js +95 -0
- package/hdinsight/getClusterPool.d.ts +103 -0
- package/hdinsight/getClusterPool.js +28 -0
- package/hdinsight/index.d.ts +8 -1
- package/hdinsight/index.js +11 -2
- package/hdinsight/v20230601preview/cluster.d.ts +115 -0
- package/hdinsight/v20230601preview/cluster.js +95 -0
- package/hdinsight/v20230601preview/clusterPool.d.ts +135 -0
- package/hdinsight/v20230601preview/clusterPool.js +94 -0
- package/hdinsight/v20230601preview/getCluster.d.ts +93 -0
- package/hdinsight/v20230601preview/getCluster.js +27 -0
- package/hdinsight/v20230601preview/getClusterPool.d.ts +101 -0
- package/hdinsight/v20230601preview/getClusterPool.js +26 -0
- package/hdinsight/v20230601preview/index.d.ts +13 -0
- package/hdinsight/v20230601preview/index.js +48 -0
- package/hybridcompute/index.d.ts +1 -8
- package/hybridcompute/index.js +2 -11
- package/hybridcompute/machine.js +2 -2
- package/hybridcompute/machineExtension.js +2 -2
- package/hybridcompute/privateEndpointConnection.js +2 -2
- package/hybridcompute/privateLinkScope.js +2 -2
- package/hybridcompute/v20200802/machine.js +2 -2
- package/hybridcompute/v20200815preview/machine.js +2 -2
- package/hybridcompute/v20200815preview/machineExtension.js +2 -2
- package/hybridcompute/v20200815preview/privateEndpointConnection.js +2 -2
- package/hybridcompute/v20200815preview/privateLinkScope.js +2 -2
- package/hybridcompute/v20220510preview/machine.js +2 -2
- package/hybridcompute/v20220510preview/machineExtension.js +2 -2
- package/hybridcompute/v20221227/machine.js +2 -2
- package/hybridcompute/v20221227/machineExtension.js +2 -2
- package/hybridcompute/v20221227/privateEndpointConnection.js +2 -2
- package/hybridcompute/v20221227/privateLinkScope.js +2 -2
- package/index.d.ts +3 -1
- package/index.js +8 -4
- package/managednetworkfabric/v20230615/accessControlList.d.ts +8 -0
- package/managednetworkfabric/v20230615/accessControlList.js +4 -1
- package/managednetworkfabric/v20230615/getAccessControlList.d.ts +4 -0
- package/managednetworkfabric/v20230615/getAccessControlList.js +1 -1
- package/managednetworkfabric/v20230615/getRoutePolicy.d.ts +4 -0
- package/managednetworkfabric/v20230615/getRoutePolicy.js +1 -1
- package/managednetworkfabric/v20230615/routePolicy.d.ts +8 -0
- package/managednetworkfabric/v20230615/routePolicy.js +4 -2
- package/maps/account.js +2 -2
- package/maps/creator.js +2 -2
- package/maps/index.d.ts +2 -1
- package/maps/index.js +4 -2
- package/maps/v20180501/account.js +2 -2
- package/maps/v20200201preview/creator.js +2 -2
- package/maps/v20210201/account.js +2 -2
- package/maps/v20210201/creator.js +2 -2
- package/maps/v20211201preview/account.js +2 -2
- package/maps/v20211201preview/creator.js +2 -2
- package/maps/v20230601/account.d.ts +108 -0
- package/maps/v20230601/account.js +83 -0
- package/{hybridcompute/v20230425preview/privateLinkScope.d.ts → maps/v20230601/creator.d.ts} +29 -25
- package/maps/v20230601/creator.js +80 -0
- package/maps/v20230601/getAccount.d.ts +77 -0
- package/maps/v20230601/getAccount.js +26 -0
- package/maps/v20230601/getCreator.d.ts +73 -0
- package/maps/v20230601/getCreator.js +27 -0
- package/maps/v20230601/index.d.ts +19 -0
- package/maps/v20230601/index.js +54 -0
- package/maps/v20230601/listAccountKeys.d.ts +50 -0
- package/maps/v20230601/listAccountKeys.js +26 -0
- package/maps/v20230601/listAccountSas.d.ts +95 -0
- package/maps/v20230601/listAccountSas.js +40 -0
- package/mobilepacketcore/getNetworkFunction.d.ts +99 -0
- package/mobilepacketcore/getNetworkFunction.js +28 -0
- package/mobilepacketcore/index.d.ts +9 -0
- package/mobilepacketcore/index.js +44 -0
- package/mobilepacketcore/networkFunction.d.ts +136 -0
- package/mobilepacketcore/networkFunction.js +99 -0
- package/mobilepacketcore/v20230515preview/getNetworkFunction.d.ts +97 -0
- package/mobilepacketcore/v20230515preview/getNetworkFunction.js +26 -0
- package/mobilepacketcore/v20230515preview/index.d.ts +7 -0
- package/mobilepacketcore/v20230515preview/index.js +41 -0
- package/mobilepacketcore/v20230515preview/networkFunction.d.ts +135 -0
- package/mobilepacketcore/v20230515preview/networkFunction.js +98 -0
- package/package.json +2 -2
- package/resourceconnector/listApplianceKeys.d.ts +8 -0
- package/resourceconnector/listApplianceKeys.js +2 -1
- package/resourceconnector/v20221027/listApplianceKeys.d.ts +8 -0
- package/resourceconnector/v20221027/listApplianceKeys.js +2 -1
- package/storagetasks/getStorageTask.d.ts +91 -0
- package/storagetasks/getStorageTask.js +28 -0
- package/storagetasks/index.d.ts +9 -0
- package/storagetasks/index.js +44 -0
- package/storagetasks/storageTask.d.ts +120 -0
- package/storagetasks/storageTask.js +95 -0
- package/storagetasks/v20230101/getStorageTask.d.ts +89 -0
- package/storagetasks/v20230101/getStorageTask.js +26 -0
- package/storagetasks/v20230101/index.d.ts +7 -0
- package/storagetasks/v20230101/index.js +41 -0
- package/storagetasks/v20230101/storageTask.d.ts +119 -0
- package/storagetasks/v20230101/storageTask.js +94 -0
- package/tsconfig.tsbuildinfo +1 -1
- package/types/enums/avs/index.d.ts +2 -1
- package/types/enums/avs/index.js +4 -2
- package/types/enums/avs/v20230301/index.d.ts +135 -0
- package/types/enums/avs/v20230301/index.js +77 -0
- package/types/enums/compute/index.d.ts +3 -1
- package/types/enums/compute/index.js +7 -3
- package/types/enums/compute/v20230402/index.d.ts +266 -0
- package/types/enums/compute/v20230402/index.js +208 -0
- package/types/enums/compute/v20230701/index.d.ts +584 -0
- package/types/enums/compute/v20230701/index.js +401 -0
- package/types/enums/containerservice/index.d.ts +2 -1
- package/types/enums/containerservice/index.js +4 -2
- package/types/enums/containerservice/v20230701/index.d.ts +517 -0
- package/types/enums/containerservice/v20230701/index.js +383 -0
- package/types/enums/containerstorage/index.d.ts +72 -10
- package/types/enums/containerstorage/index.js +59 -9
- package/types/enums/containerstorage/v20230701preview/index.d.ts +90 -0
- package/types/enums/containerstorage/v20230701preview/index.js +76 -0
- package/types/enums/databox/index.d.ts +2 -1
- package/types/enums/databox/index.js +4 -2
- package/types/enums/databox/v20230301/index.d.ts +247 -0
- package/types/enums/databox/v20230301/index.js +196 -0
- package/types/enums/desktopvirtualization/index.d.ts +36 -1
- package/types/enums/desktopvirtualization/index.js +26 -2
- package/types/enums/desktopvirtualization/v20230707preview/index.d.ts +216 -0
- package/types/enums/desktopvirtualization/v20230707preview/index.js +137 -0
- package/types/enums/hdinsight/index.d.ts +2 -1
- package/types/enums/hdinsight/index.js +4 -2
- package/types/enums/hdinsight/v20230601preview/index.d.ts +53 -0
- package/types/enums/hdinsight/v20230601preview/index.js +38 -0
- package/types/enums/hybridcompute/index.d.ts +1 -2
- package/types/enums/hybridcompute/index.js +2 -4
- package/types/enums/index.d.ts +3 -1
- package/types/enums/index.js +7 -3
- package/types/enums/managednetworkfabric/index.d.ts +3 -3
- package/types/enums/managednetworkfabric/v20230615/index.d.ts +4 -4
- package/types/enums/maps/index.d.ts +2 -1
- package/types/enums/maps/index.js +4 -2
- package/types/enums/maps/v20230601/index.d.ts +53 -0
- package/types/enums/maps/v20230601/index.js +35 -0
- package/types/enums/mobilepacketcore/index.d.ts +100 -0
- package/types/enums/mobilepacketcore/index.js +95 -0
- package/types/enums/mobilepacketcore/v20230515preview/index.d.ts +98 -0
- package/types/enums/mobilepacketcore/v20230515preview/index.js +92 -0
- package/types/enums/resourceconnector/index.d.ts +0 -2
- package/types/enums/resourceconnector/index.js +1 -3
- package/types/enums/resourceconnector/v20221027/index.d.ts +0 -2
- package/types/enums/resourceconnector/v20221027/index.js +1 -3
- package/types/enums/storagetasks/index.d.ts +39 -0
- package/types/enums/storagetasks/index.js +30 -0
- package/types/enums/storagetasks/v20230101/index.d.ts +37 -0
- package/types/enums/storagetasks/v20230101/index.js +27 -0
- package/types/input.d.ts +8228 -2058
- package/types/input.js +370 -20
- package/types/output.d.ts +31666 -22843
- package/types/output.js +370 -20
- package/containerstorage/getVolumeSnapshot.js +0 -29
- package/containerstorage/v20230301preview/getVolumeSnapshot.js +0 -27
- package/containerstorage/v20230301preview/index.js +0 -55
- package/containerstorage/v20230301preview/pool.js +0 -103
- package/containerstorage/v20230301preview/volumeSnapshot.js +0 -93
- package/containerstorage/volumeSnapshot.js +0 -94
- package/hybridcompute/getMachineRunCommand.d.ts +0 -123
- package/hybridcompute/getMachineRunCommand.js +0 -29
- package/hybridcompute/machineRunCommand.js +0 -103
- package/hybridcompute/v20230425preview/getMachine.d.ts +0 -199
- package/hybridcompute/v20230425preview/getMachine.js +0 -27
- package/hybridcompute/v20230425preview/getMachineExtension.d.ts +0 -105
- package/hybridcompute/v20230425preview/getMachineExtension.js +0 -27
- package/hybridcompute/v20230425preview/getMachineRunCommand.d.ts +0 -121
- package/hybridcompute/v20230425preview/getMachineRunCommand.js +0 -27
- package/hybridcompute/v20230425preview/getPrivateEndpointConnection.js +0 -27
- package/hybridcompute/v20230425preview/getPrivateLinkScope.d.ts +0 -65
- package/hybridcompute/v20230425preview/getPrivateLinkScope.js +0 -26
- package/hybridcompute/v20230425preview/index.d.ts +0 -31
- package/hybridcompute/v20230425preview/index.js +0 -69
- package/hybridcompute/v20230425preview/machine.d.ts +0 -258
- package/hybridcompute/v20230425preview/machine.js +0 -135
- package/hybridcompute/v20230425preview/machineExtension.js +0 -93
- package/hybridcompute/v20230425preview/machineRunCommand.js +0 -102
- package/hybridcompute/v20230425preview/privateEndpointConnection.js +0 -73
- package/hybridcompute/v20230425preview/privateLinkScope.js +0 -73
- package/types/enums/containerstorage/v20230301preview/index.d.ts +0 -28
- package/types/enums/containerstorage/v20230301preview/index.js +0 -26
- package/types/enums/hybridcompute/v20230425preview/index.d.ts +0 -58
- package/types/enums/hybridcompute/v20230425preview/index.js +0 -40
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
export { AvailabilitySetArgs } from "./availabilitySet";
|
|
2
|
+
export type AvailabilitySet = import("./availabilitySet").AvailabilitySet;
|
|
3
|
+
export declare const AvailabilitySet: typeof import("./availabilitySet").AvailabilitySet;
|
|
4
|
+
export { CapacityReservationArgs } from "./capacityReservation";
|
|
5
|
+
export type CapacityReservation = import("./capacityReservation").CapacityReservation;
|
|
6
|
+
export declare const CapacityReservation: typeof import("./capacityReservation").CapacityReservation;
|
|
7
|
+
export { CapacityReservationGroupArgs } from "./capacityReservationGroup";
|
|
8
|
+
export type CapacityReservationGroup = import("./capacityReservationGroup").CapacityReservationGroup;
|
|
9
|
+
export declare const CapacityReservationGroup: typeof import("./capacityReservationGroup").CapacityReservationGroup;
|
|
10
|
+
export { DedicatedHostArgs } from "./dedicatedHost";
|
|
11
|
+
export type DedicatedHost = import("./dedicatedHost").DedicatedHost;
|
|
12
|
+
export declare const DedicatedHost: typeof import("./dedicatedHost").DedicatedHost;
|
|
13
|
+
export { DedicatedHostGroupArgs } from "./dedicatedHostGroup";
|
|
14
|
+
export type DedicatedHostGroup = import("./dedicatedHostGroup").DedicatedHostGroup;
|
|
15
|
+
export declare const DedicatedHostGroup: typeof import("./dedicatedHostGroup").DedicatedHostGroup;
|
|
16
|
+
export { GetAvailabilitySetArgs, GetAvailabilitySetResult, GetAvailabilitySetOutputArgs } from "./getAvailabilitySet";
|
|
17
|
+
export declare const getAvailabilitySet: typeof import("./getAvailabilitySet").getAvailabilitySet;
|
|
18
|
+
export declare const getAvailabilitySetOutput: typeof import("./getAvailabilitySet").getAvailabilitySetOutput;
|
|
19
|
+
export { GetCapacityReservationArgs, GetCapacityReservationResult, GetCapacityReservationOutputArgs } from "./getCapacityReservation";
|
|
20
|
+
export declare const getCapacityReservation: typeof import("./getCapacityReservation").getCapacityReservation;
|
|
21
|
+
export declare const getCapacityReservationOutput: typeof import("./getCapacityReservation").getCapacityReservationOutput;
|
|
22
|
+
export { GetCapacityReservationGroupArgs, GetCapacityReservationGroupResult, GetCapacityReservationGroupOutputArgs } from "./getCapacityReservationGroup";
|
|
23
|
+
export declare const getCapacityReservationGroup: typeof import("./getCapacityReservationGroup").getCapacityReservationGroup;
|
|
24
|
+
export declare const getCapacityReservationGroupOutput: typeof import("./getCapacityReservationGroup").getCapacityReservationGroupOutput;
|
|
25
|
+
export { GetDedicatedHostArgs, GetDedicatedHostResult, GetDedicatedHostOutputArgs } from "./getDedicatedHost";
|
|
26
|
+
export declare const getDedicatedHost: typeof import("./getDedicatedHost").getDedicatedHost;
|
|
27
|
+
export declare const getDedicatedHostOutput: typeof import("./getDedicatedHost").getDedicatedHostOutput;
|
|
28
|
+
export { GetDedicatedHostGroupArgs, GetDedicatedHostGroupResult, GetDedicatedHostGroupOutputArgs } from "./getDedicatedHostGroup";
|
|
29
|
+
export declare const getDedicatedHostGroup: typeof import("./getDedicatedHostGroup").getDedicatedHostGroup;
|
|
30
|
+
export declare const getDedicatedHostGroupOutput: typeof import("./getDedicatedHostGroup").getDedicatedHostGroupOutput;
|
|
31
|
+
export { GetImageArgs, GetImageResult, GetImageOutputArgs } from "./getImage";
|
|
32
|
+
export declare const getImage: typeof import("./getImage").getImage;
|
|
33
|
+
export declare const getImageOutput: typeof import("./getImage").getImageOutput;
|
|
34
|
+
export { GetLogAnalyticExportRequestRateByIntervalArgs, GetLogAnalyticExportRequestRateByIntervalResult, GetLogAnalyticExportRequestRateByIntervalOutputArgs } from "./getLogAnalyticExportRequestRateByInterval";
|
|
35
|
+
export declare const getLogAnalyticExportRequestRateByInterval: typeof import("./getLogAnalyticExportRequestRateByInterval").getLogAnalyticExportRequestRateByInterval;
|
|
36
|
+
export declare const getLogAnalyticExportRequestRateByIntervalOutput: typeof import("./getLogAnalyticExportRequestRateByInterval").getLogAnalyticExportRequestRateByIntervalOutput;
|
|
37
|
+
export { GetLogAnalyticExportThrottledRequestsArgs, GetLogAnalyticExportThrottledRequestsResult, GetLogAnalyticExportThrottledRequestsOutputArgs } from "./getLogAnalyticExportThrottledRequests";
|
|
38
|
+
export declare const getLogAnalyticExportThrottledRequests: typeof import("./getLogAnalyticExportThrottledRequests").getLogAnalyticExportThrottledRequests;
|
|
39
|
+
export declare const getLogAnalyticExportThrottledRequestsOutput: typeof import("./getLogAnalyticExportThrottledRequests").getLogAnalyticExportThrottledRequestsOutput;
|
|
40
|
+
export { GetProximityPlacementGroupArgs, GetProximityPlacementGroupResult, GetProximityPlacementGroupOutputArgs } from "./getProximityPlacementGroup";
|
|
41
|
+
export declare const getProximityPlacementGroup: typeof import("./getProximityPlacementGroup").getProximityPlacementGroup;
|
|
42
|
+
export declare const getProximityPlacementGroupOutput: typeof import("./getProximityPlacementGroup").getProximityPlacementGroupOutput;
|
|
43
|
+
export { GetRestorePointArgs, GetRestorePointResult, GetRestorePointOutputArgs } from "./getRestorePoint";
|
|
44
|
+
export declare const getRestorePoint: typeof import("./getRestorePoint").getRestorePoint;
|
|
45
|
+
export declare const getRestorePointOutput: typeof import("./getRestorePoint").getRestorePointOutput;
|
|
46
|
+
export { GetRestorePointCollectionArgs, GetRestorePointCollectionResult, GetRestorePointCollectionOutputArgs } from "./getRestorePointCollection";
|
|
47
|
+
export declare const getRestorePointCollection: typeof import("./getRestorePointCollection").getRestorePointCollection;
|
|
48
|
+
export declare const getRestorePointCollectionOutput: typeof import("./getRestorePointCollection").getRestorePointCollectionOutput;
|
|
49
|
+
export { GetSshPublicKeyArgs, GetSshPublicKeyResult, GetSshPublicKeyOutputArgs } from "./getSshPublicKey";
|
|
50
|
+
export declare const getSshPublicKey: typeof import("./getSshPublicKey").getSshPublicKey;
|
|
51
|
+
export declare const getSshPublicKeyOutput: typeof import("./getSshPublicKey").getSshPublicKeyOutput;
|
|
52
|
+
export { GetVirtualMachineArgs, GetVirtualMachineResult, GetVirtualMachineOutputArgs } from "./getVirtualMachine";
|
|
53
|
+
export declare const getVirtualMachine: typeof import("./getVirtualMachine").getVirtualMachine;
|
|
54
|
+
export declare const getVirtualMachineOutput: typeof import("./getVirtualMachine").getVirtualMachineOutput;
|
|
55
|
+
export { GetVirtualMachineExtensionArgs, GetVirtualMachineExtensionResult, GetVirtualMachineExtensionOutputArgs } from "./getVirtualMachineExtension";
|
|
56
|
+
export declare const getVirtualMachineExtension: typeof import("./getVirtualMachineExtension").getVirtualMachineExtension;
|
|
57
|
+
export declare const getVirtualMachineExtensionOutput: typeof import("./getVirtualMachineExtension").getVirtualMachineExtensionOutput;
|
|
58
|
+
export { GetVirtualMachineRunCommandByVirtualMachineArgs, GetVirtualMachineRunCommandByVirtualMachineResult, GetVirtualMachineRunCommandByVirtualMachineOutputArgs } from "./getVirtualMachineRunCommandByVirtualMachine";
|
|
59
|
+
export declare const getVirtualMachineRunCommandByVirtualMachine: typeof import("./getVirtualMachineRunCommandByVirtualMachine").getVirtualMachineRunCommandByVirtualMachine;
|
|
60
|
+
export declare const getVirtualMachineRunCommandByVirtualMachineOutput: typeof import("./getVirtualMachineRunCommandByVirtualMachine").getVirtualMachineRunCommandByVirtualMachineOutput;
|
|
61
|
+
export { GetVirtualMachineScaleSetArgs, GetVirtualMachineScaleSetResult, GetVirtualMachineScaleSetOutputArgs } from "./getVirtualMachineScaleSet";
|
|
62
|
+
export declare const getVirtualMachineScaleSet: typeof import("./getVirtualMachineScaleSet").getVirtualMachineScaleSet;
|
|
63
|
+
export declare const getVirtualMachineScaleSetOutput: typeof import("./getVirtualMachineScaleSet").getVirtualMachineScaleSetOutput;
|
|
64
|
+
export { GetVirtualMachineScaleSetExtensionArgs, GetVirtualMachineScaleSetExtensionResult, GetVirtualMachineScaleSetExtensionOutputArgs } from "./getVirtualMachineScaleSetExtension";
|
|
65
|
+
export declare const getVirtualMachineScaleSetExtension: typeof import("./getVirtualMachineScaleSetExtension").getVirtualMachineScaleSetExtension;
|
|
66
|
+
export declare const getVirtualMachineScaleSetExtensionOutput: typeof import("./getVirtualMachineScaleSetExtension").getVirtualMachineScaleSetExtensionOutput;
|
|
67
|
+
export { GetVirtualMachineScaleSetVMArgs, GetVirtualMachineScaleSetVMResult, GetVirtualMachineScaleSetVMOutputArgs } from "./getVirtualMachineScaleSetVM";
|
|
68
|
+
export declare const getVirtualMachineScaleSetVM: typeof import("./getVirtualMachineScaleSetVM").getVirtualMachineScaleSetVM;
|
|
69
|
+
export declare const getVirtualMachineScaleSetVMOutput: typeof import("./getVirtualMachineScaleSetVM").getVirtualMachineScaleSetVMOutput;
|
|
70
|
+
export { GetVirtualMachineScaleSetVMExtensionArgs, GetVirtualMachineScaleSetVMExtensionResult, GetVirtualMachineScaleSetVMExtensionOutputArgs } from "./getVirtualMachineScaleSetVMExtension";
|
|
71
|
+
export declare const getVirtualMachineScaleSetVMExtension: typeof import("./getVirtualMachineScaleSetVMExtension").getVirtualMachineScaleSetVMExtension;
|
|
72
|
+
export declare const getVirtualMachineScaleSetVMExtensionOutput: typeof import("./getVirtualMachineScaleSetVMExtension").getVirtualMachineScaleSetVMExtensionOutput;
|
|
73
|
+
export { GetVirtualMachineScaleSetVMRunCommandArgs, GetVirtualMachineScaleSetVMRunCommandResult, GetVirtualMachineScaleSetVMRunCommandOutputArgs } from "./getVirtualMachineScaleSetVMRunCommand";
|
|
74
|
+
export declare const getVirtualMachineScaleSetVMRunCommand: typeof import("./getVirtualMachineScaleSetVMRunCommand").getVirtualMachineScaleSetVMRunCommand;
|
|
75
|
+
export declare const getVirtualMachineScaleSetVMRunCommandOutput: typeof import("./getVirtualMachineScaleSetVMRunCommand").getVirtualMachineScaleSetVMRunCommandOutput;
|
|
76
|
+
export { ImageArgs } from "./image";
|
|
77
|
+
export type Image = import("./image").Image;
|
|
78
|
+
export declare const Image: typeof import("./image").Image;
|
|
79
|
+
export { ProximityPlacementGroupArgs } from "./proximityPlacementGroup";
|
|
80
|
+
export type ProximityPlacementGroup = import("./proximityPlacementGroup").ProximityPlacementGroup;
|
|
81
|
+
export declare const ProximityPlacementGroup: typeof import("./proximityPlacementGroup").ProximityPlacementGroup;
|
|
82
|
+
export { RestorePointArgs } from "./restorePoint";
|
|
83
|
+
export type RestorePoint = import("./restorePoint").RestorePoint;
|
|
84
|
+
export declare const RestorePoint: typeof import("./restorePoint").RestorePoint;
|
|
85
|
+
export { RestorePointCollectionArgs } from "./restorePointCollection";
|
|
86
|
+
export type RestorePointCollection = import("./restorePointCollection").RestorePointCollection;
|
|
87
|
+
export declare const RestorePointCollection: typeof import("./restorePointCollection").RestorePointCollection;
|
|
88
|
+
export { SshPublicKeyArgs } from "./sshPublicKey";
|
|
89
|
+
export type SshPublicKey = import("./sshPublicKey").SshPublicKey;
|
|
90
|
+
export declare const SshPublicKey: typeof import("./sshPublicKey").SshPublicKey;
|
|
91
|
+
export { VirtualMachineArgs } from "./virtualMachine";
|
|
92
|
+
export type VirtualMachine = import("./virtualMachine").VirtualMachine;
|
|
93
|
+
export declare const VirtualMachine: typeof import("./virtualMachine").VirtualMachine;
|
|
94
|
+
export { VirtualMachineExtensionArgs } from "./virtualMachineExtension";
|
|
95
|
+
export type VirtualMachineExtension = import("./virtualMachineExtension").VirtualMachineExtension;
|
|
96
|
+
export declare const VirtualMachineExtension: typeof import("./virtualMachineExtension").VirtualMachineExtension;
|
|
97
|
+
export { VirtualMachineRunCommandByVirtualMachineArgs } from "./virtualMachineRunCommandByVirtualMachine";
|
|
98
|
+
export type VirtualMachineRunCommandByVirtualMachine = import("./virtualMachineRunCommandByVirtualMachine").VirtualMachineRunCommandByVirtualMachine;
|
|
99
|
+
export declare const VirtualMachineRunCommandByVirtualMachine: typeof import("./virtualMachineRunCommandByVirtualMachine").VirtualMachineRunCommandByVirtualMachine;
|
|
100
|
+
export { VirtualMachineScaleSetArgs } from "./virtualMachineScaleSet";
|
|
101
|
+
export type VirtualMachineScaleSet = import("./virtualMachineScaleSet").VirtualMachineScaleSet;
|
|
102
|
+
export declare const VirtualMachineScaleSet: typeof import("./virtualMachineScaleSet").VirtualMachineScaleSet;
|
|
103
|
+
export { VirtualMachineScaleSetExtensionArgs } from "./virtualMachineScaleSetExtension";
|
|
104
|
+
export type VirtualMachineScaleSetExtension = import("./virtualMachineScaleSetExtension").VirtualMachineScaleSetExtension;
|
|
105
|
+
export declare const VirtualMachineScaleSetExtension: typeof import("./virtualMachineScaleSetExtension").VirtualMachineScaleSetExtension;
|
|
106
|
+
export { VirtualMachineScaleSetVMArgs } from "./virtualMachineScaleSetVM";
|
|
107
|
+
export type VirtualMachineScaleSetVM = import("./virtualMachineScaleSetVM").VirtualMachineScaleSetVM;
|
|
108
|
+
export declare const VirtualMachineScaleSetVM: typeof import("./virtualMachineScaleSetVM").VirtualMachineScaleSetVM;
|
|
109
|
+
export { VirtualMachineScaleSetVMExtensionArgs } from "./virtualMachineScaleSetVMExtension";
|
|
110
|
+
export type VirtualMachineScaleSetVMExtension = import("./virtualMachineScaleSetVMExtension").VirtualMachineScaleSetVMExtension;
|
|
111
|
+
export declare const VirtualMachineScaleSetVMExtension: typeof import("./virtualMachineScaleSetVMExtension").VirtualMachineScaleSetVMExtension;
|
|
112
|
+
export { VirtualMachineScaleSetVMRunCommandArgs } from "./virtualMachineScaleSetVMRunCommand";
|
|
113
|
+
export type VirtualMachineScaleSetVMRunCommand = import("./virtualMachineScaleSetVMRunCommand").VirtualMachineScaleSetVMRunCommand;
|
|
114
|
+
export declare const VirtualMachineScaleSetVMRunCommand: typeof import("./virtualMachineScaleSetVMRunCommand").VirtualMachineScaleSetVMRunCommand;
|
|
115
|
+
export * from "../../types/enums/compute/v20230701";
|
|
@@ -0,0 +1,167 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
5
|
+
if (k2 === undefined) k2 = k;
|
|
6
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
7
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
8
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
9
|
+
}
|
|
10
|
+
Object.defineProperty(o, k2, desc);
|
|
11
|
+
}) : (function(o, m, k, k2) {
|
|
12
|
+
if (k2 === undefined) k2 = k;
|
|
13
|
+
o[k2] = m[k];
|
|
14
|
+
}));
|
|
15
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
16
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
17
|
+
};
|
|
18
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19
|
+
exports.SshPublicKey = exports.RestorePointCollection = exports.RestorePoint = exports.ProximityPlacementGroup = exports.Image = exports.getVirtualMachineScaleSetVMRunCommandOutput = exports.getVirtualMachineScaleSetVMRunCommand = exports.getVirtualMachineScaleSetVMExtensionOutput = exports.getVirtualMachineScaleSetVMExtension = exports.getVirtualMachineScaleSetVMOutput = exports.getVirtualMachineScaleSetVM = exports.getVirtualMachineScaleSetExtensionOutput = exports.getVirtualMachineScaleSetExtension = exports.getVirtualMachineScaleSetOutput = exports.getVirtualMachineScaleSet = exports.getVirtualMachineRunCommandByVirtualMachineOutput = exports.getVirtualMachineRunCommandByVirtualMachine = exports.getVirtualMachineExtensionOutput = exports.getVirtualMachineExtension = exports.getVirtualMachineOutput = exports.getVirtualMachine = exports.getSshPublicKeyOutput = exports.getSshPublicKey = exports.getRestorePointCollectionOutput = exports.getRestorePointCollection = exports.getRestorePointOutput = exports.getRestorePoint = exports.getProximityPlacementGroupOutput = exports.getProximityPlacementGroup = exports.getLogAnalyticExportThrottledRequestsOutput = exports.getLogAnalyticExportThrottledRequests = exports.getLogAnalyticExportRequestRateByIntervalOutput = exports.getLogAnalyticExportRequestRateByInterval = exports.getImageOutput = exports.getImage = exports.getDedicatedHostGroupOutput = exports.getDedicatedHostGroup = exports.getDedicatedHostOutput = exports.getDedicatedHost = exports.getCapacityReservationGroupOutput = exports.getCapacityReservationGroup = exports.getCapacityReservationOutput = exports.getCapacityReservation = exports.getAvailabilitySetOutput = exports.getAvailabilitySet = exports.DedicatedHostGroup = exports.DedicatedHost = exports.CapacityReservationGroup = exports.CapacityReservation = exports.AvailabilitySet = void 0;
|
|
20
|
+
exports.VirtualMachineScaleSetVMRunCommand = exports.VirtualMachineScaleSetVMExtension = exports.VirtualMachineScaleSetVM = exports.VirtualMachineScaleSetExtension = exports.VirtualMachineScaleSet = exports.VirtualMachineRunCommandByVirtualMachine = exports.VirtualMachineExtension = exports.VirtualMachine = void 0;
|
|
21
|
+
const pulumi = require("@pulumi/pulumi");
|
|
22
|
+
const utilities = require("../../utilities");
|
|
23
|
+
exports.AvailabilitySet = null;
|
|
24
|
+
utilities.lazyLoad(exports, ["AvailabilitySet"], () => require("./availabilitySet"));
|
|
25
|
+
exports.CapacityReservation = null;
|
|
26
|
+
utilities.lazyLoad(exports, ["CapacityReservation"], () => require("./capacityReservation"));
|
|
27
|
+
exports.CapacityReservationGroup = null;
|
|
28
|
+
utilities.lazyLoad(exports, ["CapacityReservationGroup"], () => require("./capacityReservationGroup"));
|
|
29
|
+
exports.DedicatedHost = null;
|
|
30
|
+
utilities.lazyLoad(exports, ["DedicatedHost"], () => require("./dedicatedHost"));
|
|
31
|
+
exports.DedicatedHostGroup = null;
|
|
32
|
+
utilities.lazyLoad(exports, ["DedicatedHostGroup"], () => require("./dedicatedHostGroup"));
|
|
33
|
+
exports.getAvailabilitySet = null;
|
|
34
|
+
exports.getAvailabilitySetOutput = null;
|
|
35
|
+
utilities.lazyLoad(exports, ["getAvailabilitySet", "getAvailabilitySetOutput"], () => require("./getAvailabilitySet"));
|
|
36
|
+
exports.getCapacityReservation = null;
|
|
37
|
+
exports.getCapacityReservationOutput = null;
|
|
38
|
+
utilities.lazyLoad(exports, ["getCapacityReservation", "getCapacityReservationOutput"], () => require("./getCapacityReservation"));
|
|
39
|
+
exports.getCapacityReservationGroup = null;
|
|
40
|
+
exports.getCapacityReservationGroupOutput = null;
|
|
41
|
+
utilities.lazyLoad(exports, ["getCapacityReservationGroup", "getCapacityReservationGroupOutput"], () => require("./getCapacityReservationGroup"));
|
|
42
|
+
exports.getDedicatedHost = null;
|
|
43
|
+
exports.getDedicatedHostOutput = null;
|
|
44
|
+
utilities.lazyLoad(exports, ["getDedicatedHost", "getDedicatedHostOutput"], () => require("./getDedicatedHost"));
|
|
45
|
+
exports.getDedicatedHostGroup = null;
|
|
46
|
+
exports.getDedicatedHostGroupOutput = null;
|
|
47
|
+
utilities.lazyLoad(exports, ["getDedicatedHostGroup", "getDedicatedHostGroupOutput"], () => require("./getDedicatedHostGroup"));
|
|
48
|
+
exports.getImage = null;
|
|
49
|
+
exports.getImageOutput = null;
|
|
50
|
+
utilities.lazyLoad(exports, ["getImage", "getImageOutput"], () => require("./getImage"));
|
|
51
|
+
exports.getLogAnalyticExportRequestRateByInterval = null;
|
|
52
|
+
exports.getLogAnalyticExportRequestRateByIntervalOutput = null;
|
|
53
|
+
utilities.lazyLoad(exports, ["getLogAnalyticExportRequestRateByInterval", "getLogAnalyticExportRequestRateByIntervalOutput"], () => require("./getLogAnalyticExportRequestRateByInterval"));
|
|
54
|
+
exports.getLogAnalyticExportThrottledRequests = null;
|
|
55
|
+
exports.getLogAnalyticExportThrottledRequestsOutput = null;
|
|
56
|
+
utilities.lazyLoad(exports, ["getLogAnalyticExportThrottledRequests", "getLogAnalyticExportThrottledRequestsOutput"], () => require("./getLogAnalyticExportThrottledRequests"));
|
|
57
|
+
exports.getProximityPlacementGroup = null;
|
|
58
|
+
exports.getProximityPlacementGroupOutput = null;
|
|
59
|
+
utilities.lazyLoad(exports, ["getProximityPlacementGroup", "getProximityPlacementGroupOutput"], () => require("./getProximityPlacementGroup"));
|
|
60
|
+
exports.getRestorePoint = null;
|
|
61
|
+
exports.getRestorePointOutput = null;
|
|
62
|
+
utilities.lazyLoad(exports, ["getRestorePoint", "getRestorePointOutput"], () => require("./getRestorePoint"));
|
|
63
|
+
exports.getRestorePointCollection = null;
|
|
64
|
+
exports.getRestorePointCollectionOutput = null;
|
|
65
|
+
utilities.lazyLoad(exports, ["getRestorePointCollection", "getRestorePointCollectionOutput"], () => require("./getRestorePointCollection"));
|
|
66
|
+
exports.getSshPublicKey = null;
|
|
67
|
+
exports.getSshPublicKeyOutput = null;
|
|
68
|
+
utilities.lazyLoad(exports, ["getSshPublicKey", "getSshPublicKeyOutput"], () => require("./getSshPublicKey"));
|
|
69
|
+
exports.getVirtualMachine = null;
|
|
70
|
+
exports.getVirtualMachineOutput = null;
|
|
71
|
+
utilities.lazyLoad(exports, ["getVirtualMachine", "getVirtualMachineOutput"], () => require("./getVirtualMachine"));
|
|
72
|
+
exports.getVirtualMachineExtension = null;
|
|
73
|
+
exports.getVirtualMachineExtensionOutput = null;
|
|
74
|
+
utilities.lazyLoad(exports, ["getVirtualMachineExtension", "getVirtualMachineExtensionOutput"], () => require("./getVirtualMachineExtension"));
|
|
75
|
+
exports.getVirtualMachineRunCommandByVirtualMachine = null;
|
|
76
|
+
exports.getVirtualMachineRunCommandByVirtualMachineOutput = null;
|
|
77
|
+
utilities.lazyLoad(exports, ["getVirtualMachineRunCommandByVirtualMachine", "getVirtualMachineRunCommandByVirtualMachineOutput"], () => require("./getVirtualMachineRunCommandByVirtualMachine"));
|
|
78
|
+
exports.getVirtualMachineScaleSet = null;
|
|
79
|
+
exports.getVirtualMachineScaleSetOutput = null;
|
|
80
|
+
utilities.lazyLoad(exports, ["getVirtualMachineScaleSet", "getVirtualMachineScaleSetOutput"], () => require("./getVirtualMachineScaleSet"));
|
|
81
|
+
exports.getVirtualMachineScaleSetExtension = null;
|
|
82
|
+
exports.getVirtualMachineScaleSetExtensionOutput = null;
|
|
83
|
+
utilities.lazyLoad(exports, ["getVirtualMachineScaleSetExtension", "getVirtualMachineScaleSetExtensionOutput"], () => require("./getVirtualMachineScaleSetExtension"));
|
|
84
|
+
exports.getVirtualMachineScaleSetVM = null;
|
|
85
|
+
exports.getVirtualMachineScaleSetVMOutput = null;
|
|
86
|
+
utilities.lazyLoad(exports, ["getVirtualMachineScaleSetVM", "getVirtualMachineScaleSetVMOutput"], () => require("./getVirtualMachineScaleSetVM"));
|
|
87
|
+
exports.getVirtualMachineScaleSetVMExtension = null;
|
|
88
|
+
exports.getVirtualMachineScaleSetVMExtensionOutput = null;
|
|
89
|
+
utilities.lazyLoad(exports, ["getVirtualMachineScaleSetVMExtension", "getVirtualMachineScaleSetVMExtensionOutput"], () => require("./getVirtualMachineScaleSetVMExtension"));
|
|
90
|
+
exports.getVirtualMachineScaleSetVMRunCommand = null;
|
|
91
|
+
exports.getVirtualMachineScaleSetVMRunCommandOutput = null;
|
|
92
|
+
utilities.lazyLoad(exports, ["getVirtualMachineScaleSetVMRunCommand", "getVirtualMachineScaleSetVMRunCommandOutput"], () => require("./getVirtualMachineScaleSetVMRunCommand"));
|
|
93
|
+
exports.Image = null;
|
|
94
|
+
utilities.lazyLoad(exports, ["Image"], () => require("./image"));
|
|
95
|
+
exports.ProximityPlacementGroup = null;
|
|
96
|
+
utilities.lazyLoad(exports, ["ProximityPlacementGroup"], () => require("./proximityPlacementGroup"));
|
|
97
|
+
exports.RestorePoint = null;
|
|
98
|
+
utilities.lazyLoad(exports, ["RestorePoint"], () => require("./restorePoint"));
|
|
99
|
+
exports.RestorePointCollection = null;
|
|
100
|
+
utilities.lazyLoad(exports, ["RestorePointCollection"], () => require("./restorePointCollection"));
|
|
101
|
+
exports.SshPublicKey = null;
|
|
102
|
+
utilities.lazyLoad(exports, ["SshPublicKey"], () => require("./sshPublicKey"));
|
|
103
|
+
exports.VirtualMachine = null;
|
|
104
|
+
utilities.lazyLoad(exports, ["VirtualMachine"], () => require("./virtualMachine"));
|
|
105
|
+
exports.VirtualMachineExtension = null;
|
|
106
|
+
utilities.lazyLoad(exports, ["VirtualMachineExtension"], () => require("./virtualMachineExtension"));
|
|
107
|
+
exports.VirtualMachineRunCommandByVirtualMachine = null;
|
|
108
|
+
utilities.lazyLoad(exports, ["VirtualMachineRunCommandByVirtualMachine"], () => require("./virtualMachineRunCommandByVirtualMachine"));
|
|
109
|
+
exports.VirtualMachineScaleSet = null;
|
|
110
|
+
utilities.lazyLoad(exports, ["VirtualMachineScaleSet"], () => require("./virtualMachineScaleSet"));
|
|
111
|
+
exports.VirtualMachineScaleSetExtension = null;
|
|
112
|
+
utilities.lazyLoad(exports, ["VirtualMachineScaleSetExtension"], () => require("./virtualMachineScaleSetExtension"));
|
|
113
|
+
exports.VirtualMachineScaleSetVM = null;
|
|
114
|
+
utilities.lazyLoad(exports, ["VirtualMachineScaleSetVM"], () => require("./virtualMachineScaleSetVM"));
|
|
115
|
+
exports.VirtualMachineScaleSetVMExtension = null;
|
|
116
|
+
utilities.lazyLoad(exports, ["VirtualMachineScaleSetVMExtension"], () => require("./virtualMachineScaleSetVMExtension"));
|
|
117
|
+
exports.VirtualMachineScaleSetVMRunCommand = null;
|
|
118
|
+
utilities.lazyLoad(exports, ["VirtualMachineScaleSetVMRunCommand"], () => require("./virtualMachineScaleSetVMRunCommand"));
|
|
119
|
+
// Export enums:
|
|
120
|
+
__exportStar(require("../../types/enums/compute/v20230701"), exports);
|
|
121
|
+
const _module = {
|
|
122
|
+
version: utilities.getVersion(),
|
|
123
|
+
construct: (name, type, urn) => {
|
|
124
|
+
switch (type) {
|
|
125
|
+
case "azure-native:compute/v20230701:AvailabilitySet":
|
|
126
|
+
return new exports.AvailabilitySet(name, undefined, { urn });
|
|
127
|
+
case "azure-native:compute/v20230701:CapacityReservation":
|
|
128
|
+
return new exports.CapacityReservation(name, undefined, { urn });
|
|
129
|
+
case "azure-native:compute/v20230701:CapacityReservationGroup":
|
|
130
|
+
return new exports.CapacityReservationGroup(name, undefined, { urn });
|
|
131
|
+
case "azure-native:compute/v20230701:DedicatedHost":
|
|
132
|
+
return new exports.DedicatedHost(name, undefined, { urn });
|
|
133
|
+
case "azure-native:compute/v20230701:DedicatedHostGroup":
|
|
134
|
+
return new exports.DedicatedHostGroup(name, undefined, { urn });
|
|
135
|
+
case "azure-native:compute/v20230701:Image":
|
|
136
|
+
return new exports.Image(name, undefined, { urn });
|
|
137
|
+
case "azure-native:compute/v20230701:ProximityPlacementGroup":
|
|
138
|
+
return new exports.ProximityPlacementGroup(name, undefined, { urn });
|
|
139
|
+
case "azure-native:compute/v20230701:RestorePoint":
|
|
140
|
+
return new exports.RestorePoint(name, undefined, { urn });
|
|
141
|
+
case "azure-native:compute/v20230701:RestorePointCollection":
|
|
142
|
+
return new exports.RestorePointCollection(name, undefined, { urn });
|
|
143
|
+
case "azure-native:compute/v20230701:SshPublicKey":
|
|
144
|
+
return new exports.SshPublicKey(name, undefined, { urn });
|
|
145
|
+
case "azure-native:compute/v20230701:VirtualMachine":
|
|
146
|
+
return new exports.VirtualMachine(name, undefined, { urn });
|
|
147
|
+
case "azure-native:compute/v20230701:VirtualMachineExtension":
|
|
148
|
+
return new exports.VirtualMachineExtension(name, undefined, { urn });
|
|
149
|
+
case "azure-native:compute/v20230701:VirtualMachineRunCommandByVirtualMachine":
|
|
150
|
+
return new exports.VirtualMachineRunCommandByVirtualMachine(name, undefined, { urn });
|
|
151
|
+
case "azure-native:compute/v20230701:VirtualMachineScaleSet":
|
|
152
|
+
return new exports.VirtualMachineScaleSet(name, undefined, { urn });
|
|
153
|
+
case "azure-native:compute/v20230701:VirtualMachineScaleSetExtension":
|
|
154
|
+
return new exports.VirtualMachineScaleSetExtension(name, undefined, { urn });
|
|
155
|
+
case "azure-native:compute/v20230701:VirtualMachineScaleSetVM":
|
|
156
|
+
return new exports.VirtualMachineScaleSetVM(name, undefined, { urn });
|
|
157
|
+
case "azure-native:compute/v20230701:VirtualMachineScaleSetVMExtension":
|
|
158
|
+
return new exports.VirtualMachineScaleSetVMExtension(name, undefined, { urn });
|
|
159
|
+
case "azure-native:compute/v20230701:VirtualMachineScaleSetVMRunCommand":
|
|
160
|
+
return new exports.VirtualMachineScaleSetVMRunCommand(name, undefined, { urn });
|
|
161
|
+
default:
|
|
162
|
+
throw new Error(`unknown resource type ${type}`);
|
|
163
|
+
}
|
|
164
|
+
},
|
|
165
|
+
};
|
|
166
|
+
pulumi.runtime.registerResourceModule("azure-native", "compute/v20230701", _module);
|
|
167
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9jb21wdXRlL3YyMDIzMDcwMS9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsc0RBQXNEO0FBQ3RELGlGQUFpRjs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBRWpGLHlDQUF5QztBQUN6Qyw2Q0FBNkM7QUFLaEMsUUFBQSxlQUFlLEdBQXVELElBQVcsQ0FBQztBQUMvRixTQUFTLENBQUMsUUFBUSxDQUFDLE9BQU8sRUFBRSxDQUFDLGlCQUFpQixDQUFDLEVBQUUsR0FBRyxFQUFFLENBQUMsT0FBTyxDQUFDLG1CQUFtQixDQUFDLENBQUMsQ0FBQztBQUl4RSxRQUFBLG1CQUFtQixHQUErRCxJQUFXLENBQUM7QUFDM0csU0FBUyxDQUFDLFFBQVEsQ0FBQyxPQUFPLEVBQUUsQ0FBQyxxQkFBcUIsQ0FBQyxFQUFFLEdBQUcsRUFBRSxDQUFDLE9BQU8sQ0FBQyx1QkFBdUIsQ0FBQyxDQUFDLENBQUM7QUFJaEYsUUFBQSx3QkFBd0IsR0FBeUUsSUFBVyxDQUFDO0FBQzFILFNBQVMsQ0FBQyxRQUFRLENBQUMsT0FBTyxFQUFFLENBQUMsMEJBQTBCLENBQUMsRUFBRSxHQUFHLEVBQUUsQ0FBQyxPQUFPLENBQUMsNEJBQTRCLENBQUMsQ0FBQyxDQUFDO0FBSTFGLFFBQUEsYUFBYSxHQUFtRCxJQUFXLENBQUM7QUFDekYsU0FBUyxDQUFDLFFBQVEsQ0FBQyxPQUFPLEVBQUUsQ0FBQyxlQUFlLENBQUMsRUFBRSxHQUFHLEVBQUUsQ0FBQyxPQUFPLENBQUMsaUJBQWlCLENBQUMsQ0FBQyxDQUFDO0FBSXBFLFFBQUEsa0JBQWtCLEdBQTZELElBQVcsQ0FBQztBQUN4RyxTQUFTLENBQUMsUUFBUSxDQUFDLE9BQU8sRUFBRSxDQUFDLG9CQUFvQixDQUFDLEVBQUUsR0FBRyxFQUFFLENBQUMsT0FBTyxDQUFDLHNCQUFzQixDQUFDLENBQUMsQ0FBQztBQUc5RSxRQUFBLGtCQUFrQixHQUE2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
|
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../../types/input";
|
|
3
|
+
import * as outputs from "../../types/output";
|
|
4
|
+
import * as enums from "../../types/enums";
|
|
5
|
+
/**
|
|
6
|
+
* Specifies information about the proximity placement group.
|
|
7
|
+
*/
|
|
8
|
+
export declare class ProximityPlacementGroup extends pulumi.CustomResource {
|
|
9
|
+
/**
|
|
10
|
+
* Get an existing ProximityPlacementGroup resource's state with the given name, ID, and optional extra
|
|
11
|
+
* properties used to qualify the lookup.
|
|
12
|
+
*
|
|
13
|
+
* @param name The _unique_ name of the resulting resource.
|
|
14
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
15
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
16
|
+
*/
|
|
17
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): ProximityPlacementGroup;
|
|
18
|
+
/**
|
|
19
|
+
* Returns true if the given object is an instance of ProximityPlacementGroup. This is designed to work even
|
|
20
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
21
|
+
*/
|
|
22
|
+
static isInstance(obj: any): obj is ProximityPlacementGroup;
|
|
23
|
+
/**
|
|
24
|
+
* A list of references to all availability sets in the proximity placement group.
|
|
25
|
+
*/
|
|
26
|
+
readonly availabilitySets: pulumi.Output<outputs.compute.v20230701.SubResourceWithColocationStatusResponse[]>;
|
|
27
|
+
/**
|
|
28
|
+
* Describes colocation status of the Proximity Placement Group.
|
|
29
|
+
*/
|
|
30
|
+
readonly colocationStatus: pulumi.Output<outputs.compute.v20230701.InstanceViewStatusResponse | undefined>;
|
|
31
|
+
/**
|
|
32
|
+
* Specifies the user intent of the proximity placement group.
|
|
33
|
+
*/
|
|
34
|
+
readonly intent: pulumi.Output<outputs.compute.v20230701.ProximityPlacementGroupPropertiesResponseIntent | undefined>;
|
|
35
|
+
/**
|
|
36
|
+
* Resource location
|
|
37
|
+
*/
|
|
38
|
+
readonly location: pulumi.Output<string>;
|
|
39
|
+
/**
|
|
40
|
+
* Resource name
|
|
41
|
+
*/
|
|
42
|
+
readonly name: pulumi.Output<string>;
|
|
43
|
+
/**
|
|
44
|
+
* Specifies the type of the proximity placement group. Possible values are: **Standard** : Co-locate resources within an Azure region or Availability Zone. **Ultra** : For future use.
|
|
45
|
+
*/
|
|
46
|
+
readonly proximityPlacementGroupType: pulumi.Output<string | undefined>;
|
|
47
|
+
/**
|
|
48
|
+
* Resource tags
|
|
49
|
+
*/
|
|
50
|
+
readonly tags: pulumi.Output<{
|
|
51
|
+
[key: string]: string;
|
|
52
|
+
} | undefined>;
|
|
53
|
+
/**
|
|
54
|
+
* Resource type
|
|
55
|
+
*/
|
|
56
|
+
readonly type: pulumi.Output<string>;
|
|
57
|
+
/**
|
|
58
|
+
* A list of references to all virtual machine scale sets in the proximity placement group.
|
|
59
|
+
*/
|
|
60
|
+
readonly virtualMachineScaleSets: pulumi.Output<outputs.compute.v20230701.SubResourceWithColocationStatusResponse[]>;
|
|
61
|
+
/**
|
|
62
|
+
* A list of references to all virtual machines in the proximity placement group.
|
|
63
|
+
*/
|
|
64
|
+
readonly virtualMachines: pulumi.Output<outputs.compute.v20230701.SubResourceWithColocationStatusResponse[]>;
|
|
65
|
+
/**
|
|
66
|
+
* Specifies the Availability Zone where virtual machine, virtual machine scale set or availability set associated with the proximity placement group can be created.
|
|
67
|
+
*/
|
|
68
|
+
readonly zones: pulumi.Output<string[] | undefined>;
|
|
69
|
+
/**
|
|
70
|
+
* Create a ProximityPlacementGroup resource with the given unique name, arguments, and options.
|
|
71
|
+
*
|
|
72
|
+
* @param name The _unique_ name of the resource.
|
|
73
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
74
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
75
|
+
*/
|
|
76
|
+
constructor(name: string, args: ProximityPlacementGroupArgs, opts?: pulumi.CustomResourceOptions);
|
|
77
|
+
}
|
|
78
|
+
/**
|
|
79
|
+
* The set of arguments for constructing a ProximityPlacementGroup resource.
|
|
80
|
+
*/
|
|
81
|
+
export interface ProximityPlacementGroupArgs {
|
|
82
|
+
/**
|
|
83
|
+
* Describes colocation status of the Proximity Placement Group.
|
|
84
|
+
*/
|
|
85
|
+
colocationStatus?: pulumi.Input<inputs.compute.v20230701.InstanceViewStatusArgs>;
|
|
86
|
+
/**
|
|
87
|
+
* Specifies the user intent of the proximity placement group.
|
|
88
|
+
*/
|
|
89
|
+
intent?: pulumi.Input<inputs.compute.v20230701.ProximityPlacementGroupPropertiesIntentArgs>;
|
|
90
|
+
/**
|
|
91
|
+
* Resource location
|
|
92
|
+
*/
|
|
93
|
+
location?: pulumi.Input<string>;
|
|
94
|
+
/**
|
|
95
|
+
* The name of the proximity placement group.
|
|
96
|
+
*/
|
|
97
|
+
proximityPlacementGroupName?: pulumi.Input<string>;
|
|
98
|
+
/**
|
|
99
|
+
* Specifies the type of the proximity placement group. Possible values are: **Standard** : Co-locate resources within an Azure region or Availability Zone. **Ultra** : For future use.
|
|
100
|
+
*/
|
|
101
|
+
proximityPlacementGroupType?: pulumi.Input<string | enums.compute.v20230701.ProximityPlacementGroupType>;
|
|
102
|
+
/**
|
|
103
|
+
* The name of the resource group.
|
|
104
|
+
*/
|
|
105
|
+
resourceGroupName: pulumi.Input<string>;
|
|
106
|
+
/**
|
|
107
|
+
* Resource tags
|
|
108
|
+
*/
|
|
109
|
+
tags?: pulumi.Input<{
|
|
110
|
+
[key: string]: pulumi.Input<string>;
|
|
111
|
+
}>;
|
|
112
|
+
/**
|
|
113
|
+
* Specifies the Availability Zone where virtual machine, virtual machine scale set or availability set associated with the proximity placement group can be created.
|
|
114
|
+
*/
|
|
115
|
+
zones?: pulumi.Input<pulumi.Input<string>[]>;
|
|
116
|
+
}
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.ProximityPlacementGroup = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Specifies information about the proximity placement group.
|
|
10
|
+
*/
|
|
11
|
+
class ProximityPlacementGroup extends pulumi.CustomResource {
|
|
12
|
+
/**
|
|
13
|
+
* Get an existing ProximityPlacementGroup resource's state with the given name, ID, and optional extra
|
|
14
|
+
* properties used to qualify the lookup.
|
|
15
|
+
*
|
|
16
|
+
* @param name The _unique_ name of the resulting resource.
|
|
17
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
18
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
19
|
+
*/
|
|
20
|
+
static get(name, id, opts) {
|
|
21
|
+
return new ProximityPlacementGroup(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Returns true if the given object is an instance of ProximityPlacementGroup. This is designed to work even
|
|
25
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
26
|
+
*/
|
|
27
|
+
static isInstance(obj) {
|
|
28
|
+
if (obj === undefined || obj === null) {
|
|
29
|
+
return false;
|
|
30
|
+
}
|
|
31
|
+
return obj['__pulumiType'] === ProximityPlacementGroup.__pulumiType;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Create a ProximityPlacementGroup resource with the given unique name, arguments, and options.
|
|
35
|
+
*
|
|
36
|
+
* @param name The _unique_ name of the resource.
|
|
37
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
38
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
39
|
+
*/
|
|
40
|
+
constructor(name, args, opts) {
|
|
41
|
+
let resourceInputs = {};
|
|
42
|
+
opts = opts || {};
|
|
43
|
+
if (!opts.id) {
|
|
44
|
+
if ((!args || args.resourceGroupName === undefined) && !opts.urn) {
|
|
45
|
+
throw new Error("Missing required property 'resourceGroupName'");
|
|
46
|
+
}
|
|
47
|
+
resourceInputs["colocationStatus"] = args ? args.colocationStatus : undefined;
|
|
48
|
+
resourceInputs["intent"] = args ? args.intent : undefined;
|
|
49
|
+
resourceInputs["location"] = args ? args.location : undefined;
|
|
50
|
+
resourceInputs["proximityPlacementGroupName"] = args ? args.proximityPlacementGroupName : undefined;
|
|
51
|
+
resourceInputs["proximityPlacementGroupType"] = args ? args.proximityPlacementGroupType : undefined;
|
|
52
|
+
resourceInputs["resourceGroupName"] = args ? args.resourceGroupName : undefined;
|
|
53
|
+
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
54
|
+
resourceInputs["zones"] = args ? args.zones : undefined;
|
|
55
|
+
resourceInputs["availabilitySets"] = undefined /*out*/;
|
|
56
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
57
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
58
|
+
resourceInputs["virtualMachineScaleSets"] = undefined /*out*/;
|
|
59
|
+
resourceInputs["virtualMachines"] = undefined /*out*/;
|
|
60
|
+
}
|
|
61
|
+
else {
|
|
62
|
+
resourceInputs["availabilitySets"] = undefined /*out*/;
|
|
63
|
+
resourceInputs["colocationStatus"] = undefined /*out*/;
|
|
64
|
+
resourceInputs["intent"] = undefined /*out*/;
|
|
65
|
+
resourceInputs["location"] = undefined /*out*/;
|
|
66
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
67
|
+
resourceInputs["proximityPlacementGroupType"] = undefined /*out*/;
|
|
68
|
+
resourceInputs["tags"] = undefined /*out*/;
|
|
69
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
70
|
+
resourceInputs["virtualMachineScaleSets"] = undefined /*out*/;
|
|
71
|
+
resourceInputs["virtualMachines"] = undefined /*out*/;
|
|
72
|
+
resourceInputs["zones"] = undefined /*out*/;
|
|
73
|
+
}
|
|
74
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
75
|
+
const aliasOpts = { aliases: [{ type: "azure-native:compute:ProximityPlacementGroup" }, { type: "azure-native:compute/v20180401:ProximityPlacementGroup" }, { type: "azure-native:compute/v20180601:ProximityPlacementGroup" }, { type: "azure-native:compute/v20181001:ProximityPlacementGroup" }, { type: "azure-native:compute/v20190301:ProximityPlacementGroup" }, { type: "azure-native:compute/v20190701:ProximityPlacementGroup" }, { type: "azure-native:compute/v20191201:ProximityPlacementGroup" }, { type: "azure-native:compute/v20200601:ProximityPlacementGroup" }, { type: "azure-native:compute/v20201201:ProximityPlacementGroup" }, { type: "azure-native:compute/v20210301:ProximityPlacementGroup" }, { type: "azure-native:compute/v20210401:ProximityPlacementGroup" }, { type: "azure-native:compute/v20210701:ProximityPlacementGroup" }, { type: "azure-native:compute/v20211101:ProximityPlacementGroup" }, { type: "azure-native:compute/v20220301:ProximityPlacementGroup" }, { type: "azure-native:compute/v20220801:ProximityPlacementGroup" }, { type: "azure-native:compute/v20221101:ProximityPlacementGroup" }, { type: "azure-native:compute/v20230301:ProximityPlacementGroup" }] };
|
|
76
|
+
opts = pulumi.mergeOptions(opts, aliasOpts);
|
|
77
|
+
super(ProximityPlacementGroup.__pulumiType, name, resourceInputs, opts);
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
exports.ProximityPlacementGroup = ProximityPlacementGroup;
|
|
81
|
+
/** @internal */
|
|
82
|
+
ProximityPlacementGroup.__pulumiType = 'azure-native:compute/v20230701:ProximityPlacementGroup';
|
|
83
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJveGltaXR5UGxhY2VtZW50R3JvdXAuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9jb21wdXRlL3YyMDIzMDcwMS9wcm94aW1pdHlQbGFjZW1lbnRHcm91cC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsc0RBQXNEO0FBQ3RELGlGQUFpRjs7O0FBRWpGLHlDQUF5QztBQUl6Qyw2Q0FBNkM7QUFFN0M7O0dBRUc7QUFDSCxNQUFhLHVCQUF3QixTQUFRLE1BQU0sQ0FBQyxjQUFjO0lBQzlEOzs7Ozs7O09BT0c7SUFDSSxNQUFNLENBQUMsR0FBRyxDQUFDLElBQVksRUFBRSxFQUEyQixFQUFFLElBQW1DO1FBQzVGLE9BQU8sSUFBSSx1QkFBdUIsQ0FBQyxJQUFJLEVBQUUsU0FBZ0Isa0NBQU8sSUFBSSxLQUFFLEVBQUUsRUFBRSxFQUFFLElBQUcsQ0FBQztJQUNwRixDQUFDO0lBS0Q7OztPQUdHO0lBQ0ksTUFBTSxDQUFDLFVBQVUsQ0FBQyxHQUFRO1FBQzdCLElBQUksR0FBRyxLQUFLLFNBQVMsSUFBSSxHQUFHLEtBQUssSUFBSSxFQUFFO1lBQ25DLE9BQU8sS0FBSyxDQUFDO1NBQ2hCO1FBQ0QsT0FBTyxHQUFHLENBQUMsY0FBYyxDQUFDLEtBQUssdUJBQXVCLENBQUMsWUFBWSxDQUFDO0lBQ3hFLENBQUM7SUErQ0Q7Ozs7OztPQU1HO0lBQ0gsWUFBWSxJQUFZLEVBQUUsSUFBaUMsRUFBRSxJQUFtQztRQUM1RixJQUFJLGNBQWMsR0FBa0IsRUFBRSxDQUFDO1FBQ3ZDLElBQUksR0FBRyxJQUFJLElBQUksRUFBRSxDQUFDO1FBQ2xCLElBQUksQ0FBQyxJQUFJLENBQUMsRUFBRSxFQUFFO1lBQ1YsSUFBSSxDQUFDLENBQUMsSUFBSSxJQUFJLElBQUksQ0FBQyxpQkFBaUIsS0FBSyxTQUFTLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxHQUFHLEVBQUU7Z0JBQzlELE1BQU0sSUFBSSxLQUFLLENBQUMsK0NBQStDLENBQUMs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
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../../types/input";
|
|
3
|
+
import * as outputs from "../../types/output";
|
|
4
|
+
import * as enums from "../../types/enums";
|
|
5
|
+
/**
|
|
6
|
+
* Restore Point details.
|
|
7
|
+
*/
|
|
8
|
+
export declare class RestorePoint extends pulumi.CustomResource {
|
|
9
|
+
/**
|
|
10
|
+
* Get an existing RestorePoint resource's state with the given name, ID, and optional extra
|
|
11
|
+
* properties used to qualify the lookup.
|
|
12
|
+
*
|
|
13
|
+
* @param name The _unique_ name of the resulting resource.
|
|
14
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
15
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
16
|
+
*/
|
|
17
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): RestorePoint;
|
|
18
|
+
/**
|
|
19
|
+
* Returns true if the given object is an instance of RestorePoint. This is designed to work even
|
|
20
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
21
|
+
*/
|
|
22
|
+
static isInstance(obj: any): obj is RestorePoint;
|
|
23
|
+
/**
|
|
24
|
+
* ConsistencyMode of the RestorePoint. Can be specified in the input while creating a restore point. For now, only CrashConsistent is accepted as a valid input. Please refer to https://aka.ms/RestorePoints for more details.
|
|
25
|
+
*/
|
|
26
|
+
readonly consistencyMode: pulumi.Output<string | undefined>;
|
|
27
|
+
/**
|
|
28
|
+
* List of disk resource ids that the customer wishes to exclude from the restore point. If no disks are specified, all disks will be included.
|
|
29
|
+
*/
|
|
30
|
+
readonly excludeDisks: pulumi.Output<outputs.compute.v20230701.ApiEntityReferenceResponse[] | undefined>;
|
|
31
|
+
/**
|
|
32
|
+
* The restore point instance view.
|
|
33
|
+
*/
|
|
34
|
+
readonly instanceView: pulumi.Output<outputs.compute.v20230701.RestorePointInstanceViewResponse>;
|
|
35
|
+
/**
|
|
36
|
+
* Resource name
|
|
37
|
+
*/
|
|
38
|
+
readonly name: pulumi.Output<string>;
|
|
39
|
+
/**
|
|
40
|
+
* Gets the provisioning state of the restore point.
|
|
41
|
+
*/
|
|
42
|
+
readonly provisioningState: pulumi.Output<string>;
|
|
43
|
+
/**
|
|
44
|
+
* Gets the details of the VM captured at the time of the restore point creation.
|
|
45
|
+
*/
|
|
46
|
+
readonly sourceMetadata: pulumi.Output<outputs.compute.v20230701.RestorePointSourceMetadataResponse | undefined>;
|
|
47
|
+
/**
|
|
48
|
+
* Resource Id of the source restore point from which a copy needs to be created.
|
|
49
|
+
*/
|
|
50
|
+
readonly sourceRestorePoint: pulumi.Output<outputs.compute.v20230701.ApiEntityReferenceResponse | undefined>;
|
|
51
|
+
/**
|
|
52
|
+
* Gets the creation time of the restore point.
|
|
53
|
+
*/
|
|
54
|
+
readonly timeCreated: pulumi.Output<string | undefined>;
|
|
55
|
+
/**
|
|
56
|
+
* Resource type
|
|
57
|
+
*/
|
|
58
|
+
readonly type: pulumi.Output<string>;
|
|
59
|
+
/**
|
|
60
|
+
* Create a RestorePoint resource with the given unique name, arguments, and options.
|
|
61
|
+
*
|
|
62
|
+
* @param name The _unique_ name of the resource.
|
|
63
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
64
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
65
|
+
*/
|
|
66
|
+
constructor(name: string, args: RestorePointArgs, opts?: pulumi.CustomResourceOptions);
|
|
67
|
+
}
|
|
68
|
+
/**
|
|
69
|
+
* The set of arguments for constructing a RestorePoint resource.
|
|
70
|
+
*/
|
|
71
|
+
export interface RestorePointArgs {
|
|
72
|
+
/**
|
|
73
|
+
* ConsistencyMode of the RestorePoint. Can be specified in the input while creating a restore point. For now, only CrashConsistent is accepted as a valid input. Please refer to https://aka.ms/RestorePoints for more details.
|
|
74
|
+
*/
|
|
75
|
+
consistencyMode?: pulumi.Input<string | enums.compute.v20230701.ConsistencyModeTypes>;
|
|
76
|
+
/**
|
|
77
|
+
* List of disk resource ids that the customer wishes to exclude from the restore point. If no disks are specified, all disks will be included.
|
|
78
|
+
*/
|
|
79
|
+
excludeDisks?: pulumi.Input<pulumi.Input<inputs.compute.v20230701.ApiEntityReferenceArgs>[]>;
|
|
80
|
+
/**
|
|
81
|
+
* The name of the resource group.
|
|
82
|
+
*/
|
|
83
|
+
resourceGroupName: pulumi.Input<string>;
|
|
84
|
+
/**
|
|
85
|
+
* The name of the restore point collection.
|
|
86
|
+
*/
|
|
87
|
+
restorePointCollectionName: pulumi.Input<string>;
|
|
88
|
+
/**
|
|
89
|
+
* The name of the restore point.
|
|
90
|
+
*/
|
|
91
|
+
restorePointName?: pulumi.Input<string>;
|
|
92
|
+
/**
|
|
93
|
+
* Gets the details of the VM captured at the time of the restore point creation.
|
|
94
|
+
*/
|
|
95
|
+
sourceMetadata?: pulumi.Input<inputs.compute.v20230701.RestorePointSourceMetadataArgs>;
|
|
96
|
+
/**
|
|
97
|
+
* Resource Id of the source restore point from which a copy needs to be created.
|
|
98
|
+
*/
|
|
99
|
+
sourceRestorePoint?: pulumi.Input<inputs.compute.v20230701.ApiEntityReferenceArgs>;
|
|
100
|
+
/**
|
|
101
|
+
* Gets the creation time of the restore point.
|
|
102
|
+
*/
|
|
103
|
+
timeCreated?: pulumi.Input<string>;
|
|
104
|
+
}
|