@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,104 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../../types/output";
|
|
3
|
+
import * as enums from "../../types/enums";
|
|
4
|
+
/**
|
|
5
|
+
* Export logs that show Api requests made by this subscription in the given time window to show throttling activities.
|
|
6
|
+
*/
|
|
7
|
+
export declare function getLogAnalyticExportRequestRateByInterval(args: GetLogAnalyticExportRequestRateByIntervalArgs, opts?: pulumi.InvokeOptions): Promise<GetLogAnalyticExportRequestRateByIntervalResult>;
|
|
8
|
+
export interface GetLogAnalyticExportRequestRateByIntervalArgs {
|
|
9
|
+
/**
|
|
10
|
+
* SAS Uri of the logging blob container to which LogAnalytics Api writes output logs to.
|
|
11
|
+
*/
|
|
12
|
+
blobContainerSasUri: string;
|
|
13
|
+
/**
|
|
14
|
+
* From time of the query
|
|
15
|
+
*/
|
|
16
|
+
fromTime: string;
|
|
17
|
+
/**
|
|
18
|
+
* Group query result by Client Application ID.
|
|
19
|
+
*/
|
|
20
|
+
groupByClientApplicationId?: boolean;
|
|
21
|
+
/**
|
|
22
|
+
* Group query result by Operation Name.
|
|
23
|
+
*/
|
|
24
|
+
groupByOperationName?: boolean;
|
|
25
|
+
/**
|
|
26
|
+
* Group query result by Resource Name.
|
|
27
|
+
*/
|
|
28
|
+
groupByResourceName?: boolean;
|
|
29
|
+
/**
|
|
30
|
+
* Group query result by Throttle Policy applied.
|
|
31
|
+
*/
|
|
32
|
+
groupByThrottlePolicy?: boolean;
|
|
33
|
+
/**
|
|
34
|
+
* Group query result by User Agent.
|
|
35
|
+
*/
|
|
36
|
+
groupByUserAgent?: boolean;
|
|
37
|
+
/**
|
|
38
|
+
* Interval value in minutes used to create LogAnalytics call rate logs.
|
|
39
|
+
*/
|
|
40
|
+
intervalLength: enums.compute.v20230901.IntervalInMins;
|
|
41
|
+
/**
|
|
42
|
+
* The location upon which virtual-machine-sizes is queried.
|
|
43
|
+
*/
|
|
44
|
+
location: string;
|
|
45
|
+
/**
|
|
46
|
+
* To time of the query
|
|
47
|
+
*/
|
|
48
|
+
toTime: string;
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
* LogAnalytics operation status response
|
|
52
|
+
*/
|
|
53
|
+
export interface GetLogAnalyticExportRequestRateByIntervalResult {
|
|
54
|
+
/**
|
|
55
|
+
* LogAnalyticsOutput
|
|
56
|
+
*/
|
|
57
|
+
readonly properties: outputs.compute.v20230901.LogAnalyticsOutputResponse;
|
|
58
|
+
}
|
|
59
|
+
/**
|
|
60
|
+
* Export logs that show Api requests made by this subscription in the given time window to show throttling activities.
|
|
61
|
+
*/
|
|
62
|
+
export declare function getLogAnalyticExportRequestRateByIntervalOutput(args: GetLogAnalyticExportRequestRateByIntervalOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetLogAnalyticExportRequestRateByIntervalResult>;
|
|
63
|
+
export interface GetLogAnalyticExportRequestRateByIntervalOutputArgs {
|
|
64
|
+
/**
|
|
65
|
+
* SAS Uri of the logging blob container to which LogAnalytics Api writes output logs to.
|
|
66
|
+
*/
|
|
67
|
+
blobContainerSasUri: pulumi.Input<string>;
|
|
68
|
+
/**
|
|
69
|
+
* From time of the query
|
|
70
|
+
*/
|
|
71
|
+
fromTime: pulumi.Input<string>;
|
|
72
|
+
/**
|
|
73
|
+
* Group query result by Client Application ID.
|
|
74
|
+
*/
|
|
75
|
+
groupByClientApplicationId?: pulumi.Input<boolean>;
|
|
76
|
+
/**
|
|
77
|
+
* Group query result by Operation Name.
|
|
78
|
+
*/
|
|
79
|
+
groupByOperationName?: pulumi.Input<boolean>;
|
|
80
|
+
/**
|
|
81
|
+
* Group query result by Resource Name.
|
|
82
|
+
*/
|
|
83
|
+
groupByResourceName?: pulumi.Input<boolean>;
|
|
84
|
+
/**
|
|
85
|
+
* Group query result by Throttle Policy applied.
|
|
86
|
+
*/
|
|
87
|
+
groupByThrottlePolicy?: pulumi.Input<boolean>;
|
|
88
|
+
/**
|
|
89
|
+
* Group query result by User Agent.
|
|
90
|
+
*/
|
|
91
|
+
groupByUserAgent?: pulumi.Input<boolean>;
|
|
92
|
+
/**
|
|
93
|
+
* Interval value in minutes used to create LogAnalytics call rate logs.
|
|
94
|
+
*/
|
|
95
|
+
intervalLength: pulumi.Input<enums.compute.v20230901.IntervalInMins>;
|
|
96
|
+
/**
|
|
97
|
+
* The location upon which virtual-machine-sizes is queried.
|
|
98
|
+
*/
|
|
99
|
+
location: pulumi.Input<string>;
|
|
100
|
+
/**
|
|
101
|
+
* To time of the query
|
|
102
|
+
*/
|
|
103
|
+
toTime: pulumi.Input<string>;
|
|
104
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
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.getLogAnalyticExportRequestRateByIntervalOutput = exports.getLogAnalyticExportRequestRateByInterval = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Export logs that show Api requests made by this subscription in the given time window to show throttling activities.
|
|
10
|
+
*/
|
|
11
|
+
function getLogAnalyticExportRequestRateByInterval(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("azure-native:compute/v20230901:getLogAnalyticExportRequestRateByInterval", {
|
|
14
|
+
"blobContainerSasUri": args.blobContainerSasUri,
|
|
15
|
+
"fromTime": args.fromTime,
|
|
16
|
+
"groupByClientApplicationId": args.groupByClientApplicationId,
|
|
17
|
+
"groupByOperationName": args.groupByOperationName,
|
|
18
|
+
"groupByResourceName": args.groupByResourceName,
|
|
19
|
+
"groupByThrottlePolicy": args.groupByThrottlePolicy,
|
|
20
|
+
"groupByUserAgent": args.groupByUserAgent,
|
|
21
|
+
"intervalLength": args.intervalLength,
|
|
22
|
+
"location": args.location,
|
|
23
|
+
"toTime": args.toTime,
|
|
24
|
+
}, opts);
|
|
25
|
+
}
|
|
26
|
+
exports.getLogAnalyticExportRequestRateByInterval = getLogAnalyticExportRequestRateByInterval;
|
|
27
|
+
/**
|
|
28
|
+
* Export logs that show Api requests made by this subscription in the given time window to show throttling activities.
|
|
29
|
+
*/
|
|
30
|
+
function getLogAnalyticExportRequestRateByIntervalOutput(args, opts) {
|
|
31
|
+
return pulumi.output(args).apply((a) => getLogAnalyticExportRequestRateByInterval(a, opts));
|
|
32
|
+
}
|
|
33
|
+
exports.getLogAnalyticExportRequestRateByIntervalOutput = getLogAnalyticExportRequestRateByIntervalOutput;
|
|
34
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0TG9nQW5hbHl0aWNFeHBvcnRSZXF1ZXN0UmF0ZUJ5SW50ZXJ2YWwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9jb21wdXRlL3YyMDIzMDkwMS9nZXRMb2dBbmFseXRpY0V4cG9ydFJlcXVlc3RSYXRlQnlJbnRlcnZhbC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsc0VBQXNFO0FBQ3RFLGlGQUFpRjs7O0FBRWpGLHlDQUF5QztBQUl6Qyw2Q0FBNkM7QUFFN0M7O0dBRUc7QUFDSCxTQUFnQix5Q0FBeUMsQ0FBQyxJQUFtRCxFQUFFLElBQTJCO0lBRXRJLElBQUksR0FBRyxNQUFNLENBQUMsWUFBWSxDQUFDLFNBQVMsQ0FBQyxvQkFBb0IsRUFBRSxFQUFFLElBQUksSUFBSSxFQUFFLENBQUMsQ0FBQztJQUN6RSxPQUFPLE1BQU0sQ0FBQyxPQUFPLENBQUMsTUFBTSxDQUFDLDBFQUEwRSxFQUFFO1FBQ3JHLHFCQUFxQixFQUFFLElBQUksQ0FBQyxtQkFBbUI7UUFDL0MsVUFBVSxFQUFFLElBQUksQ0FBQyxRQUFRO1FBQ3pCLDRCQUE0QixFQUFFLElBQUksQ0FBQywwQkFBMEI7UUFDN0Qsc0JBQXNCLEVBQUUsSUFBSSxDQUFDLG9CQUFvQjtRQUNqRCxxQkFBcUIsRUFBRSxJQUFJLENBQUMsbUJBQW1CO1FBQy9DLHVCQUF1QixFQUFFLElBQUksQ0FBQyxxQkFBcUI7UUFDbkQsa0JBQWtCLEVBQUUsSUFBSSxDQUFDLGdCQUFnQjtRQUN6QyxnQkFBZ0IsRUFBRSxJQUFJLENBQUMsY0FBYztRQUNyQyxVQUFVLEVBQUUsSUFBSSxDQUFDLFFBQVE7UUFDekIsUUFBUSxFQUFFLElBQUksQ0FBQyxNQUFNO0tBQ3hCLEVBQUUsSUFBSSxDQUFDLENBQUM7QUFDYixDQUFDO0FBZkQsOEZBZUM7QUFzREQ7O0dBRUc7QUFDSCxTQUFnQiwrQ0FBK0MsQ0FBQyxJQUF5RCxFQUFFLElBQTJCO0lBQ2xKLE9BQU8sTUFBTSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFNLEVBQUUsRUFBRSxDQUFDLHlDQUF5QyxDQUFDLENBQUMsRUFBRSxJQUFJLENBQUMsQ0FBQyxDQUFBO0FBQ3BHLENBQUM7QUFGRCwwR0FFQyJ9
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Export logs that show total throttled Api requests for this subscription in the given time window.
|
|
5
|
+
*/
|
|
6
|
+
export declare function getLogAnalyticExportThrottledRequests(args: GetLogAnalyticExportThrottledRequestsArgs, opts?: pulumi.InvokeOptions): Promise<GetLogAnalyticExportThrottledRequestsResult>;
|
|
7
|
+
export interface GetLogAnalyticExportThrottledRequestsArgs {
|
|
8
|
+
/**
|
|
9
|
+
* SAS Uri of the logging blob container to which LogAnalytics Api writes output logs to.
|
|
10
|
+
*/
|
|
11
|
+
blobContainerSasUri: string;
|
|
12
|
+
/**
|
|
13
|
+
* From time of the query
|
|
14
|
+
*/
|
|
15
|
+
fromTime: string;
|
|
16
|
+
/**
|
|
17
|
+
* Group query result by Client Application ID.
|
|
18
|
+
*/
|
|
19
|
+
groupByClientApplicationId?: boolean;
|
|
20
|
+
/**
|
|
21
|
+
* Group query result by Operation Name.
|
|
22
|
+
*/
|
|
23
|
+
groupByOperationName?: boolean;
|
|
24
|
+
/**
|
|
25
|
+
* Group query result by Resource Name.
|
|
26
|
+
*/
|
|
27
|
+
groupByResourceName?: boolean;
|
|
28
|
+
/**
|
|
29
|
+
* Group query result by Throttle Policy applied.
|
|
30
|
+
*/
|
|
31
|
+
groupByThrottlePolicy?: boolean;
|
|
32
|
+
/**
|
|
33
|
+
* Group query result by User Agent.
|
|
34
|
+
*/
|
|
35
|
+
groupByUserAgent?: boolean;
|
|
36
|
+
/**
|
|
37
|
+
* The location upon which virtual-machine-sizes is queried.
|
|
38
|
+
*/
|
|
39
|
+
location: string;
|
|
40
|
+
/**
|
|
41
|
+
* To time of the query
|
|
42
|
+
*/
|
|
43
|
+
toTime: string;
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* LogAnalytics operation status response
|
|
47
|
+
*/
|
|
48
|
+
export interface GetLogAnalyticExportThrottledRequestsResult {
|
|
49
|
+
/**
|
|
50
|
+
* LogAnalyticsOutput
|
|
51
|
+
*/
|
|
52
|
+
readonly properties: outputs.compute.v20230901.LogAnalyticsOutputResponse;
|
|
53
|
+
}
|
|
54
|
+
/**
|
|
55
|
+
* Export logs that show total throttled Api requests for this subscription in the given time window.
|
|
56
|
+
*/
|
|
57
|
+
export declare function getLogAnalyticExportThrottledRequestsOutput(args: GetLogAnalyticExportThrottledRequestsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetLogAnalyticExportThrottledRequestsResult>;
|
|
58
|
+
export interface GetLogAnalyticExportThrottledRequestsOutputArgs {
|
|
59
|
+
/**
|
|
60
|
+
* SAS Uri of the logging blob container to which LogAnalytics Api writes output logs to.
|
|
61
|
+
*/
|
|
62
|
+
blobContainerSasUri: pulumi.Input<string>;
|
|
63
|
+
/**
|
|
64
|
+
* From time of the query
|
|
65
|
+
*/
|
|
66
|
+
fromTime: pulumi.Input<string>;
|
|
67
|
+
/**
|
|
68
|
+
* Group query result by Client Application ID.
|
|
69
|
+
*/
|
|
70
|
+
groupByClientApplicationId?: pulumi.Input<boolean>;
|
|
71
|
+
/**
|
|
72
|
+
* Group query result by Operation Name.
|
|
73
|
+
*/
|
|
74
|
+
groupByOperationName?: pulumi.Input<boolean>;
|
|
75
|
+
/**
|
|
76
|
+
* Group query result by Resource Name.
|
|
77
|
+
*/
|
|
78
|
+
groupByResourceName?: pulumi.Input<boolean>;
|
|
79
|
+
/**
|
|
80
|
+
* Group query result by Throttle Policy applied.
|
|
81
|
+
*/
|
|
82
|
+
groupByThrottlePolicy?: pulumi.Input<boolean>;
|
|
83
|
+
/**
|
|
84
|
+
* Group query result by User Agent.
|
|
85
|
+
*/
|
|
86
|
+
groupByUserAgent?: pulumi.Input<boolean>;
|
|
87
|
+
/**
|
|
88
|
+
* The location upon which virtual-machine-sizes is queried.
|
|
89
|
+
*/
|
|
90
|
+
location: pulumi.Input<string>;
|
|
91
|
+
/**
|
|
92
|
+
* To time of the query
|
|
93
|
+
*/
|
|
94
|
+
toTime: pulumi.Input<string>;
|
|
95
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
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.getLogAnalyticExportThrottledRequestsOutput = exports.getLogAnalyticExportThrottledRequests = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Export logs that show total throttled Api requests for this subscription in the given time window.
|
|
10
|
+
*/
|
|
11
|
+
function getLogAnalyticExportThrottledRequests(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("azure-native:compute/v20230901:getLogAnalyticExportThrottledRequests", {
|
|
14
|
+
"blobContainerSasUri": args.blobContainerSasUri,
|
|
15
|
+
"fromTime": args.fromTime,
|
|
16
|
+
"groupByClientApplicationId": args.groupByClientApplicationId,
|
|
17
|
+
"groupByOperationName": args.groupByOperationName,
|
|
18
|
+
"groupByResourceName": args.groupByResourceName,
|
|
19
|
+
"groupByThrottlePolicy": args.groupByThrottlePolicy,
|
|
20
|
+
"groupByUserAgent": args.groupByUserAgent,
|
|
21
|
+
"location": args.location,
|
|
22
|
+
"toTime": args.toTime,
|
|
23
|
+
}, opts);
|
|
24
|
+
}
|
|
25
|
+
exports.getLogAnalyticExportThrottledRequests = getLogAnalyticExportThrottledRequests;
|
|
26
|
+
/**
|
|
27
|
+
* Export logs that show total throttled Api requests for this subscription in the given time window.
|
|
28
|
+
*/
|
|
29
|
+
function getLogAnalyticExportThrottledRequestsOutput(args, opts) {
|
|
30
|
+
return pulumi.output(args).apply((a) => getLogAnalyticExportThrottledRequests(a, opts));
|
|
31
|
+
}
|
|
32
|
+
exports.getLogAnalyticExportThrottledRequestsOutput = getLogAnalyticExportThrottledRequestsOutput;
|
|
33
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0TG9nQW5hbHl0aWNFeHBvcnRUaHJvdHRsZWRSZXF1ZXN0cy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2NvbXB1dGUvdjIwMjMwOTAxL2dldExvZ0FuYWx5dGljRXhwb3J0VGhyb3R0bGVkUmVxdWVzdHMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHNFQUFzRTtBQUN0RSxpRkFBaUY7OztBQUVqRix5Q0FBeUM7QUFJekMsNkNBQTZDO0FBRTdDOztHQUVHO0FBQ0gsU0FBZ0IscUNBQXFDLENBQUMsSUFBK0MsRUFBRSxJQUEyQjtJQUU5SCxJQUFJLEdBQUcsTUFBTSxDQUFDLFlBQVksQ0FBQyxTQUFTLENBQUMsb0JBQW9CLEVBQUUsRUFBRSxJQUFJLElBQUksRUFBRSxDQUFDLENBQUM7SUFDekUsT0FBTyxNQUFNLENBQUMsT0FBTyxDQUFDLE1BQU0sQ0FBQyxzRUFBc0UsRUFBRTtRQUNqRyxxQkFBcUIsRUFBRSxJQUFJLENBQUMsbUJBQW1CO1FBQy9DLFVBQVUsRUFBRSxJQUFJLENBQUMsUUFBUTtRQUN6Qiw0QkFBNEIsRUFBRSxJQUFJLENBQUMsMEJBQTBCO1FBQzdELHNCQUFzQixFQUFFLElBQUksQ0FBQyxvQkFBb0I7UUFDakQscUJBQXFCLEVBQUUsSUFBSSxDQUFDLG1CQUFtQjtRQUMvQyx1QkFBdUIsRUFBRSxJQUFJLENBQUMscUJBQXFCO1FBQ25ELGtCQUFrQixFQUFFLElBQUksQ0FBQyxnQkFBZ0I7UUFDekMsVUFBVSxFQUFFLElBQUksQ0FBQyxRQUFRO1FBQ3pCLFFBQVEsRUFBRSxJQUFJLENBQUMsTUFBTTtLQUN4QixFQUFFLElBQUksQ0FBQyxDQUFDO0FBQ2IsQ0FBQztBQWRELHNGQWNDO0FBa0REOztHQUVHO0FBQ0gsU0FBZ0IsMkNBQTJDLENBQUMsSUFBcUQsRUFBRSxJQUEyQjtJQUMxSSxPQUFPLE1BQU0sQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBTSxFQUFFLEVBQUUsQ0FBQyxxQ0FBcUMsQ0FBQyxDQUFDLEVBQUUsSUFBSSxDQUFDLENBQUMsQ0FBQTtBQUNoRyxDQUFDO0FBRkQsa0dBRUMifQ==
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Retrieves information about a proximity placement group .
|
|
5
|
+
*/
|
|
6
|
+
export declare function getProximityPlacementGroup(args: GetProximityPlacementGroupArgs, opts?: pulumi.InvokeOptions): Promise<GetProximityPlacementGroupResult>;
|
|
7
|
+
export interface GetProximityPlacementGroupArgs {
|
|
8
|
+
/**
|
|
9
|
+
* includeColocationStatus=true enables fetching the colocation status of all the resources in the proximity placement group.
|
|
10
|
+
*/
|
|
11
|
+
includeColocationStatus?: string;
|
|
12
|
+
/**
|
|
13
|
+
* The name of the proximity placement group.
|
|
14
|
+
*/
|
|
15
|
+
proximityPlacementGroupName: string;
|
|
16
|
+
/**
|
|
17
|
+
* The name of the resource group.
|
|
18
|
+
*/
|
|
19
|
+
resourceGroupName: string;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Specifies information about the proximity placement group.
|
|
23
|
+
*/
|
|
24
|
+
export interface GetProximityPlacementGroupResult {
|
|
25
|
+
/**
|
|
26
|
+
* A list of references to all availability sets in the proximity placement group.
|
|
27
|
+
*/
|
|
28
|
+
readonly availabilitySets: outputs.compute.v20230901.SubResourceWithColocationStatusResponse[];
|
|
29
|
+
/**
|
|
30
|
+
* Describes colocation status of the Proximity Placement Group.
|
|
31
|
+
*/
|
|
32
|
+
readonly colocationStatus?: outputs.compute.v20230901.InstanceViewStatusResponse;
|
|
33
|
+
/**
|
|
34
|
+
* Resource Id
|
|
35
|
+
*/
|
|
36
|
+
readonly id: string;
|
|
37
|
+
/**
|
|
38
|
+
* Specifies the user intent of the proximity placement group.
|
|
39
|
+
*/
|
|
40
|
+
readonly intent?: outputs.compute.v20230901.ProximityPlacementGroupPropertiesResponseIntent;
|
|
41
|
+
/**
|
|
42
|
+
* Resource location
|
|
43
|
+
*/
|
|
44
|
+
readonly location: string;
|
|
45
|
+
/**
|
|
46
|
+
* Resource name
|
|
47
|
+
*/
|
|
48
|
+
readonly name: string;
|
|
49
|
+
/**
|
|
50
|
+
* 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.
|
|
51
|
+
*/
|
|
52
|
+
readonly proximityPlacementGroupType?: string;
|
|
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 machine scale sets in the proximity placement group.
|
|
65
|
+
*/
|
|
66
|
+
readonly virtualMachineScaleSets: outputs.compute.v20230901.SubResourceWithColocationStatusResponse[];
|
|
67
|
+
/**
|
|
68
|
+
* A list of references to all virtual machines in the proximity placement group.
|
|
69
|
+
*/
|
|
70
|
+
readonly virtualMachines: outputs.compute.v20230901.SubResourceWithColocationStatusResponse[];
|
|
71
|
+
/**
|
|
72
|
+
* Specifies the Availability Zone where virtual machine, virtual machine scale set or availability set associated with the proximity placement group can be created.
|
|
73
|
+
*/
|
|
74
|
+
readonly zones?: string[];
|
|
75
|
+
}
|
|
76
|
+
/**
|
|
77
|
+
* Retrieves information about a proximity placement group .
|
|
78
|
+
*/
|
|
79
|
+
export declare function getProximityPlacementGroupOutput(args: GetProximityPlacementGroupOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetProximityPlacementGroupResult>;
|
|
80
|
+
export interface GetProximityPlacementGroupOutputArgs {
|
|
81
|
+
/**
|
|
82
|
+
* includeColocationStatus=true enables fetching the colocation status of all the resources in the proximity placement group.
|
|
83
|
+
*/
|
|
84
|
+
includeColocationStatus?: pulumi.Input<string>;
|
|
85
|
+
/**
|
|
86
|
+
* The name of the proximity placement group.
|
|
87
|
+
*/
|
|
88
|
+
proximityPlacementGroupName: pulumi.Input<string>;
|
|
89
|
+
/**
|
|
90
|
+
* The name of the resource group.
|
|
91
|
+
*/
|
|
92
|
+
resourceGroupName: pulumi.Input<string>;
|
|
93
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
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.getProximityPlacementGroupOutput = exports.getProximityPlacementGroup = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Retrieves information about a proximity placement group .
|
|
10
|
+
*/
|
|
11
|
+
function getProximityPlacementGroup(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("azure-native:compute/v20230901:getProximityPlacementGroup", {
|
|
14
|
+
"includeColocationStatus": args.includeColocationStatus,
|
|
15
|
+
"proximityPlacementGroupName": args.proximityPlacementGroupName,
|
|
16
|
+
"resourceGroupName": args.resourceGroupName,
|
|
17
|
+
}, opts);
|
|
18
|
+
}
|
|
19
|
+
exports.getProximityPlacementGroup = getProximityPlacementGroup;
|
|
20
|
+
/**
|
|
21
|
+
* Retrieves information about a proximity placement group .
|
|
22
|
+
*/
|
|
23
|
+
function getProximityPlacementGroupOutput(args, opts) {
|
|
24
|
+
return pulumi.output(args).apply((a) => getProximityPlacementGroup(a, opts));
|
|
25
|
+
}
|
|
26
|
+
exports.getProximityPlacementGroupOutput = getProximityPlacementGroupOutput;
|
|
27
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0UHJveGltaXR5UGxhY2VtZW50R3JvdXAuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9jb21wdXRlL3YyMDIzMDkwMS9nZXRQcm94aW1pdHlQbGFjZW1lbnRHcm91cC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsc0VBQXNFO0FBQ3RFLGlGQUFpRjs7O0FBRWpGLHlDQUF5QztBQUl6Qyw2Q0FBNkM7QUFFN0M7O0dBRUc7QUFDSCxTQUFnQiwwQkFBMEIsQ0FBQyxJQUFvQyxFQUFFLElBQTJCO0lBRXhHLElBQUksR0FBRyxNQUFNLENBQUMsWUFBWSxDQUFDLFNBQVMsQ0FBQyxvQkFBb0IsRUFBRSxFQUFFLElBQUksSUFBSSxFQUFFLENBQUMsQ0FBQztJQUN6RSxPQUFPLE1BQU0sQ0FBQyxPQUFPLENBQUMsTUFBTSxDQUFDLDJEQUEyRCxFQUFFO1FBQ3RGLHlCQUF5QixFQUFFLElBQUksQ0FBQyx1QkFBdUI7UUFDdkQsNkJBQTZCLEVBQUUsSUFBSSxDQUFDLDJCQUEyQjtRQUMvRCxtQkFBbUIsRUFBRSxJQUFJLENBQUMsaUJBQWlCO0tBQzlDLEVBQUUsSUFBSSxDQUFDLENBQUM7QUFDYixDQUFDO0FBUkQsZ0VBUUM7QUFzRUQ7O0dBRUc7QUFDSCxTQUFnQixnQ0FBZ0MsQ0FBQyxJQUEwQyxFQUFFLElBQTJCO0lBQ3BILE9BQU8sTUFBTSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFNLEVBQUUsRUFBRSxDQUFDLDBCQUEwQixDQUFDLENBQUMsRUFBRSxJQUFJLENBQUMsQ0FBQyxDQUFBO0FBQ3JGLENBQUM7QUFGRCw0RUFFQyJ9
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* The operation to get the restore point.
|
|
5
|
+
*/
|
|
6
|
+
export declare function getRestorePoint(args: GetRestorePointArgs, opts?: pulumi.InvokeOptions): Promise<GetRestorePointResult>;
|
|
7
|
+
export interface GetRestorePointArgs {
|
|
8
|
+
/**
|
|
9
|
+
* The expand expression to apply on the operation. 'InstanceView' retrieves information about the run-time state of a restore point.
|
|
10
|
+
*/
|
|
11
|
+
expand?: string;
|
|
12
|
+
/**
|
|
13
|
+
* The name of the resource group.
|
|
14
|
+
*/
|
|
15
|
+
resourceGroupName: string;
|
|
16
|
+
/**
|
|
17
|
+
* The name of the restore point collection.
|
|
18
|
+
*/
|
|
19
|
+
restorePointCollectionName: string;
|
|
20
|
+
/**
|
|
21
|
+
* The name of the restore point.
|
|
22
|
+
*/
|
|
23
|
+
restorePointName: string;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Restore Point details.
|
|
27
|
+
*/
|
|
28
|
+
export interface GetRestorePointResult {
|
|
29
|
+
/**
|
|
30
|
+
* 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.
|
|
31
|
+
*/
|
|
32
|
+
readonly consistencyMode?: string;
|
|
33
|
+
/**
|
|
34
|
+
* 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.
|
|
35
|
+
*/
|
|
36
|
+
readonly excludeDisks?: outputs.compute.v20230901.ApiEntityReferenceResponse[];
|
|
37
|
+
/**
|
|
38
|
+
* Resource Id
|
|
39
|
+
*/
|
|
40
|
+
readonly id: string;
|
|
41
|
+
/**
|
|
42
|
+
* The restore point instance view.
|
|
43
|
+
*/
|
|
44
|
+
readonly instanceView: outputs.compute.v20230901.RestorePointInstanceViewResponse;
|
|
45
|
+
/**
|
|
46
|
+
* Resource name
|
|
47
|
+
*/
|
|
48
|
+
readonly name: string;
|
|
49
|
+
/**
|
|
50
|
+
* Gets the provisioning state of the restore point.
|
|
51
|
+
*/
|
|
52
|
+
readonly provisioningState: string;
|
|
53
|
+
/**
|
|
54
|
+
* Gets the details of the VM captured at the time of the restore point creation.
|
|
55
|
+
*/
|
|
56
|
+
readonly sourceMetadata?: outputs.compute.v20230901.RestorePointSourceMetadataResponse;
|
|
57
|
+
/**
|
|
58
|
+
* Resource Id of the source restore point from which a copy needs to be created.
|
|
59
|
+
*/
|
|
60
|
+
readonly sourceRestorePoint?: outputs.compute.v20230901.ApiEntityReferenceResponse;
|
|
61
|
+
/**
|
|
62
|
+
* Gets the creation time of the restore point.
|
|
63
|
+
*/
|
|
64
|
+
readonly timeCreated?: string;
|
|
65
|
+
/**
|
|
66
|
+
* Resource type
|
|
67
|
+
*/
|
|
68
|
+
readonly type: string;
|
|
69
|
+
}
|
|
70
|
+
/**
|
|
71
|
+
* The operation to get the restore point.
|
|
72
|
+
*/
|
|
73
|
+
export declare function getRestorePointOutput(args: GetRestorePointOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetRestorePointResult>;
|
|
74
|
+
export interface GetRestorePointOutputArgs {
|
|
75
|
+
/**
|
|
76
|
+
* The expand expression to apply on the operation. 'InstanceView' retrieves information about the run-time state of a restore point.
|
|
77
|
+
*/
|
|
78
|
+
expand?: pulumi.Input<string>;
|
|
79
|
+
/**
|
|
80
|
+
* The name of the resource group.
|
|
81
|
+
*/
|
|
82
|
+
resourceGroupName: pulumi.Input<string>;
|
|
83
|
+
/**
|
|
84
|
+
* The name of the restore point collection.
|
|
85
|
+
*/
|
|
86
|
+
restorePointCollectionName: pulumi.Input<string>;
|
|
87
|
+
/**
|
|
88
|
+
* The name of the restore point.
|
|
89
|
+
*/
|
|
90
|
+
restorePointName: pulumi.Input<string>;
|
|
91
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
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.getRestorePointOutput = exports.getRestorePoint = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* The operation to get the restore point.
|
|
10
|
+
*/
|
|
11
|
+
function getRestorePoint(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("azure-native:compute/v20230901:getRestorePoint", {
|
|
14
|
+
"expand": args.expand,
|
|
15
|
+
"resourceGroupName": args.resourceGroupName,
|
|
16
|
+
"restorePointCollectionName": args.restorePointCollectionName,
|
|
17
|
+
"restorePointName": args.restorePointName,
|
|
18
|
+
}, opts);
|
|
19
|
+
}
|
|
20
|
+
exports.getRestorePoint = getRestorePoint;
|
|
21
|
+
/**
|
|
22
|
+
* The operation to get the restore point.
|
|
23
|
+
*/
|
|
24
|
+
function getRestorePointOutput(args, opts) {
|
|
25
|
+
return pulumi.output(args).apply((a) => getRestorePoint(a, opts));
|
|
26
|
+
}
|
|
27
|
+
exports.getRestorePointOutput = getRestorePointOutput;
|
|
28
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0UmVzdG9yZVBvaW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vY29tcHV0ZS92MjAyMzA5MDEvZ2V0UmVzdG9yZVBvaW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxzRUFBc0U7QUFDdEUsaUZBQWlGOzs7QUFFakYseUNBQXlDO0FBSXpDLDZDQUE2QztBQUU3Qzs7R0FFRztBQUNILFNBQWdCLGVBQWUsQ0FBQyxJQUF5QixFQUFFLElBQTJCO0lBRWxGLElBQUksR0FBRyxNQUFNLENBQUMsWUFBWSxDQUFDLFNBQVMsQ0FBQyxvQkFBb0IsRUFBRSxFQUFFLElBQUksSUFBSSxFQUFFLENBQUMsQ0FBQztJQUN6RSxPQUFPLE1BQU0sQ0FBQyxPQUFPLENBQUMsTUFBTSxDQUFDLGdEQUFnRCxFQUFFO1FBQzNFLFFBQVEsRUFBRSxJQUFJLENBQUMsTUFBTTtRQUNyQixtQkFBbUIsRUFBRSxJQUFJLENBQUMsaUJBQWlCO1FBQzNDLDRCQUE0QixFQUFFLElBQUksQ0FBQywwQkFBMEI7UUFDN0Qsa0JBQWtCLEVBQUUsSUFBSSxDQUFDLGdCQUFnQjtLQUM1QyxFQUFFLElBQUksQ0FBQyxDQUFDO0FBQ2IsQ0FBQztBQVRELDBDQVNDO0FBa0VEOztHQUVHO0FBQ0gsU0FBZ0IscUJBQXFCLENBQUMsSUFBK0IsRUFBRSxJQUEyQjtJQUM5RixPQUFPLE1BQU0sQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBTSxFQUFFLEVBQUUsQ0FBQyxlQUFlLENBQUMsQ0FBQyxFQUFFLElBQUksQ0FBQyxDQUFDLENBQUE7QUFDMUUsQ0FBQztBQUZELHNEQUVDIn0=
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* The operation to get the restore point collection.
|
|
5
|
+
*/
|
|
6
|
+
export declare function getRestorePointCollection(args: GetRestorePointCollectionArgs, opts?: pulumi.InvokeOptions): Promise<GetRestorePointCollectionResult>;
|
|
7
|
+
export interface GetRestorePointCollectionArgs {
|
|
8
|
+
/**
|
|
9
|
+
* The expand expression to apply on the operation. If expand=restorePoints, server will return all contained restore points in the restorePointCollection.
|
|
10
|
+
*/
|
|
11
|
+
expand?: string;
|
|
12
|
+
/**
|
|
13
|
+
* The name of the resource group.
|
|
14
|
+
*/
|
|
15
|
+
resourceGroupName: string;
|
|
16
|
+
/**
|
|
17
|
+
* The name of the restore point collection.
|
|
18
|
+
*/
|
|
19
|
+
restorePointCollectionName: string;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Create or update Restore Point collection parameters.
|
|
23
|
+
*/
|
|
24
|
+
export interface GetRestorePointCollectionResult {
|
|
25
|
+
/**
|
|
26
|
+
* Resource Id
|
|
27
|
+
*/
|
|
28
|
+
readonly id: string;
|
|
29
|
+
/**
|
|
30
|
+
* Resource location
|
|
31
|
+
*/
|
|
32
|
+
readonly location: string;
|
|
33
|
+
/**
|
|
34
|
+
* Resource name
|
|
35
|
+
*/
|
|
36
|
+
readonly name: string;
|
|
37
|
+
/**
|
|
38
|
+
* The provisioning state of the restore point collection.
|
|
39
|
+
*/
|
|
40
|
+
readonly provisioningState: string;
|
|
41
|
+
/**
|
|
42
|
+
* The unique id of the restore point collection.
|
|
43
|
+
*/
|
|
44
|
+
readonly restorePointCollectionId: string;
|
|
45
|
+
/**
|
|
46
|
+
* A list containing all restore points created under this restore point collection.
|
|
47
|
+
*/
|
|
48
|
+
readonly restorePoints: outputs.compute.v20230901.RestorePointResponse[];
|
|
49
|
+
/**
|
|
50
|
+
* The properties of the source resource that this restore point collection is created from.
|
|
51
|
+
*/
|
|
52
|
+
readonly source?: outputs.compute.v20230901.RestorePointCollectionSourcePropertiesResponse;
|
|
53
|
+
/**
|
|
54
|
+
* Resource tags
|
|
55
|
+
*/
|
|
56
|
+
readonly tags?: {
|
|
57
|
+
[key: string]: string;
|
|
58
|
+
};
|
|
59
|
+
/**
|
|
60
|
+
* Resource type
|
|
61
|
+
*/
|
|
62
|
+
readonly type: string;
|
|
63
|
+
}
|
|
64
|
+
/**
|
|
65
|
+
* The operation to get the restore point collection.
|
|
66
|
+
*/
|
|
67
|
+
export declare function getRestorePointCollectionOutput(args: GetRestorePointCollectionOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetRestorePointCollectionResult>;
|
|
68
|
+
export interface GetRestorePointCollectionOutputArgs {
|
|
69
|
+
/**
|
|
70
|
+
* The expand expression to apply on the operation. If expand=restorePoints, server will return all contained restore points in the restorePointCollection.
|
|
71
|
+
*/
|
|
72
|
+
expand?: pulumi.Input<string>;
|
|
73
|
+
/**
|
|
74
|
+
* The name of the resource group.
|
|
75
|
+
*/
|
|
76
|
+
resourceGroupName: pulumi.Input<string>;
|
|
77
|
+
/**
|
|
78
|
+
* The name of the restore point collection.
|
|
79
|
+
*/
|
|
80
|
+
restorePointCollectionName: pulumi.Input<string>;
|
|
81
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
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.getRestorePointCollectionOutput = exports.getRestorePointCollection = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* The operation to get the restore point collection.
|
|
10
|
+
*/
|
|
11
|
+
function getRestorePointCollection(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("azure-native:compute/v20230901:getRestorePointCollection", {
|
|
14
|
+
"expand": args.expand,
|
|
15
|
+
"resourceGroupName": args.resourceGroupName,
|
|
16
|
+
"restorePointCollectionName": args.restorePointCollectionName,
|
|
17
|
+
}, opts);
|
|
18
|
+
}
|
|
19
|
+
exports.getRestorePointCollection = getRestorePointCollection;
|
|
20
|
+
/**
|
|
21
|
+
* The operation to get the restore point collection.
|
|
22
|
+
*/
|
|
23
|
+
function getRestorePointCollectionOutput(args, opts) {
|
|
24
|
+
return pulumi.output(args).apply((a) => getRestorePointCollection(a, opts));
|
|
25
|
+
}
|
|
26
|
+
exports.getRestorePointCollectionOutput = getRestorePointCollectionOutput;
|
|
27
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0UmVzdG9yZVBvaW50Q29sbGVjdGlvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2NvbXB1dGUvdjIwMjMwOTAxL2dldFJlc3RvcmVQb2ludENvbGxlY3Rpb24udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHNFQUFzRTtBQUN0RSxpRkFBaUY7OztBQUVqRix5Q0FBeUM7QUFJekMsNkNBQTZDO0FBRTdDOztHQUVHO0FBQ0gsU0FBZ0IseUJBQXlCLENBQUMsSUFBbUMsRUFBRSxJQUEyQjtJQUV0RyxJQUFJLEdBQUcsTUFBTSxDQUFDLFlBQVksQ0FBQyxTQUFTLENBQUMsb0JBQW9CLEVBQUUsRUFBRSxJQUFJLElBQUksRUFBRSxDQUFDLENBQUM7SUFDekUsT0FBTyxNQUFNLENBQUMsT0FBTyxDQUFDLE1BQU0sQ0FBQywwREFBMEQsRUFBRTtRQUNyRixRQUFRLEVBQUUsSUFBSSxDQUFDLE1BQU07UUFDckIsbUJBQW1CLEVBQUUsSUFBSSxDQUFDLGlCQUFpQjtRQUMzQyw0QkFBNEIsRUFBRSxJQUFJLENBQUMsMEJBQTBCO0tBQ2hFLEVBQUUsSUFBSSxDQUFDLENBQUM7QUFDYixDQUFDO0FBUkQsOERBUUM7QUEwREQ7O0dBRUc7QUFDSCxTQUFnQiwrQkFBK0IsQ0FBQyxJQUF5QyxFQUFFLElBQTJCO0lBQ2xILE9BQU8sTUFBTSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFNLEVBQUUsRUFBRSxDQUFDLHlCQUF5QixDQUFDLENBQUMsRUFBRSxJQUFJLENBQUMsQ0FBQyxDQUFBO0FBQ3BGLENBQUM7QUFGRCwwRUFFQyJ9
|