@pulumi/azure-native 2.21.2 → 2.22.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/appconfiguration/configurationStore.d.ts +1 -1
- package/appconfiguration/configurationStore.js +3 -3
- package/appconfiguration/getConfigurationStore.d.ts +2 -2
- package/appconfiguration/getConfigurationStore.js +2 -2
- package/appconfiguration/getKeyValue.d.ts +4 -0
- package/appconfiguration/getKeyValue.js +5 -1
- package/appconfiguration/getPrivateEndpointConnection.d.ts +4 -0
- package/appconfiguration/getPrivateEndpointConnection.js +5 -1
- package/appconfiguration/getReplica.d.ts +4 -0
- package/appconfiguration/getReplica.js +5 -1
- package/appconfiguration/index.d.ts +2 -1
- package/appconfiguration/index.js +4 -2
- package/appconfiguration/keyValue.d.ts +2 -0
- package/appconfiguration/keyValue.js +4 -2
- package/appconfiguration/listConfigurationStoreKeys.d.ts +2 -2
- package/appconfiguration/listConfigurationStoreKeys.js +2 -2
- package/appconfiguration/privateEndpointConnection.d.ts +2 -0
- package/appconfiguration/privateEndpointConnection.js +4 -2
- package/appconfiguration/replica.d.ts +2 -0
- package/appconfiguration/replica.js +4 -2
- package/appconfiguration/v20230301/configurationStore.js +2 -2
- package/appconfiguration/v20230301/keyValue.js +2 -2
- package/appconfiguration/v20230301/privateEndpointConnection.js +2 -2
- package/appconfiguration/v20230301/replica.js +2 -2
- package/appconfiguration/v20230801preview/configurationStore.d.ts +160 -0
- package/appconfiguration/v20230801preview/configurationStore.js +100 -0
- package/appconfiguration/v20230801preview/getConfigurationStore.d.ts +109 -0
- package/appconfiguration/v20230801preview/getConfigurationStore.js +26 -0
- package/appconfiguration/v20230801preview/getKeyValue.d.ts +92 -0
- package/appconfiguration/v20230801preview/getKeyValue.js +27 -0
- package/appconfiguration/v20230801preview/getPrivateEndpointConnection.d.ts +67 -0
- package/appconfiguration/v20230801preview/getPrivateEndpointConnection.js +27 -0
- package/appconfiguration/v20230801preview/getReplica.d.ts +71 -0
- package/appconfiguration/v20230801preview/getReplica.js +27 -0
- package/appconfiguration/v20230801preview/index.d.ts +28 -0
- package/appconfiguration/v20230801preview/index.js +65 -0
- package/appconfiguration/v20230801preview/keyValue.d.ts +106 -0
- package/appconfiguration/v20230801preview/keyValue.js +85 -0
- package/appconfiguration/v20230801preview/listConfigurationStoreKeys.d.ts +51 -0
- package/appconfiguration/v20230801preview/listConfigurationStoreKeys.js +27 -0
- package/appconfiguration/v20230801preview/privateEndpointConnection.d.ts +75 -0
- package/appconfiguration/v20230801preview/privateEndpointConnection.js +78 -0
- package/appconfiguration/v20230801preview/replica.d.ts +74 -0
- package/appconfiguration/v20230801preview/replica.js +77 -0
- package/azurestackhci/arcSetting.d.ts +1 -1
- package/azurestackhci/arcSetting.js +3 -3
- package/azurestackhci/cluster.d.ts +1 -1
- package/azurestackhci/cluster.js +3 -3
- package/azurestackhci/deploymentSetting.d.ts +2 -0
- package/azurestackhci/deploymentSetting.js +4 -2
- package/azurestackhci/edgeDevice.d.ts +2 -0
- package/azurestackhci/edgeDevice.js +4 -2
- package/azurestackhci/extension.d.ts +1 -1
- package/azurestackhci/extension.js +3 -3
- package/azurestackhci/getArcSetting.d.ts +2 -2
- package/azurestackhci/getArcSetting.js +2 -2
- package/azurestackhci/getCluster.d.ts +2 -2
- package/azurestackhci/getCluster.js +2 -2
- package/azurestackhci/getDeploymentSetting.d.ts +4 -0
- package/azurestackhci/getDeploymentSetting.js +5 -1
- package/azurestackhci/getEdgeDevice.d.ts +4 -0
- package/azurestackhci/getEdgeDevice.js +5 -1
- package/azurestackhci/getExtension.d.ts +2 -2
- package/azurestackhci/getExtension.js +2 -2
- package/azurestackhci/getSecuritySetting.d.ts +73 -0
- package/azurestackhci/getSecuritySetting.js +29 -0
- package/azurestackhci/getUpdate.d.ts +2 -2
- package/azurestackhci/getUpdate.js +2 -2
- package/azurestackhci/getUpdateRun.d.ts +2 -2
- package/azurestackhci/getUpdateRun.js +2 -2
- package/azurestackhci/getUpdateSummary.d.ts +2 -2
- package/azurestackhci/getUpdateSummary.js +2 -2
- package/azurestackhci/index.d.ts +8 -1
- package/azurestackhci/index.js +12 -3
- package/azurestackhci/securitySetting.d.ts +76 -0
- package/azurestackhci/securitySetting.js +79 -0
- package/azurestackhci/update.d.ts +1 -1
- package/azurestackhci/update.js +3 -3
- package/azurestackhci/updateRun.d.ts +1 -1
- package/azurestackhci/updateRun.js +3 -3
- package/azurestackhci/updateSummary.d.ts +1 -1
- package/azurestackhci/updateSummary.js +3 -3
- package/azurestackhci/v20210901preview/arcSetting.js +2 -2
- package/azurestackhci/v20220101/cluster.js +2 -2
- package/azurestackhci/v20220901/cluster.js +2 -2
- package/azurestackhci/v20221215preview/arcSetting.js +2 -2
- package/azurestackhci/v20221215preview/cluster.js +2 -2
- package/azurestackhci/v20221215preview/extension.js +2 -2
- package/azurestackhci/v20221215preview/update.js +2 -2
- package/azurestackhci/v20221215preview/updateRun.js +2 -2
- package/azurestackhci/v20221215preview/updateSummary.js +2 -2
- package/azurestackhci/v20230301/arcSetting.js +2 -2
- package/azurestackhci/v20230301/cluster.js +2 -2
- package/azurestackhci/v20230301/extension.js +2 -2
- package/azurestackhci/v20230301/update.js +2 -2
- package/azurestackhci/v20230301/updateRun.js +2 -2
- package/azurestackhci/v20230301/updateSummary.js +2 -2
- package/azurestackhci/v20230601/arcSetting.js +2 -2
- package/azurestackhci/v20230601/cluster.js +2 -2
- package/azurestackhci/v20230601/extension.js +2 -2
- package/azurestackhci/v20230601/update.js +2 -2
- package/azurestackhci/v20230601/updateRun.js +2 -2
- package/azurestackhci/v20230601/updateSummary.js +2 -2
- package/azurestackhci/v20230801/arcSetting.js +2 -2
- package/azurestackhci/v20230801/cluster.js +2 -2
- package/azurestackhci/v20230801/extension.js +2 -2
- package/azurestackhci/v20230801/update.js +2 -2
- package/azurestackhci/v20230801/updateRun.js +2 -2
- package/azurestackhci/v20230801/updateSummary.js +2 -2
- package/azurestackhci/v20230801preview/arcSetting.js +2 -2
- package/azurestackhci/v20230801preview/cluster.js +2 -2
- package/azurestackhci/v20230801preview/deploymentSetting.js +2 -2
- package/azurestackhci/v20230801preview/edgeDevice.js +2 -2
- package/azurestackhci/v20230801preview/extension.js +2 -2
- package/azurestackhci/v20230801preview/update.js +2 -2
- package/azurestackhci/v20230801preview/updateRun.js +2 -2
- package/azurestackhci/v20230801preview/updateSummary.js +2 -2
- package/azurestackhci/v20231101preview/arcSetting.d.ts +123 -0
- package/azurestackhci/v20231101preview/arcSetting.js +91 -0
- package/azurestackhci/v20231101preview/cluster.d.ts +206 -0
- package/azurestackhci/v20231101preview/cluster.js +120 -0
- package/azurestackhci/v20231101preview/deploymentSetting.d.ts +92 -0
- package/azurestackhci/v20231101preview/deploymentSetting.js +90 -0
- package/azurestackhci/v20231101preview/edgeDevice.d.ts +67 -0
- package/azurestackhci/v20231101preview/edgeDevice.js +74 -0
- package/azurestackhci/v20231101preview/extension.d.ts +138 -0
- package/azurestackhci/v20231101preview/extension.js +97 -0
- package/azurestackhci/v20231101preview/getArcSetting.d.ts +99 -0
- package/azurestackhci/v20231101preview/getArcSetting.js +27 -0
- package/azurestackhci/v20231101preview/getCluster.d.ts +155 -0
- package/azurestackhci/v20231101preview/getCluster.js +26 -0
- package/azurestackhci/v20231101preview/getDeploymentSetting.d.ts +79 -0
- package/azurestackhci/v20231101preview/getDeploymentSetting.js +27 -0
- package/azurestackhci/v20231101preview/getEdgeDevice.d.ts +59 -0
- package/azurestackhci/v20231101preview/getEdgeDevice.js +26 -0
- package/azurestackhci/v20231101preview/getExtension.d.ts +111 -0
- package/azurestackhci/v20231101preview/getExtension.js +28 -0
- package/azurestackhci/v20231101preview/getSecuritySetting.d.ts +71 -0
- package/azurestackhci/v20231101preview/getSecuritySetting.js +27 -0
- package/azurestackhci/v20231101preview/getUpdate.d.ts +131 -0
- package/azurestackhci/v20231101preview/getUpdate.js +27 -0
- package/azurestackhci/v20231101preview/getUpdateRun.d.ts +119 -0
- package/azurestackhci/v20231101preview/getUpdateRun.js +28 -0
- package/azurestackhci/v20231101preview/getUpdateSummary.d.ts +87 -0
- package/azurestackhci/v20231101preview/getUpdateSummary.js +26 -0
- package/azurestackhci/v20231101preview/index.d.ts +55 -0
- package/azurestackhci/v20231101preview/index.js +97 -0
- package/azurestackhci/v20231101preview/securitySetting.d.ts +75 -0
- package/azurestackhci/v20231101preview/securitySetting.js +78 -0
- package/azurestackhci/v20231101preview/update.d.ts +200 -0
- package/azurestackhci/v20231101preview/update.js +107 -0
- package/azurestackhci/v20231101preview/updateRun.d.ts +168 -0
- package/azurestackhci/v20231101preview/updateRun.js +101 -0
- package/azurestackhci/v20231101preview/updateSummary.d.ts +123 -0
- package/azurestackhci/v20231101preview/updateSummary.js +88 -0
- package/compute/availabilitySet.d.ts +1 -1
- package/compute/availabilitySet.js +3 -3
- package/compute/capacityReservation.d.ts +1 -1
- package/compute/capacityReservation.js +3 -3
- package/compute/capacityReservationGroup.d.ts +1 -1
- package/compute/capacityReservationGroup.js +3 -3
- package/compute/dedicatedHost.d.ts +1 -1
- package/compute/dedicatedHost.js +3 -3
- package/compute/dedicatedHostGroup.d.ts +1 -1
- package/compute/dedicatedHostGroup.js +3 -3
- package/compute/getAvailabilitySet.d.ts +2 -2
- package/compute/getAvailabilitySet.js +2 -2
- package/compute/getCapacityReservation.d.ts +2 -2
- package/compute/getCapacityReservation.js +2 -2
- package/compute/getCapacityReservationGroup.d.ts +2 -2
- package/compute/getCapacityReservationGroup.js +2 -2
- package/compute/getDedicatedHost.d.ts +2 -2
- package/compute/getDedicatedHost.js +2 -2
- package/compute/getDedicatedHostGroup.d.ts +2 -2
- package/compute/getDedicatedHostGroup.js +2 -2
- package/compute/getImage.d.ts +2 -2
- package/compute/getImage.js +2 -2
- package/compute/getLogAnalyticExportRequestRateByInterval.d.ts +2 -2
- package/compute/getLogAnalyticExportRequestRateByInterval.js +2 -2
- package/compute/getLogAnalyticExportThrottledRequests.d.ts +2 -2
- package/compute/getLogAnalyticExportThrottledRequests.js +2 -2
- package/compute/getProximityPlacementGroup.d.ts +2 -2
- package/compute/getProximityPlacementGroup.js +2 -2
- package/compute/getRestorePoint.d.ts +2 -2
- package/compute/getRestorePoint.js +2 -2
- package/compute/getRestorePointCollection.d.ts +2 -2
- package/compute/getRestorePointCollection.js +2 -2
- package/compute/getSshPublicKey.d.ts +2 -2
- package/compute/getSshPublicKey.js +2 -2
- package/compute/getVirtualMachine.d.ts +2 -2
- package/compute/getVirtualMachine.js +2 -2
- package/compute/getVirtualMachineExtension.d.ts +2 -2
- package/compute/getVirtualMachineExtension.js +2 -2
- package/compute/getVirtualMachineRunCommandByVirtualMachine.d.ts +2 -2
- package/compute/getVirtualMachineRunCommandByVirtualMachine.js +2 -2
- package/compute/getVirtualMachineScaleSet.d.ts +2 -2
- package/compute/getVirtualMachineScaleSet.js +2 -2
- package/compute/getVirtualMachineScaleSetExtension.d.ts +2 -2
- package/compute/getVirtualMachineScaleSetExtension.js +2 -2
- package/compute/getVirtualMachineScaleSetVM.d.ts +2 -2
- package/compute/getVirtualMachineScaleSetVM.js +2 -2
- package/compute/getVirtualMachineScaleSetVMExtension.d.ts +2 -2
- package/compute/getVirtualMachineScaleSetVMExtension.js +2 -2
- package/compute/getVirtualMachineScaleSetVMRunCommand.d.ts +2 -2
- package/compute/getVirtualMachineScaleSetVMRunCommand.js +2 -2
- package/compute/image.d.ts +1 -1
- package/compute/image.js +3 -3
- package/compute/index.d.ts +2 -1
- package/compute/index.js +4 -2
- package/compute/proximityPlacementGroup.d.ts +1 -1
- package/compute/proximityPlacementGroup.js +3 -3
- package/compute/restorePoint.d.ts +1 -1
- package/compute/restorePoint.js +3 -3
- package/compute/restorePointCollection.d.ts +1 -1
- package/compute/restorePointCollection.js +3 -3
- package/compute/sshPublicKey.d.ts +1 -1
- package/compute/sshPublicKey.js +3 -3
- 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/v20221101/restorePoint.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/v20230701/availabilitySet.js +2 -2
- package/compute/v20230701/capacityReservation.js +2 -2
- package/compute/v20230701/capacityReservationGroup.js +2 -2
- package/compute/v20230701/dedicatedHost.js +2 -2
- package/compute/v20230701/dedicatedHostGroup.js +2 -2
- package/compute/v20230701/image.js +2 -2
- package/compute/v20230701/proximityPlacementGroup.js +2 -2
- package/compute/v20230701/restorePoint.js +2 -2
- package/compute/v20230701/restorePointCollection.js +2 -2
- package/compute/v20230701/sshPublicKey.js +2 -2
- package/compute/v20230701/virtualMachine.js +2 -2
- package/compute/v20230701/virtualMachineExtension.js +2 -2
- package/compute/v20230701/virtualMachineRunCommandByVirtualMachine.js +2 -2
- package/compute/v20230701/virtualMachineScaleSet.js +2 -2
- package/compute/v20230701/virtualMachineScaleSetExtension.js +2 -2
- package/compute/v20230701/virtualMachineScaleSetVM.js +2 -2
- package/compute/v20230701/virtualMachineScaleSetVMExtension.js +2 -2
- package/compute/v20230701/virtualMachineScaleSetVMRunCommand.js +2 -2
- package/compute/v20230901/availabilitySet.d.ts +115 -0
- package/compute/v20230901/availabilitySet.js +81 -0
- package/compute/v20230901/capacityReservation.d.ts +119 -0
- package/compute/v20230901/capacityReservation.js +94 -0
- package/compute/v20230901/capacityReservationGroup.d.ts +99 -0
- package/compute/v20230901/capacityReservationGroup.js +79 -0
- package/compute/v20230901/dedicatedHost.d.ts +132 -0
- package/compute/v20230901/dedicatedHost.js +96 -0
- package/compute/v20230901/dedicatedHostGroup.d.ts +111 -0
- package/compute/v20230901/dedicatedHostGroup.js +84 -0
- package/compute/v20230901/getAvailabilitySet.d.ts +81 -0
- package/compute/v20230901/getAvailabilitySet.js +26 -0
- package/compute/v20230901/getCapacityReservation.d.ts +109 -0
- package/compute/v20230901/getCapacityReservation.js +28 -0
- package/compute/v20230901/getCapacityReservationGroup.d.ts +85 -0
- package/compute/v20230901/getCapacityReservationGroup.js +27 -0
- package/compute/v20230901/getDedicatedHost.d.ts +113 -0
- package/compute/v20230901/getDedicatedHost.js +28 -0
- package/compute/v20230901/getDedicatedHostGroup.d.ts +89 -0
- package/compute/v20230901/getDedicatedHostGroup.js +27 -0
- package/compute/v20230901/getImage.d.ts +85 -0
- package/compute/v20230901/getImage.js +27 -0
- package/compute/v20230901/getLogAnalyticExportRequestRateByInterval.d.ts +104 -0
- package/compute/v20230901/getLogAnalyticExportRequestRateByInterval.js +34 -0
- package/compute/v20230901/getLogAnalyticExportThrottledRequests.d.ts +95 -0
- package/compute/v20230901/getLogAnalyticExportThrottledRequests.js +33 -0
- package/compute/v20230901/getProximityPlacementGroup.d.ts +93 -0
- package/compute/v20230901/getProximityPlacementGroup.js +27 -0
- package/compute/v20230901/getRestorePoint.d.ts +91 -0
- package/compute/v20230901/getRestorePoint.js +28 -0
- package/compute/v20230901/getRestorePointCollection.d.ts +81 -0
- package/compute/v20230901/getRestorePointCollection.js +27 -0
- package/compute/v20230901/getSshPublicKey.d.ts +60 -0
- package/compute/v20230901/getSshPublicKey.js +26 -0
- package/compute/v20230901/getVirtualMachine.d.ts +197 -0
- package/compute/v20230901/getVirtualMachine.js +27 -0
- package/compute/v20230901/getVirtualMachineExtension.d.ts +121 -0
- package/compute/v20230901/getVirtualMachineExtension.js +28 -0
- package/compute/v20230901/getVirtualMachineRunCommandByVirtualMachine.d.ts +129 -0
- package/compute/v20230901/getVirtualMachineRunCommandByVirtualMachine.js +28 -0
- package/compute/v20230901/getVirtualMachineScaleSet.d.ts +169 -0
- package/compute/v20230901/getVirtualMachineScaleSet.js +27 -0
- package/compute/v20230901/getVirtualMachineScaleSetExtension.d.ts +107 -0
- package/compute/v20230901/getVirtualMachineScaleSetExtension.js +28 -0
- package/compute/v20230901/getVirtualMachineScaleSetVM.d.ts +173 -0
- package/compute/v20230901/getVirtualMachineScaleSetVM.js +28 -0
- package/compute/v20230901/getVirtualMachineScaleSetVMExtension.d.ts +123 -0
- package/compute/v20230901/getVirtualMachineScaleSetVMExtension.js +29 -0
- package/compute/v20230901/getVirtualMachineScaleSetVMRunCommand.d.ts +137 -0
- package/compute/v20230901/getVirtualMachineScaleSetVMRunCommand.js +29 -0
- package/compute/v20230901/image.d.ts +108 -0
- package/compute/v20230901/image.js +79 -0
- package/compute/v20230901/index.d.ts +115 -0
- package/compute/v20230901/index.js +167 -0
- package/compute/v20230901/proximityPlacementGroup.d.ts +116 -0
- package/compute/v20230901/proximityPlacementGroup.js +83 -0
- package/compute/v20230901/restorePoint.d.ts +104 -0
- package/compute/v20230901/restorePoint.js +83 -0
- package/compute/v20230901/restorePointCollection.d.ts +91 -0
- package/compute/v20230901/restorePointCollection.js +77 -0
- package/compute/v20230901/sshPublicKey.d.ts +77 -0
- package/compute/v20230901/sshPublicKey.js +71 -0
- package/compute/v20230901/virtualMachine.d.ts +308 -0
- package/compute/v20230901/virtualMachine.js +135 -0
- package/compute/v20230901/virtualMachineExtension.d.ts +171 -0
- package/compute/v20230901/virtualMachineExtension.js +97 -0
- package/compute/v20230901/virtualMachineRunCommandByVirtualMachine.d.ts +179 -0
- package/compute/v20230901/virtualMachineRunCommandByVirtualMachine.js +102 -0
- package/compute/v20230901/virtualMachineScaleSet.d.ts +264 -0
- package/compute/v20230901/virtualMachineScaleSet.js +121 -0
- package/compute/v20230901/virtualMachineScaleSetExtension.d.ts +147 -0
- package/compute/v20230901/virtualMachineScaleSetExtension.js +91 -0
- package/compute/v20230901/virtualMachineScaleSetVM.d.ts +231 -0
- package/compute/v20230901/virtualMachineScaleSetVM.js +122 -0
- package/compute/v20230901/virtualMachineScaleSetVMExtension.d.ts +163 -0
- package/compute/v20230901/virtualMachineScaleSetVMExtension.js +99 -0
- package/compute/v20230901/virtualMachineScaleSetVMRunCommand.d.ts +183 -0
- package/compute/v20230901/virtualMachineScaleSetVMRunCommand.js +106 -0
- package/compute/virtualMachine.d.ts +1 -1
- package/compute/virtualMachine.js +3 -3
- package/compute/virtualMachineExtension.d.ts +1 -1
- package/compute/virtualMachineExtension.js +3 -3
- package/compute/virtualMachineRunCommandByVirtualMachine.d.ts +1 -1
- package/compute/virtualMachineRunCommandByVirtualMachine.js +3 -3
- package/compute/virtualMachineScaleSet.d.ts +1 -1
- package/compute/virtualMachineScaleSet.js +3 -3
- package/compute/virtualMachineScaleSetExtension.d.ts +1 -1
- package/compute/virtualMachineScaleSetExtension.js +3 -3
- package/compute/virtualMachineScaleSetVM.d.ts +1 -1
- package/compute/virtualMachineScaleSetVM.js +3 -3
- package/compute/virtualMachineScaleSetVMExtension.d.ts +1 -1
- package/compute/virtualMachineScaleSetVMExtension.js +3 -3
- package/compute/virtualMachineScaleSetVMRunCommand.d.ts +1 -1
- package/compute/virtualMachineScaleSetVMRunCommand.js +3 -3
- package/databox/getJob.d.ts +2 -2
- package/databox/getJob.js +2 -2
- package/databox/index.d.ts +2 -1
- package/databox/index.js +4 -2
- package/databox/job.d.ts +1 -1
- package/databox/job.js +3 -3
- package/databox/listJobCredentials.d.ts +2 -2
- package/databox/listJobCredentials.js +2 -2
- package/databox/v20221201/job.js +2 -2
- package/databox/v20230301/job.js +2 -2
- package/databox/v20231201/getJob.d.ts +141 -0
- package/databox/v20231201/getJob.js +27 -0
- package/databox/v20231201/index.d.ts +10 -0
- package/databox/v20231201/index.js +44 -0
- package/databox/v20231201/job.d.ts +172 -0
- package/databox/v20231201/job.js +115 -0
- package/databox/v20231201/listJobCredentials.d.ts +43 -0
- package/databox/v20231201/listJobCredentials.js +26 -0
- package/dataprotection/backupInstance.d.ts +1 -1
- package/dataprotection/backupInstance.js +3 -3
- package/dataprotection/backupPolicy.d.ts +1 -1
- package/dataprotection/backupPolicy.js +3 -3
- package/dataprotection/backupVault.d.ts +1 -1
- package/dataprotection/backupVault.js +3 -3
- package/dataprotection/dppResourceGuardProxy.d.ts +1 -1
- package/dataprotection/dppResourceGuardProxy.js +3 -3
- package/dataprotection/getBackupInstance.d.ts +2 -2
- package/dataprotection/getBackupInstance.js +2 -2
- package/dataprotection/getBackupPolicy.d.ts +2 -2
- package/dataprotection/getBackupPolicy.js +2 -2
- package/dataprotection/getBackupVault.d.ts +2 -2
- package/dataprotection/getBackupVault.js +2 -2
- package/dataprotection/getDppResourceGuardProxy.d.ts +2 -2
- package/dataprotection/getDppResourceGuardProxy.js +2 -2
- package/dataprotection/getResourceGuard.d.ts +2 -2
- package/dataprotection/getResourceGuard.js +2 -2
- package/dataprotection/index.d.ts +1 -2
- package/dataprotection/index.js +2 -4
- package/dataprotection/resourceGuard.d.ts +1 -1
- package/dataprotection/resourceGuard.js +3 -3
- package/dataprotection/v20221101preview/resourceGuard.js +2 -2
- package/dataprotection/v20230101/backupInstance.js +2 -2
- package/dataprotection/v20230101/backupPolicy.js +2 -2
- package/dataprotection/v20230101/backupVault.js +2 -2
- package/dataprotection/v20230101/dppResourceGuardProxy.js +2 -2
- package/dataprotection/v20230101/resourceGuard.js +2 -2
- package/dataprotection/v20230401preview/backupInstance.js +2 -2
- package/dataprotection/v20230401preview/backupPolicy.js +2 -2
- package/dataprotection/v20230401preview/backupVault.js +2 -2
- package/dataprotection/v20230401preview/dppResourceGuardProxy.js +2 -2
- package/dataprotection/v20230401preview/resourceGuard.js +2 -2
- package/dataprotection/v20230501/backupInstance.js +2 -2
- package/dataprotection/v20230501/backupPolicy.js +2 -2
- package/dataprotection/v20230501/backupVault.js +2 -2
- package/dataprotection/v20230501/dppResourceGuardProxy.js +2 -2
- package/dataprotection/v20230501/resourceGuard.js +2 -2
- package/dataprotection/v20230601preview/backupInstance.js +2 -2
- package/dataprotection/v20230601preview/backupPolicy.js +2 -2
- package/dataprotection/v20230601preview/backupVault.js +2 -2
- package/dataprotection/v20230601preview/dppResourceGuardProxy.js +2 -2
- package/dataprotection/v20230601preview/resourceGuard.js +2 -2
- package/dataprotection/v20230801preview/backupInstance.js +2 -2
- package/dataprotection/v20230801preview/backupPolicy.js +2 -2
- package/dataprotection/v20230801preview/backupVault.js +2 -2
- package/dataprotection/v20230801preview/dppResourceGuardProxy.js +2 -2
- package/dataprotection/v20230801preview/resourceGuard.js +2 -2
- package/dataprotection/v20231101/backupInstance.js +2 -2
- package/dataprotection/v20231101/backupPolicy.js +2 -2
- package/dataprotection/v20231101/backupVault.js +2 -2
- package/dataprotection/v20231101/dppResourceGuardProxy.js +2 -2
- package/dataprotection/v20231101/resourceGuard.js +2 -2
- package/kubernetes/connectedCluster.d.ts +1 -1
- package/kubernetes/connectedCluster.js +3 -3
- package/kubernetes/getConnectedCluster.d.ts +2 -2
- package/kubernetes/getConnectedCluster.js +2 -2
- package/kubernetes/index.d.ts +2 -1
- package/kubernetes/index.js +4 -2
- package/kubernetes/listConnectedClusterUserCredential.d.ts +2 -2
- package/kubernetes/listConnectedClusterUserCredential.js +2 -2
- package/kubernetes/v20220501preview/connectedCluster.js +2 -2
- package/kubernetes/v20221001preview/connectedCluster.js +2 -2
- package/kubernetes/v20231101preview/connectedCluster.js +2 -2
- package/kubernetes/v20240101/connectedCluster.d.ts +210 -0
- package/kubernetes/v20240101/connectedCluster.js +121 -0
- package/kubernetes/v20240101/getConnectedCluster.d.ts +147 -0
- package/kubernetes/v20240101/getConnectedCluster.js +26 -0
- package/kubernetes/v20240101/index.d.ts +10 -0
- package/kubernetes/v20240101/index.js +44 -0
- package/kubernetes/v20240101/listConnectedClusterUserCredential.d.ts +60 -0
- package/kubernetes/v20240101/listConnectedClusterUserCredential.js +28 -0
- package/maintenance/configurationAssignment.d.ts +1 -1
- package/maintenance/configurationAssignment.js +3 -3
- package/maintenance/configurationAssignmentParent.d.ts +1 -1
- package/maintenance/configurationAssignmentParent.js +3 -3
- package/maintenance/configurationAssignmentsForResourceGroup.d.ts +1 -1
- package/maintenance/configurationAssignmentsForResourceGroup.js +3 -3
- package/maintenance/configurationAssignmentsForSubscription.d.ts +1 -1
- package/maintenance/configurationAssignmentsForSubscription.js +3 -3
- package/maintenance/getConfigurationAssignment.d.ts +2 -2
- package/maintenance/getConfigurationAssignment.js +2 -2
- package/maintenance/getConfigurationAssignmentParent.d.ts +2 -2
- package/maintenance/getConfigurationAssignmentParent.js +2 -2
- package/maintenance/getConfigurationAssignmentsForResourceGroup.d.ts +2 -2
- package/maintenance/getConfigurationAssignmentsForResourceGroup.js +2 -2
- package/maintenance/getConfigurationAssignmentsForSubscription.d.ts +2 -2
- package/maintenance/getConfigurationAssignmentsForSubscription.js +2 -2
- package/maintenance/getMaintenanceConfiguration.d.ts +2 -2
- package/maintenance/getMaintenanceConfiguration.js +2 -2
- package/maintenance/index.d.ts +2 -1
- package/maintenance/index.js +4 -2
- package/maintenance/maintenanceConfiguration.d.ts +1 -1
- package/maintenance/maintenanceConfiguration.js +3 -3
- package/maintenance/v20221101preview/configurationAssignment.js +2 -2
- package/maintenance/v20221101preview/configurationAssignmentParent.js +2 -2
- package/maintenance/v20221101preview/maintenanceConfiguration.js +2 -2
- package/maintenance/v20230401/configurationAssignment.js +2 -2
- package/maintenance/v20230401/configurationAssignmentParent.js +2 -2
- package/maintenance/v20230401/configurationAssignmentsForResourceGroup.js +2 -2
- package/maintenance/v20230401/configurationAssignmentsForSubscription.js +2 -2
- package/maintenance/v20230401/maintenanceConfiguration.js +2 -2
- package/maintenance/v20230901preview/configurationAssignment.js +2 -2
- package/maintenance/v20230901preview/configurationAssignmentParent.js +2 -2
- package/maintenance/v20230901preview/configurationAssignmentsForResourceGroup.js +2 -2
- package/maintenance/v20230901preview/configurationAssignmentsForSubscription.js +2 -2
- package/maintenance/v20230901preview/maintenanceConfiguration.js +2 -2
- package/maintenance/v20231001preview/configurationAssignment.d.ts +99 -0
- package/maintenance/v20231001preview/configurationAssignment.js +87 -0
- package/maintenance/v20231001preview/configurationAssignmentParent.d.ts +107 -0
- package/maintenance/v20231001preview/configurationAssignmentParent.js +95 -0
- package/maintenance/v20231001preview/configurationAssignmentsForResourceGroup.d.ts +87 -0
- package/maintenance/v20231001preview/configurationAssignmentsForResourceGroup.js +75 -0
- package/maintenance/v20231001preview/configurationAssignmentsForSubscription.d.ts +83 -0
- package/maintenance/v20231001preview/configurationAssignmentsForSubscription.js +71 -0
- package/maintenance/v20231001preview/getConfigurationAssignment.d.ts +91 -0
- package/maintenance/v20231001preview/getConfigurationAssignment.js +29 -0
- package/maintenance/v20231001preview/getConfigurationAssignmentParent.d.ts +107 -0
- package/maintenance/v20231001preview/getConfigurationAssignmentParent.js +31 -0
- package/maintenance/v20231001preview/getConfigurationAssignmentsForResourceGroup.d.ts +67 -0
- package/maintenance/v20231001preview/getConfigurationAssignmentsForResourceGroup.js +26 -0
- package/maintenance/v20231001preview/getConfigurationAssignmentsForSubscription.d.ts +59 -0
- package/maintenance/v20231001preview/getConfigurationAssignmentsForSubscription.js +25 -0
- package/maintenance/v20231001preview/getMaintenanceConfiguration.d.ts +103 -0
- package/maintenance/v20231001preview/getMaintenanceConfiguration.js +26 -0
- package/maintenance/v20231001preview/index.d.ts +31 -0
- package/maintenance/v20231001preview/index.js +69 -0
- package/maintenance/v20231001preview/maintenanceConfiguration.d.ts +160 -0
- package/maintenance/v20231001preview/maintenanceConfiguration.js +92 -0
- package/package.json +1 -1
- package/security/getPricing.d.ts +93 -0
- package/security/getPricing.js +28 -0
- package/security/index.d.ts +8 -1
- package/security/index.js +12 -3
- package/security/pricing.d.ts +113 -0
- package/security/pricing.js +91 -0
- package/security/v20240101/getPricing.d.ts +91 -0
- package/security/v20240101/getPricing.js +26 -0
- package/security/v20240101/index.d.ts +7 -0
- package/security/v20240101/index.js +41 -0
- package/security/v20240101/pricing.d.ts +112 -0
- package/security/v20240101/pricing.js +90 -0
- package/sql/v20230501preview/getLongTermRetentionPolicy.d.ts +8 -0
- package/sql/v20230501preview/getLongTermRetentionPolicy.js +1 -1
- package/sql/v20230501preview/longTermRetentionPolicy.d.ts +17 -0
- package/sql/v20230501preview/longTermRetentionPolicy.js +5 -1
- package/synapse/bigDataPool.d.ts +5 -1
- package/synapse/bigDataPool.js +2 -2
- package/synapse/getBigDataPool.d.ts +1 -1
- package/synapse/v20210601/bigDataPool.d.ts +5 -1
- package/synapse/v20210601/bigDataPool.js +2 -2
- package/synapse/v20210601/getBigDataPool.d.ts +1 -1
- package/synapse/v20210601preview/bigDataPool.d.ts +5 -1
- package/synapse/v20210601preview/bigDataPool.js +2 -2
- package/synapse/v20210601preview/getBigDataPool.d.ts +1 -1
- package/tsconfig.tsbuildinfo +1 -1
- package/types/enums/appconfiguration/index.d.ts +2 -1
- package/types/enums/appconfiguration/index.js +4 -2
- package/types/enums/appconfiguration/v20230801preview/index.d.ts +64 -0
- package/types/enums/appconfiguration/v20230801preview/index.js +46 -0
- package/types/enums/azurestackhci/index.d.ts +16 -1
- package/types/enums/azurestackhci/index.js +14 -2
- package/types/enums/azurestackhci/v20231101preview/index.d.ts +128 -0
- package/types/enums/azurestackhci/v20231101preview/index.js +90 -0
- package/types/enums/compute/index.d.ts +2 -1
- package/types/enums/compute/index.js +5 -3
- package/types/enums/compute/v20230901/index.d.ts +593 -0
- package/types/enums/compute/v20230901/index.js +406 -0
- package/types/enums/databox/index.d.ts +2 -1
- package/types/enums/databox/index.js +4 -2
- package/types/enums/databox/v20231201/index.d.ts +247 -0
- package/types/enums/databox/v20231201/index.js +196 -0
- package/types/enums/dataprotection/index.d.ts +1 -2
- package/types/enums/dataprotection/index.js +2 -4
- package/types/enums/kubernetes/index.d.ts +2 -1
- package/types/enums/kubernetes/index.js +4 -2
- package/types/enums/kubernetes/v20240101/index.d.ts +61 -0
- package/types/enums/kubernetes/v20240101/index.js +39 -0
- package/types/enums/maintenance/index.d.ts +2 -1
- package/types/enums/maintenance/index.js +4 -2
- package/types/enums/maintenance/v20231001preview/index.d.ts +65 -0
- package/types/enums/maintenance/v20231001preview/index.js +55 -0
- package/types/enums/security/index.d.ts +44 -1
- package/types/enums/security/index.js +35 -3
- package/types/enums/security/v20240101/index.d.ts +42 -0
- package/types/enums/security/v20240101/index.js +36 -0
- package/types/input.d.ts +3890 -899
- package/types/input.js +243 -1
- package/types/output.d.ts +6920 -1498
- package/types/output.js +243 -1
- package/dataprotection/v20230801/backupInstance.d.ts +0 -79
- package/dataprotection/v20230801/backupInstance.js +0 -75
- package/dataprotection/v20230801/backupPolicy.d.ts +0 -67
- package/dataprotection/v20230801/backupPolicy.js +0 -73
- package/dataprotection/v20230801/backupVault.d.ts +0 -99
- package/dataprotection/v20230801/backupVault.js +0 -80
- package/dataprotection/v20230801/dppResourceGuardProxy.d.ts +0 -67
- package/dataprotection/v20230801/dppResourceGuardProxy.js +0 -73
- package/dataprotection/v20230801/getBackupInstance.d.ts +0 -69
- package/dataprotection/v20230801/getBackupInstance.js +0 -27
- package/dataprotection/v20230801/getBackupPolicy.d.ts +0 -57
- package/dataprotection/v20230801/getBackupPolicy.js +0 -27
- package/dataprotection/v20230801/getBackupVault.d.ts +0 -73
- package/dataprotection/v20230801/getBackupVault.js +0 -26
- package/dataprotection/v20230801/getDppResourceGuardProxy.d.ts +0 -63
- package/dataprotection/v20230801/getDppResourceGuardProxy.js +0 -27
- package/dataprotection/v20230801/getResourceGuard.d.ts +0 -60
- package/dataprotection/v20230801/getResourceGuard.js +0 -20
- package/dataprotection/v20230801/index.d.ts +0 -31
- package/dataprotection/v20230801/index.js +0 -69
- package/dataprotection/v20230801/resourceGuard.d.ts +0 -88
- package/dataprotection/v20230801/resourceGuard.js +0 -72
- package/types/enums/dataprotection/v20230801/index.d.ts +0 -140
- package/types/enums/dataprotection/v20230801/index.js +0 -101
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
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.CapacityReservationGroup = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Specifies information about the capacity reservation group that the capacity reservations should be assigned to. Currently, a capacity reservation can only be added to a capacity reservation group at creation time. An existing capacity reservation cannot be added or moved to another capacity reservation group.
|
|
10
|
+
*/
|
|
11
|
+
class CapacityReservationGroup extends pulumi.CustomResource {
|
|
12
|
+
/**
|
|
13
|
+
* Get an existing CapacityReservationGroup 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 CapacityReservationGroup(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Returns true if the given object is an instance of CapacityReservationGroup. 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'] === CapacityReservationGroup.__pulumiType;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Create a CapacityReservationGroup 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["capacityReservationGroupName"] = args ? args.capacityReservationGroupName : undefined;
|
|
48
|
+
resourceInputs["location"] = args ? args.location : undefined;
|
|
49
|
+
resourceInputs["resourceGroupName"] = args ? args.resourceGroupName : undefined;
|
|
50
|
+
resourceInputs["sharingProfile"] = args ? args.sharingProfile : undefined;
|
|
51
|
+
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
52
|
+
resourceInputs["zones"] = args ? args.zones : undefined;
|
|
53
|
+
resourceInputs["capacityReservations"] = undefined /*out*/;
|
|
54
|
+
resourceInputs["instanceView"] = undefined /*out*/;
|
|
55
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
56
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
57
|
+
resourceInputs["virtualMachinesAssociated"] = undefined /*out*/;
|
|
58
|
+
}
|
|
59
|
+
else {
|
|
60
|
+
resourceInputs["capacityReservations"] = undefined /*out*/;
|
|
61
|
+
resourceInputs["instanceView"] = undefined /*out*/;
|
|
62
|
+
resourceInputs["location"] = undefined /*out*/;
|
|
63
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
64
|
+
resourceInputs["sharingProfile"] = undefined /*out*/;
|
|
65
|
+
resourceInputs["tags"] = undefined /*out*/;
|
|
66
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
67
|
+
resourceInputs["virtualMachinesAssociated"] = undefined /*out*/;
|
|
68
|
+
resourceInputs["zones"] = undefined /*out*/;
|
|
69
|
+
}
|
|
70
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
71
|
+
const aliasOpts = { aliases: [{ type: "azure-native:compute:CapacityReservationGroup" }, { type: "azure-native:compute/v20210401:CapacityReservationGroup" }, { type: "azure-native:compute/v20210701:CapacityReservationGroup" }, { type: "azure-native:compute/v20211101:CapacityReservationGroup" }, { type: "azure-native:compute/v20220301:CapacityReservationGroup" }, { type: "azure-native:compute/v20220801:CapacityReservationGroup" }, { type: "azure-native:compute/v20221101:CapacityReservationGroup" }, { type: "azure-native:compute/v20230301:CapacityReservationGroup" }, { type: "azure-native:compute/v20230701:CapacityReservationGroup" }] };
|
|
72
|
+
opts = pulumi.mergeOptions(opts, aliasOpts);
|
|
73
|
+
super(CapacityReservationGroup.__pulumiType, name, resourceInputs, opts);
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
exports.CapacityReservationGroup = CapacityReservationGroup;
|
|
77
|
+
/** @internal */
|
|
78
|
+
CapacityReservationGroup.__pulumiType = 'azure-native:compute/v20230901:CapacityReservationGroup';
|
|
79
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FwYWNpdHlSZXNlcnZhdGlvbkdyb3VwLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vY29tcHV0ZS92MjAyMzA5MDEvY2FwYWNpdHlSZXNlcnZhdGlvbkdyb3VwLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxzRUFBc0U7QUFDdEUsaUZBQWlGOzs7QUFFakYseUNBQXlDO0FBSXpDLDZDQUE2QztBQUU3Qzs7R0FFRztBQUNILE1BQWEsd0JBQXlCLFNBQVEsTUFBTSxDQUFDLGNBQWM7SUFDL0Q7Ozs7Ozs7T0FPRztJQUNJLE1BQU0sQ0FBQyxHQUFHLENBQUMsSUFBWSxFQUFFLEVBQTJCLEVBQUUsSUFBbUM7UUFDNUYsT0FBTyxJQUFJLHdCQUF3QixDQUFDLElBQUksRUFBRSxTQUFnQixrQ0FBTyxJQUFJLEtBQUUsRUFBRSxFQUFFLEVBQUUsSUFBRyxDQUFDO0lBQ3JGLENBQUM7SUFLRDs7O09BR0c7SUFDSSxNQUFNLENBQUMsVUFBVSxDQUFDLEdBQVE7UUFDN0IsSUFBSSxHQUFHLEtBQUssU0FBUyxJQUFJLEdBQUcsS0FBSyxJQUFJLEVBQUU7WUFDbkMsT0FBTyxLQUFLLENBQUM7U0FDaEI7UUFDRCxPQUFPLEdBQUcsQ0FBQyxjQUFjLENBQUMsS0FBSyx3QkFBd0IsQ0FBQyxZQUFZLENBQUM7SUFDekUsQ0FBQztJQXVDRDs7Ozs7O09BTUc7SUFDSCxZQUFZLElBQVksRUFBRSxJQUFrQyxFQUFFLElBQW1DO1FBQzdGLElBQUksY0FBYyxHQUFrQixFQUFFLENBQUM7UUFDdkMsSUFBSSxHQUFHLElBQUksSUFBSSxFQUFFLENBQUM7UUFDbEIsSUFBSSxDQUFDLElBQUksQ0FBQyxFQUFFLEVBQUU7WUFDVixJQUFJLENBQUMsQ0FBQyxJQUFJLElBQUksSUFBSSxDQUFDLGlCQUFpQixLQUFLLFNBQVMsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLEdBQUcsRUFBRTtnQkFDOUQsTUFBTSxJQUFJLEtBQUssQ0FBQywrQ0FBK0MsQ0FB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
|
|
@@ -0,0 +1,132 @@
|
|
|
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 Dedicated host.
|
|
7
|
+
*/
|
|
8
|
+
export declare class DedicatedHost extends pulumi.CustomResource {
|
|
9
|
+
/**
|
|
10
|
+
* Get an existing DedicatedHost 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): DedicatedHost;
|
|
18
|
+
/**
|
|
19
|
+
* Returns true if the given object is an instance of DedicatedHost. 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 DedicatedHost;
|
|
23
|
+
/**
|
|
24
|
+
* Specifies whether the dedicated host should be replaced automatically in case of a failure. The value is defaulted to 'true' when not provided.
|
|
25
|
+
*/
|
|
26
|
+
readonly autoReplaceOnFailure: pulumi.Output<boolean | undefined>;
|
|
27
|
+
/**
|
|
28
|
+
* A unique id generated and assigned to the dedicated host by the platform. Does not change throughout the lifetime of the host.
|
|
29
|
+
*/
|
|
30
|
+
readonly hostId: pulumi.Output<string>;
|
|
31
|
+
/**
|
|
32
|
+
* The dedicated host instance view.
|
|
33
|
+
*/
|
|
34
|
+
readonly instanceView: pulumi.Output<outputs.compute.v20230901.DedicatedHostInstanceViewResponse>;
|
|
35
|
+
/**
|
|
36
|
+
* Specifies the software license type that will be applied to the VMs deployed on the dedicated host. Possible values are: **None,** **Windows_Server_Hybrid,** **Windows_Server_Perpetual.** The default value is: **None.**
|
|
37
|
+
*/
|
|
38
|
+
readonly licenseType: pulumi.Output<string | undefined>;
|
|
39
|
+
/**
|
|
40
|
+
* Resource location
|
|
41
|
+
*/
|
|
42
|
+
readonly location: pulumi.Output<string>;
|
|
43
|
+
/**
|
|
44
|
+
* Resource name
|
|
45
|
+
*/
|
|
46
|
+
readonly name: pulumi.Output<string>;
|
|
47
|
+
/**
|
|
48
|
+
* Fault domain of the dedicated host within a dedicated host group.
|
|
49
|
+
*/
|
|
50
|
+
readonly platformFaultDomain: pulumi.Output<number | undefined>;
|
|
51
|
+
/**
|
|
52
|
+
* The provisioning state, which only appears in the response.
|
|
53
|
+
*/
|
|
54
|
+
readonly provisioningState: pulumi.Output<string>;
|
|
55
|
+
/**
|
|
56
|
+
* The date when the host was first provisioned.
|
|
57
|
+
*/
|
|
58
|
+
readonly provisioningTime: pulumi.Output<string>;
|
|
59
|
+
/**
|
|
60
|
+
* SKU of the dedicated host for Hardware Generation and VM family. Only name is required to be set. List Microsoft.Compute SKUs for a list of possible values.
|
|
61
|
+
*/
|
|
62
|
+
readonly sku: pulumi.Output<outputs.compute.v20230901.SkuResponse>;
|
|
63
|
+
/**
|
|
64
|
+
* Resource tags
|
|
65
|
+
*/
|
|
66
|
+
readonly tags: pulumi.Output<{
|
|
67
|
+
[key: string]: string;
|
|
68
|
+
} | undefined>;
|
|
69
|
+
/**
|
|
70
|
+
* Specifies the time at which the Dedicated Host resource was created. Minimum api-version: 2021-11-01.
|
|
71
|
+
*/
|
|
72
|
+
readonly timeCreated: pulumi.Output<string>;
|
|
73
|
+
/**
|
|
74
|
+
* Resource type
|
|
75
|
+
*/
|
|
76
|
+
readonly type: pulumi.Output<string>;
|
|
77
|
+
/**
|
|
78
|
+
* A list of references to all virtual machines in the Dedicated Host.
|
|
79
|
+
*/
|
|
80
|
+
readonly virtualMachines: pulumi.Output<outputs.compute.v20230901.SubResourceReadOnlyResponse[]>;
|
|
81
|
+
/**
|
|
82
|
+
* Create a DedicatedHost resource with the given unique name, arguments, and options.
|
|
83
|
+
*
|
|
84
|
+
* @param name The _unique_ name of the resource.
|
|
85
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
86
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
87
|
+
*/
|
|
88
|
+
constructor(name: string, args: DedicatedHostArgs, opts?: pulumi.CustomResourceOptions);
|
|
89
|
+
}
|
|
90
|
+
/**
|
|
91
|
+
* The set of arguments for constructing a DedicatedHost resource.
|
|
92
|
+
*/
|
|
93
|
+
export interface DedicatedHostArgs {
|
|
94
|
+
/**
|
|
95
|
+
* Specifies whether the dedicated host should be replaced automatically in case of a failure. The value is defaulted to 'true' when not provided.
|
|
96
|
+
*/
|
|
97
|
+
autoReplaceOnFailure?: pulumi.Input<boolean>;
|
|
98
|
+
/**
|
|
99
|
+
* The name of the dedicated host group.
|
|
100
|
+
*/
|
|
101
|
+
hostGroupName: pulumi.Input<string>;
|
|
102
|
+
/**
|
|
103
|
+
* The name of the dedicated host .
|
|
104
|
+
*/
|
|
105
|
+
hostName?: pulumi.Input<string>;
|
|
106
|
+
/**
|
|
107
|
+
* Specifies the software license type that will be applied to the VMs deployed on the dedicated host. Possible values are: **None,** **Windows_Server_Hybrid,** **Windows_Server_Perpetual.** The default value is: **None.**
|
|
108
|
+
*/
|
|
109
|
+
licenseType?: pulumi.Input<enums.compute.v20230901.DedicatedHostLicenseTypes>;
|
|
110
|
+
/**
|
|
111
|
+
* Resource location
|
|
112
|
+
*/
|
|
113
|
+
location?: pulumi.Input<string>;
|
|
114
|
+
/**
|
|
115
|
+
* Fault domain of the dedicated host within a dedicated host group.
|
|
116
|
+
*/
|
|
117
|
+
platformFaultDomain?: pulumi.Input<number>;
|
|
118
|
+
/**
|
|
119
|
+
* The name of the resource group.
|
|
120
|
+
*/
|
|
121
|
+
resourceGroupName: pulumi.Input<string>;
|
|
122
|
+
/**
|
|
123
|
+
* SKU of the dedicated host for Hardware Generation and VM family. Only name is required to be set. List Microsoft.Compute SKUs for a list of possible values.
|
|
124
|
+
*/
|
|
125
|
+
sku: pulumi.Input<inputs.compute.v20230901.SkuArgs>;
|
|
126
|
+
/**
|
|
127
|
+
* Resource tags
|
|
128
|
+
*/
|
|
129
|
+
tags?: pulumi.Input<{
|
|
130
|
+
[key: string]: pulumi.Input<string>;
|
|
131
|
+
}>;
|
|
132
|
+
}
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
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.DedicatedHost = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Specifies information about the Dedicated host.
|
|
10
|
+
*/
|
|
11
|
+
class DedicatedHost extends pulumi.CustomResource {
|
|
12
|
+
/**
|
|
13
|
+
* Get an existing DedicatedHost 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 DedicatedHost(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Returns true if the given object is an instance of DedicatedHost. 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'] === DedicatedHost.__pulumiType;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Create a DedicatedHost 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.hostGroupName === undefined) && !opts.urn) {
|
|
45
|
+
throw new Error("Missing required property 'hostGroupName'");
|
|
46
|
+
}
|
|
47
|
+
if ((!args || args.resourceGroupName === undefined) && !opts.urn) {
|
|
48
|
+
throw new Error("Missing required property 'resourceGroupName'");
|
|
49
|
+
}
|
|
50
|
+
if ((!args || args.sku === undefined) && !opts.urn) {
|
|
51
|
+
throw new Error("Missing required property 'sku'");
|
|
52
|
+
}
|
|
53
|
+
resourceInputs["autoReplaceOnFailure"] = args ? args.autoReplaceOnFailure : undefined;
|
|
54
|
+
resourceInputs["hostGroupName"] = args ? args.hostGroupName : undefined;
|
|
55
|
+
resourceInputs["hostName"] = args ? args.hostName : undefined;
|
|
56
|
+
resourceInputs["licenseType"] = args ? args.licenseType : undefined;
|
|
57
|
+
resourceInputs["location"] = args ? args.location : undefined;
|
|
58
|
+
resourceInputs["platformFaultDomain"] = args ? args.platformFaultDomain : undefined;
|
|
59
|
+
resourceInputs["resourceGroupName"] = args ? args.resourceGroupName : undefined;
|
|
60
|
+
resourceInputs["sku"] = args ? args.sku : undefined;
|
|
61
|
+
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
62
|
+
resourceInputs["hostId"] = undefined /*out*/;
|
|
63
|
+
resourceInputs["instanceView"] = undefined /*out*/;
|
|
64
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
65
|
+
resourceInputs["provisioningState"] = undefined /*out*/;
|
|
66
|
+
resourceInputs["provisioningTime"] = undefined /*out*/;
|
|
67
|
+
resourceInputs["timeCreated"] = undefined /*out*/;
|
|
68
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
69
|
+
resourceInputs["virtualMachines"] = undefined /*out*/;
|
|
70
|
+
}
|
|
71
|
+
else {
|
|
72
|
+
resourceInputs["autoReplaceOnFailure"] = undefined /*out*/;
|
|
73
|
+
resourceInputs["hostId"] = undefined /*out*/;
|
|
74
|
+
resourceInputs["instanceView"] = undefined /*out*/;
|
|
75
|
+
resourceInputs["licenseType"] = undefined /*out*/;
|
|
76
|
+
resourceInputs["location"] = undefined /*out*/;
|
|
77
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
78
|
+
resourceInputs["platformFaultDomain"] = undefined /*out*/;
|
|
79
|
+
resourceInputs["provisioningState"] = undefined /*out*/;
|
|
80
|
+
resourceInputs["provisioningTime"] = undefined /*out*/;
|
|
81
|
+
resourceInputs["sku"] = undefined /*out*/;
|
|
82
|
+
resourceInputs["tags"] = undefined /*out*/;
|
|
83
|
+
resourceInputs["timeCreated"] = undefined /*out*/;
|
|
84
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
85
|
+
resourceInputs["virtualMachines"] = undefined /*out*/;
|
|
86
|
+
}
|
|
87
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
88
|
+
const aliasOpts = { aliases: [{ type: "azure-native:compute:DedicatedHost" }, { type: "azure-native:compute/v20190301:DedicatedHost" }, { type: "azure-native:compute/v20190701:DedicatedHost" }, { type: "azure-native:compute/v20191201:DedicatedHost" }, { type: "azure-native:compute/v20200601:DedicatedHost" }, { type: "azure-native:compute/v20201201:DedicatedHost" }, { type: "azure-native:compute/v20210301:DedicatedHost" }, { type: "azure-native:compute/v20210401:DedicatedHost" }, { type: "azure-native:compute/v20210701:DedicatedHost" }, { type: "azure-native:compute/v20211101:DedicatedHost" }, { type: "azure-native:compute/v20220301:DedicatedHost" }, { type: "azure-native:compute/v20220801:DedicatedHost" }, { type: "azure-native:compute/v20221101:DedicatedHost" }, { type: "azure-native:compute/v20230301:DedicatedHost" }, { type: "azure-native:compute/v20230701:DedicatedHost" }] };
|
|
89
|
+
opts = pulumi.mergeOptions(opts, aliasOpts);
|
|
90
|
+
super(DedicatedHost.__pulumiType, name, resourceInputs, opts);
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
exports.DedicatedHost = DedicatedHost;
|
|
94
|
+
/** @internal */
|
|
95
|
+
DedicatedHost.__pulumiType = 'azure-native:compute/v20230901:DedicatedHost';
|
|
96
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVkaWNhdGVkSG9zdC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2NvbXB1dGUvdjIwMjMwOTAxL2RlZGljYXRlZEhvc3QudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHNFQUFzRTtBQUN0RSxpRkFBaUY7OztBQUVqRix5Q0FBeUM7QUFJekMsNkNBQTZDO0FBRTdDOztHQUVHO0FBQ0gsTUFBYSxhQUFjLFNBQVEsTUFBTSxDQUFDLGNBQWM7SUFDcEQ7Ozs7Ozs7T0FPRztJQUNJLE1BQU0sQ0FBQyxHQUFHLENBQUMsSUFBWSxFQUFFLEVBQTJCLEVBQUUsSUFBbUM7UUFDNUYsT0FBTyxJQUFJLGFBQWEsQ0FBQyxJQUFJLEVBQUUsU0FBZ0Isa0NBQU8sSUFBSSxLQUFFLEVBQUUsRUFBRSxFQUFFLElBQUcsQ0FBQztJQUMxRSxDQUFDO0lBS0Q7OztPQUdHO0lBQ0ksTUFBTSxDQUFDLFVBQVUsQ0FBQyxHQUFRO1FBQzdCLElBQUksR0FBRyxLQUFLLFNBQVMsSUFBSSxHQUFHLEtBQUssSUFBSSxFQUFFO1lBQ25DLE9BQU8sS0FBSyxDQUFDO1NBQ2hCO1FBQ0QsT0FBTyxHQUFHLENBQUMsY0FBYyxDQUFDLEtBQUssYUFBYSxDQUFDLFlBQVksQ0FBQztJQUM5RCxDQUFDO0lBMkREOzs7Ozs7T0FNRztJQUNILFlBQVksSUFBWSxFQUFFLElBQXVCLEVBQUUsSUFBbUM7UUFDbEYsSUFBSSxjQUFjLEdBQWtCLEVBQUUsQ0FBQztRQUN2QyxJQUFJLEdBQUcsSUFBSSxJQUFJLEVBQUUsQ0FBQztRQUNsQixJQUFJLENBQUMsSUFBSSxDQUFDLEVBQUUsRUFBRTtZQUNWLElBQUksQ0FBQyxDQUFDLElBQUksSUFBSSxJQUFJLENBQUMsYUFBYSxLQUFLLFNBQVMsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLEdBQUcsRUFBRTtnQkFDMUQsTUFBTSxJQUFJLEtBQUssQ0FBQywyQ0FBMkMsQ0FBQyxDQUFDO2FBQ2hFO1lBQ0QsSUFBSSxDQUFDLENB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
|
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../../types/input";
|
|
3
|
+
import * as outputs from "../../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* Specifies information about the dedicated host group that the dedicated hosts should be assigned to. Currently, a dedicated host can only be added to a dedicated host group at creation time. An existing dedicated host cannot be added to another dedicated host group.
|
|
6
|
+
*/
|
|
7
|
+
export declare class DedicatedHostGroup extends pulumi.CustomResource {
|
|
8
|
+
/**
|
|
9
|
+
* Get an existing DedicatedHostGroup resource's state with the given name, ID, and optional extra
|
|
10
|
+
* properties used to qualify the lookup.
|
|
11
|
+
*
|
|
12
|
+
* @param name The _unique_ name of the resulting resource.
|
|
13
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
14
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
15
|
+
*/
|
|
16
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): DedicatedHostGroup;
|
|
17
|
+
/**
|
|
18
|
+
* Returns true if the given object is an instance of DedicatedHostGroup. This is designed to work even
|
|
19
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
20
|
+
*/
|
|
21
|
+
static isInstance(obj: any): obj is DedicatedHostGroup;
|
|
22
|
+
/**
|
|
23
|
+
* Enables or disables a capability on the dedicated host group. Minimum api-version: 2022-03-01.
|
|
24
|
+
*/
|
|
25
|
+
readonly additionalCapabilities: pulumi.Output<outputs.compute.v20230901.DedicatedHostGroupPropertiesResponseAdditionalCapabilities | undefined>;
|
|
26
|
+
/**
|
|
27
|
+
* A list of references to all dedicated hosts in the dedicated host group.
|
|
28
|
+
*/
|
|
29
|
+
readonly hosts: pulumi.Output<outputs.compute.v20230901.SubResourceReadOnlyResponse[]>;
|
|
30
|
+
/**
|
|
31
|
+
* The dedicated host group instance view, which has the list of instance view of the dedicated hosts under the dedicated host group.
|
|
32
|
+
*/
|
|
33
|
+
readonly instanceView: pulumi.Output<outputs.compute.v20230901.DedicatedHostGroupInstanceViewResponse>;
|
|
34
|
+
/**
|
|
35
|
+
* Resource location
|
|
36
|
+
*/
|
|
37
|
+
readonly location: pulumi.Output<string>;
|
|
38
|
+
/**
|
|
39
|
+
* Resource name
|
|
40
|
+
*/
|
|
41
|
+
readonly name: pulumi.Output<string>;
|
|
42
|
+
/**
|
|
43
|
+
* Number of fault domains that the host group can span.
|
|
44
|
+
*/
|
|
45
|
+
readonly platformFaultDomainCount: pulumi.Output<number>;
|
|
46
|
+
/**
|
|
47
|
+
* Specifies whether virtual machines or virtual machine scale sets can be placed automatically on the dedicated host group. Automatic placement means resources are allocated on dedicated hosts, that are chosen by Azure, under the dedicated host group. The value is defaulted to 'false' when not provided. Minimum api-version: 2020-06-01.
|
|
48
|
+
*/
|
|
49
|
+
readonly supportAutomaticPlacement: pulumi.Output<boolean | undefined>;
|
|
50
|
+
/**
|
|
51
|
+
* Resource tags
|
|
52
|
+
*/
|
|
53
|
+
readonly tags: pulumi.Output<{
|
|
54
|
+
[key: string]: string;
|
|
55
|
+
} | undefined>;
|
|
56
|
+
/**
|
|
57
|
+
* Resource type
|
|
58
|
+
*/
|
|
59
|
+
readonly type: pulumi.Output<string>;
|
|
60
|
+
/**
|
|
61
|
+
* Availability Zone to use for this host group. Only single zone is supported. The zone can be assigned only during creation. If not provided, the group supports all zones in the region. If provided, enforces each host in the group to be in the same zone.
|
|
62
|
+
*/
|
|
63
|
+
readonly zones: pulumi.Output<string[] | undefined>;
|
|
64
|
+
/**
|
|
65
|
+
* Create a DedicatedHostGroup resource with the given unique name, arguments, and options.
|
|
66
|
+
*
|
|
67
|
+
* @param name The _unique_ name of the resource.
|
|
68
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
69
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
70
|
+
*/
|
|
71
|
+
constructor(name: string, args: DedicatedHostGroupArgs, opts?: pulumi.CustomResourceOptions);
|
|
72
|
+
}
|
|
73
|
+
/**
|
|
74
|
+
* The set of arguments for constructing a DedicatedHostGroup resource.
|
|
75
|
+
*/
|
|
76
|
+
export interface DedicatedHostGroupArgs {
|
|
77
|
+
/**
|
|
78
|
+
* Enables or disables a capability on the dedicated host group. Minimum api-version: 2022-03-01.
|
|
79
|
+
*/
|
|
80
|
+
additionalCapabilities?: pulumi.Input<inputs.compute.v20230901.DedicatedHostGroupPropertiesAdditionalCapabilitiesArgs>;
|
|
81
|
+
/**
|
|
82
|
+
* The name of the dedicated host group.
|
|
83
|
+
*/
|
|
84
|
+
hostGroupName?: pulumi.Input<string>;
|
|
85
|
+
/**
|
|
86
|
+
* Resource location
|
|
87
|
+
*/
|
|
88
|
+
location?: pulumi.Input<string>;
|
|
89
|
+
/**
|
|
90
|
+
* Number of fault domains that the host group can span.
|
|
91
|
+
*/
|
|
92
|
+
platformFaultDomainCount: pulumi.Input<number>;
|
|
93
|
+
/**
|
|
94
|
+
* The name of the resource group.
|
|
95
|
+
*/
|
|
96
|
+
resourceGroupName: pulumi.Input<string>;
|
|
97
|
+
/**
|
|
98
|
+
* Specifies whether virtual machines or virtual machine scale sets can be placed automatically on the dedicated host group. Automatic placement means resources are allocated on dedicated hosts, that are chosen by Azure, under the dedicated host group. The value is defaulted to 'false' when not provided. Minimum api-version: 2020-06-01.
|
|
99
|
+
*/
|
|
100
|
+
supportAutomaticPlacement?: pulumi.Input<boolean>;
|
|
101
|
+
/**
|
|
102
|
+
* Resource tags
|
|
103
|
+
*/
|
|
104
|
+
tags?: pulumi.Input<{
|
|
105
|
+
[key: string]: pulumi.Input<string>;
|
|
106
|
+
}>;
|
|
107
|
+
/**
|
|
108
|
+
* Availability Zone to use for this host group. Only single zone is supported. The zone can be assigned only during creation. If not provided, the group supports all zones in the region. If provided, enforces each host in the group to be in the same zone.
|
|
109
|
+
*/
|
|
110
|
+
zones?: pulumi.Input<pulumi.Input<string>[]>;
|
|
111
|
+
}
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
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.DedicatedHostGroup = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Specifies information about the dedicated host group that the dedicated hosts should be assigned to. Currently, a dedicated host can only be added to a dedicated host group at creation time. An existing dedicated host cannot be added to another dedicated host group.
|
|
10
|
+
*/
|
|
11
|
+
class DedicatedHostGroup extends pulumi.CustomResource {
|
|
12
|
+
/**
|
|
13
|
+
* Get an existing DedicatedHostGroup 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 DedicatedHostGroup(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Returns true if the given object is an instance of DedicatedHostGroup. 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'] === DedicatedHostGroup.__pulumiType;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Create a DedicatedHostGroup 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.platformFaultDomainCount === undefined) && !opts.urn) {
|
|
45
|
+
throw new Error("Missing required property 'platformFaultDomainCount'");
|
|
46
|
+
}
|
|
47
|
+
if ((!args || args.resourceGroupName === undefined) && !opts.urn) {
|
|
48
|
+
throw new Error("Missing required property 'resourceGroupName'");
|
|
49
|
+
}
|
|
50
|
+
resourceInputs["additionalCapabilities"] = args ? args.additionalCapabilities : undefined;
|
|
51
|
+
resourceInputs["hostGroupName"] = args ? args.hostGroupName : undefined;
|
|
52
|
+
resourceInputs["location"] = args ? args.location : undefined;
|
|
53
|
+
resourceInputs["platformFaultDomainCount"] = args ? args.platformFaultDomainCount : undefined;
|
|
54
|
+
resourceInputs["resourceGroupName"] = args ? args.resourceGroupName : undefined;
|
|
55
|
+
resourceInputs["supportAutomaticPlacement"] = args ? args.supportAutomaticPlacement : undefined;
|
|
56
|
+
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
57
|
+
resourceInputs["zones"] = args ? args.zones : undefined;
|
|
58
|
+
resourceInputs["hosts"] = undefined /*out*/;
|
|
59
|
+
resourceInputs["instanceView"] = undefined /*out*/;
|
|
60
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
61
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
62
|
+
}
|
|
63
|
+
else {
|
|
64
|
+
resourceInputs["additionalCapabilities"] = undefined /*out*/;
|
|
65
|
+
resourceInputs["hosts"] = undefined /*out*/;
|
|
66
|
+
resourceInputs["instanceView"] = undefined /*out*/;
|
|
67
|
+
resourceInputs["location"] = undefined /*out*/;
|
|
68
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
69
|
+
resourceInputs["platformFaultDomainCount"] = undefined /*out*/;
|
|
70
|
+
resourceInputs["supportAutomaticPlacement"] = undefined /*out*/;
|
|
71
|
+
resourceInputs["tags"] = undefined /*out*/;
|
|
72
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
73
|
+
resourceInputs["zones"] = undefined /*out*/;
|
|
74
|
+
}
|
|
75
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
76
|
+
const aliasOpts = { aliases: [{ type: "azure-native:compute:DedicatedHostGroup" }, { type: "azure-native:compute/v20190301:DedicatedHostGroup" }, { type: "azure-native:compute/v20190701:DedicatedHostGroup" }, { type: "azure-native:compute/v20191201:DedicatedHostGroup" }, { type: "azure-native:compute/v20200601:DedicatedHostGroup" }, { type: "azure-native:compute/v20201201:DedicatedHostGroup" }, { type: "azure-native:compute/v20210301:DedicatedHostGroup" }, { type: "azure-native:compute/v20210401:DedicatedHostGroup" }, { type: "azure-native:compute/v20210701:DedicatedHostGroup" }, { type: "azure-native:compute/v20211101:DedicatedHostGroup" }, { type: "azure-native:compute/v20220301:DedicatedHostGroup" }, { type: "azure-native:compute/v20220801:DedicatedHostGroup" }, { type: "azure-native:compute/v20221101:DedicatedHostGroup" }, { type: "azure-native:compute/v20230301:DedicatedHostGroup" }, { type: "azure-native:compute/v20230701:DedicatedHostGroup" }] };
|
|
77
|
+
opts = pulumi.mergeOptions(opts, aliasOpts);
|
|
78
|
+
super(DedicatedHostGroup.__pulumiType, name, resourceInputs, opts);
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
exports.DedicatedHostGroup = DedicatedHostGroup;
|
|
82
|
+
/** @internal */
|
|
83
|
+
DedicatedHostGroup.__pulumiType = 'azure-native:compute/v20230901:DedicatedHostGroup';
|
|
84
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVkaWNhdGVkSG9zdEdyb3VwLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vY29tcHV0ZS92MjAyMzA5MDEvZGVkaWNhdGVkSG9zdEdyb3VwLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxzRUFBc0U7QUFDdEUsaUZBQWlGOzs7QUFFakYseUNBQXlDO0FBSXpDLDZDQUE2QztBQUU3Qzs7R0FFRztBQUNILE1BQWEsa0JBQW1CLFNBQVEsTUFBTSxDQUFDLGNBQWM7SUFDekQ7Ozs7Ozs7T0FPRztJQUNJLE1BQU0sQ0FBQyxHQUFHLENBQUMsSUFBWSxFQUFFLEVBQTJCLEVBQUUsSUFBbUM7UUFDNUYsT0FBTyxJQUFJLGtCQUFrQixDQUFDLElBQUksRUFBRSxTQUFnQixrQ0FBTyxJQUFJLEtBQUUsRUFBRSxFQUFFLEVBQUUsSUFBRyxDQUFDO0lBQy9FLENBQUM7SUFLRDs7O09BR0c7SUFDSSxNQUFNLENBQUMsVUFBVSxDQUFDLEdBQVE7UUFDN0IsSUFBSSxHQUFHLEtBQUssU0FBUyxJQUFJLEdBQUcsS0FBSyxJQUFJLEVBQUU7WUFDbkMsT0FBTyxLQUFLLENBQUM7U0FDaEI7UUFDRCxPQUFPLEdBQUcsQ0FBQyxjQUFjLENBQUMsS0FBSyxrQkFBa0IsQ0FBQyxZQUFZLENBQUM7SUFDbkUsQ0FBQztJQTJDRDs7Ozs7O09BTUc7SUFDSCxZQUFZLElBQVksRUFBRSxJQUE0QixFQUFFLElBQW1DO1FBQ3ZGLElBQUksY0FBYyxHQUFrQixFQUFFLENBQUM7UUFDdkMsSUFBSSxHQUFHLElBQUksSUFBSSxFQUFFLENBQUM7UUFDbEIsSUFBSSxDQUFDLElBQUksQ0FBQyxFQUFFLEVBQUU7WUFDVixJQUFJLENBQUMsQ0FBQyxJQUFJLElBQUksSUFBSSxDQUFDLHdCQUF3QixLQUFLLFNBQVMsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLEdBQUcsRUFBRTtnQkFDckUsTUFBTSxJQUFJLEtBQUssQ0FBQyxzREFBc0QsQ0FBQyxDQUFDO2FBQzNF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
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Retrieves information about an availability set.
|
|
5
|
+
*/
|
|
6
|
+
export declare function getAvailabilitySet(args: GetAvailabilitySetArgs, opts?: pulumi.InvokeOptions): Promise<GetAvailabilitySetResult>;
|
|
7
|
+
export interface GetAvailabilitySetArgs {
|
|
8
|
+
/**
|
|
9
|
+
* The name of the availability set.
|
|
10
|
+
*/
|
|
11
|
+
availabilitySetName: string;
|
|
12
|
+
/**
|
|
13
|
+
* The name of the resource group.
|
|
14
|
+
*/
|
|
15
|
+
resourceGroupName: string;
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* Specifies information about the availability set that the virtual machine should be assigned to. Virtual machines specified in the same availability set are allocated to different nodes to maximize availability. For more information about availability sets, see [Availability sets overview](https://docs.microsoft.com/azure/virtual-machines/availability-set-overview). For more information on Azure planned maintenance, see [Maintenance and updates for Virtual Machines in Azure](https://docs.microsoft.com/azure/virtual-machines/maintenance-and-updates). Currently, a VM can only be added to an availability set at creation time. An existing VM cannot be added to an availability set.
|
|
19
|
+
*/
|
|
20
|
+
export interface GetAvailabilitySetResult {
|
|
21
|
+
/**
|
|
22
|
+
* Resource Id
|
|
23
|
+
*/
|
|
24
|
+
readonly id: string;
|
|
25
|
+
/**
|
|
26
|
+
* Resource location
|
|
27
|
+
*/
|
|
28
|
+
readonly location: string;
|
|
29
|
+
/**
|
|
30
|
+
* Resource name
|
|
31
|
+
*/
|
|
32
|
+
readonly name: string;
|
|
33
|
+
/**
|
|
34
|
+
* Fault Domain count.
|
|
35
|
+
*/
|
|
36
|
+
readonly platformFaultDomainCount?: number;
|
|
37
|
+
/**
|
|
38
|
+
* Update Domain count.
|
|
39
|
+
*/
|
|
40
|
+
readonly platformUpdateDomainCount?: number;
|
|
41
|
+
/**
|
|
42
|
+
* Specifies information about the proximity placement group that the availability set should be assigned to. Minimum api-version: 2018-04-01.
|
|
43
|
+
*/
|
|
44
|
+
readonly proximityPlacementGroup?: outputs.compute.v20230901.SubResourceResponse;
|
|
45
|
+
/**
|
|
46
|
+
* Sku of the availability set, only name is required to be set. See AvailabilitySetSkuTypes for possible set of values. Use 'Aligned' for virtual machines with managed disks and 'Classic' for virtual machines with unmanaged disks. Default value is 'Classic'.
|
|
47
|
+
*/
|
|
48
|
+
readonly sku?: outputs.compute.v20230901.SkuResponse;
|
|
49
|
+
/**
|
|
50
|
+
* The resource status information.
|
|
51
|
+
*/
|
|
52
|
+
readonly statuses: outputs.compute.v20230901.InstanceViewStatusResponse[];
|
|
53
|
+
/**
|
|
54
|
+
* Resource tags
|
|
55
|
+
*/
|
|
56
|
+
readonly tags?: {
|
|
57
|
+
[key: string]: string;
|
|
58
|
+
};
|
|
59
|
+
/**
|
|
60
|
+
* Resource type
|
|
61
|
+
*/
|
|
62
|
+
readonly type: string;
|
|
63
|
+
/**
|
|
64
|
+
* A list of references to all virtual machines in the availability set.
|
|
65
|
+
*/
|
|
66
|
+
readonly virtualMachines?: outputs.compute.v20230901.SubResourceResponse[];
|
|
67
|
+
}
|
|
68
|
+
/**
|
|
69
|
+
* Retrieves information about an availability set.
|
|
70
|
+
*/
|
|
71
|
+
export declare function getAvailabilitySetOutput(args: GetAvailabilitySetOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetAvailabilitySetResult>;
|
|
72
|
+
export interface GetAvailabilitySetOutputArgs {
|
|
73
|
+
/**
|
|
74
|
+
* The name of the availability set.
|
|
75
|
+
*/
|
|
76
|
+
availabilitySetName: pulumi.Input<string>;
|
|
77
|
+
/**
|
|
78
|
+
* The name of the resource group.
|
|
79
|
+
*/
|
|
80
|
+
resourceGroupName: pulumi.Input<string>;
|
|
81
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
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.getAvailabilitySetOutput = exports.getAvailabilitySet = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Retrieves information about an availability set.
|
|
10
|
+
*/
|
|
11
|
+
function getAvailabilitySet(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("azure-native:compute/v20230901:getAvailabilitySet", {
|
|
14
|
+
"availabilitySetName": args.availabilitySetName,
|
|
15
|
+
"resourceGroupName": args.resourceGroupName,
|
|
16
|
+
}, opts);
|
|
17
|
+
}
|
|
18
|
+
exports.getAvailabilitySet = getAvailabilitySet;
|
|
19
|
+
/**
|
|
20
|
+
* Retrieves information about an availability set.
|
|
21
|
+
*/
|
|
22
|
+
function getAvailabilitySetOutput(args, opts) {
|
|
23
|
+
return pulumi.output(args).apply((a) => getAvailabilitySet(a, opts));
|
|
24
|
+
}
|
|
25
|
+
exports.getAvailabilitySetOutput = getAvailabilitySetOutput;
|
|
26
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0QXZhaWxhYmlsaXR5U2V0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vY29tcHV0ZS92MjAyMzA5MDEvZ2V0QXZhaWxhYmlsaXR5U2V0LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxzRUFBc0U7QUFDdEUsaUZBQWlGOzs7QUFFakYseUNBQXlDO0FBSXpDLDZDQUE2QztBQUU3Qzs7R0FFRztBQUNILFNBQWdCLGtCQUFrQixDQUFDLElBQTRCLEVBQUUsSUFBMkI7SUFFeEYsSUFBSSxHQUFHLE1BQU0sQ0FBQyxZQUFZLENBQUMsU0FBUyxDQUFDLG9CQUFvQixFQUFFLEVBQUUsSUFBSSxJQUFJLEVBQUUsQ0FBQyxDQUFDO0lBQ3pFLE9BQU8sTUFBTSxDQUFDLE9BQU8sQ0FBQyxNQUFNLENBQUMsbURBQW1ELEVBQUU7UUFDOUUscUJBQXFCLEVBQUUsSUFBSSxDQUFDLG1CQUFtQjtRQUMvQyxtQkFBbUIsRUFBRSxJQUFJLENBQUMsaUJBQWlCO0tBQzlDLEVBQUUsSUFBSSxDQUFDLENBQUM7QUFDYixDQUFDO0FBUEQsZ0RBT0M7QUE4REQ7O0dBRUc7QUFDSCxTQUFnQix3QkFBd0IsQ0FBQyxJQUFrQyxFQUFFLElBQTJCO0lBQ3BHLE9BQU8sTUFBTSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFNLEVBQUUsRUFBRSxDQUFDLGtCQUFrQixDQUFDLENBQUMsRUFBRSxJQUFJLENBQUMsQ0FBQyxDQUFBO0FBQzdFLENBQUM7QUFGRCw0REFFQyJ9
|