@pulumi/azure-native 2.21.2 → 2.21.3-alpha.1702685082
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
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
-
import * as outputs from "../../types/output";
|
|
3
|
-
/**
|
|
4
|
-
* Gets a backup instance with name in a backup vault
|
|
5
|
-
*/
|
|
6
|
-
export declare function getBackupInstance(args: GetBackupInstanceArgs, opts?: pulumi.InvokeOptions): Promise<GetBackupInstanceResult>;
|
|
7
|
-
export interface GetBackupInstanceArgs {
|
|
8
|
-
/**
|
|
9
|
-
* The name of the backup instance.
|
|
10
|
-
*/
|
|
11
|
-
backupInstanceName: string;
|
|
12
|
-
/**
|
|
13
|
-
* The name of the resource group. The name is case insensitive.
|
|
14
|
-
*/
|
|
15
|
-
resourceGroupName: string;
|
|
16
|
-
/**
|
|
17
|
-
* The name of the backup vault.
|
|
18
|
-
*/
|
|
19
|
-
vaultName: string;
|
|
20
|
-
}
|
|
21
|
-
/**
|
|
22
|
-
* BackupInstance Resource
|
|
23
|
-
*/
|
|
24
|
-
export interface GetBackupInstanceResult {
|
|
25
|
-
/**
|
|
26
|
-
* Proxy Resource Id represents the complete path to the resource.
|
|
27
|
-
*/
|
|
28
|
-
readonly id: string;
|
|
29
|
-
/**
|
|
30
|
-
* Proxy Resource name associated with the resource.
|
|
31
|
-
*/
|
|
32
|
-
readonly name: string;
|
|
33
|
-
/**
|
|
34
|
-
* BackupInstanceResource properties
|
|
35
|
-
*/
|
|
36
|
-
readonly properties: outputs.dataprotection.v20230801.BackupInstanceResponse;
|
|
37
|
-
/**
|
|
38
|
-
* Metadata pertaining to creation and last modification of the resource.
|
|
39
|
-
*/
|
|
40
|
-
readonly systemData: outputs.dataprotection.v20230801.SystemDataResponse;
|
|
41
|
-
/**
|
|
42
|
-
* Proxy Resource tags.
|
|
43
|
-
*/
|
|
44
|
-
readonly tags?: {
|
|
45
|
-
[key: string]: string;
|
|
46
|
-
};
|
|
47
|
-
/**
|
|
48
|
-
* Proxy Resource type represents the complete path of the form Namespace/ResourceType/ResourceType/...
|
|
49
|
-
*/
|
|
50
|
-
readonly type: string;
|
|
51
|
-
}
|
|
52
|
-
/**
|
|
53
|
-
* Gets a backup instance with name in a backup vault
|
|
54
|
-
*/
|
|
55
|
-
export declare function getBackupInstanceOutput(args: GetBackupInstanceOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetBackupInstanceResult>;
|
|
56
|
-
export interface GetBackupInstanceOutputArgs {
|
|
57
|
-
/**
|
|
58
|
-
* The name of the backup instance.
|
|
59
|
-
*/
|
|
60
|
-
backupInstanceName: pulumi.Input<string>;
|
|
61
|
-
/**
|
|
62
|
-
* The name of the resource group. The name is case insensitive.
|
|
63
|
-
*/
|
|
64
|
-
resourceGroupName: pulumi.Input<string>;
|
|
65
|
-
/**
|
|
66
|
-
* The name of the backup vault.
|
|
67
|
-
*/
|
|
68
|
-
vaultName: pulumi.Input<string>;
|
|
69
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
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.getBackupInstanceOutput = exports.getBackupInstance = void 0;
|
|
6
|
-
const pulumi = require("@pulumi/pulumi");
|
|
7
|
-
const utilities = require("../../utilities");
|
|
8
|
-
/**
|
|
9
|
-
* Gets a backup instance with name in a backup vault
|
|
10
|
-
*/
|
|
11
|
-
function getBackupInstance(args, opts) {
|
|
12
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
-
return pulumi.runtime.invoke("azure-native:dataprotection/v20230801:getBackupInstance", {
|
|
14
|
-
"backupInstanceName": args.backupInstanceName,
|
|
15
|
-
"resourceGroupName": args.resourceGroupName,
|
|
16
|
-
"vaultName": args.vaultName,
|
|
17
|
-
}, opts);
|
|
18
|
-
}
|
|
19
|
-
exports.getBackupInstance = getBackupInstance;
|
|
20
|
-
/**
|
|
21
|
-
* Gets a backup instance with name in a backup vault
|
|
22
|
-
*/
|
|
23
|
-
function getBackupInstanceOutput(args, opts) {
|
|
24
|
-
return pulumi.output(args).apply((a) => getBackupInstance(a, opts));
|
|
25
|
-
}
|
|
26
|
-
exports.getBackupInstanceOutput = getBackupInstanceOutput;
|
|
27
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0QmFja3VwSW5zdGFuY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9kYXRhcHJvdGVjdGlvbi92MjAyMzA4MDEvZ2V0QmFja3VwSW5zdGFuY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHNFQUFzRTtBQUN0RSxpRkFBaUY7OztBQUVqRix5Q0FBeUM7QUFJekMsNkNBQTZDO0FBRTdDOztHQUVHO0FBQ0gsU0FBZ0IsaUJBQWlCLENBQUMsSUFBMkIsRUFBRSxJQUEyQjtJQUV0RixJQUFJLEdBQUcsTUFBTSxDQUFDLFlBQVksQ0FBQyxTQUFTLENBQUMsb0JBQW9CLEVBQUUsRUFBRSxJQUFJLElBQUksRUFBRSxDQUFDLENBQUM7SUFDekUsT0FBTyxNQUFNLENBQUMsT0FBTyxDQUFDLE1BQU0sQ0FBQyx5REFBeUQsRUFBRTtRQUNwRixvQkFBb0IsRUFBRSxJQUFJLENBQUMsa0JBQWtCO1FBQzdDLG1CQUFtQixFQUFFLElBQUksQ0FBQyxpQkFBaUI7UUFDM0MsV0FBVyxFQUFFLElBQUksQ0FBQyxTQUFTO0tBQzlCLEVBQUUsSUFBSSxDQUFDLENBQUM7QUFDYixDQUFDO0FBUkQsOENBUUM7QUE4Q0Q7O0dBRUc7QUFDSCxTQUFnQix1QkFBdUIsQ0FBQyxJQUFpQyxFQUFFLElBQTJCO0lBQ2xHLE9BQU8sTUFBTSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFNLEVBQUUsRUFBRSxDQUFDLGlCQUFpQixDQUFDLENBQUMsRUFBRSxJQUFJLENBQUMsQ0FBQyxDQUFBO0FBQzVFLENBQUM7QUFGRCwwREFFQyJ9
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
-
import * as outputs from "../../types/output";
|
|
3
|
-
/**
|
|
4
|
-
* Gets a backup policy belonging to a backup vault
|
|
5
|
-
*/
|
|
6
|
-
export declare function getBackupPolicy(args: GetBackupPolicyArgs, opts?: pulumi.InvokeOptions): Promise<GetBackupPolicyResult>;
|
|
7
|
-
export interface GetBackupPolicyArgs {
|
|
8
|
-
backupPolicyName: string;
|
|
9
|
-
/**
|
|
10
|
-
* The name of the resource group. The name is case insensitive.
|
|
11
|
-
*/
|
|
12
|
-
resourceGroupName: string;
|
|
13
|
-
/**
|
|
14
|
-
* The name of the backup vault.
|
|
15
|
-
*/
|
|
16
|
-
vaultName: string;
|
|
17
|
-
}
|
|
18
|
-
/**
|
|
19
|
-
* BaseBackupPolicy resource
|
|
20
|
-
*/
|
|
21
|
-
export interface GetBackupPolicyResult {
|
|
22
|
-
/**
|
|
23
|
-
* Resource Id represents the complete path to the resource.
|
|
24
|
-
*/
|
|
25
|
-
readonly id: string;
|
|
26
|
-
/**
|
|
27
|
-
* Resource name associated with the resource.
|
|
28
|
-
*/
|
|
29
|
-
readonly name: string;
|
|
30
|
-
/**
|
|
31
|
-
* BaseBackupPolicyResource properties
|
|
32
|
-
*/
|
|
33
|
-
readonly properties: outputs.dataprotection.v20230801.BackupPolicyResponse;
|
|
34
|
-
/**
|
|
35
|
-
* Metadata pertaining to creation and last modification of the resource.
|
|
36
|
-
*/
|
|
37
|
-
readonly systemData: outputs.dataprotection.v20230801.SystemDataResponse;
|
|
38
|
-
/**
|
|
39
|
-
* Resource type represents the complete path of the form Namespace/ResourceType/ResourceType/...
|
|
40
|
-
*/
|
|
41
|
-
readonly type: string;
|
|
42
|
-
}
|
|
43
|
-
/**
|
|
44
|
-
* Gets a backup policy belonging to a backup vault
|
|
45
|
-
*/
|
|
46
|
-
export declare function getBackupPolicyOutput(args: GetBackupPolicyOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetBackupPolicyResult>;
|
|
47
|
-
export interface GetBackupPolicyOutputArgs {
|
|
48
|
-
backupPolicyName: pulumi.Input<string>;
|
|
49
|
-
/**
|
|
50
|
-
* The name of the resource group. The name is case insensitive.
|
|
51
|
-
*/
|
|
52
|
-
resourceGroupName: pulumi.Input<string>;
|
|
53
|
-
/**
|
|
54
|
-
* The name of the backup vault.
|
|
55
|
-
*/
|
|
56
|
-
vaultName: pulumi.Input<string>;
|
|
57
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
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.getBackupPolicyOutput = exports.getBackupPolicy = void 0;
|
|
6
|
-
const pulumi = require("@pulumi/pulumi");
|
|
7
|
-
const utilities = require("../../utilities");
|
|
8
|
-
/**
|
|
9
|
-
* Gets a backup policy belonging to a backup vault
|
|
10
|
-
*/
|
|
11
|
-
function getBackupPolicy(args, opts) {
|
|
12
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
-
return pulumi.runtime.invoke("azure-native:dataprotection/v20230801:getBackupPolicy", {
|
|
14
|
-
"backupPolicyName": args.backupPolicyName,
|
|
15
|
-
"resourceGroupName": args.resourceGroupName,
|
|
16
|
-
"vaultName": args.vaultName,
|
|
17
|
-
}, opts);
|
|
18
|
-
}
|
|
19
|
-
exports.getBackupPolicy = getBackupPolicy;
|
|
20
|
-
/**
|
|
21
|
-
* Gets a backup policy belonging to a backup vault
|
|
22
|
-
*/
|
|
23
|
-
function getBackupPolicyOutput(args, opts) {
|
|
24
|
-
return pulumi.output(args).apply((a) => getBackupPolicy(a, opts));
|
|
25
|
-
}
|
|
26
|
-
exports.getBackupPolicyOutput = getBackupPolicyOutput;
|
|
27
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0QmFja3VwUG9saWN5LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vZGF0YXByb3RlY3Rpb24vdjIwMjMwODAxL2dldEJhY2t1cFBvbGljeS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsc0VBQXNFO0FBQ3RFLGlGQUFpRjs7O0FBRWpGLHlDQUF5QztBQUl6Qyw2Q0FBNkM7QUFFN0M7O0dBRUc7QUFDSCxTQUFnQixlQUFlLENBQUMsSUFBeUIsRUFBRSxJQUEyQjtJQUVsRixJQUFJLEdBQUcsTUFBTSxDQUFDLFlBQVksQ0FBQyxTQUFTLENBQUMsb0JBQW9CLEVBQUUsRUFBRSxJQUFJLElBQUksRUFBRSxDQUFDLENBQUM7SUFDekUsT0FBTyxNQUFNLENBQUMsT0FBTyxDQUFDLE1BQU0sQ0FBQyx1REFBdUQsRUFBRTtRQUNsRixrQkFBa0IsRUFBRSxJQUFJLENBQUMsZ0JBQWdCO1FBQ3pDLG1CQUFtQixFQUFFLElBQUksQ0FBQyxpQkFBaUI7UUFDM0MsV0FBVyxFQUFFLElBQUksQ0FBQyxTQUFTO0tBQzlCLEVBQUUsSUFBSSxDQUFDLENBQUM7QUFDYixDQUFDO0FBUkQsMENBUUM7QUF1Q0Q7O0dBRUc7QUFDSCxTQUFnQixxQkFBcUIsQ0FBQyxJQUErQixFQUFFLElBQTJCO0lBQzlGLE9BQU8sTUFBTSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFNLEVBQUUsRUFBRSxDQUFDLGVBQWUsQ0FBQyxDQUFDLEVBQUUsSUFBSSxDQUFDLENBQUMsQ0FBQTtBQUMxRSxDQUFDO0FBRkQsc0RBRUMifQ==
|
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
-
import * as outputs from "../../types/output";
|
|
3
|
-
/**
|
|
4
|
-
* Returns a resource belonging to a resource group.
|
|
5
|
-
*/
|
|
6
|
-
export declare function getBackupVault(args: GetBackupVaultArgs, opts?: pulumi.InvokeOptions): Promise<GetBackupVaultResult>;
|
|
7
|
-
export interface GetBackupVaultArgs {
|
|
8
|
-
/**
|
|
9
|
-
* The name of the resource group. The name is case insensitive.
|
|
10
|
-
*/
|
|
11
|
-
resourceGroupName: string;
|
|
12
|
-
/**
|
|
13
|
-
* The name of the backup vault.
|
|
14
|
-
*/
|
|
15
|
-
vaultName: string;
|
|
16
|
-
}
|
|
17
|
-
/**
|
|
18
|
-
* Backup Vault Resource
|
|
19
|
-
*/
|
|
20
|
-
export interface GetBackupVaultResult {
|
|
21
|
-
/**
|
|
22
|
-
* Optional ETag.
|
|
23
|
-
*/
|
|
24
|
-
readonly eTag?: string;
|
|
25
|
-
/**
|
|
26
|
-
* Resource Id represents the complete path to the resource.
|
|
27
|
-
*/
|
|
28
|
-
readonly id: string;
|
|
29
|
-
/**
|
|
30
|
-
* Input Managed Identity Details
|
|
31
|
-
*/
|
|
32
|
-
readonly identity?: outputs.dataprotection.v20230801.DppIdentityDetailsResponse;
|
|
33
|
-
/**
|
|
34
|
-
* Resource location.
|
|
35
|
-
*/
|
|
36
|
-
readonly location: string;
|
|
37
|
-
/**
|
|
38
|
-
* Resource name associated with the resource.
|
|
39
|
-
*/
|
|
40
|
-
readonly name: string;
|
|
41
|
-
/**
|
|
42
|
-
* BackupVaultResource properties
|
|
43
|
-
*/
|
|
44
|
-
readonly properties: outputs.dataprotection.v20230801.BackupVaultResponse;
|
|
45
|
-
/**
|
|
46
|
-
* Metadata pertaining to creation and last modification of the resource.
|
|
47
|
-
*/
|
|
48
|
-
readonly systemData: outputs.dataprotection.v20230801.SystemDataResponse;
|
|
49
|
-
/**
|
|
50
|
-
* Resource tags.
|
|
51
|
-
*/
|
|
52
|
-
readonly tags?: {
|
|
53
|
-
[key: string]: string;
|
|
54
|
-
};
|
|
55
|
-
/**
|
|
56
|
-
* Resource type represents the complete path of the form Namespace/ResourceType/ResourceType/...
|
|
57
|
-
*/
|
|
58
|
-
readonly type: string;
|
|
59
|
-
}
|
|
60
|
-
/**
|
|
61
|
-
* Returns a resource belonging to a resource group.
|
|
62
|
-
*/
|
|
63
|
-
export declare function getBackupVaultOutput(args: GetBackupVaultOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetBackupVaultResult>;
|
|
64
|
-
export interface GetBackupVaultOutputArgs {
|
|
65
|
-
/**
|
|
66
|
-
* The name of the resource group. The name is case insensitive.
|
|
67
|
-
*/
|
|
68
|
-
resourceGroupName: pulumi.Input<string>;
|
|
69
|
-
/**
|
|
70
|
-
* The name of the backup vault.
|
|
71
|
-
*/
|
|
72
|
-
vaultName: pulumi.Input<string>;
|
|
73
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
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.getBackupVaultOutput = exports.getBackupVault = void 0;
|
|
6
|
-
const pulumi = require("@pulumi/pulumi");
|
|
7
|
-
const utilities = require("../../utilities");
|
|
8
|
-
/**
|
|
9
|
-
* Returns a resource belonging to a resource group.
|
|
10
|
-
*/
|
|
11
|
-
function getBackupVault(args, opts) {
|
|
12
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
-
return pulumi.runtime.invoke("azure-native:dataprotection/v20230801:getBackupVault", {
|
|
14
|
-
"resourceGroupName": args.resourceGroupName,
|
|
15
|
-
"vaultName": args.vaultName,
|
|
16
|
-
}, opts);
|
|
17
|
-
}
|
|
18
|
-
exports.getBackupVault = getBackupVault;
|
|
19
|
-
/**
|
|
20
|
-
* Returns a resource belonging to a resource group.
|
|
21
|
-
*/
|
|
22
|
-
function getBackupVaultOutput(args, opts) {
|
|
23
|
-
return pulumi.output(args).apply((a) => getBackupVault(a, opts));
|
|
24
|
-
}
|
|
25
|
-
exports.getBackupVaultOutput = getBackupVaultOutput;
|
|
26
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0QmFja3VwVmF1bHQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9kYXRhcHJvdGVjdGlvbi92MjAyMzA4MDEvZ2V0QmFja3VwVmF1bHQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHNFQUFzRTtBQUN0RSxpRkFBaUY7OztBQUVqRix5Q0FBeUM7QUFJekMsNkNBQTZDO0FBRTdDOztHQUVHO0FBQ0gsU0FBZ0IsY0FBYyxDQUFDLElBQXdCLEVBQUUsSUFBMkI7SUFFaEYsSUFBSSxHQUFHLE1BQU0sQ0FBQyxZQUFZLENBQUMsU0FBUyxDQUFDLG9CQUFvQixFQUFFLEVBQUUsSUFBSSxJQUFJLEVBQUUsQ0FBQyxDQUFDO0lBQ3pFLE9BQU8sTUFBTSxDQUFDLE9BQU8sQ0FBQyxNQUFNLENBQUMsc0RBQXNELEVBQUU7UUFDakYsbUJBQW1CLEVBQUUsSUFBSSxDQUFDLGlCQUFpQjtRQUMzQyxXQUFXLEVBQUUsSUFBSSxDQUFDLFNBQVM7S0FDOUIsRUFBRSxJQUFJLENBQUMsQ0FBQztBQUNiLENBQUM7QUFQRCx3Q0FPQztBQXNERDs7R0FFRztBQUNILFNBQWdCLG9CQUFvQixDQUFDLElBQThCLEVBQUUsSUFBMkI7SUFDNUYsT0FBTyxNQUFNLENBQUMsTUFBTSxDQUFDLElBQUksQ0FBQyxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQU0sRUFBRSxFQUFFLENBQUMsY0FBYyxDQUFDLENBQUMsRUFBRSxJQUFJLENBQUMsQ0FBQyxDQUFBO0FBQ3pFLENBQUM7QUFGRCxvREFFQyJ9
|
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
-
import * as outputs from "../../types/output";
|
|
3
|
-
/**
|
|
4
|
-
* ResourceGuardProxyBaseResource object, used for response and request bodies for ResourceGuardProxy APIs
|
|
5
|
-
*/
|
|
6
|
-
export declare function getDppResourceGuardProxy(args: GetDppResourceGuardProxyArgs, opts?: pulumi.InvokeOptions): Promise<GetDppResourceGuardProxyResult>;
|
|
7
|
-
export interface GetDppResourceGuardProxyArgs {
|
|
8
|
-
/**
|
|
9
|
-
* The name of the resource group. The name is case insensitive.
|
|
10
|
-
*/
|
|
11
|
-
resourceGroupName: string;
|
|
12
|
-
/**
|
|
13
|
-
* name of the resource guard proxy
|
|
14
|
-
*/
|
|
15
|
-
resourceGuardProxyName: string;
|
|
16
|
-
/**
|
|
17
|
-
* The name of the backup vault.
|
|
18
|
-
*/
|
|
19
|
-
vaultName: string;
|
|
20
|
-
}
|
|
21
|
-
/**
|
|
22
|
-
* ResourceGuardProxyBaseResource object, used for response and request bodies for ResourceGuardProxy APIs
|
|
23
|
-
*/
|
|
24
|
-
export interface GetDppResourceGuardProxyResult {
|
|
25
|
-
/**
|
|
26
|
-
* Resource Id represents the complete path to the resource.
|
|
27
|
-
*/
|
|
28
|
-
readonly id: string;
|
|
29
|
-
/**
|
|
30
|
-
* Resource name associated with the resource.
|
|
31
|
-
*/
|
|
32
|
-
readonly name: string;
|
|
33
|
-
/**
|
|
34
|
-
* ResourceGuardProxyBaseResource properties
|
|
35
|
-
*/
|
|
36
|
-
readonly properties: outputs.dataprotection.v20230801.ResourceGuardProxyBaseResponse;
|
|
37
|
-
/**
|
|
38
|
-
* Metadata pertaining to creation and last modification of the resource.
|
|
39
|
-
*/
|
|
40
|
-
readonly systemData: outputs.dataprotection.v20230801.SystemDataResponse;
|
|
41
|
-
/**
|
|
42
|
-
* Resource type represents the complete path of the form Namespace/ResourceType/ResourceType/...
|
|
43
|
-
*/
|
|
44
|
-
readonly type: string;
|
|
45
|
-
}
|
|
46
|
-
/**
|
|
47
|
-
* ResourceGuardProxyBaseResource object, used for response and request bodies for ResourceGuardProxy APIs
|
|
48
|
-
*/
|
|
49
|
-
export declare function getDppResourceGuardProxyOutput(args: GetDppResourceGuardProxyOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetDppResourceGuardProxyResult>;
|
|
50
|
-
export interface GetDppResourceGuardProxyOutputArgs {
|
|
51
|
-
/**
|
|
52
|
-
* The name of the resource group. The name is case insensitive.
|
|
53
|
-
*/
|
|
54
|
-
resourceGroupName: pulumi.Input<string>;
|
|
55
|
-
/**
|
|
56
|
-
* name of the resource guard proxy
|
|
57
|
-
*/
|
|
58
|
-
resourceGuardProxyName: pulumi.Input<string>;
|
|
59
|
-
/**
|
|
60
|
-
* The name of the backup vault.
|
|
61
|
-
*/
|
|
62
|
-
vaultName: pulumi.Input<string>;
|
|
63
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
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.getDppResourceGuardProxyOutput = exports.getDppResourceGuardProxy = void 0;
|
|
6
|
-
const pulumi = require("@pulumi/pulumi");
|
|
7
|
-
const utilities = require("../../utilities");
|
|
8
|
-
/**
|
|
9
|
-
* ResourceGuardProxyBaseResource object, used for response and request bodies for ResourceGuardProxy APIs
|
|
10
|
-
*/
|
|
11
|
-
function getDppResourceGuardProxy(args, opts) {
|
|
12
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
-
return pulumi.runtime.invoke("azure-native:dataprotection/v20230801:getDppResourceGuardProxy", {
|
|
14
|
-
"resourceGroupName": args.resourceGroupName,
|
|
15
|
-
"resourceGuardProxyName": args.resourceGuardProxyName,
|
|
16
|
-
"vaultName": args.vaultName,
|
|
17
|
-
}, opts);
|
|
18
|
-
}
|
|
19
|
-
exports.getDppResourceGuardProxy = getDppResourceGuardProxy;
|
|
20
|
-
/**
|
|
21
|
-
* ResourceGuardProxyBaseResource object, used for response and request bodies for ResourceGuardProxy APIs
|
|
22
|
-
*/
|
|
23
|
-
function getDppResourceGuardProxyOutput(args, opts) {
|
|
24
|
-
return pulumi.output(args).apply((a) => getDppResourceGuardProxy(a, opts));
|
|
25
|
-
}
|
|
26
|
-
exports.getDppResourceGuardProxyOutput = getDppResourceGuardProxyOutput;
|
|
27
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0RHBwUmVzb3VyY2VHdWFyZFByb3h5LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vZGF0YXByb3RlY3Rpb24vdjIwMjMwODAxL2dldERwcFJlc291cmNlR3VhcmRQcm94eS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsc0VBQXNFO0FBQ3RFLGlGQUFpRjs7O0FBRWpGLHlDQUF5QztBQUl6Qyw2Q0FBNkM7QUFFN0M7O0dBRUc7QUFDSCxTQUFnQix3QkFBd0IsQ0FBQyxJQUFrQyxFQUFFLElBQTJCO0lBRXBHLElBQUksR0FBRyxNQUFNLENBQUMsWUFBWSxDQUFDLFNBQVMsQ0FBQyxvQkFBb0IsRUFBRSxFQUFFLElBQUksSUFBSSxFQUFFLENBQUMsQ0FBQztJQUN6RSxPQUFPLE1BQU0sQ0FBQyxPQUFPLENBQUMsTUFBTSxDQUFDLGdFQUFnRSxFQUFFO1FBQzNGLG1CQUFtQixFQUFFLElBQUksQ0FBQyxpQkFBaUI7UUFDM0Msd0JBQXdCLEVBQUUsSUFBSSxDQUFDLHNCQUFzQjtRQUNyRCxXQUFXLEVBQUUsSUFBSSxDQUFDLFNBQVM7S0FDOUIsRUFBRSxJQUFJLENBQUMsQ0FBQztBQUNiLENBQUM7QUFSRCw0REFRQztBQTBDRDs7R0FFRztBQUNILFNBQWdCLDhCQUE4QixDQUFDLElBQXdDLEVBQUUsSUFBMkI7SUFDaEgsT0FBTyxNQUFNLENBQUMsTUFBTSxDQUFDLElBQUksQ0FBQyxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQU0sRUFBRSxFQUFFLENBQUMsd0JBQXdCLENBQUMsQ0FBQyxFQUFFLElBQUksQ0FBQyxDQUFDLENBQUE7QUFDbkYsQ0FBQztBQUZELHdFQUVDIn0=
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
-
import * as outputs from "../../types/output";
|
|
3
|
-
export declare function getResourceGuard(args: GetResourceGuardArgs, opts?: pulumi.InvokeOptions): Promise<GetResourceGuardResult>;
|
|
4
|
-
export interface GetResourceGuardArgs {
|
|
5
|
-
/**
|
|
6
|
-
* The name of the resource group. The name is case insensitive.
|
|
7
|
-
*/
|
|
8
|
-
resourceGroupName: string;
|
|
9
|
-
/**
|
|
10
|
-
* The name of ResourceGuard
|
|
11
|
-
*/
|
|
12
|
-
resourceGuardsName: string;
|
|
13
|
-
}
|
|
14
|
-
export interface GetResourceGuardResult {
|
|
15
|
-
/**
|
|
16
|
-
* Optional ETag.
|
|
17
|
-
*/
|
|
18
|
-
readonly eTag?: string;
|
|
19
|
-
/**
|
|
20
|
-
* Resource Id represents the complete path to the resource.
|
|
21
|
-
*/
|
|
22
|
-
readonly id: string;
|
|
23
|
-
/**
|
|
24
|
-
* Resource location.
|
|
25
|
-
*/
|
|
26
|
-
readonly location?: string;
|
|
27
|
-
/**
|
|
28
|
-
* Resource name associated with the resource.
|
|
29
|
-
*/
|
|
30
|
-
readonly name: string;
|
|
31
|
-
/**
|
|
32
|
-
* ResourceGuardResource properties
|
|
33
|
-
*/
|
|
34
|
-
readonly properties: outputs.dataprotection.v20230801.ResourceGuardResponse;
|
|
35
|
-
/**
|
|
36
|
-
* Metadata pertaining to creation and last modification of the resource.
|
|
37
|
-
*/
|
|
38
|
-
readonly systemData: outputs.dataprotection.v20230801.SystemDataResponse;
|
|
39
|
-
/**
|
|
40
|
-
* Resource tags.
|
|
41
|
-
*/
|
|
42
|
-
readonly tags?: {
|
|
43
|
-
[key: string]: string;
|
|
44
|
-
};
|
|
45
|
-
/**
|
|
46
|
-
* Resource type represents the complete path of the form Namespace/ResourceType/ResourceType/...
|
|
47
|
-
*/
|
|
48
|
-
readonly type: string;
|
|
49
|
-
}
|
|
50
|
-
export declare function getResourceGuardOutput(args: GetResourceGuardOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetResourceGuardResult>;
|
|
51
|
-
export interface GetResourceGuardOutputArgs {
|
|
52
|
-
/**
|
|
53
|
-
* The name of the resource group. The name is case insensitive.
|
|
54
|
-
*/
|
|
55
|
-
resourceGroupName: pulumi.Input<string>;
|
|
56
|
-
/**
|
|
57
|
-
* The name of ResourceGuard
|
|
58
|
-
*/
|
|
59
|
-
resourceGuardsName: pulumi.Input<string>;
|
|
60
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
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.getResourceGuardOutput = exports.getResourceGuard = void 0;
|
|
6
|
-
const pulumi = require("@pulumi/pulumi");
|
|
7
|
-
const utilities = require("../../utilities");
|
|
8
|
-
function getResourceGuard(args, opts) {
|
|
9
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
10
|
-
return pulumi.runtime.invoke("azure-native:dataprotection/v20230801:getResourceGuard", {
|
|
11
|
-
"resourceGroupName": args.resourceGroupName,
|
|
12
|
-
"resourceGuardsName": args.resourceGuardsName,
|
|
13
|
-
}, opts);
|
|
14
|
-
}
|
|
15
|
-
exports.getResourceGuard = getResourceGuard;
|
|
16
|
-
function getResourceGuardOutput(args, opts) {
|
|
17
|
-
return pulumi.output(args).apply((a) => getResourceGuard(a, opts));
|
|
18
|
-
}
|
|
19
|
-
exports.getResourceGuardOutput = getResourceGuardOutput;
|
|
20
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0UmVzb3VyY2VHdWFyZC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2RhdGFwcm90ZWN0aW9uL3YyMDIzMDgwMS9nZXRSZXNvdXJjZUd1YXJkLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxzRUFBc0U7QUFDdEUsaUZBQWlGOzs7QUFFakYseUNBQXlDO0FBSXpDLDZDQUE2QztBQUU3QyxTQUFnQixnQkFBZ0IsQ0FBQyxJQUEwQixFQUFFLElBQTJCO0lBRXBGLElBQUksR0FBRyxNQUFNLENBQUMsWUFBWSxDQUFDLFNBQVMsQ0FBQyxvQkFBb0IsRUFBRSxFQUFFLElBQUksSUFBSSxFQUFFLENBQUMsQ0FBQztJQUN6RSxPQUFPLE1BQU0sQ0FBQyxPQUFPLENBQUMsTUFBTSxDQUFDLHdEQUF3RCxFQUFFO1FBQ25GLG1CQUFtQixFQUFFLElBQUksQ0FBQyxpQkFBaUI7UUFDM0Msb0JBQW9CLEVBQUUsSUFBSSxDQUFDLGtCQUFrQjtLQUNoRCxFQUFFLElBQUksQ0FBQyxDQUFDO0FBQ2IsQ0FBQztBQVBELDRDQU9DO0FBK0NELFNBQWdCLHNCQUFzQixDQUFDLElBQWdDLEVBQUUsSUFBMkI7SUFDaEcsT0FBTyxNQUFNLENBQUMsTUFBTSxDQUFDLElBQUksQ0FBQyxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQU0sRUFBRSxFQUFFLENBQUMsZ0JBQWdCLENBQUMsQ0FBQyxFQUFFLElBQUksQ0FBQyxDQUFDLENBQUE7QUFDM0UsQ0FBQztBQUZELHdEQUVDIn0=
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
export { BackupInstanceArgs } from "./backupInstance";
|
|
2
|
-
export type BackupInstance = import("./backupInstance").BackupInstance;
|
|
3
|
-
export declare const BackupInstance: typeof import("./backupInstance").BackupInstance;
|
|
4
|
-
export { BackupPolicyArgs } from "./backupPolicy";
|
|
5
|
-
export type BackupPolicy = import("./backupPolicy").BackupPolicy;
|
|
6
|
-
export declare const BackupPolicy: typeof import("./backupPolicy").BackupPolicy;
|
|
7
|
-
export { BackupVaultArgs } from "./backupVault";
|
|
8
|
-
export type BackupVault = import("./backupVault").BackupVault;
|
|
9
|
-
export declare const BackupVault: typeof import("./backupVault").BackupVault;
|
|
10
|
-
export { DppResourceGuardProxyArgs } from "./dppResourceGuardProxy";
|
|
11
|
-
export type DppResourceGuardProxy = import("./dppResourceGuardProxy").DppResourceGuardProxy;
|
|
12
|
-
export declare const DppResourceGuardProxy: typeof import("./dppResourceGuardProxy").DppResourceGuardProxy;
|
|
13
|
-
export { GetBackupInstanceArgs, GetBackupInstanceResult, GetBackupInstanceOutputArgs } from "./getBackupInstance";
|
|
14
|
-
export declare const getBackupInstance: typeof import("./getBackupInstance").getBackupInstance;
|
|
15
|
-
export declare const getBackupInstanceOutput: typeof import("./getBackupInstance").getBackupInstanceOutput;
|
|
16
|
-
export { GetBackupPolicyArgs, GetBackupPolicyResult, GetBackupPolicyOutputArgs } from "./getBackupPolicy";
|
|
17
|
-
export declare const getBackupPolicy: typeof import("./getBackupPolicy").getBackupPolicy;
|
|
18
|
-
export declare const getBackupPolicyOutput: typeof import("./getBackupPolicy").getBackupPolicyOutput;
|
|
19
|
-
export { GetBackupVaultArgs, GetBackupVaultResult, GetBackupVaultOutputArgs } from "./getBackupVault";
|
|
20
|
-
export declare const getBackupVault: typeof import("./getBackupVault").getBackupVault;
|
|
21
|
-
export declare const getBackupVaultOutput: typeof import("./getBackupVault").getBackupVaultOutput;
|
|
22
|
-
export { GetDppResourceGuardProxyArgs, GetDppResourceGuardProxyResult, GetDppResourceGuardProxyOutputArgs } from "./getDppResourceGuardProxy";
|
|
23
|
-
export declare const getDppResourceGuardProxy: typeof import("./getDppResourceGuardProxy").getDppResourceGuardProxy;
|
|
24
|
-
export declare const getDppResourceGuardProxyOutput: typeof import("./getDppResourceGuardProxy").getDppResourceGuardProxyOutput;
|
|
25
|
-
export { GetResourceGuardArgs, GetResourceGuardResult, GetResourceGuardOutputArgs } from "./getResourceGuard";
|
|
26
|
-
export declare const getResourceGuard: typeof import("./getResourceGuard").getResourceGuard;
|
|
27
|
-
export declare const getResourceGuardOutput: typeof import("./getResourceGuard").getResourceGuardOutput;
|
|
28
|
-
export { ResourceGuardArgs } from "./resourceGuard";
|
|
29
|
-
export type ResourceGuard = import("./resourceGuard").ResourceGuard;
|
|
30
|
-
export declare const ResourceGuard: typeof import("./resourceGuard").ResourceGuard;
|
|
31
|
-
export * from "../../types/enums/dataprotection/v20230801";
|
|
@@ -1,69 +0,0 @@
|
|
|
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
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
5
|
-
if (k2 === undefined) k2 = k;
|
|
6
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
7
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
8
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
9
|
-
}
|
|
10
|
-
Object.defineProperty(o, k2, desc);
|
|
11
|
-
}) : (function(o, m, k, k2) {
|
|
12
|
-
if (k2 === undefined) k2 = k;
|
|
13
|
-
o[k2] = m[k];
|
|
14
|
-
}));
|
|
15
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
16
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
17
|
-
};
|
|
18
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19
|
-
exports.ResourceGuard = exports.getResourceGuardOutput = exports.getResourceGuard = exports.getDppResourceGuardProxyOutput = exports.getDppResourceGuardProxy = exports.getBackupVaultOutput = exports.getBackupVault = exports.getBackupPolicyOutput = exports.getBackupPolicy = exports.getBackupInstanceOutput = exports.getBackupInstance = exports.DppResourceGuardProxy = exports.BackupVault = exports.BackupPolicy = exports.BackupInstance = void 0;
|
|
20
|
-
const pulumi = require("@pulumi/pulumi");
|
|
21
|
-
const utilities = require("../../utilities");
|
|
22
|
-
exports.BackupInstance = null;
|
|
23
|
-
utilities.lazyLoad(exports, ["BackupInstance"], () => require("./backupInstance"));
|
|
24
|
-
exports.BackupPolicy = null;
|
|
25
|
-
utilities.lazyLoad(exports, ["BackupPolicy"], () => require("./backupPolicy"));
|
|
26
|
-
exports.BackupVault = null;
|
|
27
|
-
utilities.lazyLoad(exports, ["BackupVault"], () => require("./backupVault"));
|
|
28
|
-
exports.DppResourceGuardProxy = null;
|
|
29
|
-
utilities.lazyLoad(exports, ["DppResourceGuardProxy"], () => require("./dppResourceGuardProxy"));
|
|
30
|
-
exports.getBackupInstance = null;
|
|
31
|
-
exports.getBackupInstanceOutput = null;
|
|
32
|
-
utilities.lazyLoad(exports, ["getBackupInstance", "getBackupInstanceOutput"], () => require("./getBackupInstance"));
|
|
33
|
-
exports.getBackupPolicy = null;
|
|
34
|
-
exports.getBackupPolicyOutput = null;
|
|
35
|
-
utilities.lazyLoad(exports, ["getBackupPolicy", "getBackupPolicyOutput"], () => require("./getBackupPolicy"));
|
|
36
|
-
exports.getBackupVault = null;
|
|
37
|
-
exports.getBackupVaultOutput = null;
|
|
38
|
-
utilities.lazyLoad(exports, ["getBackupVault", "getBackupVaultOutput"], () => require("./getBackupVault"));
|
|
39
|
-
exports.getDppResourceGuardProxy = null;
|
|
40
|
-
exports.getDppResourceGuardProxyOutput = null;
|
|
41
|
-
utilities.lazyLoad(exports, ["getDppResourceGuardProxy", "getDppResourceGuardProxyOutput"], () => require("./getDppResourceGuardProxy"));
|
|
42
|
-
exports.getResourceGuard = null;
|
|
43
|
-
exports.getResourceGuardOutput = null;
|
|
44
|
-
utilities.lazyLoad(exports, ["getResourceGuard", "getResourceGuardOutput"], () => require("./getResourceGuard"));
|
|
45
|
-
exports.ResourceGuard = null;
|
|
46
|
-
utilities.lazyLoad(exports, ["ResourceGuard"], () => require("./resourceGuard"));
|
|
47
|
-
// Export enums:
|
|
48
|
-
__exportStar(require("../../types/enums/dataprotection/v20230801"), exports);
|
|
49
|
-
const _module = {
|
|
50
|
-
version: utilities.getVersion(),
|
|
51
|
-
construct: (name, type, urn) => {
|
|
52
|
-
switch (type) {
|
|
53
|
-
case "azure-native:dataprotection/v20230801:BackupInstance":
|
|
54
|
-
return new exports.BackupInstance(name, undefined, { urn });
|
|
55
|
-
case "azure-native:dataprotection/v20230801:BackupPolicy":
|
|
56
|
-
return new exports.BackupPolicy(name, undefined, { urn });
|
|
57
|
-
case "azure-native:dataprotection/v20230801:BackupVault":
|
|
58
|
-
return new exports.BackupVault(name, undefined, { urn });
|
|
59
|
-
case "azure-native:dataprotection/v20230801:DppResourceGuardProxy":
|
|
60
|
-
return new exports.DppResourceGuardProxy(name, undefined, { urn });
|
|
61
|
-
case "azure-native:dataprotection/v20230801:ResourceGuard":
|
|
62
|
-
return new exports.ResourceGuard(name, undefined, { urn });
|
|
63
|
-
default:
|
|
64
|
-
throw new Error(`unknown resource type ${type}`);
|
|
65
|
-
}
|
|
66
|
-
},
|
|
67
|
-
};
|
|
68
|
-
pulumi.runtime.registerResourceModule("azure-native", "dataprotection/v20230801", _module);
|
|
69
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9kYXRhcHJvdGVjdGlvbi92MjAyMzA4MDEvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHNFQUFzRTtBQUN0RSxpRkFBaUY7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBRWpGLHlDQUF5QztBQUN6Qyw2Q0FBNkM7QUFLaEMsUUFBQSxjQUFjLEdBQXFELElBQVcsQ0FBQztBQUM1RixTQUFTLENBQUMsUUFBUSxDQUFDLE9BQU8sRUFBRSxDQUFDLGdCQUFnQixDQUFDLEVBQUUsR0FBRyxFQUFFLENBQUMsT0FBTyxDQUFDLGtCQUFrQixDQUFDLENBQUMsQ0FBQztBQUl0RSxRQUFBLFlBQVksR0FBaUQsSUFBVyxDQUFDO0FBQ3RGLFNBQVMsQ0FBQyxRQUFRLENBQUMsT0FBTyxFQUFFLENBQUMsY0FBYyxDQUFDLEVBQUUsR0FBRyxFQUFFLENBQUMsT0FBTyxDQUFDLGdCQUFnQixDQUFDLENBQUMsQ0FBQztBQUlsRSxRQUFBLFdBQVcsR0FBK0MsSUFBVyxDQUFDO0FBQ25GLFNBQVMsQ0FBQyxRQUFRLENBQUMsT0FBTyxFQUFFLENBQUMsYUFBYSxDQUFDLEVBQUUsR0FBRyxFQUFFLENBQUMsT0FBTyxDQUFDLGVBQWUsQ0FBQyxDQUFDLENBQUM7QUFJaEUsUUFBQSxxQkFBcUIsR0FBbUUsSUFBVyxDQUFDO0FBQ2pILFNBQVMsQ0FBQyxRQUFRLENBQUMsT0FBTyxFQUFFLENBQUMsdUJBQXVCLENBQUMsRUFBRSxHQUFHLEVBQUUsQ0FBQyxPQUFPLENBQUMseUJBQXlCLENBQUMsQ0FBQyxDQUFDO0FBR3BGLFFBQUEsaUJBQWlCLEdBQTJELElBQVcsQ0FBQztBQUN4RixRQUFBLHVCQUF1QixHQUFpRSxJQUFXLENBQUM7QUFDakgsU0FBUyxDQUFDLFFBQVEsQ0FBQyxPQUFPLEVBQUUsQ0FBQyxtQkFBbUIsRUFBQyx5QkFBeUIsQ0FBQyxFQUFFLEdBQUcsRUFBRSxDQUFDLE9BQU8sQ0FBQyxxQkFBcUIsQ0FBQyxDQUFDLENBQUM7QUFHdEcsUUFBQSxlQUFlLEdBQXVELElBQVcsQ0FBQztBQUNsRixRQUFBLHFCQUFxQixHQUE2RCxJQUFXLENBQUM7QUFDM0csU0FBUyxDQUFDLFFBQVEsQ0FBQyxPQUFPLEVBQUUsQ0FBQyxpQkFBaUIsRUFBQyx1QkFBdUIsQ0FBQyxFQUFFLEdBQUcsRUFBRSxDQUFDLE9BQU8sQ0FBQyxtQkFBbUIsQ0FBQyxDQUFDLENBQUM7QUFHaEcsUUFBQSxjQUFjLEdBQXFELElBQVcsQ0FBQztBQUMvRSxRQUFBLG9CQUFvQixHQUEyRCxJQUFXLENBQUM7QUFDeEcsU0FBUyxDQUFDLFFBQVEsQ0FBQyxPQUFPLEVBQUUsQ0FBQyxnQkFBZ0IsRUFBQyxzQkFBc0IsQ0FBQyxFQUFFLEdBQUcsRUFBRSxDQUFDLE9BQU8sQ0FBQyxrQkFBa0IsQ0FBQyxDQUFDLENBQUM7QUFHN0YsUUFBQSx3QkFBd0IsR0FBeUUsSUFBVyxDQUFDO0FBQzdHLFFBQUEsOEJBQThCLEdBQStFLElBQVcsQ0FBQztBQUN0SSxTQUFTLENBQUMsUUFBUSxDQUFDLE9BQU8sRUFBRSxDQUFDLDBCQUEwQixFQUFDLGdDQUFnQyxDQUFDLEVBQUUsR0FBRyxFQUFFLENBQUMsT0FBTyxDQUFDLDRCQUE0QixDQUFDLENBQUMsQ0FBQztBQUczSCxRQUFBLGdCQUFnQixHQUF5RCxJQUFXLENBQUM7QUFDckYsUUFBQSxzQkFBc0IsR0FBK0QsSUFBVyxDQUFDO0FBQzlHLFNBQVMsQ0FBQyxRQUFRLENBQUMsT0FBTyxFQUFFLENBQUMsa0JBQWtCLEVBQUMsd0JBQXdCLENBQUMsRUFBRSxHQUFHLEVBQUUsQ0FBQyxPQUFPLENBQUMsb0JBQW9CLENBQUMsQ0FBQyxDQUFDO0FBSW5HLFFBQUEsYUFBYSxHQUFtRCxJQUFXLENBQUM7QUFDekYsU0FBUyxDQUFDLFFBQVEsQ0FBQyxPQUFPLEVBQUUsQ0FBQyxlQUFlLENBQUMsRUFBRSxHQUFHLEVBQUUsQ0FBQyxPQUFPLENBQUMsaUJBQWlCLENBQUMsQ0FBQyxDQUFDO0FBR2pGLGdCQUFnQjtBQUNoQiw2RUFBMkQ7QUFFM0QsTUFBTSxPQUFPLEdBQUc7SUFDWixPQUFPLEVBQUUsU0FBUyxDQUFDLFVBQVUsRUFBRTtJQUMvQixTQUFTLEVBQUUsQ0FBQyxJQUFZLEVBQUUsSUFBWSxFQUFFLEdBQVcsRUFBbUIsRUFBRTtRQUNwRSxRQUFRLElBQUksRUFBRTtZQUNWLEtBQUssc0RBQXNEO2dCQUN2RCxPQUFPLElBQUksc0JBQWMsQ0FBQyxJQUFJLEVBQU8sU0FBUyxFQUFFLEVBQUUsR0FBRyxFQUFFLENBQUMsQ0FBQTtZQUM1RCxLQUFLLG9EQUFvRDtnQkFDckQsT0FBTyxJQUFJLG9CQUFZLENBQUMsSUFBSSxFQUFPLFNBQVMsRUFBRSxFQUFFLEdBQUcsRUFBRSxDQUFDLENBQUE7WUFDMUQsS0FBSyxtREFBbUQ7Z0JBQ3BELE9BQU8sSUFBSSxtQkFBVyxDQUFDLElBQUksRUFBTyxTQUFTLEVBQUUsRUFBRSxHQUFHLEVBQUUsQ0FBQyxDQUFBO1lBQ3pELEtBQUssNkRBQTZEO2dCQUM5RCxPQUFPLElBQUksNkJBQXFCLENBQUMsSUFBSSxFQUFPLFNBQVMsRUFBRSxFQUFFLEdBQUcsRUFBRSxDQUFDLENBQUE7WUFDbkUsS0FBSyxxREFBcUQ7Z0JBQ3RELE9BQU8sSUFBSSxxQkFBYSxDQUFDLElBQUksRUFBTyxTQUFTLEVBQUUsRUFBRSxHQUFHLEVBQUUsQ0FBQyxDQUFBO1lBQzNEO2dCQUNJLE1BQU0sSUFBSSxLQUFLLENBQUMseUJBQXlCLElBQUksRUFBRSxDQUFDLENBQUM7U0FDeEQ7SUFDTCxDQUFDO0NBQ0osQ0FBQztBQUNGLE1BQU0sQ0FBQyxPQUFPLENBQUMsc0JBQXNCLENBQUMsY0FBYyxFQUFFLDBCQUEwQixFQUFFLE9BQU8sQ0FBQyxDQUFBIn0=
|
|
@@ -1,88 +0,0 @@
|
|
|
1
|
-
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
-
import * as inputs from "../../types/input";
|
|
3
|
-
import * as outputs from "../../types/output";
|
|
4
|
-
export declare class ResourceGuard extends pulumi.CustomResource {
|
|
5
|
-
/**
|
|
6
|
-
* Get an existing ResourceGuard resource's state with the given name, ID, and optional extra
|
|
7
|
-
* properties used to qualify the lookup.
|
|
8
|
-
*
|
|
9
|
-
* @param name The _unique_ name of the resulting resource.
|
|
10
|
-
* @param id The _unique_ provider ID of the resource to lookup.
|
|
11
|
-
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
12
|
-
*/
|
|
13
|
-
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): ResourceGuard;
|
|
14
|
-
/**
|
|
15
|
-
* Returns true if the given object is an instance of ResourceGuard. This is designed to work even
|
|
16
|
-
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
17
|
-
*/
|
|
18
|
-
static isInstance(obj: any): obj is ResourceGuard;
|
|
19
|
-
/**
|
|
20
|
-
* Optional ETag.
|
|
21
|
-
*/
|
|
22
|
-
readonly eTag: pulumi.Output<string | undefined>;
|
|
23
|
-
/**
|
|
24
|
-
* Resource location.
|
|
25
|
-
*/
|
|
26
|
-
readonly location: pulumi.Output<string | undefined>;
|
|
27
|
-
/**
|
|
28
|
-
* Resource name associated with the resource.
|
|
29
|
-
*/
|
|
30
|
-
readonly name: pulumi.Output<string>;
|
|
31
|
-
/**
|
|
32
|
-
* ResourceGuardResource properties
|
|
33
|
-
*/
|
|
34
|
-
readonly properties: pulumi.Output<outputs.dataprotection.v20230801.ResourceGuardResponse>;
|
|
35
|
-
/**
|
|
36
|
-
* Metadata pertaining to creation and last modification of the resource.
|
|
37
|
-
*/
|
|
38
|
-
readonly systemData: pulumi.Output<outputs.dataprotection.v20230801.SystemDataResponse>;
|
|
39
|
-
/**
|
|
40
|
-
* Resource tags.
|
|
41
|
-
*/
|
|
42
|
-
readonly tags: pulumi.Output<{
|
|
43
|
-
[key: string]: string;
|
|
44
|
-
} | undefined>;
|
|
45
|
-
/**
|
|
46
|
-
* Resource type represents the complete path of the form Namespace/ResourceType/ResourceType/...
|
|
47
|
-
*/
|
|
48
|
-
readonly type: pulumi.Output<string>;
|
|
49
|
-
/**
|
|
50
|
-
* Create a ResourceGuard resource with the given unique name, arguments, and options.
|
|
51
|
-
*
|
|
52
|
-
* @param name The _unique_ name of the resource.
|
|
53
|
-
* @param args The arguments to use to populate this resource's properties.
|
|
54
|
-
* @param opts A bag of options that control this resource's behavior.
|
|
55
|
-
*/
|
|
56
|
-
constructor(name: string, args: ResourceGuardArgs, opts?: pulumi.CustomResourceOptions);
|
|
57
|
-
}
|
|
58
|
-
/**
|
|
59
|
-
* The set of arguments for constructing a ResourceGuard resource.
|
|
60
|
-
*/
|
|
61
|
-
export interface ResourceGuardArgs {
|
|
62
|
-
/**
|
|
63
|
-
* Optional ETag.
|
|
64
|
-
*/
|
|
65
|
-
eTag?: pulumi.Input<string>;
|
|
66
|
-
/**
|
|
67
|
-
* Resource location.
|
|
68
|
-
*/
|
|
69
|
-
location?: pulumi.Input<string>;
|
|
70
|
-
/**
|
|
71
|
-
* ResourceGuardResource properties
|
|
72
|
-
*/
|
|
73
|
-
properties?: pulumi.Input<inputs.dataprotection.v20230801.ResourceGuardArgs>;
|
|
74
|
-
/**
|
|
75
|
-
* The name of the resource group. The name is case insensitive.
|
|
76
|
-
*/
|
|
77
|
-
resourceGroupName: pulumi.Input<string>;
|
|
78
|
-
/**
|
|
79
|
-
* The name of ResourceGuard
|
|
80
|
-
*/
|
|
81
|
-
resourceGuardsName?: pulumi.Input<string>;
|
|
82
|
-
/**
|
|
83
|
-
* Resource tags.
|
|
84
|
-
*/
|
|
85
|
-
tags?: pulumi.Input<{
|
|
86
|
-
[key: string]: pulumi.Input<string>;
|
|
87
|
-
}>;
|
|
88
|
-
}
|