@pulumi/azure-native 2.35.0 → 2.36.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/azurearcdata/activeDirectoryConnector.d.ts +2 -0
- package/azurearcdata/activeDirectoryConnector.js +4 -2
- package/azurearcdata/dataController.d.ts +2 -0
- package/azurearcdata/dataController.js +4 -2
- package/azurearcdata/failoverGroup.d.ts +2 -0
- package/azurearcdata/failoverGroup.js +4 -2
- package/azurearcdata/getActiveDirectoryConnector.d.ts +4 -0
- package/azurearcdata/getActiveDirectoryConnector.js +5 -1
- package/azurearcdata/getDataController.d.ts +4 -0
- package/azurearcdata/getDataController.js +5 -1
- package/azurearcdata/getFailoverGroup.d.ts +4 -0
- package/azurearcdata/getFailoverGroup.js +5 -1
- package/azurearcdata/getPostgresInstance.d.ts +4 -0
- package/azurearcdata/getPostgresInstance.js +5 -1
- package/azurearcdata/getSqlManagedInstance.d.ts +4 -0
- package/azurearcdata/getSqlManagedInstance.js +5 -1
- package/azurearcdata/getSqlServerAvailabilityGroup.d.ts +75 -0
- package/azurearcdata/getSqlServerAvailabilityGroup.js +29 -0
- package/azurearcdata/getSqlServerAvailabilityGroupDetailView.d.ts +75 -0
- package/azurearcdata/getSqlServerAvailabilityGroupDetailView.js +29 -0
- package/azurearcdata/getSqlServerDatabase.d.ts +4 -0
- package/azurearcdata/getSqlServerDatabase.js +5 -1
- package/azurearcdata/getSqlServerInstance.d.ts +4 -0
- package/azurearcdata/getSqlServerInstance.js +5 -1
- package/azurearcdata/getSqlServerInstanceTelemetry.d.ts +98 -0
- package/azurearcdata/getSqlServerInstanceTelemetry.js +34 -0
- package/azurearcdata/index.d.ts +14 -1
- package/azurearcdata/index.js +17 -2
- package/azurearcdata/postgresInstance.d.ts +2 -0
- package/azurearcdata/postgresInstance.js +4 -2
- package/azurearcdata/sqlManagedInstance.d.ts +2 -0
- package/azurearcdata/sqlManagedInstance.js +4 -2
- package/azurearcdata/sqlServerAvailabilityGroup.d.ts +88 -0
- package/azurearcdata/sqlServerAvailabilityGroup.js +81 -0
- package/azurearcdata/sqlServerDatabase.d.ts +2 -0
- package/azurearcdata/sqlServerDatabase.js +4 -2
- package/azurearcdata/sqlServerInstance.d.ts +2 -0
- package/azurearcdata/sqlServerInstance.js +4 -2
- package/azurearcdata/v20230115preview/activeDirectoryConnector.js +2 -2
- package/azurearcdata/v20230115preview/dataController.js +2 -2
- package/azurearcdata/v20230115preview/failoverGroup.js +2 -2
- package/azurearcdata/v20230115preview/postgresInstance.js +2 -2
- package/azurearcdata/v20230115preview/sqlManagedInstance.js +2 -2
- package/azurearcdata/v20230115preview/sqlServerDatabase.js +2 -2
- package/azurearcdata/v20230115preview/sqlServerInstance.js +2 -2
- package/azurearcdata/v20240101/activeDirectoryConnector.d.ts +67 -0
- package/azurearcdata/v20240101/activeDirectoryConnector.js +77 -0
- package/azurearcdata/v20240101/dataController.d.ts +91 -0
- package/azurearcdata/v20240101/dataController.js +79 -0
- package/azurearcdata/v20240101/failoverGroup.d.ts +67 -0
- package/azurearcdata/v20240101/failoverGroup.js +77 -0
- package/azurearcdata/v20240101/getActiveDirectoryConnector.d.ts +63 -0
- package/azurearcdata/v20240101/getActiveDirectoryConnector.js +27 -0
- package/azurearcdata/v20240101/getDataController.d.ts +69 -0
- package/azurearcdata/v20240101/getDataController.js +26 -0
- package/azurearcdata/v20240101/getFailoverGroup.d.ts +63 -0
- package/azurearcdata/v20240101/getFailoverGroup.js +27 -0
- package/azurearcdata/v20240101/getPostgresInstance.d.ts +73 -0
- package/azurearcdata/v20240101/getPostgresInstance.js +26 -0
- package/azurearcdata/v20240101/getSqlManagedInstance.d.ts +73 -0
- package/azurearcdata/v20240101/getSqlManagedInstance.js +26 -0
- package/azurearcdata/v20240101/getSqlServerAvailabilityGroup.d.ts +73 -0
- package/azurearcdata/v20240101/getSqlServerAvailabilityGroup.js +27 -0
- package/azurearcdata/v20240101/getSqlServerAvailabilityGroupDetailView.d.ts +73 -0
- package/azurearcdata/v20240101/getSqlServerAvailabilityGroupDetailView.js +27 -0
- package/azurearcdata/v20240101/getSqlServerDatabase.d.ts +73 -0
- package/azurearcdata/v20240101/getSqlServerDatabase.js +27 -0
- package/azurearcdata/v20240101/getSqlServerInstance.d.ts +65 -0
- package/azurearcdata/v20240101/getSqlServerInstance.js +26 -0
- package/azurearcdata/v20240101/getSqlServerInstanceTelemetry.d.ts +96 -0
- package/azurearcdata/v20240101/getSqlServerInstanceTelemetry.js +32 -0
- package/azurearcdata/v20240101/index.d.ts +55 -0
- package/azurearcdata/v20240101/index.js +96 -0
- package/azurearcdata/v20240101/postgresInstance.d.ts +99 -0
- package/azurearcdata/v20240101/postgresInstance.js +81 -0
- package/azurearcdata/v20240101/sqlManagedInstance.d.ts +99 -0
- package/azurearcdata/v20240101/sqlManagedInstance.js +81 -0
- package/azurearcdata/v20240101/sqlServerAvailabilityGroup.d.ts +87 -0
- package/azurearcdata/v20240101/sqlServerAvailabilityGroup.js +80 -0
- package/azurearcdata/v20240101/sqlServerDatabase.d.ts +87 -0
- package/azurearcdata/v20240101/sqlServerDatabase.js +80 -0
- package/azurearcdata/v20240101/sqlServerInstance.d.ts +83 -0
- package/azurearcdata/v20240101/sqlServerInstance.js +73 -0
- package/azuresphere/v20240401/listCatalogDeployments.d.ts +1 -1
- package/azuresphere/v20240401/listCatalogDeviceGroups.d.ts +1 -1
- package/azuresphere/v20240401/listCatalogDeviceInsights.d.ts +1 -1
- package/azuresphere/v20240401/listCatalogDevices.d.ts +1 -1
- package/insights/dataCollectionEndpoint.d.ts +2 -0
- package/insights/dataCollectionEndpoint.js +4 -2
- package/insights/dataCollectionRule.d.ts +2 -0
- package/insights/dataCollectionRule.js +4 -2
- package/insights/dataCollectionRuleAssociation.d.ts +2 -0
- package/insights/dataCollectionRuleAssociation.js +4 -2
- package/insights/getDataCollectionEndpoint.d.ts +4 -0
- package/insights/getDataCollectionEndpoint.js +5 -1
- package/insights/getDataCollectionRule.d.ts +4 -0
- package/insights/getDataCollectionRule.js +5 -1
- package/insights/getDataCollectionRuleAssociation.d.ts +4 -0
- package/insights/getDataCollectionRuleAssociation.js +5 -1
- package/insights/index.d.ts +2 -1
- package/insights/index.js +4 -2
- package/insights/v20220601/dataCollectionEndpoint.js +2 -2
- package/insights/v20220601/dataCollectionRule.js +2 -2
- package/insights/v20220601/dataCollectionRuleAssociation.js +2 -2
- package/insights/v20230311/dataCollectionEndpoint.d.ts +148 -0
- package/insights/v20230311/dataCollectionEndpoint.js +97 -0
- package/insights/v20230311/dataCollectionRule.d.ts +182 -0
- package/insights/v20230311/dataCollectionRule.js +101 -0
- package/insights/v20230311/dataCollectionRuleAssociation.d.ts +90 -0
- package/insights/v20230311/dataCollectionRuleAssociation.js +79 -0
- package/insights/v20230311/getDataCollectionEndpoint.d.ts +113 -0
- package/insights/v20230311/getDataCollectionEndpoint.js +26 -0
- package/insights/v20230311/getDataCollectionRule.d.ts +124 -0
- package/insights/v20230311/getDataCollectionRule.js +26 -0
- package/insights/v20230311/getDataCollectionRuleAssociation.d.ts +75 -0
- package/insights/v20230311/getDataCollectionRuleAssociation.js +26 -0
- package/insights/v20230311/index.d.ts +19 -0
- package/insights/v20230311/index.js +55 -0
- package/loadtestservice/getLoadTest.d.ts +7 -7
- package/loadtestservice/getLoadTest.js +2 -2
- package/loadtestservice/loadTest.d.ts +4 -4
- package/loadtestservice/loadTest.js +1 -1
- package/loadtestservice/v20221201/getLoadTest.d.ts +7 -7
- package/loadtestservice/v20221201/getLoadTest.js +2 -2
- package/loadtestservice/v20221201/loadTest.d.ts +4 -4
- package/loadtestservice/v20221201/loadTest.js +1 -1
- package/netapp/account.d.ts +1 -1
- package/netapp/account.js +3 -3
- package/netapp/backup.d.ts +1 -1
- package/netapp/backup.js +1 -1
- package/netapp/backupPolicy.d.ts +1 -1
- package/netapp/backupPolicy.js +3 -3
- package/netapp/backupVault.d.ts +1 -1
- package/netapp/backupVault.js +3 -3
- package/netapp/getAccount.d.ts +2 -2
- package/netapp/getAccount.js +2 -2
- package/netapp/getBackup.d.ts +2 -2
- package/netapp/getBackup.js +2 -2
- package/netapp/getBackupPolicy.d.ts +2 -2
- package/netapp/getBackupPolicy.js +2 -2
- package/netapp/getBackupVault.d.ts +2 -2
- package/netapp/getBackupVault.js +2 -2
- package/netapp/getPool.d.ts +2 -2
- package/netapp/getPool.js +2 -2
- package/netapp/getSnapshot.d.ts +2 -2
- package/netapp/getSnapshot.js +2 -2
- package/netapp/getSnapshotPolicy.d.ts +2 -2
- package/netapp/getSnapshotPolicy.js +2 -2
- package/netapp/getSubvolume.d.ts +2 -2
- package/netapp/getSubvolume.js +2 -2
- package/netapp/getSubvolumeMetadata.d.ts +2 -2
- package/netapp/getSubvolumeMetadata.js +2 -2
- package/netapp/getVolume.d.ts +2 -2
- package/netapp/getVolume.js +2 -2
- package/netapp/getVolumeGroup.d.ts +2 -2
- package/netapp/getVolumeGroup.js +2 -2
- package/netapp/getVolumeGroupIdForLdapUser.d.ts +2 -2
- package/netapp/getVolumeGroupIdForLdapUser.js +2 -2
- package/netapp/getVolumeQuotaRule.d.ts +2 -2
- package/netapp/getVolumeQuotaRule.js +2 -2
- package/netapp/index.d.ts +2 -1
- package/netapp/index.js +4 -2
- package/netapp/listVolumeReplications.d.ts +2 -2
- package/netapp/listVolumeReplications.js +2 -2
- package/netapp/pool.d.ts +1 -1
- package/netapp/pool.js +3 -3
- package/netapp/snapshot.d.ts +1 -1
- package/netapp/snapshot.js +3 -3
- package/netapp/snapshotPolicy.d.ts +1 -1
- package/netapp/snapshotPolicy.js +3 -3
- package/netapp/subvolume.d.ts +1 -1
- package/netapp/subvolume.js +3 -3
- package/netapp/v20210401/backupPolicy.js +2 -2
- package/netapp/v20210401preview/backupPolicy.js +2 -2
- package/netapp/v20211001/volume.js +2 -2
- package/netapp/v20211001/volumeGroup.js +2 -2
- package/netapp/v20220501/account.js +2 -2
- package/netapp/v20221101/account.js +2 -2
- package/netapp/v20221101/backupPolicy.js +2 -2
- package/netapp/v20221101/pool.js +2 -2
- package/netapp/v20221101/snapshot.js +2 -2
- package/netapp/v20221101/snapshotPolicy.js +2 -2
- package/netapp/v20221101/subvolume.js +2 -2
- package/netapp/v20221101/volume.js +2 -2
- package/netapp/v20221101/volumeGroup.js +2 -2
- package/netapp/v20221101/volumeQuotaRule.js +2 -2
- package/netapp/v20221101preview/account.js +2 -2
- package/netapp/v20221101preview/backup.js +2 -2
- package/netapp/v20221101preview/backupPolicy.js +2 -2
- package/netapp/v20221101preview/backupVault.js +2 -2
- package/netapp/v20221101preview/pool.js +2 -2
- package/netapp/v20221101preview/snapshot.js +2 -2
- package/netapp/v20221101preview/snapshotPolicy.js +2 -2
- package/netapp/v20221101preview/subvolume.js +2 -2
- package/netapp/v20221101preview/volume.js +2 -2
- package/netapp/v20221101preview/volumeGroup.js +2 -2
- package/netapp/v20221101preview/volumeQuotaRule.js +2 -2
- package/netapp/v20230501/account.js +2 -2
- package/netapp/v20230501/backupPolicy.js +2 -2
- package/netapp/v20230501/pool.js +2 -2
- package/netapp/v20230501/snapshot.js +2 -2
- package/netapp/v20230501/snapshotPolicy.js +2 -2
- package/netapp/v20230501/subvolume.js +2 -2
- package/netapp/v20230501/volume.js +2 -2
- package/netapp/v20230501/volumeGroup.js +2 -2
- package/netapp/v20230501/volumeQuotaRule.js +2 -2
- package/netapp/v20230501preview/account.js +2 -2
- package/netapp/v20230501preview/backup.js +2 -2
- package/netapp/v20230501preview/backupPolicy.js +2 -2
- package/netapp/v20230501preview/backupVault.js +2 -2
- package/netapp/v20230501preview/pool.js +2 -2
- package/netapp/v20230501preview/snapshot.js +2 -2
- package/netapp/v20230501preview/snapshotPolicy.js +2 -2
- package/netapp/v20230501preview/subvolume.js +2 -2
- package/netapp/v20230501preview/volume.js +2 -2
- package/netapp/v20230501preview/volumeGroup.js +2 -2
- package/netapp/v20230501preview/volumeQuotaRule.js +2 -2
- package/netapp/v20230701/account.js +2 -2
- package/netapp/v20230701/backupPolicy.js +2 -2
- package/netapp/v20230701/pool.js +2 -2
- package/netapp/v20230701/snapshot.js +2 -2
- package/netapp/v20230701/snapshotPolicy.js +2 -2
- package/netapp/v20230701/subvolume.js +2 -2
- package/netapp/v20230701/volume.js +2 -2
- package/netapp/v20230701/volumeGroup.js +2 -2
- package/netapp/v20230701/volumeQuotaRule.js +2 -2
- package/netapp/v20230701preview/account.d.ts +123 -0
- package/netapp/v20230701preview/account.js +88 -0
- package/netapp/v20230701preview/backup.d.ts +122 -0
- package/netapp/v20230701preview/backup.js +101 -0
- package/netapp/v20230701preview/backupPolicy.d.ts +130 -0
- package/netapp/v20230701preview/backupPolicy.js +93 -0
- package/netapp/v20230701preview/backupVault.d.ts +82 -0
- package/netapp/v20230701preview/backupVault.js +77 -0
- package/netapp/v20230701preview/getAccount.d.ts +93 -0
- package/netapp/v20230701preview/getAccount.js +26 -0
- package/netapp/v20230701preview/getBackup.d.ts +111 -0
- package/netapp/v20230701preview/getBackup.js +28 -0
- package/netapp/v20230701preview/getBackupPolicy.d.ts +105 -0
- package/netapp/v20230701preview/getBackupPolicy.js +27 -0
- package/netapp/v20230701preview/getBackupVault.d.ts +73 -0
- package/netapp/v20230701preview/getBackupVault.js +27 -0
- package/netapp/v20230701preview/getPool.d.ts +109 -0
- package/netapp/v20230701preview/getPool.js +27 -0
- package/netapp/v20230701preview/getSnapshot.d.ts +91 -0
- package/netapp/v20230701preview/getSnapshot.js +29 -0
- package/netapp/v20230701preview/getSnapshotPolicy.d.ts +97 -0
- package/netapp/v20230701preview/getSnapshotPolicy.js +27 -0
- package/netapp/v20230701preview/getSubvolume.d.ts +91 -0
- package/netapp/v20230701preview/getSubvolume.js +29 -0
- package/netapp/v20230701preview/getSubvolumeMetadata.d.ts +110 -0
- package/netapp/v20230701preview/getSubvolumeMetadata.js +29 -0
- package/netapp/v20230701preview/getVolume.d.ts +305 -0
- package/netapp/v20230701preview/getVolume.js +28 -0
- package/netapp/v20230701preview/getVolumeGroup.d.ts +71 -0
- package/netapp/v20230701preview/getVolumeGroup.js +27 -0
- package/netapp/v20230701preview/getVolumeGroupIdForLdapUser.d.ts +62 -0
- package/netapp/v20230701preview/getVolumeGroupIdForLdapUser.js +29 -0
- package/netapp/v20230701preview/getVolumeQuotaRule.d.ts +101 -0
- package/netapp/v20230701preview/getVolumeQuotaRule.js +29 -0
- package/netapp/v20230701preview/index.d.ts +76 -0
- package/netapp/v20230701preview/index.js +120 -0
- package/netapp/v20230701preview/listVolumeReplications.d.ts +55 -0
- package/netapp/v20230701preview/listVolumeReplications.js +28 -0
- package/netapp/v20230701preview/pool.d.ts +139 -0
- package/netapp/v20230701preview/pool.js +102 -0
- package/netapp/v20230701preview/snapshot.d.ts +86 -0
- package/netapp/v20230701preview/snapshot.js +87 -0
- package/netapp/v20230701preview/snapshotPolicy.d.ts +127 -0
- package/netapp/v20230701preview/snapshotPolicy.js +89 -0
- package/netapp/v20230701preview/subvolume.d.ts +94 -0
- package/netapp/v20230701preview/subvolume.js +87 -0
- package/netapp/v20230701preview/volume.d.ts +468 -0
- package/netapp/v20230701preview/volume.js +203 -0
- package/netapp/v20230701preview/volumeGroup.d.ts +83 -0
- package/netapp/v20230701preview/volumeGroup.js +77 -0
- package/netapp/v20230701preview/volumeQuotaRule.d.ts +115 -0
- package/netapp/v20230701preview/volumeQuotaRule.js +91 -0
- package/netapp/volume.d.ts +1 -1
- package/netapp/volume.js +3 -3
- package/netapp/volumeGroup.d.ts +1 -1
- package/netapp/volumeGroup.js +3 -3
- package/netapp/volumeQuotaRule.d.ts +1 -1
- package/netapp/volumeQuotaRule.js +3 -3
- package/package.json +1 -1
- package/quota/getGroupQuota.d.ts +4 -4
- package/quota/getGroupQuota.js +4 -4
- package/quota/getGroupQuotaSubscription.d.ts +5 -5
- package/quota/getGroupQuotaSubscription.js +4 -4
- package/quota/groupQuota.d.ts +1 -1
- package/quota/groupQuota.js +4 -4
- package/quota/groupQuotaSubscription.d.ts +2 -2
- package/quota/groupQuotaSubscription.js +5 -5
- package/quota/v20230601preview/getGroupQuota.d.ts +4 -4
- package/quota/v20230601preview/getGroupQuota.js +4 -4
- package/quota/v20230601preview/getGroupQuotaSubscription.d.ts +5 -5
- package/quota/v20230601preview/getGroupQuotaSubscription.js +4 -4
- package/quota/v20230601preview/groupQuota.d.ts +1 -1
- package/quota/v20230601preview/groupQuota.js +4 -4
- package/quota/v20230601preview/groupQuotaSubscription.d.ts +2 -2
- package/quota/v20230601preview/groupQuotaSubscription.js +5 -5
- package/recoveryservices/getPrivateEndpointConnection.d.ts +2 -2
- package/recoveryservices/getPrivateEndpointConnection.js +2 -2
- package/recoveryservices/getProtectedItem.d.ts +2 -2
- package/recoveryservices/getProtectedItem.js +2 -2
- package/recoveryservices/getProtectionContainer.d.ts +2 -2
- package/recoveryservices/getProtectionContainer.js +2 -2
- package/recoveryservices/getProtectionIntent.d.ts +2 -2
- package/recoveryservices/getProtectionIntent.js +2 -2
- package/recoveryservices/getProtectionPolicy.d.ts +2 -2
- package/recoveryservices/getProtectionPolicy.js +2 -2
- package/recoveryservices/getResourceGuardProxy.d.ts +2 -2
- package/recoveryservices/getResourceGuardProxy.js +2 -2
- package/recoveryservices/privateEndpointConnection.d.ts +1 -1
- package/recoveryservices/privateEndpointConnection.js +3 -3
- package/recoveryservices/protectedItem.d.ts +1 -1
- package/recoveryservices/protectedItem.js +3 -3
- package/recoveryservices/protectionContainer.d.ts +1 -1
- package/recoveryservices/protectionContainer.js +3 -3
- package/recoveryservices/protectionIntent.d.ts +1 -1
- package/recoveryservices/protectionIntent.js +3 -3
- package/recoveryservices/protectionPolicy.d.ts +1 -1
- package/recoveryservices/protectionPolicy.js +3 -3
- package/recoveryservices/resourceGuardProxy.d.ts +1 -1
- package/recoveryservices/resourceGuardProxy.js +3 -3
- package/recoveryservices/v20230401/privateEndpointConnection.js +2 -2
- package/recoveryservices/v20230401/protectedItem.js +2 -2
- package/recoveryservices/v20230401/protectionContainer.js +2 -2
- package/recoveryservices/v20230401/protectionIntent.js +2 -2
- package/recoveryservices/v20230401/protectionPolicy.js +2 -2
- package/recoveryservices/v20230401/resourceGuardProxy.js +2 -2
- package/recoveryservices/v20230601/privateEndpointConnection.js +2 -2
- package/recoveryservices/v20230601/protectedItem.js +2 -2
- package/recoveryservices/v20230601/protectionContainer.js +2 -2
- package/recoveryservices/v20230601/protectionIntent.js +2 -2
- package/recoveryservices/v20230601/protectionPolicy.js +2 -2
- package/recoveryservices/v20230601/resourceGuardProxy.js +2 -2
- package/recoveryservices/v20230801/privateEndpointConnection.js +2 -2
- package/recoveryservices/v20230801/protectedItem.js +2 -2
- package/recoveryservices/v20230801/protectionContainer.js +2 -2
- package/recoveryservices/v20230801/protectionIntent.js +2 -2
- package/recoveryservices/v20230801/protectionPolicy.js +2 -2
- package/recoveryservices/v20230801/resourceGuardProxy.js +2 -2
- package/recoveryservices/v20240101/privateEndpointConnection.js +2 -2
- package/recoveryservices/v20240101/protectedItem.js +2 -2
- package/recoveryservices/v20240101/protectionContainer.js +2 -2
- package/recoveryservices/v20240101/protectionIntent.js +2 -2
- package/recoveryservices/v20240101/protectionPolicy.js +2 -2
- package/recoveryservices/v20240101/resourceGuardProxy.js +2 -2
- package/recoveryservices/v20240201/getPrivateEndpointConnection.d.ts +73 -0
- package/recoveryservices/v20240201/getPrivateEndpointConnection.js +27 -0
- package/recoveryservices/v20240201/getProtectedItem.d.ts +99 -0
- package/recoveryservices/v20240201/getProtectedItem.js +32 -0
- package/recoveryservices/v20240201/getProtectionContainer.d.ts +81 -0
- package/recoveryservices/v20240201/getProtectionContainer.js +28 -0
- package/recoveryservices/v20240201/getProtectionIntent.d.ts +83 -0
- package/recoveryservices/v20240201/getProtectionIntent.js +30 -0
- package/recoveryservices/v20240201/getProtectionPolicy.d.ts +75 -0
- package/recoveryservices/v20240201/getProtectionPolicy.js +29 -0
- package/recoveryservices/v20240201/getResourceGuardProxy.d.ts +64 -0
- package/recoveryservices/v20240201/getResourceGuardProxy.js +27 -0
- package/recoveryservices/v20240201/index.d.ts +36 -0
- package/recoveryservices/v20240201/index.js +44 -2
- package/recoveryservices/v20240201/privateEndpointConnection.d.ts +91 -0
- package/recoveryservices/v20240201/privateEndpointConnection.js +77 -0
- package/recoveryservices/v20240201/protectedItem.d.ts +99 -0
- package/recoveryservices/v20240201/protectedItem.js +85 -0
- package/recoveryservices/v20240201/protectionContainer.d.ts +95 -0
- package/recoveryservices/v20240201/protectionContainer.js +81 -0
- package/recoveryservices/v20240201/protectionIntent.d.ts +95 -0
- package/recoveryservices/v20240201/protectionIntent.js +81 -0
- package/recoveryservices/v20240201/protectionPolicy.d.ts +91 -0
- package/recoveryservices/v20240201/protectionPolicy.js +77 -0
- package/recoveryservices/v20240201/resourceGuardProxy.d.ts +85 -0
- package/recoveryservices/v20240201/resourceGuardProxy.js +74 -0
- package/resources/deployment.d.ts +1 -1
- package/resources/deployment.js +3 -3
- package/resources/deploymentAtManagementGroupScope.d.ts +1 -1
- package/resources/deploymentAtManagementGroupScope.js +3 -3
- package/resources/deploymentAtScope.d.ts +1 -1
- package/resources/deploymentAtScope.js +3 -3
- package/resources/deploymentAtSubscriptionScope.d.ts +1 -1
- package/resources/deploymentAtSubscriptionScope.js +3 -3
- package/resources/deploymentAtTenantScope.d.ts +1 -1
- package/resources/deploymentAtTenantScope.js +3 -3
- package/resources/getDeployment.d.ts +2 -2
- package/resources/getDeployment.js +2 -2
- package/resources/getDeploymentAtManagementGroupScope.d.ts +2 -2
- package/resources/getDeploymentAtManagementGroupScope.js +2 -2
- package/resources/getDeploymentAtScope.d.ts +2 -2
- package/resources/getDeploymentAtScope.js +2 -2
- package/resources/getDeploymentAtSubscriptionScope.d.ts +2 -2
- package/resources/getDeploymentAtSubscriptionScope.js +2 -2
- package/resources/getDeploymentAtTenantScope.d.ts +2 -2
- package/resources/getDeploymentAtTenantScope.js +2 -2
- package/resources/getResource.d.ts +2 -2
- package/resources/getResource.js +2 -2
- package/resources/getResourceGroup.d.ts +2 -2
- package/resources/getResourceGroup.js +2 -2
- package/resources/getTagAtScope.d.ts +2 -2
- package/resources/getTagAtScope.js +2 -2
- package/resources/index.d.ts +2 -1
- package/resources/index.js +4 -2
- package/resources/resource.d.ts +1 -1
- package/resources/resource.js +3 -3
- package/resources/resourceGroup.d.ts +1 -1
- package/resources/resourceGroup.js +3 -3
- package/resources/tagAtScope.d.ts +1 -1
- package/resources/tagAtScope.js +3 -3
- package/resources/v20220901/deployment.js +2 -2
- package/resources/v20220901/deploymentAtManagementGroupScope.js +2 -2
- package/resources/v20220901/deploymentAtScope.js +2 -2
- package/resources/v20220901/deploymentAtSubscriptionScope.js +2 -2
- package/resources/v20220901/deploymentAtTenantScope.js +2 -2
- package/resources/v20220901/resource.js +2 -2
- package/resources/v20220901/resourceGroup.js +2 -2
- package/resources/v20220901/tagAtScope.js +2 -2
- package/resources/v20230701/deployment.js +2 -2
- package/resources/v20230701/deploymentAtManagementGroupScope.js +2 -2
- package/resources/v20230701/deploymentAtScope.js +2 -2
- package/resources/v20230701/deploymentAtSubscriptionScope.js +2 -2
- package/resources/v20230701/deploymentAtTenantScope.js +2 -2
- package/resources/v20230701/resource.js +2 -2
- package/resources/v20230701/resourceGroup.js +2 -2
- package/resources/v20230701/tagAtScope.js +2 -2
- package/resources/v20240301/deployment.d.ts +79 -0
- package/resources/v20240301/deployment.js +74 -0
- package/resources/v20240301/deploymentAtManagementGroupScope.d.ts +79 -0
- package/resources/v20240301/deploymentAtManagementGroupScope.js +74 -0
- package/resources/v20240301/deploymentAtScope.d.ts +79 -0
- package/resources/v20240301/deploymentAtScope.js +74 -0
- package/resources/v20240301/deploymentAtSubscriptionScope.d.ts +75 -0
- package/resources/v20240301/deploymentAtSubscriptionScope.js +70 -0
- package/resources/v20240301/deploymentAtTenantScope.d.ts +75 -0
- package/resources/v20240301/deploymentAtTenantScope.js +70 -0
- package/resources/v20240301/getDeployment.d.ts +61 -0
- package/resources/v20240301/getDeployment.js +26 -0
- package/resources/v20240301/getDeploymentAtManagementGroupScope.d.ts +61 -0
- package/resources/v20240301/getDeploymentAtManagementGroupScope.js +26 -0
- package/resources/v20240301/getDeploymentAtScope.d.ts +61 -0
- package/resources/v20240301/getDeploymentAtScope.js +26 -0
- package/resources/v20240301/getDeploymentAtSubscriptionScope.d.ts +53 -0
- package/resources/v20240301/getDeploymentAtSubscriptionScope.js +25 -0
- package/resources/v20240301/getDeploymentAtTenantScope.d.ts +53 -0
- package/resources/v20240301/getDeploymentAtTenantScope.js +25 -0
- package/resources/v20240301/getResource.d.ts +109 -0
- package/resources/v20240301/getResource.js +29 -0
- package/resources/v20240301/getResourceGroup.d.ts +57 -0
- package/resources/v20240301/getResourceGroup.js +25 -0
- package/resources/v20240301/getTagAtScope.d.ts +43 -0
- package/resources/v20240301/getTagAtScope.js +25 -0
- package/resources/v20240301/index.d.ts +49 -0
- package/resources/v20240301/index.js +90 -0
- package/resources/v20240301/resource.d.ts +139 -0
- package/resources/v20240301/resource.js +95 -0
- package/resources/v20240301/resourceGroup.d.ts +78 -0
- package/resources/v20240301/resourceGroup.js +69 -0
- package/resources/v20240301/tagAtScope.d.ts +55 -0
- package/resources/v20240301/tagAtScope.js +69 -0
- package/security/devOpsConfiguration.d.ts +2 -0
- package/security/devOpsConfiguration.js +4 -2
- package/security/getDevOpsConfiguration.d.ts +4 -0
- package/security/getDevOpsConfiguration.js +5 -1
- package/security/index.d.ts +2 -1
- package/security/index.js +4 -2
- package/security/listAzureDevOpsOrgAvailable.d.ts +4 -0
- package/security/listAzureDevOpsOrgAvailable.js +5 -1
- package/security/listGitHubOwnerAvailable.d.ts +4 -0
- package/security/listGitHubOwnerAvailable.js +5 -1
- package/security/listGitLabGroupAvailable.d.ts +4 -0
- package/security/listGitLabGroupAvailable.js +5 -1
- package/security/listGitLabSubgroup.d.ts +4 -0
- package/security/listGitLabSubgroup.js +5 -1
- package/security/v20230901preview/devOpsConfiguration.js +2 -2
- package/security/v20240401/devOpsConfiguration.d.ts +63 -0
- package/security/v20240401/devOpsConfiguration.js +72 -0
- package/security/v20240401/getDevOpsConfiguration.d.ts +55 -0
- package/security/v20240401/getDevOpsConfiguration.js +26 -0
- package/security/v20240401/index.d.ts +19 -0
- package/security/v20240401/index.js +53 -0
- package/security/v20240401/listAzureDevOpsOrgAvailable.d.ts +43 -0
- package/security/v20240401/listAzureDevOpsOrgAvailable.js +26 -0
- package/security/v20240401/listGitHubOwnerAvailable.d.ts +43 -0
- package/security/v20240401/listGitHubOwnerAvailable.js +26 -0
- package/security/v20240401/listGitLabGroupAvailable.d.ts +43 -0
- package/security/v20240401/listGitLabGroupAvailable.js +26 -0
- package/security/v20240401/listGitLabSubgroup.d.ts +51 -0
- package/security/v20240401/listGitLabSubgroup.js +27 -0
- package/tsconfig.tsbuildinfo +1 -1
- package/types/enums/azurearcdata/index.d.ts +13 -1
- package/types/enums/azurearcdata/index.js +11 -2
- package/types/enums/azurearcdata/v20240101/index.d.ts +164 -0
- package/types/enums/azurearcdata/v20240101/index.js +106 -0
- package/types/enums/insights/index.d.ts +2 -1
- package/types/enums/insights/index.js +5 -3
- package/types/enums/insights/v20230311/index.d.ts +170 -0
- package/types/enums/insights/v20230311/index.js +130 -0
- package/types/enums/loadtestservice/index.d.ts +7 -1
- package/types/enums/loadtestservice/index.js +7 -1
- package/types/enums/loadtestservice/v20221201/index.d.ts +7 -1
- package/types/enums/loadtestservice/v20221201/index.js +7 -1
- package/types/enums/netapp/index.d.ts +2 -1
- package/types/enums/netapp/index.js +4 -2
- package/types/enums/netapp/v20230701preview/index.d.ts +241 -0
- package/types/enums/netapp/v20230701preview/index.js +172 -0
- package/types/enums/quota/index.d.ts +1 -1
- package/types/enums/quota/v20230601preview/index.d.ts +1 -1
- package/types/enums/recoveryservices/v20240201/index.d.ts +340 -0
- package/types/enums/recoveryservices/v20240201/index.js +238 -2
- package/types/enums/resources/index.d.ts +2 -1
- package/types/enums/resources/index.js +4 -2
- package/types/enums/resources/v20240301/index.d.ts +42 -0
- package/types/enums/resources/v20240301/index.js +28 -0
- package/types/enums/security/index.d.ts +2 -1
- package/types/enums/security/index.js +5 -3
- package/types/enums/security/v20240401/index.d.ts +30 -0
- package/types/enums/security/v20240401/index.js +20 -0
- package/types/input.d.ts +5784 -41
- package/types/input.js +116 -1
- package/types/output.d.ts +8098 -427
- package/types/output.js +116 -1
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Definition of ARM tracked top level resource.
|
|
5
|
+
*/
|
|
6
|
+
export declare function getDataCollectionEndpoint(args: GetDataCollectionEndpointArgs, opts?: pulumi.InvokeOptions): Promise<GetDataCollectionEndpointResult>;
|
|
7
|
+
export interface GetDataCollectionEndpointArgs {
|
|
8
|
+
/**
|
|
9
|
+
* The name of the data collection endpoint. The name is case insensitive.
|
|
10
|
+
*/
|
|
11
|
+
dataCollectionEndpointName: string;
|
|
12
|
+
/**
|
|
13
|
+
* The name of the resource group. The name is case insensitive.
|
|
14
|
+
*/
|
|
15
|
+
resourceGroupName: string;
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* Definition of ARM tracked top level resource.
|
|
19
|
+
*/
|
|
20
|
+
export interface GetDataCollectionEndpointResult {
|
|
21
|
+
/**
|
|
22
|
+
* The endpoint used by clients to access their configuration.
|
|
23
|
+
*/
|
|
24
|
+
readonly configurationAccess?: outputs.insights.v20230311.DataCollectionEndpointResponseConfigurationAccess;
|
|
25
|
+
/**
|
|
26
|
+
* Description of the data collection endpoint.
|
|
27
|
+
*/
|
|
28
|
+
readonly description?: string;
|
|
29
|
+
/**
|
|
30
|
+
* Resource entity tag (ETag).
|
|
31
|
+
*/
|
|
32
|
+
readonly etag: string;
|
|
33
|
+
/**
|
|
34
|
+
* Failover configuration on this endpoint. This property is READ-ONLY.
|
|
35
|
+
*/
|
|
36
|
+
readonly failoverConfiguration: outputs.insights.v20230311.DataCollectionEndpointResponseFailoverConfiguration;
|
|
37
|
+
/**
|
|
38
|
+
* Fully qualified ID of the resource.
|
|
39
|
+
*/
|
|
40
|
+
readonly id: string;
|
|
41
|
+
/**
|
|
42
|
+
* Managed service identity of the resource.
|
|
43
|
+
*/
|
|
44
|
+
readonly identity?: outputs.insights.v20230311.DataCollectionEndpointResourceResponseIdentity;
|
|
45
|
+
/**
|
|
46
|
+
* The immutable ID of this data collection endpoint resource. This property is READ-ONLY.
|
|
47
|
+
*/
|
|
48
|
+
readonly immutableId?: string;
|
|
49
|
+
/**
|
|
50
|
+
* The kind of the resource.
|
|
51
|
+
*/
|
|
52
|
+
readonly kind?: string;
|
|
53
|
+
/**
|
|
54
|
+
* The geo-location where the resource lives.
|
|
55
|
+
*/
|
|
56
|
+
readonly location: string;
|
|
57
|
+
/**
|
|
58
|
+
* The endpoint used by clients to ingest logs.
|
|
59
|
+
*/
|
|
60
|
+
readonly logsIngestion?: outputs.insights.v20230311.DataCollectionEndpointResponseLogsIngestion;
|
|
61
|
+
/**
|
|
62
|
+
* Metadata for the resource. This property is READ-ONLY.
|
|
63
|
+
*/
|
|
64
|
+
readonly metadata: outputs.insights.v20230311.DataCollectionEndpointResponseMetadata;
|
|
65
|
+
/**
|
|
66
|
+
* The endpoint used by clients to ingest metrics.
|
|
67
|
+
*/
|
|
68
|
+
readonly metricsIngestion?: outputs.insights.v20230311.DataCollectionEndpointResponseMetricsIngestion;
|
|
69
|
+
/**
|
|
70
|
+
* The name of the resource.
|
|
71
|
+
*/
|
|
72
|
+
readonly name: string;
|
|
73
|
+
/**
|
|
74
|
+
* Network access control rules for the endpoints.
|
|
75
|
+
*/
|
|
76
|
+
readonly networkAcls?: outputs.insights.v20230311.DataCollectionEndpointResponseNetworkAcls;
|
|
77
|
+
/**
|
|
78
|
+
* List of Azure Monitor Private Link Scope Resources to which this data collection endpoint resource is associated. This property is READ-ONLY.
|
|
79
|
+
*/
|
|
80
|
+
readonly privateLinkScopedResources: outputs.insights.v20230311.PrivateLinkScopedResourceResponse[];
|
|
81
|
+
/**
|
|
82
|
+
* The resource provisioning state. This property is READ-ONLY.
|
|
83
|
+
*/
|
|
84
|
+
readonly provisioningState: string;
|
|
85
|
+
/**
|
|
86
|
+
* Metadata pertaining to creation and last modification of the resource.
|
|
87
|
+
*/
|
|
88
|
+
readonly systemData: outputs.insights.v20230311.DataCollectionEndpointResourceResponseSystemData;
|
|
89
|
+
/**
|
|
90
|
+
* Resource tags.
|
|
91
|
+
*/
|
|
92
|
+
readonly tags?: {
|
|
93
|
+
[key: string]: string;
|
|
94
|
+
};
|
|
95
|
+
/**
|
|
96
|
+
* The type of the resource.
|
|
97
|
+
*/
|
|
98
|
+
readonly type: string;
|
|
99
|
+
}
|
|
100
|
+
/**
|
|
101
|
+
* Definition of ARM tracked top level resource.
|
|
102
|
+
*/
|
|
103
|
+
export declare function getDataCollectionEndpointOutput(args: GetDataCollectionEndpointOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetDataCollectionEndpointResult>;
|
|
104
|
+
export interface GetDataCollectionEndpointOutputArgs {
|
|
105
|
+
/**
|
|
106
|
+
* The name of the data collection endpoint. The name is case insensitive.
|
|
107
|
+
*/
|
|
108
|
+
dataCollectionEndpointName: pulumi.Input<string>;
|
|
109
|
+
/**
|
|
110
|
+
* The name of the resource group. The name is case insensitive.
|
|
111
|
+
*/
|
|
112
|
+
resourceGroupName: pulumi.Input<string>;
|
|
113
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getDataCollectionEndpointOutput = exports.getDataCollectionEndpoint = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Definition of ARM tracked top level resource.
|
|
10
|
+
*/
|
|
11
|
+
function getDataCollectionEndpoint(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("azure-native:insights/v20230311:getDataCollectionEndpoint", {
|
|
14
|
+
"dataCollectionEndpointName": args.dataCollectionEndpointName,
|
|
15
|
+
"resourceGroupName": args.resourceGroupName,
|
|
16
|
+
}, opts);
|
|
17
|
+
}
|
|
18
|
+
exports.getDataCollectionEndpoint = getDataCollectionEndpoint;
|
|
19
|
+
/**
|
|
20
|
+
* Definition of ARM tracked top level resource.
|
|
21
|
+
*/
|
|
22
|
+
function getDataCollectionEndpointOutput(args, opts) {
|
|
23
|
+
return pulumi.output(args).apply((a) => getDataCollectionEndpoint(a, opts));
|
|
24
|
+
}
|
|
25
|
+
exports.getDataCollectionEndpointOutput = getDataCollectionEndpointOutput;
|
|
26
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0RGF0YUNvbGxlY3Rpb25FbmRwb2ludC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2luc2lnaHRzL3YyMDIzMDMxMS9nZXREYXRhQ29sbGVjdGlvbkVuZHBvaW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxzRUFBc0U7QUFDdEUsaUZBQWlGOzs7QUFFakYseUNBQXlDO0FBSXpDLDZDQUE2QztBQUU3Qzs7R0FFRztBQUNILFNBQWdCLHlCQUF5QixDQUFDLElBQW1DLEVBQUUsSUFBMkI7SUFFdEcsSUFBSSxHQUFHLE1BQU0sQ0FBQyxZQUFZLENBQUMsU0FBUyxDQUFDLG9CQUFvQixFQUFFLEVBQUUsSUFBSSxJQUFJLEVBQUUsQ0FBQyxDQUFDO0lBQ3pFLE9BQU8sTUFBTSxDQUFDLE9BQU8sQ0FBQyxNQUFNLENBQUMsMkRBQTJELEVBQUU7UUFDdEYsNEJBQTRCLEVBQUUsSUFBSSxDQUFDLDBCQUEwQjtRQUM3RCxtQkFBbUIsRUFBRSxJQUFJLENBQUMsaUJBQWlCO0tBQzlDLEVBQUUsSUFBSSxDQUFDLENBQUM7QUFDYixDQUFDO0FBUEQsOERBT0M7QUE4RkQ7O0dBRUc7QUFDSCxTQUFnQiwrQkFBK0IsQ0FBQyxJQUF5QyxFQUFFLElBQTJCO0lBQ2xILE9BQU8sTUFBTSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFNLEVBQUUsRUFBRSxDQUFDLHlCQUF5QixDQUFDLENBQUMsRUFBRSxJQUFJLENBQUMsQ0FBQyxDQUFBO0FBQ3BGLENBQUM7QUFGRCwwRUFFQyJ9
|
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Definition of ARM tracked top level resource.
|
|
5
|
+
*/
|
|
6
|
+
export declare function getDataCollectionRule(args: GetDataCollectionRuleArgs, opts?: pulumi.InvokeOptions): Promise<GetDataCollectionRuleResult>;
|
|
7
|
+
export interface GetDataCollectionRuleArgs {
|
|
8
|
+
/**
|
|
9
|
+
* The name of the data collection rule. The name is case insensitive.
|
|
10
|
+
*/
|
|
11
|
+
dataCollectionRuleName: string;
|
|
12
|
+
/**
|
|
13
|
+
* The name of the resource group. The name is case insensitive.
|
|
14
|
+
*/
|
|
15
|
+
resourceGroupName: string;
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* Definition of ARM tracked top level resource.
|
|
19
|
+
*/
|
|
20
|
+
export interface GetDataCollectionRuleResult {
|
|
21
|
+
/**
|
|
22
|
+
* Agent settings used to modify agent behavior on a given host
|
|
23
|
+
*/
|
|
24
|
+
readonly agentSettings?: outputs.insights.v20230311.DataCollectionRuleResponseAgentSettings;
|
|
25
|
+
/**
|
|
26
|
+
* The resource ID of the data collection endpoint that this rule can be used with.
|
|
27
|
+
*/
|
|
28
|
+
readonly dataCollectionEndpointId?: string;
|
|
29
|
+
/**
|
|
30
|
+
* The specification of data flows.
|
|
31
|
+
*/
|
|
32
|
+
readonly dataFlows?: outputs.insights.v20230311.DataFlowResponse[];
|
|
33
|
+
/**
|
|
34
|
+
* The specification of data sources.
|
|
35
|
+
* This property is optional and can be omitted if the rule is meant to be used via direct calls to the provisioned endpoint.
|
|
36
|
+
*/
|
|
37
|
+
readonly dataSources?: outputs.insights.v20230311.DataCollectionRuleResponseDataSources;
|
|
38
|
+
/**
|
|
39
|
+
* Description of the data collection rule.
|
|
40
|
+
*/
|
|
41
|
+
readonly description?: string;
|
|
42
|
+
/**
|
|
43
|
+
* The specification of destinations.
|
|
44
|
+
*/
|
|
45
|
+
readonly destinations?: outputs.insights.v20230311.DataCollectionRuleResponseDestinations;
|
|
46
|
+
/**
|
|
47
|
+
* Defines the ingestion endpoints to send data to via this rule.
|
|
48
|
+
*/
|
|
49
|
+
readonly endpoints: outputs.insights.v20230311.DataCollectionRuleResponseEndpoints;
|
|
50
|
+
/**
|
|
51
|
+
* Resource entity tag (ETag).
|
|
52
|
+
*/
|
|
53
|
+
readonly etag: string;
|
|
54
|
+
/**
|
|
55
|
+
* Fully qualified ID of the resource.
|
|
56
|
+
*/
|
|
57
|
+
readonly id: string;
|
|
58
|
+
/**
|
|
59
|
+
* Managed service identity of the resource.
|
|
60
|
+
*/
|
|
61
|
+
readonly identity?: outputs.insights.v20230311.DataCollectionRuleResourceResponseIdentity;
|
|
62
|
+
/**
|
|
63
|
+
* The immutable ID of this data collection rule. This property is READ-ONLY.
|
|
64
|
+
*/
|
|
65
|
+
readonly immutableId: string;
|
|
66
|
+
/**
|
|
67
|
+
* The kind of the resource.
|
|
68
|
+
*/
|
|
69
|
+
readonly kind?: string;
|
|
70
|
+
/**
|
|
71
|
+
* The geo-location where the resource lives.
|
|
72
|
+
*/
|
|
73
|
+
readonly location: string;
|
|
74
|
+
/**
|
|
75
|
+
* Metadata about the resource
|
|
76
|
+
*/
|
|
77
|
+
readonly metadata: outputs.insights.v20230311.DataCollectionRuleResponseMetadata;
|
|
78
|
+
/**
|
|
79
|
+
* The name of the resource.
|
|
80
|
+
*/
|
|
81
|
+
readonly name: string;
|
|
82
|
+
/**
|
|
83
|
+
* The resource provisioning state.
|
|
84
|
+
*/
|
|
85
|
+
readonly provisioningState: string;
|
|
86
|
+
/**
|
|
87
|
+
* Defines all the references that may be used in other sections of the DCR
|
|
88
|
+
*/
|
|
89
|
+
readonly references?: outputs.insights.v20230311.DataCollectionRuleResponseReferences;
|
|
90
|
+
/**
|
|
91
|
+
* Declaration of custom streams used in this rule.
|
|
92
|
+
*/
|
|
93
|
+
readonly streamDeclarations?: {
|
|
94
|
+
[key: string]: outputs.insights.v20230311.StreamDeclarationResponse;
|
|
95
|
+
};
|
|
96
|
+
/**
|
|
97
|
+
* Metadata pertaining to creation and last modification of the resource.
|
|
98
|
+
*/
|
|
99
|
+
readonly systemData: outputs.insights.v20230311.DataCollectionRuleResourceResponseSystemData;
|
|
100
|
+
/**
|
|
101
|
+
* Resource tags.
|
|
102
|
+
*/
|
|
103
|
+
readonly tags?: {
|
|
104
|
+
[key: string]: string;
|
|
105
|
+
};
|
|
106
|
+
/**
|
|
107
|
+
* The type of the resource.
|
|
108
|
+
*/
|
|
109
|
+
readonly type: string;
|
|
110
|
+
}
|
|
111
|
+
/**
|
|
112
|
+
* Definition of ARM tracked top level resource.
|
|
113
|
+
*/
|
|
114
|
+
export declare function getDataCollectionRuleOutput(args: GetDataCollectionRuleOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetDataCollectionRuleResult>;
|
|
115
|
+
export interface GetDataCollectionRuleOutputArgs {
|
|
116
|
+
/**
|
|
117
|
+
* The name of the data collection rule. The name is case insensitive.
|
|
118
|
+
*/
|
|
119
|
+
dataCollectionRuleName: pulumi.Input<string>;
|
|
120
|
+
/**
|
|
121
|
+
* The name of the resource group. The name is case insensitive.
|
|
122
|
+
*/
|
|
123
|
+
resourceGroupName: pulumi.Input<string>;
|
|
124
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getDataCollectionRuleOutput = exports.getDataCollectionRule = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Definition of ARM tracked top level resource.
|
|
10
|
+
*/
|
|
11
|
+
function getDataCollectionRule(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("azure-native:insights/v20230311:getDataCollectionRule", {
|
|
14
|
+
"dataCollectionRuleName": args.dataCollectionRuleName,
|
|
15
|
+
"resourceGroupName": args.resourceGroupName,
|
|
16
|
+
}, opts);
|
|
17
|
+
}
|
|
18
|
+
exports.getDataCollectionRule = getDataCollectionRule;
|
|
19
|
+
/**
|
|
20
|
+
* Definition of ARM tracked top level resource.
|
|
21
|
+
*/
|
|
22
|
+
function getDataCollectionRuleOutput(args, opts) {
|
|
23
|
+
return pulumi.output(args).apply((a) => getDataCollectionRule(a, opts));
|
|
24
|
+
}
|
|
25
|
+
exports.getDataCollectionRuleOutput = getDataCollectionRuleOutput;
|
|
26
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0RGF0YUNvbGxlY3Rpb25SdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vaW5zaWdodHMvdjIwMjMwMzExL2dldERhdGFDb2xsZWN0aW9uUnVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsc0VBQXNFO0FBQ3RFLGlGQUFpRjs7O0FBRWpGLHlDQUF5QztBQUl6Qyw2Q0FBNkM7QUFFN0M7O0dBRUc7QUFDSCxTQUFnQixxQkFBcUIsQ0FBQyxJQUErQixFQUFFLElBQTJCO0lBRTlGLElBQUksR0FBRyxNQUFNLENBQUMsWUFBWSxDQUFDLFNBQVMsQ0FBQyxvQkFBb0IsRUFBRSxFQUFFLElBQUksSUFBSSxFQUFFLENBQUMsQ0FBQztJQUN6RSxPQUFPLE1BQU0sQ0FBQyxPQUFPLENBQUMsTUFBTSxDQUFDLHVEQUF1RCxFQUFFO1FBQ2xGLHdCQUF3QixFQUFFLElBQUksQ0FBQyxzQkFBc0I7UUFDckQsbUJBQW1CLEVBQUUsSUFBSSxDQUFDLGlCQUFpQjtLQUM5QyxFQUFFLElBQUksQ0FBQyxDQUFDO0FBQ2IsQ0FBQztBQVBELHNEQU9DO0FBdUdEOztHQUVHO0FBQ0gsU0FBZ0IsMkJBQTJCLENBQUMsSUFBcUMsRUFBRSxJQUEyQjtJQUMxRyxPQUFPLE1BQU0sQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBTSxFQUFFLEVBQUUsQ0FBQyxxQkFBcUIsQ0FBQyxDQUFDLEVBQUUsSUFBSSxDQUFDLENBQUMsQ0FBQTtBQUNoRixDQUFDO0FBRkQsa0VBRUMifQ==
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Definition of generic ARM proxy resource.
|
|
5
|
+
*/
|
|
6
|
+
export declare function getDataCollectionRuleAssociation(args: GetDataCollectionRuleAssociationArgs, opts?: pulumi.InvokeOptions): Promise<GetDataCollectionRuleAssociationResult>;
|
|
7
|
+
export interface GetDataCollectionRuleAssociationArgs {
|
|
8
|
+
/**
|
|
9
|
+
* The name of the association. The name is case insensitive.
|
|
10
|
+
*/
|
|
11
|
+
associationName: string;
|
|
12
|
+
/**
|
|
13
|
+
* The identifier of the resource.
|
|
14
|
+
*/
|
|
15
|
+
resourceUri: string;
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* Definition of generic ARM proxy resource.
|
|
19
|
+
*/
|
|
20
|
+
export interface GetDataCollectionRuleAssociationResult {
|
|
21
|
+
/**
|
|
22
|
+
* The resource ID of the data collection endpoint that is to be associated.
|
|
23
|
+
*/
|
|
24
|
+
readonly dataCollectionEndpointId?: string;
|
|
25
|
+
/**
|
|
26
|
+
* The resource ID of the data collection rule that is to be associated.
|
|
27
|
+
*/
|
|
28
|
+
readonly dataCollectionRuleId?: string;
|
|
29
|
+
/**
|
|
30
|
+
* Description of the association.
|
|
31
|
+
*/
|
|
32
|
+
readonly description?: string;
|
|
33
|
+
/**
|
|
34
|
+
* Resource entity tag (ETag).
|
|
35
|
+
*/
|
|
36
|
+
readonly etag: string;
|
|
37
|
+
/**
|
|
38
|
+
* Fully qualified ID of the resource.
|
|
39
|
+
*/
|
|
40
|
+
readonly id: string;
|
|
41
|
+
/**
|
|
42
|
+
* Metadata about the resource
|
|
43
|
+
*/
|
|
44
|
+
readonly metadata: outputs.insights.v20230311.DataCollectionRuleAssociationResponseMetadata;
|
|
45
|
+
/**
|
|
46
|
+
* The name of the resource.
|
|
47
|
+
*/
|
|
48
|
+
readonly name: string;
|
|
49
|
+
/**
|
|
50
|
+
* The resource provisioning state.
|
|
51
|
+
*/
|
|
52
|
+
readonly provisioningState: string;
|
|
53
|
+
/**
|
|
54
|
+
* Metadata pertaining to creation and last modification of the resource.
|
|
55
|
+
*/
|
|
56
|
+
readonly systemData: outputs.insights.v20230311.DataCollectionRuleAssociationProxyOnlyResourceResponseSystemData;
|
|
57
|
+
/**
|
|
58
|
+
* The type of the resource.
|
|
59
|
+
*/
|
|
60
|
+
readonly type: string;
|
|
61
|
+
}
|
|
62
|
+
/**
|
|
63
|
+
* Definition of generic ARM proxy resource.
|
|
64
|
+
*/
|
|
65
|
+
export declare function getDataCollectionRuleAssociationOutput(args: GetDataCollectionRuleAssociationOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetDataCollectionRuleAssociationResult>;
|
|
66
|
+
export interface GetDataCollectionRuleAssociationOutputArgs {
|
|
67
|
+
/**
|
|
68
|
+
* The name of the association. The name is case insensitive.
|
|
69
|
+
*/
|
|
70
|
+
associationName: pulumi.Input<string>;
|
|
71
|
+
/**
|
|
72
|
+
* The identifier of the resource.
|
|
73
|
+
*/
|
|
74
|
+
resourceUri: pulumi.Input<string>;
|
|
75
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getDataCollectionRuleAssociationOutput = exports.getDataCollectionRuleAssociation = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Definition of generic ARM proxy resource.
|
|
10
|
+
*/
|
|
11
|
+
function getDataCollectionRuleAssociation(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("azure-native:insights/v20230311:getDataCollectionRuleAssociation", {
|
|
14
|
+
"associationName": args.associationName,
|
|
15
|
+
"resourceUri": args.resourceUri,
|
|
16
|
+
}, opts);
|
|
17
|
+
}
|
|
18
|
+
exports.getDataCollectionRuleAssociation = getDataCollectionRuleAssociation;
|
|
19
|
+
/**
|
|
20
|
+
* Definition of generic ARM proxy resource.
|
|
21
|
+
*/
|
|
22
|
+
function getDataCollectionRuleAssociationOutput(args, opts) {
|
|
23
|
+
return pulumi.output(args).apply((a) => getDataCollectionRuleAssociation(a, opts));
|
|
24
|
+
}
|
|
25
|
+
exports.getDataCollectionRuleAssociationOutput = getDataCollectionRuleAssociationOutput;
|
|
26
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0RGF0YUNvbGxlY3Rpb25SdWxlQXNzb2NpYXRpb24uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9pbnNpZ2h0cy92MjAyMzAzMTEvZ2V0RGF0YUNvbGxlY3Rpb25SdWxlQXNzb2NpYXRpb24udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHNFQUFzRTtBQUN0RSxpRkFBaUY7OztBQUVqRix5Q0FBeUM7QUFJekMsNkNBQTZDO0FBRTdDOztHQUVHO0FBQ0gsU0FBZ0IsZ0NBQWdDLENBQUMsSUFBMEMsRUFBRSxJQUEyQjtJQUVwSCxJQUFJLEdBQUcsTUFBTSxDQUFDLFlBQVksQ0FBQyxTQUFTLENBQUMsb0JBQW9CLEVBQUUsRUFBRSxJQUFJLElBQUksRUFBRSxDQUFDLENBQUM7SUFDekUsT0FBTyxNQUFNLENBQUMsT0FBTyxDQUFDLE1BQU0sQ0FBQyxrRUFBa0UsRUFBRTtRQUM3RixpQkFBaUIsRUFBRSxJQUFJLENBQUMsZUFBZTtRQUN2QyxhQUFhLEVBQUUsSUFBSSxDQUFDLFdBQVc7S0FDbEMsRUFBRSxJQUFJLENBQUMsQ0FBQztBQUNiLENBQUM7QUFQRCw0RUFPQztBQTBERDs7R0FFRztBQUNILFNBQWdCLHNDQUFzQyxDQUFDLElBQWdELEVBQUUsSUFBMkI7SUFDaEksT0FBTyxNQUFNLENBQUMsTUFBTSxDQUFDLElBQUksQ0FBQyxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQU0sRUFBRSxFQUFFLENBQUMsZ0NBQWdDLENBQUMsQ0FBQyxFQUFFLElBQUksQ0FBQyxDQUFDLENBQUE7QUFDM0YsQ0FBQztBQUZELHdGQUVDIn0=
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export { DataCollectionEndpointArgs } from "./dataCollectionEndpoint";
|
|
2
|
+
export type DataCollectionEndpoint = import("./dataCollectionEndpoint").DataCollectionEndpoint;
|
|
3
|
+
export declare const DataCollectionEndpoint: typeof import("./dataCollectionEndpoint").DataCollectionEndpoint;
|
|
4
|
+
export { DataCollectionRuleArgs } from "./dataCollectionRule";
|
|
5
|
+
export type DataCollectionRule = import("./dataCollectionRule").DataCollectionRule;
|
|
6
|
+
export declare const DataCollectionRule: typeof import("./dataCollectionRule").DataCollectionRule;
|
|
7
|
+
export { DataCollectionRuleAssociationArgs } from "./dataCollectionRuleAssociation";
|
|
8
|
+
export type DataCollectionRuleAssociation = import("./dataCollectionRuleAssociation").DataCollectionRuleAssociation;
|
|
9
|
+
export declare const DataCollectionRuleAssociation: typeof import("./dataCollectionRuleAssociation").DataCollectionRuleAssociation;
|
|
10
|
+
export { GetDataCollectionEndpointArgs, GetDataCollectionEndpointResult, GetDataCollectionEndpointOutputArgs } from "./getDataCollectionEndpoint";
|
|
11
|
+
export declare const getDataCollectionEndpoint: typeof import("./getDataCollectionEndpoint").getDataCollectionEndpoint;
|
|
12
|
+
export declare const getDataCollectionEndpointOutput: typeof import("./getDataCollectionEndpoint").getDataCollectionEndpointOutput;
|
|
13
|
+
export { GetDataCollectionRuleArgs, GetDataCollectionRuleResult, GetDataCollectionRuleOutputArgs } from "./getDataCollectionRule";
|
|
14
|
+
export declare const getDataCollectionRule: typeof import("./getDataCollectionRule").getDataCollectionRule;
|
|
15
|
+
export declare const getDataCollectionRuleOutput: typeof import("./getDataCollectionRule").getDataCollectionRuleOutput;
|
|
16
|
+
export { GetDataCollectionRuleAssociationArgs, GetDataCollectionRuleAssociationResult, GetDataCollectionRuleAssociationOutputArgs } from "./getDataCollectionRuleAssociation";
|
|
17
|
+
export declare const getDataCollectionRuleAssociation: typeof import("./getDataCollectionRuleAssociation").getDataCollectionRuleAssociation;
|
|
18
|
+
export declare const getDataCollectionRuleAssociationOutput: typeof import("./getDataCollectionRuleAssociation").getDataCollectionRuleAssociationOutput;
|
|
19
|
+
export * from "../../types/enums/insights/v20230311";
|
|
@@ -0,0 +1,55 @@
|
|
|
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.getDataCollectionRuleAssociationOutput = exports.getDataCollectionRuleAssociation = exports.getDataCollectionRuleOutput = exports.getDataCollectionRule = exports.getDataCollectionEndpointOutput = exports.getDataCollectionEndpoint = exports.DataCollectionRuleAssociation = exports.DataCollectionRule = exports.DataCollectionEndpoint = void 0;
|
|
20
|
+
const pulumi = require("@pulumi/pulumi");
|
|
21
|
+
const utilities = require("../../utilities");
|
|
22
|
+
exports.DataCollectionEndpoint = null;
|
|
23
|
+
utilities.lazyLoad(exports, ["DataCollectionEndpoint"], () => require("./dataCollectionEndpoint"));
|
|
24
|
+
exports.DataCollectionRule = null;
|
|
25
|
+
utilities.lazyLoad(exports, ["DataCollectionRule"], () => require("./dataCollectionRule"));
|
|
26
|
+
exports.DataCollectionRuleAssociation = null;
|
|
27
|
+
utilities.lazyLoad(exports, ["DataCollectionRuleAssociation"], () => require("./dataCollectionRuleAssociation"));
|
|
28
|
+
exports.getDataCollectionEndpoint = null;
|
|
29
|
+
exports.getDataCollectionEndpointOutput = null;
|
|
30
|
+
utilities.lazyLoad(exports, ["getDataCollectionEndpoint", "getDataCollectionEndpointOutput"], () => require("./getDataCollectionEndpoint"));
|
|
31
|
+
exports.getDataCollectionRule = null;
|
|
32
|
+
exports.getDataCollectionRuleOutput = null;
|
|
33
|
+
utilities.lazyLoad(exports, ["getDataCollectionRule", "getDataCollectionRuleOutput"], () => require("./getDataCollectionRule"));
|
|
34
|
+
exports.getDataCollectionRuleAssociation = null;
|
|
35
|
+
exports.getDataCollectionRuleAssociationOutput = null;
|
|
36
|
+
utilities.lazyLoad(exports, ["getDataCollectionRuleAssociation", "getDataCollectionRuleAssociationOutput"], () => require("./getDataCollectionRuleAssociation"));
|
|
37
|
+
// Export enums:
|
|
38
|
+
__exportStar(require("../../types/enums/insights/v20230311"), exports);
|
|
39
|
+
const _module = {
|
|
40
|
+
version: utilities.getVersion(),
|
|
41
|
+
construct: (name, type, urn) => {
|
|
42
|
+
switch (type) {
|
|
43
|
+
case "azure-native:insights/v20230311:DataCollectionEndpoint":
|
|
44
|
+
return new exports.DataCollectionEndpoint(name, undefined, { urn });
|
|
45
|
+
case "azure-native:insights/v20230311:DataCollectionRule":
|
|
46
|
+
return new exports.DataCollectionRule(name, undefined, { urn });
|
|
47
|
+
case "azure-native:insights/v20230311:DataCollectionRuleAssociation":
|
|
48
|
+
return new exports.DataCollectionRuleAssociation(name, undefined, { urn });
|
|
49
|
+
default:
|
|
50
|
+
throw new Error(`unknown resource type ${type}`);
|
|
51
|
+
}
|
|
52
|
+
},
|
|
53
|
+
};
|
|
54
|
+
pulumi.runtime.registerResourceModule("azure-native", "insights/v20230311", _module);
|
|
55
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9pbnNpZ2h0cy92MjAyMzAzMTEvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHNFQUFzRTtBQUN0RSxpRkFBaUY7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBRWpGLHlDQUF5QztBQUN6Qyw2Q0FBNkM7QUFLaEMsUUFBQSxzQkFBc0IsR0FBcUUsSUFBVyxDQUFDO0FBQ3BILFNBQVMsQ0FBQyxRQUFRLENBQUMsT0FBTyxFQUFFLENBQUMsd0JBQXdCLENBQUMsRUFBRSxHQUFHLEVBQUUsQ0FBQyxPQUFPLENBQUMsMEJBQTBCLENBQUMsQ0FBQyxDQUFDO0FBSXRGLFFBQUEsa0JBQWtCLEdBQTZELElBQVcsQ0FBQztBQUN4RyxTQUFTLENBQUMsUUFBUSxDQUFDLE9BQU8sRUFBRSxDQUFDLG9CQUFvQixDQUFDLEVBQUUsR0FBRyxFQUFFLENBQUMsT0FBTyxDQUFDLHNCQUFzQixDQUFDLENBQUMsQ0FBQztBQUk5RSxRQUFBLDZCQUE2QixHQUFtRixJQUFXLENBQUM7QUFDekksU0FBUyxDQUFDLFFBQVEsQ0FBQyxPQUFPLEVBQUUsQ0FBQywrQkFBK0IsQ0FBQyxFQUFFLEdBQUcsRUFBRSxDQUFDLE9BQU8sQ0FBQyxpQ0FBaUMsQ0FBQyxDQUFDLENBQUM7QUFHcEcsUUFBQSx5QkFBeUIsR0FBMkUsSUFBVyxDQUFDO0FBQ2hILFFBQUEsK0JBQStCLEdBQWlGLElBQVcsQ0FBQztBQUN6SSxTQUFTLENBQUMsUUFBUSxDQUFDLE9BQU8sRUFBRSxDQUFDLDJCQUEyQixFQUFDLGlDQUFpQyxDQUFDLEVBQUUsR0FBRyxFQUFFLENBQUMsT0FBTyxDQUFDLDZCQUE2QixDQUFDLENBQUMsQ0FBQztBQUc5SCxRQUFBLHFCQUFxQixHQUFtRSxJQUFXLENBQUM7QUFDcEcsUUFBQSwyQkFBMkIsR0FBeUUsSUFBVyxDQUFDO0FBQzdILFNBQVMsQ0FBQyxRQUFRLENBQUMsT0FBTyxFQUFFLENBQUMsdUJBQXVCLEVBQUMsNkJBQTZCLENBQUMsRUFBRSxHQUFHLEVBQUUsQ0FBQyxPQUFPLENBQUMseUJBQXlCLENBQUMsQ0FBQyxDQUFDO0FBR2xILFFBQUEsZ0NBQWdDLEdBQXlGLElBQVcsQ0FBQztBQUNySSxRQUFBLHNDQUFzQyxHQUErRixJQUFXLENBQUM7QUFDOUosU0FBUyxDQUFDLFFBQVEsQ0FBQyxPQUFPLEVBQUUsQ0FBQyxrQ0FBa0MsRUFBQyx3Q0FBd0MsQ0FBQyxFQUFFLEdBQUcsRUFBRSxDQUFDLE9BQU8sQ0FBQyxvQ0FBb0MsQ0FBQyxDQUFDLENBQUM7QUFHaEssZ0JBQWdCO0FBQ2hCLHVFQUFxRDtBQUVyRCxNQUFNLE9BQU8sR0FBRztJQUNaLE9BQU8sRUFBRSxTQUFTLENBQUMsVUFBVSxFQUFFO0lBQy9CLFNBQVMsRUFBRSxDQUFDLElBQVksRUFBRSxJQUFZLEVBQUUsR0FBVyxFQUFtQixFQUFFO1FBQ3BFLFFBQVEsSUFBSSxFQUFFO1lBQ1YsS0FBSyx3REFBd0Q7Z0JBQ3pELE9BQU8sSUFBSSw4QkFBc0IsQ0FBQyxJQUFJLEVBQU8sU0FBUyxFQUFFLEVBQUUsR0FBRyxFQUFFLENBQUMsQ0FBQTtZQUNwRSxLQUFLLG9EQUFvRDtnQkFDckQsT0FBTyxJQUFJLDBCQUFrQixDQUFDLElBQUksRUFBTyxTQUFTLEVBQUUsRUFBRSxHQUFHLEVBQUUsQ0FBQyxDQUFBO1lBQ2hFLEtBQUssK0RBQStEO2dCQUNoRSxPQUFPLElBQUkscUNBQTZCLENBQUMsSUFBSSxFQUFPLFNBQVMsRUFBRSxFQUFFLEdBQUcsRUFBRSxDQUFDLENBQUE7WUFDM0U7Z0JBQ0ksTUFBTSxJQUFJLEtBQUssQ0FBQyx5QkFBeUIsSUFBSSxFQUFFLENBQUMsQ0FBQztTQUN4RDtJQUNMLENBQUM7Q0FDSixDQUFDO0FBQ0YsTUFBTSxDQUFDLE9BQU8sQ0FBQyxzQkFBc0IsQ0FBQyxjQUFjLEVBQUUsb0JBQW9CLEVBQUUsT0FBTyxDQUFDLENBQUEifQ==
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as outputs from "../types/output";
|
|
3
3
|
/**
|
|
4
|
-
* Get a
|
|
4
|
+
* Get a LoadTestResource
|
|
5
5
|
* Azure REST API version: 2022-12-01.
|
|
6
6
|
*
|
|
7
7
|
* Other available API versions: 2021-12-01-preview.
|
|
@@ -9,7 +9,7 @@ import * as outputs from "../types/output";
|
|
|
9
9
|
export declare function getLoadTest(args: GetLoadTestArgs, opts?: pulumi.InvokeOptions): Promise<GetLoadTestResult>;
|
|
10
10
|
export interface GetLoadTestArgs {
|
|
11
11
|
/**
|
|
12
|
-
* Load Test name
|
|
12
|
+
* Load Test name
|
|
13
13
|
*/
|
|
14
14
|
loadTestName: string;
|
|
15
15
|
/**
|
|
@@ -18,7 +18,7 @@ export interface GetLoadTestArgs {
|
|
|
18
18
|
resourceGroupName: string;
|
|
19
19
|
}
|
|
20
20
|
/**
|
|
21
|
-
* LoadTest details
|
|
21
|
+
* LoadTest details.
|
|
22
22
|
*/
|
|
23
23
|
export interface GetLoadTestResult {
|
|
24
24
|
/**
|
|
@@ -34,11 +34,11 @@ export interface GetLoadTestResult {
|
|
|
34
34
|
*/
|
|
35
35
|
readonly encryption?: outputs.loadtestservice.EncryptionPropertiesResponse;
|
|
36
36
|
/**
|
|
37
|
-
* Fully qualified resource ID for the resource.
|
|
37
|
+
* Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
38
38
|
*/
|
|
39
39
|
readonly id: string;
|
|
40
40
|
/**
|
|
41
|
-
* The
|
|
41
|
+
* The managed service identities assigned to this resource.
|
|
42
42
|
*/
|
|
43
43
|
readonly identity?: outputs.loadtestservice.ManagedServiceIdentityResponse;
|
|
44
44
|
/**
|
|
@@ -69,7 +69,7 @@ export interface GetLoadTestResult {
|
|
|
69
69
|
readonly type: string;
|
|
70
70
|
}
|
|
71
71
|
/**
|
|
72
|
-
* Get a
|
|
72
|
+
* Get a LoadTestResource
|
|
73
73
|
* Azure REST API version: 2022-12-01.
|
|
74
74
|
*
|
|
75
75
|
* Other available API versions: 2021-12-01-preview.
|
|
@@ -77,7 +77,7 @@ export interface GetLoadTestResult {
|
|
|
77
77
|
export declare function getLoadTestOutput(args: GetLoadTestOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetLoadTestResult>;
|
|
78
78
|
export interface GetLoadTestOutputArgs {
|
|
79
79
|
/**
|
|
80
|
-
* Load Test name
|
|
80
|
+
* Load Test name
|
|
81
81
|
*/
|
|
82
82
|
loadTestName: pulumi.Input<string>;
|
|
83
83
|
/**
|
|
@@ -6,7 +6,7 @@ exports.getLoadTestOutput = exports.getLoadTest = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
* Get a
|
|
9
|
+
* Get a LoadTestResource
|
|
10
10
|
* Azure REST API version: 2022-12-01.
|
|
11
11
|
*
|
|
12
12
|
* Other available API versions: 2021-12-01-preview.
|
|
@@ -20,7 +20,7 @@ function getLoadTest(args, opts) {
|
|
|
20
20
|
}
|
|
21
21
|
exports.getLoadTest = getLoadTest;
|
|
22
22
|
/**
|
|
23
|
-
* Get a
|
|
23
|
+
* Get a LoadTestResource
|
|
24
24
|
* Azure REST API version: 2022-12-01.
|
|
25
25
|
*
|
|
26
26
|
* Other available API versions: 2021-12-01-preview.
|
|
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as inputs from "../types/input";
|
|
3
3
|
import * as outputs from "../types/output";
|
|
4
4
|
/**
|
|
5
|
-
* LoadTest details
|
|
5
|
+
* LoadTest details.
|
|
6
6
|
* Azure REST API version: 2022-12-01. Prior API version in Azure Native 1.x: 2021-12-01-preview.
|
|
7
7
|
*
|
|
8
8
|
* Other available API versions: 2021-12-01-preview.
|
|
@@ -35,7 +35,7 @@ export declare class LoadTest extends pulumi.CustomResource {
|
|
|
35
35
|
*/
|
|
36
36
|
readonly encryption: pulumi.Output<outputs.loadtestservice.EncryptionPropertiesResponse | undefined>;
|
|
37
37
|
/**
|
|
38
|
-
* The
|
|
38
|
+
* The managed service identities assigned to this resource.
|
|
39
39
|
*/
|
|
40
40
|
readonly identity: pulumi.Output<outputs.loadtestservice.ManagedServiceIdentityResponse | undefined>;
|
|
41
41
|
/**
|
|
@@ -86,11 +86,11 @@ export interface LoadTestArgs {
|
|
|
86
86
|
*/
|
|
87
87
|
encryption?: pulumi.Input<inputs.loadtestservice.EncryptionPropertiesArgs>;
|
|
88
88
|
/**
|
|
89
|
-
* The
|
|
89
|
+
* The managed service identities assigned to this resource.
|
|
90
90
|
*/
|
|
91
91
|
identity?: pulumi.Input<inputs.loadtestservice.ManagedServiceIdentityArgs>;
|
|
92
92
|
/**
|
|
93
|
-
* Load Test name
|
|
93
|
+
* Load Test name
|
|
94
94
|
*/
|
|
95
95
|
loadTestName?: pulumi.Input<string>;
|
|
96
96
|
/**
|
|
@@ -6,7 +6,7 @@ exports.LoadTest = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
* LoadTest details
|
|
9
|
+
* LoadTest details.
|
|
10
10
|
* Azure REST API version: 2022-12-01. Prior API version in Azure Native 1.x: 2021-12-01-preview.
|
|
11
11
|
*
|
|
12
12
|
* Other available API versions: 2021-12-01-preview.
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as outputs from "../../types/output";
|
|
3
3
|
/**
|
|
4
|
-
* Get a
|
|
4
|
+
* Get a LoadTestResource
|
|
5
5
|
*/
|
|
6
6
|
export declare function getLoadTest(args: GetLoadTestArgs, opts?: pulumi.InvokeOptions): Promise<GetLoadTestResult>;
|
|
7
7
|
export interface GetLoadTestArgs {
|
|
8
8
|
/**
|
|
9
|
-
* Load Test name
|
|
9
|
+
* Load Test name
|
|
10
10
|
*/
|
|
11
11
|
loadTestName: string;
|
|
12
12
|
/**
|
|
@@ -15,7 +15,7 @@ export interface GetLoadTestArgs {
|
|
|
15
15
|
resourceGroupName: string;
|
|
16
16
|
}
|
|
17
17
|
/**
|
|
18
|
-
* LoadTest details
|
|
18
|
+
* LoadTest details.
|
|
19
19
|
*/
|
|
20
20
|
export interface GetLoadTestResult {
|
|
21
21
|
/**
|
|
@@ -31,11 +31,11 @@ export interface GetLoadTestResult {
|
|
|
31
31
|
*/
|
|
32
32
|
readonly encryption?: outputs.loadtestservice.v20221201.EncryptionPropertiesResponse;
|
|
33
33
|
/**
|
|
34
|
-
* Fully qualified resource ID for the resource.
|
|
34
|
+
* Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
35
35
|
*/
|
|
36
36
|
readonly id: string;
|
|
37
37
|
/**
|
|
38
|
-
* The
|
|
38
|
+
* The managed service identities assigned to this resource.
|
|
39
39
|
*/
|
|
40
40
|
readonly identity?: outputs.loadtestservice.v20221201.ManagedServiceIdentityResponse;
|
|
41
41
|
/**
|
|
@@ -66,12 +66,12 @@ export interface GetLoadTestResult {
|
|
|
66
66
|
readonly type: string;
|
|
67
67
|
}
|
|
68
68
|
/**
|
|
69
|
-
* Get a
|
|
69
|
+
* Get a LoadTestResource
|
|
70
70
|
*/
|
|
71
71
|
export declare function getLoadTestOutput(args: GetLoadTestOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetLoadTestResult>;
|
|
72
72
|
export interface GetLoadTestOutputArgs {
|
|
73
73
|
/**
|
|
74
|
-
* Load Test name
|
|
74
|
+
* Load Test name
|
|
75
75
|
*/
|
|
76
76
|
loadTestName: pulumi.Input<string>;
|
|
77
77
|
/**
|