@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
|
@@ -3,6 +3,6 @@ export declare const GroupingIdType: {
|
|
|
3
3
|
readonly BillingId: "BillingId";
|
|
4
4
|
};
|
|
5
5
|
/**
|
|
6
|
-
* GroupingId type. It is a required property. More types of groupIds can be supported in future.
|
|
6
|
+
* GroupingId type. It is a required property. More types of groupIds can be supported in future.
|
|
7
7
|
*/
|
|
8
8
|
export type GroupingIdType = (typeof GroupingIdType)[keyof typeof GroupingIdType];
|
|
@@ -1,8 +1,62 @@
|
|
|
1
|
+
export declare const AcquireStorageAccountLock: {
|
|
2
|
+
readonly Acquire: "Acquire";
|
|
3
|
+
readonly NotAcquire: "NotAcquire";
|
|
4
|
+
};
|
|
5
|
+
/**
|
|
6
|
+
* Whether storage account lock is to be acquired for this container or not.
|
|
7
|
+
*/
|
|
8
|
+
export type AcquireStorageAccountLock = (typeof AcquireStorageAccountLock)[keyof typeof AcquireStorageAccountLock];
|
|
1
9
|
export declare const AlertsState: {
|
|
2
10
|
readonly Enabled: "Enabled";
|
|
3
11
|
readonly Disabled: "Disabled";
|
|
4
12
|
};
|
|
5
13
|
export type AlertsState = (typeof AlertsState)[keyof typeof AlertsState];
|
|
14
|
+
export declare const BackupItemType: {
|
|
15
|
+
readonly Invalid: "Invalid";
|
|
16
|
+
readonly VM: "VM";
|
|
17
|
+
readonly FileFolder: "FileFolder";
|
|
18
|
+
readonly AzureSqlDb: "AzureSqlDb";
|
|
19
|
+
readonly SQLDB: "SQLDB";
|
|
20
|
+
readonly Exchange: "Exchange";
|
|
21
|
+
readonly Sharepoint: "Sharepoint";
|
|
22
|
+
readonly VMwareVM: "VMwareVM";
|
|
23
|
+
readonly SystemState: "SystemState";
|
|
24
|
+
readonly Client: "Client";
|
|
25
|
+
readonly GenericDataSource: "GenericDataSource";
|
|
26
|
+
readonly SQLDataBase: "SQLDataBase";
|
|
27
|
+
readonly AzureFileShare: "AzureFileShare";
|
|
28
|
+
readonly SAPHanaDatabase: "SAPHanaDatabase";
|
|
29
|
+
readonly SAPAseDatabase: "SAPAseDatabase";
|
|
30
|
+
readonly SAPHanaDBInstance: "SAPHanaDBInstance";
|
|
31
|
+
};
|
|
32
|
+
/**
|
|
33
|
+
* Type of backup items associated with this container.
|
|
34
|
+
*/
|
|
35
|
+
export type BackupItemType = (typeof BackupItemType)[keyof typeof BackupItemType];
|
|
36
|
+
export declare const BackupManagementType: {
|
|
37
|
+
readonly Invalid: "Invalid";
|
|
38
|
+
readonly AzureIaasVM: "AzureIaasVM";
|
|
39
|
+
readonly MAB: "MAB";
|
|
40
|
+
readonly DPM: "DPM";
|
|
41
|
+
readonly AzureBackupServer: "AzureBackupServer";
|
|
42
|
+
readonly AzureSql: "AzureSql";
|
|
43
|
+
readonly AzureStorage: "AzureStorage";
|
|
44
|
+
readonly AzureWorkload: "AzureWorkload";
|
|
45
|
+
readonly DefaultBackup: "DefaultBackup";
|
|
46
|
+
};
|
|
47
|
+
/**
|
|
48
|
+
* Type of backup management for the backed up item.
|
|
49
|
+
*/
|
|
50
|
+
export type BackupManagementType = (typeof BackupManagementType)[keyof typeof BackupManagementType];
|
|
51
|
+
export declare const CreateMode: {
|
|
52
|
+
readonly Invalid: "Invalid";
|
|
53
|
+
readonly Default: "Default";
|
|
54
|
+
readonly Recover: "Recover";
|
|
55
|
+
};
|
|
56
|
+
/**
|
|
57
|
+
* Create mode to indicate recovery of existing soft deleted data source or creation of new data source.
|
|
58
|
+
*/
|
|
59
|
+
export type CreateMode = (typeof CreateMode)[keyof typeof CreateMode];
|
|
6
60
|
export declare const CrossRegionRestore: {
|
|
7
61
|
readonly Enabled: "Enabled";
|
|
8
62
|
readonly Disabled: "Disabled";
|
|
@@ -17,6 +71,16 @@ export declare const CrossSubscriptionRestoreState: {
|
|
|
17
71
|
readonly PermanentlyDisabled: "PermanentlyDisabled";
|
|
18
72
|
};
|
|
19
73
|
export type CrossSubscriptionRestoreState = (typeof CrossSubscriptionRestoreState)[keyof typeof CrossSubscriptionRestoreState];
|
|
74
|
+
export declare const DayOfWeek: {
|
|
75
|
+
readonly Sunday: "Sunday";
|
|
76
|
+
readonly Monday: "Monday";
|
|
77
|
+
readonly Tuesday: "Tuesday";
|
|
78
|
+
readonly Wednesday: "Wednesday";
|
|
79
|
+
readonly Thursday: "Thursday";
|
|
80
|
+
readonly Friday: "Friday";
|
|
81
|
+
readonly Saturday: "Saturday";
|
|
82
|
+
};
|
|
83
|
+
export type DayOfWeek = (typeof DayOfWeek)[keyof typeof DayOfWeek];
|
|
20
84
|
export declare const EnhancedSecurityState: {
|
|
21
85
|
readonly Invalid: "Invalid";
|
|
22
86
|
readonly Enabled: "Enabled";
|
|
@@ -24,6 +88,16 @@ export declare const EnhancedSecurityState: {
|
|
|
24
88
|
readonly AlwaysON: "AlwaysON";
|
|
25
89
|
};
|
|
26
90
|
export type EnhancedSecurityState = (typeof EnhancedSecurityState)[keyof typeof EnhancedSecurityState];
|
|
91
|
+
export declare const IAASVMPolicyType: {
|
|
92
|
+
readonly Invalid: "Invalid";
|
|
93
|
+
readonly V1: "V1";
|
|
94
|
+
readonly V2: "V2";
|
|
95
|
+
};
|
|
96
|
+
export type IAASVMPolicyType = (typeof IAASVMPolicyType)[keyof typeof IAASVMPolicyType];
|
|
97
|
+
export declare const IaasVMSnapshotConsistencyType: {
|
|
98
|
+
readonly OnlyCrashConsistent: "OnlyCrashConsistent";
|
|
99
|
+
};
|
|
100
|
+
export type IaasVMSnapshotConsistencyType = (typeof IaasVMSnapshotConsistencyType)[keyof typeof IaasVMSnapshotConsistencyType];
|
|
27
101
|
export declare const ImmutabilityState: {
|
|
28
102
|
readonly Disabled: "Disabled";
|
|
29
103
|
readonly Unlocked: "Unlocked";
|
|
@@ -38,6 +112,162 @@ export declare const InfrastructureEncryptionState: {
|
|
|
38
112
|
* Enabling/Disabling the Double Encryption state
|
|
39
113
|
*/
|
|
40
114
|
export type InfrastructureEncryptionState = (typeof InfrastructureEncryptionState)[keyof typeof InfrastructureEncryptionState];
|
|
115
|
+
export declare const LastBackupStatus: {
|
|
116
|
+
readonly Invalid: "Invalid";
|
|
117
|
+
readonly Healthy: "Healthy";
|
|
118
|
+
readonly Unhealthy: "Unhealthy";
|
|
119
|
+
readonly IRPending: "IRPending";
|
|
120
|
+
};
|
|
121
|
+
/**
|
|
122
|
+
* Last backup operation status. Possible values: Healthy, Unhealthy.
|
|
123
|
+
*/
|
|
124
|
+
export type LastBackupStatus = (typeof LastBackupStatus)[keyof typeof LastBackupStatus];
|
|
125
|
+
export declare const MonthOfYear: {
|
|
126
|
+
readonly Invalid: "Invalid";
|
|
127
|
+
readonly January: "January";
|
|
128
|
+
readonly February: "February";
|
|
129
|
+
readonly March: "March";
|
|
130
|
+
readonly April: "April";
|
|
131
|
+
readonly May: "May";
|
|
132
|
+
readonly June: "June";
|
|
133
|
+
readonly July: "July";
|
|
134
|
+
readonly August: "August";
|
|
135
|
+
readonly September: "September";
|
|
136
|
+
readonly October: "October";
|
|
137
|
+
readonly November: "November";
|
|
138
|
+
readonly December: "December";
|
|
139
|
+
};
|
|
140
|
+
export type MonthOfYear = (typeof MonthOfYear)[keyof typeof MonthOfYear];
|
|
141
|
+
export declare const OperationType: {
|
|
142
|
+
readonly Invalid: "Invalid";
|
|
143
|
+
readonly Register: "Register";
|
|
144
|
+
readonly Reregister: "Reregister";
|
|
145
|
+
};
|
|
146
|
+
/**
|
|
147
|
+
* Re-Do Operation
|
|
148
|
+
*/
|
|
149
|
+
export type OperationType = (typeof OperationType)[keyof typeof OperationType];
|
|
150
|
+
export declare const PolicyType: {
|
|
151
|
+
readonly Invalid: "Invalid";
|
|
152
|
+
readonly Full: "Full";
|
|
153
|
+
readonly Differential: "Differential";
|
|
154
|
+
readonly Log: "Log";
|
|
155
|
+
readonly CopyOnlyFull: "CopyOnlyFull";
|
|
156
|
+
readonly Incremental: "Incremental";
|
|
157
|
+
readonly SnapshotFull: "SnapshotFull";
|
|
158
|
+
readonly SnapshotCopyOnlyFull: "SnapshotCopyOnlyFull";
|
|
159
|
+
};
|
|
160
|
+
/**
|
|
161
|
+
* Type of backup policy type
|
|
162
|
+
*/
|
|
163
|
+
export type PolicyType = (typeof PolicyType)[keyof typeof PolicyType];
|
|
164
|
+
export declare const PrivateEndpointConnectionStatus: {
|
|
165
|
+
readonly Pending: "Pending";
|
|
166
|
+
readonly Approved: "Approved";
|
|
167
|
+
readonly Rejected: "Rejected";
|
|
168
|
+
readonly Disconnected: "Disconnected";
|
|
169
|
+
};
|
|
170
|
+
/**
|
|
171
|
+
* Gets or sets the status
|
|
172
|
+
*/
|
|
173
|
+
export type PrivateEndpointConnectionStatus = (typeof PrivateEndpointConnectionStatus)[keyof typeof PrivateEndpointConnectionStatus];
|
|
174
|
+
export declare const ProtectableContainerType: {
|
|
175
|
+
readonly Invalid: "Invalid";
|
|
176
|
+
readonly Unknown: "Unknown";
|
|
177
|
+
readonly IaasVMContainer: "IaasVMContainer";
|
|
178
|
+
readonly IaasVMServiceContainer: "IaasVMServiceContainer";
|
|
179
|
+
readonly DPMContainer: "DPMContainer";
|
|
180
|
+
readonly AzureBackupServerContainer: "AzureBackupServerContainer";
|
|
181
|
+
readonly MABContainer: "MABContainer";
|
|
182
|
+
readonly Cluster: "Cluster";
|
|
183
|
+
readonly AzureSqlContainer: "AzureSqlContainer";
|
|
184
|
+
readonly Windows: "Windows";
|
|
185
|
+
readonly VCenter: "VCenter";
|
|
186
|
+
readonly VMAppContainer: "VMAppContainer";
|
|
187
|
+
readonly SQLAGWorkLoadContainer: "SQLAGWorkLoadContainer";
|
|
188
|
+
readonly StorageContainer: "StorageContainer";
|
|
189
|
+
readonly GenericContainer: "GenericContainer";
|
|
190
|
+
readonly Microsoft_ClassicCompute_virtualMachines: "Microsoft.ClassicCompute/virtualMachines";
|
|
191
|
+
readonly Microsoft_Compute_virtualMachines: "Microsoft.Compute/virtualMachines";
|
|
192
|
+
readonly AzureWorkloadContainer: "AzureWorkloadContainer";
|
|
193
|
+
};
|
|
194
|
+
/**
|
|
195
|
+
* Type of the container. The value of this property for: 1. Compute Azure VM is Microsoft.Compute/virtualMachines 2.
|
|
196
|
+
* Classic Compute Azure VM is Microsoft.ClassicCompute/virtualMachines 3. Windows machines (like MAB, DPM etc) is
|
|
197
|
+
* Windows 4. Azure SQL instance is AzureSqlContainer. 5. Storage containers is StorageContainer. 6. Azure workload
|
|
198
|
+
* Backup is VMAppContainer
|
|
199
|
+
*/
|
|
200
|
+
export type ProtectableContainerType = (typeof ProtectableContainerType)[keyof typeof ProtectableContainerType];
|
|
201
|
+
export declare const ProtectedItemHealthStatus: {
|
|
202
|
+
readonly Invalid: "Invalid";
|
|
203
|
+
readonly Healthy: "Healthy";
|
|
204
|
+
readonly Unhealthy: "Unhealthy";
|
|
205
|
+
readonly NotReachable: "NotReachable";
|
|
206
|
+
readonly IRPending: "IRPending";
|
|
207
|
+
};
|
|
208
|
+
/**
|
|
209
|
+
* Health status of the backup item, evaluated based on last heartbeat received
|
|
210
|
+
*/
|
|
211
|
+
export type ProtectedItemHealthStatus = (typeof ProtectedItemHealthStatus)[keyof typeof ProtectedItemHealthStatus];
|
|
212
|
+
export declare const ProtectedItemState: {
|
|
213
|
+
readonly Invalid: "Invalid";
|
|
214
|
+
readonly IRPending: "IRPending";
|
|
215
|
+
readonly Protected: "Protected";
|
|
216
|
+
readonly ProtectionError: "ProtectionError";
|
|
217
|
+
readonly ProtectionStopped: "ProtectionStopped";
|
|
218
|
+
readonly ProtectionPaused: "ProtectionPaused";
|
|
219
|
+
readonly BackupsSuspended: "BackupsSuspended";
|
|
220
|
+
};
|
|
221
|
+
/**
|
|
222
|
+
* Protection state of the backup engine
|
|
223
|
+
*/
|
|
224
|
+
export type ProtectedItemState = (typeof ProtectedItemState)[keyof typeof ProtectedItemState];
|
|
225
|
+
export declare const ProtectionIntentItemType: {
|
|
226
|
+
readonly Invalid: "Invalid";
|
|
227
|
+
readonly AzureResourceItem: "AzureResourceItem";
|
|
228
|
+
readonly RecoveryServiceVaultItem: "RecoveryServiceVaultItem";
|
|
229
|
+
readonly AzureWorkloadContainerAutoProtectionIntent: "AzureWorkloadContainerAutoProtectionIntent";
|
|
230
|
+
readonly AzureWorkloadAutoProtectionIntent: "AzureWorkloadAutoProtectionIntent";
|
|
231
|
+
readonly AzureWorkloadSQLAutoProtectionIntent: "AzureWorkloadSQLAutoProtectionIntent";
|
|
232
|
+
};
|
|
233
|
+
/**
|
|
234
|
+
* backup protectionIntent type.
|
|
235
|
+
*/
|
|
236
|
+
export type ProtectionIntentItemType = (typeof ProtectionIntentItemType)[keyof typeof ProtectionIntentItemType];
|
|
237
|
+
export declare const ProtectionState: {
|
|
238
|
+
readonly Invalid: "Invalid";
|
|
239
|
+
readonly IRPending: "IRPending";
|
|
240
|
+
readonly Protected: "Protected";
|
|
241
|
+
readonly ProtectionError: "ProtectionError";
|
|
242
|
+
readonly ProtectionStopped: "ProtectionStopped";
|
|
243
|
+
readonly ProtectionPaused: "ProtectionPaused";
|
|
244
|
+
readonly BackupsSuspended: "BackupsSuspended";
|
|
245
|
+
};
|
|
246
|
+
/**
|
|
247
|
+
* Backup state of this backup item.
|
|
248
|
+
*/
|
|
249
|
+
export type ProtectionState = (typeof ProtectionState)[keyof typeof ProtectionState];
|
|
250
|
+
export declare const ProtectionStatus: {
|
|
251
|
+
readonly Invalid: "Invalid";
|
|
252
|
+
readonly NotProtected: "NotProtected";
|
|
253
|
+
readonly Protecting: "Protecting";
|
|
254
|
+
readonly Protected: "Protected";
|
|
255
|
+
readonly ProtectionFailed: "ProtectionFailed";
|
|
256
|
+
};
|
|
257
|
+
/**
|
|
258
|
+
* Backup state of this backup item.
|
|
259
|
+
*/
|
|
260
|
+
export type ProtectionStatus = (typeof ProtectionStatus)[keyof typeof ProtectionStatus];
|
|
261
|
+
export declare const ProvisioningState: {
|
|
262
|
+
readonly Succeeded: "Succeeded";
|
|
263
|
+
readonly Deleting: "Deleting";
|
|
264
|
+
readonly Failed: "Failed";
|
|
265
|
+
readonly Pending: "Pending";
|
|
266
|
+
};
|
|
267
|
+
/**
|
|
268
|
+
* Gets or sets provisioning state of the private endpoint connection
|
|
269
|
+
*/
|
|
270
|
+
export type ProvisioningState = (typeof ProvisioningState)[keyof typeof ProvisioningState];
|
|
41
271
|
export declare const PublicNetworkAccess: {
|
|
42
272
|
readonly Enabled: "Enabled";
|
|
43
273
|
readonly Disabled: "Disabled";
|
|
@@ -46,6 +276,18 @@ export declare const PublicNetworkAccess: {
|
|
|
46
276
|
* property to enable or disable resource provider inbound network traffic from public clients
|
|
47
277
|
*/
|
|
48
278
|
export type PublicNetworkAccess = (typeof PublicNetworkAccess)[keyof typeof PublicNetworkAccess];
|
|
279
|
+
export declare const ResourceHealthStatus: {
|
|
280
|
+
readonly Healthy: "Healthy";
|
|
281
|
+
readonly TransientDegraded: "TransientDegraded";
|
|
282
|
+
readonly PersistentDegraded: "PersistentDegraded";
|
|
283
|
+
readonly TransientUnhealthy: "TransientUnhealthy";
|
|
284
|
+
readonly PersistentUnhealthy: "PersistentUnhealthy";
|
|
285
|
+
readonly Invalid: "Invalid";
|
|
286
|
+
};
|
|
287
|
+
/**
|
|
288
|
+
* Resource Health Status
|
|
289
|
+
*/
|
|
290
|
+
export type ResourceHealthStatus = (typeof ResourceHealthStatus)[keyof typeof ResourceHealthStatus];
|
|
49
291
|
export declare const ResourceIdentityType: {
|
|
50
292
|
readonly SystemAssigned: "SystemAssigned";
|
|
51
293
|
readonly None: "None";
|
|
@@ -56,6 +298,37 @@ export declare const ResourceIdentityType: {
|
|
|
56
298
|
* The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identities.
|
|
57
299
|
*/
|
|
58
300
|
export type ResourceIdentityType = (typeof ResourceIdentityType)[keyof typeof ResourceIdentityType];
|
|
301
|
+
export declare const RetentionDurationType: {
|
|
302
|
+
readonly Invalid: "Invalid";
|
|
303
|
+
readonly Days: "Days";
|
|
304
|
+
readonly Weeks: "Weeks";
|
|
305
|
+
readonly Months: "Months";
|
|
306
|
+
readonly Years: "Years";
|
|
307
|
+
};
|
|
308
|
+
/**
|
|
309
|
+
* Retention duration type: days/weeks/months/years
|
|
310
|
+
* Used only if TieringMode is set to TierAfter
|
|
311
|
+
*/
|
|
312
|
+
export type RetentionDurationType = (typeof RetentionDurationType)[keyof typeof RetentionDurationType];
|
|
313
|
+
export declare const RetentionScheduleFormat: {
|
|
314
|
+
readonly Invalid: "Invalid";
|
|
315
|
+
readonly Daily: "Daily";
|
|
316
|
+
readonly Weekly: "Weekly";
|
|
317
|
+
};
|
|
318
|
+
/**
|
|
319
|
+
* Retention schedule format for yearly retention policy.
|
|
320
|
+
*/
|
|
321
|
+
export type RetentionScheduleFormat = (typeof RetentionScheduleFormat)[keyof typeof RetentionScheduleFormat];
|
|
322
|
+
export declare const ScheduleRunType: {
|
|
323
|
+
readonly Invalid: "Invalid";
|
|
324
|
+
readonly Daily: "Daily";
|
|
325
|
+
readonly Weekly: "Weekly";
|
|
326
|
+
readonly Hourly: "Hourly";
|
|
327
|
+
};
|
|
328
|
+
/**
|
|
329
|
+
* Frequency of the schedule operation of this policy.
|
|
330
|
+
*/
|
|
331
|
+
export type ScheduleRunType = (typeof ScheduleRunType)[keyof typeof ScheduleRunType];
|
|
59
332
|
export declare const SkuName: {
|
|
60
333
|
readonly Standard: "Standard";
|
|
61
334
|
readonly RS0: "RS0";
|
|
@@ -81,3 +354,70 @@ export declare const StandardTierStorageRedundancy: {
|
|
|
81
354
|
* The storage redundancy setting of a vault
|
|
82
355
|
*/
|
|
83
356
|
export type StandardTierStorageRedundancy = (typeof StandardTierStorageRedundancy)[keyof typeof StandardTierStorageRedundancy];
|
|
357
|
+
export declare const TieringMode: {
|
|
358
|
+
readonly Invalid: "Invalid";
|
|
359
|
+
readonly TierRecommended: "TierRecommended";
|
|
360
|
+
readonly TierAfter: "TierAfter";
|
|
361
|
+
readonly DoNotTier: "DoNotTier";
|
|
362
|
+
};
|
|
363
|
+
/**
|
|
364
|
+
* Tiering Mode to control automatic tiering of recovery points. Supported values are:
|
|
365
|
+
* 1. TierRecommended: Tier all recovery points recommended to be tiered
|
|
366
|
+
* 2. TierAfter: Tier all recovery points after a fixed period, as specified in duration + durationType below.
|
|
367
|
+
* 3. DoNotTier: Do not tier any recovery points
|
|
368
|
+
*/
|
|
369
|
+
export type TieringMode = (typeof TieringMode)[keyof typeof TieringMode];
|
|
370
|
+
export declare const VaultSubResourceType: {
|
|
371
|
+
readonly AzureBackup: "AzureBackup";
|
|
372
|
+
readonly AzureBackup_secondary: "AzureBackup_secondary";
|
|
373
|
+
readonly AzureSiteRecovery: "AzureSiteRecovery";
|
|
374
|
+
};
|
|
375
|
+
/**
|
|
376
|
+
* GroupId for the PrivateEndpointConnection - AzureBackup, AzureBackup_secondary or AzureSiteRecovery
|
|
377
|
+
*/
|
|
378
|
+
export type VaultSubResourceType = (typeof VaultSubResourceType)[keyof typeof VaultSubResourceType];
|
|
379
|
+
export declare const WeekOfMonth: {
|
|
380
|
+
readonly First: "First";
|
|
381
|
+
readonly Second: "Second";
|
|
382
|
+
readonly Third: "Third";
|
|
383
|
+
readonly Fourth: "Fourth";
|
|
384
|
+
readonly Last: "Last";
|
|
385
|
+
readonly Invalid: "Invalid";
|
|
386
|
+
};
|
|
387
|
+
export type WeekOfMonth = (typeof WeekOfMonth)[keyof typeof WeekOfMonth];
|
|
388
|
+
export declare const WorkloadItemType: {
|
|
389
|
+
readonly Invalid: "Invalid";
|
|
390
|
+
readonly SQLInstance: "SQLInstance";
|
|
391
|
+
readonly SQLDataBase: "SQLDataBase";
|
|
392
|
+
readonly SAPHanaSystem: "SAPHanaSystem";
|
|
393
|
+
readonly SAPHanaDatabase: "SAPHanaDatabase";
|
|
394
|
+
readonly SAPAseSystem: "SAPAseSystem";
|
|
395
|
+
readonly SAPAseDatabase: "SAPAseDatabase";
|
|
396
|
+
readonly SAPHanaDBInstance: "SAPHanaDBInstance";
|
|
397
|
+
};
|
|
398
|
+
/**
|
|
399
|
+
* Workload item type of the item for which intent is to be set
|
|
400
|
+
*/
|
|
401
|
+
export type WorkloadItemType = (typeof WorkloadItemType)[keyof typeof WorkloadItemType];
|
|
402
|
+
export declare const WorkloadType: {
|
|
403
|
+
readonly Invalid: "Invalid";
|
|
404
|
+
readonly VM: "VM";
|
|
405
|
+
readonly FileFolder: "FileFolder";
|
|
406
|
+
readonly AzureSqlDb: "AzureSqlDb";
|
|
407
|
+
readonly SQLDB: "SQLDB";
|
|
408
|
+
readonly Exchange: "Exchange";
|
|
409
|
+
readonly Sharepoint: "Sharepoint";
|
|
410
|
+
readonly VMwareVM: "VMwareVM";
|
|
411
|
+
readonly SystemState: "SystemState";
|
|
412
|
+
readonly Client: "Client";
|
|
413
|
+
readonly GenericDataSource: "GenericDataSource";
|
|
414
|
+
readonly SQLDataBase: "SQLDataBase";
|
|
415
|
+
readonly AzureFileShare: "AzureFileShare";
|
|
416
|
+
readonly SAPHanaDatabase: "SAPHanaDatabase";
|
|
417
|
+
readonly SAPAseDatabase: "SAPAseDatabase";
|
|
418
|
+
readonly SAPHanaDBInstance: "SAPHanaDBInstance";
|
|
419
|
+
};
|
|
420
|
+
/**
|
|
421
|
+
* Type of workload for the backup management
|
|
422
|
+
*/
|
|
423
|
+
export type WorkloadType = (typeof WorkloadType)[keyof typeof WorkloadType];
|