@pulumi/azure-native 1.53.0 → 1.54.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/appconfiguration/configurationStore.js +2 -2
- package/appconfiguration/index.d.ts +2 -1
- package/appconfiguration/index.js +4 -2
- package/appconfiguration/keyValue.js +2 -2
- package/appconfiguration/privateEndpointConnection.js +2 -2
- package/appconfiguration/v20190201preview/configurationStore.js +2 -2
- package/appconfiguration/v20191001/configurationStore.js +2 -2
- package/appconfiguration/v20191101preview/configurationStore.js +2 -2
- package/appconfiguration/v20191101preview/privateEndpointConnection.js +2 -2
- package/appconfiguration/v20200601/configurationStore.js +2 -2
- package/appconfiguration/v20200601/privateEndpointConnection.js +2 -2
- package/appconfiguration/v20200701preview/configurationStore.js +2 -2
- package/appconfiguration/v20200701preview/keyValue.js +2 -2
- package/appconfiguration/v20200701preview/privateEndpointConnection.js +2 -2
- package/appconfiguration/v20210301preview/configurationStore.js +2 -2
- package/appconfiguration/v20210301preview/keyValue.js +2 -2
- package/appconfiguration/v20210301preview/privateEndpointConnection.js +2 -2
- package/appconfiguration/v20211001preview/configurationStore.d.ts +150 -0
- package/appconfiguration/v20211001preview/configurationStore.js +100 -0
- package/appconfiguration/v20211001preview/getConfigurationStore.d.ts +102 -0
- package/appconfiguration/v20211001preview/getConfigurationStore.js +28 -0
- package/appconfiguration/v20211001preview/getKeyValue.d.ts +89 -0
- package/appconfiguration/v20211001preview/getKeyValue.js +29 -0
- package/appconfiguration/v20211001preview/getPrivateEndpointConnection.d.ts +64 -0
- package/appconfiguration/v20211001preview/getPrivateEndpointConnection.js +29 -0
- package/appconfiguration/v20211001preview/index.d.ts +8 -0
- package/appconfiguration/v20211001preview/index.js +47 -0
- package/appconfiguration/v20211001preview/keyValue.d.ts +106 -0
- package/appconfiguration/v20211001preview/keyValue.js +87 -0
- package/appconfiguration/v20211001preview/listConfigurationStoreKeys.d.ts +48 -0
- package/appconfiguration/v20211001preview/listConfigurationStoreKeys.js +29 -0
- package/appconfiguration/v20211001preview/privateEndpointConnection.d.ts +74 -0
- package/appconfiguration/v20211001preview/privateEndpointConnection.js +80 -0
- package/authorization/accessReviewHistoryDefinitionById.d.ts +147 -0
- package/authorization/accessReviewHistoryDefinitionById.js +96 -0
- package/authorization/accessReviewScheduleDefinitionById.js +2 -2
- package/authorization/getAccessReviewHistoryDefinitionById.d.ts +101 -0
- package/authorization/getAccessReviewHistoryDefinitionById.js +28 -0
- package/authorization/index.d.ts +4 -1
- package/authorization/index.js +9 -2
- package/authorization/v20180501preview/accessReviewScheduleDefinitionById.js +2 -2
- package/authorization/v20210301preview/accessReviewScheduleDefinitionById.js +2 -2
- package/authorization/v20210701preview/accessReviewScheduleDefinitionById.js +2 -2
- package/authorization/v20211116preview/accessReviewHistoryDefinitionById.d.ts +146 -0
- package/authorization/v20211116preview/accessReviewHistoryDefinitionById.js +95 -0
- package/authorization/v20211116preview/accessReviewScheduleDefinitionById.d.ts +254 -0
- package/authorization/v20211116preview/accessReviewScheduleDefinitionById.js +123 -0
- package/authorization/v20211116preview/getAccessReviewHistoryDefinitionById.d.ts +100 -0
- package/authorization/v20211116preview/getAccessReviewHistoryDefinitionById.js +27 -0
- package/authorization/v20211116preview/getAccessReviewScheduleDefinitionById.d.ts +156 -0
- package/authorization/v20211116preview/getAccessReviewScheduleDefinitionById.js +27 -0
- package/authorization/v20211116preview/index.d.ts +5 -0
- package/authorization/v20211116preview/index.js +41 -0
- package/azurestackhci/arcSetting.js +2 -2
- package/azurestackhci/cluster.js +2 -2
- package/azurestackhci/extension.js +2 -2
- package/azurestackhci/index.d.ts +2 -1
- package/azurestackhci/index.js +4 -2
- package/azurestackhci/v20200301preview/cluster.js +2 -2
- package/azurestackhci/v20201001/cluster.js +2 -2
- package/azurestackhci/v20210101preview/arcSetting.js +2 -2
- package/azurestackhci/v20210101preview/cluster.js +2 -2
- package/azurestackhci/v20210101preview/extension.js +2 -2
- package/azurestackhci/v20210901/arcSetting.js +2 -2
- package/azurestackhci/v20210901/cluster.js +2 -2
- package/azurestackhci/v20210901/extension.js +2 -2
- package/azurestackhci/v20220101/arcSetting.d.ts +122 -0
- package/azurestackhci/v20220101/arcSetting.js +91 -0
- package/azurestackhci/v20220101/cluster.d.ts +186 -0
- package/azurestackhci/v20220101/cluster.js +115 -0
- package/azurestackhci/v20220101/extension.d.ts +170 -0
- package/azurestackhci/v20220101/extension.js +105 -0
- package/azurestackhci/v20220101/getArcSetting.d.ts +92 -0
- package/azurestackhci/v20220101/getArcSetting.js +29 -0
- package/azurestackhci/v20220101/getCluster.d.ts +130 -0
- package/azurestackhci/v20220101/getCluster.js +28 -0
- package/azurestackhci/v20220101/getExtension.d.ts +120 -0
- package/azurestackhci/v20220101/getExtension.js +30 -0
- package/azurestackhci/v20220101/index.d.ts +7 -0
- package/azurestackhci/v20220101/index.js +46 -0
- package/botservice/listChannelWithKeys.d.ts +12 -0
- package/botservice/listChannelWithKeys.js +1 -1
- package/botservice/v20210301/listChannelWithKeys.d.ts +12 -0
- package/botservice/v20210301/listChannelWithKeys.js +1 -1
- package/botservice/v20210501preview/listChannelWithKeys.d.ts +12 -0
- package/botservice/v20210501preview/listChannelWithKeys.js +1 -1
- package/cache/database.js +2 -2
- package/cache/index.d.ts +2 -1
- package/cache/index.js +4 -2
- package/cache/privateEndpointConnection.js +2 -2
- package/cache/redisEnterprise.js +2 -2
- package/cache/v20201001preview/database.js +2 -2
- package/cache/v20201001preview/privateEndpointConnection.js +2 -2
- package/cache/v20201001preview/redisEnterprise.js +2 -2
- package/cache/v20210201preview/database.js +2 -2
- package/cache/v20210201preview/privateEndpointConnection.js +2 -2
- package/cache/v20210201preview/redisEnterprise.js +2 -2
- package/cache/v20210301/database.js +2 -2
- package/cache/v20210301/privateEndpointConnection.js +2 -2
- package/cache/v20210301/redisEnterprise.js +2 -2
- package/cache/v20210801/database.js +2 -2
- package/cache/v20210801/privateEndpointConnection.js +2 -2
- package/cache/v20210801/redisEnterprise.js +2 -2
- package/cache/v20220101/database.d.ts +118 -0
- package/cache/v20220101/database.js +89 -0
- package/cache/v20220101/getDatabase.d.ts +88 -0
- package/cache/v20220101/getDatabase.js +29 -0
- package/cache/v20220101/getPrivateEndpointConnection.d.ts +64 -0
- package/cache/v20220101/getPrivateEndpointConnection.js +29 -0
- package/cache/v20220101/getRedisEnterprise.d.ts +86 -0
- package/cache/v20220101/getRedisEnterprise.js +28 -0
- package/cache/v20220101/index.d.ts +8 -0
- package/cache/v20220101/index.js +47 -0
- package/cache/v20220101/listDatabaseKeys.d.ts +47 -0
- package/cache/v20220101/listDatabaseKeys.js +29 -0
- package/cache/v20220101/privateEndpointConnection.d.ts +70 -0
- package/cache/v20220101/privateEndpointConnection.js +80 -0
- package/cache/v20220101/redisEnterprise.d.ts +114 -0
- package/cache/v20220101/redisEnterprise.js +90 -0
- package/cdn/afdorigin.d.ts +2 -2
- package/cdn/getAFDOrigin.d.ts +1 -1
- package/cdn/getRoute.d.ts +1 -1
- package/cdn/route.d.ts +2 -2
- package/cdn/v20200901/afdorigin.d.ts +2 -2
- package/cdn/v20200901/getAFDOrigin.d.ts +1 -1
- package/cdn/v20200901/getRoute.d.ts +1 -1
- package/cdn/v20200901/route.d.ts +2 -2
- package/cdn/v20210601/afdendpoint.d.ts +0 -8
- package/cdn/v20210601/afdendpoint.js +1 -3
- package/cdn/v20210601/getAFDEndpoint.d.ts +0 -4
- package/cdn/v20210601/getAFDEndpoint.js +1 -1
- package/compute/availabilitySet.js +2 -2
- package/compute/capacityReservation.js +2 -2
- package/compute/capacityReservationGroup.js +2 -2
- package/compute/dedicatedHost.js +2 -2
- package/compute/dedicatedHostGroup.js +2 -2
- package/compute/image.js +2 -2
- package/compute/index.d.ts +2 -1
- package/compute/index.js +4 -2
- package/compute/proximityPlacementGroup.js +2 -2
- package/compute/restorePoint.js +2 -2
- package/compute/restorePointCollection.js +2 -2
- package/compute/sshPublicKey.js +2 -2
- package/compute/v20150615/availabilitySet.js +2 -2
- package/compute/v20150615/virtualMachine.js +2 -2
- package/compute/v20150615/virtualMachineExtension.js +2 -2
- package/compute/v20150615/virtualMachineScaleSet.js +2 -2
- package/compute/v20160330/availabilitySet.js +2 -2
- package/compute/v20160330/virtualMachine.js +2 -2
- package/compute/v20160330/virtualMachineExtension.js +2 -2
- package/compute/v20160330/virtualMachineScaleSet.js +2 -2
- package/compute/v20160430preview/availabilitySet.js +2 -2
- package/compute/v20160430preview/image.js +2 -2
- package/compute/v20160430preview/virtualMachine.js +2 -2
- package/compute/v20160430preview/virtualMachineExtension.js +2 -2
- package/compute/v20160430preview/virtualMachineScaleSet.js +2 -2
- package/compute/v20170330/availabilitySet.js +2 -2
- package/compute/v20170330/image.js +2 -2
- package/compute/v20170330/virtualMachine.js +2 -2
- package/compute/v20170330/virtualMachineExtension.js +2 -2
- package/compute/v20170330/virtualMachineScaleSet.js +2 -2
- package/compute/v20170330/virtualMachineScaleSetExtension.js +2 -2
- package/compute/v20171201/availabilitySet.js +2 -2
- package/compute/v20171201/image.js +2 -2
- package/compute/v20171201/virtualMachine.js +2 -2
- package/compute/v20171201/virtualMachineExtension.js +2 -2
- package/compute/v20171201/virtualMachineScaleSet.js +2 -2
- package/compute/v20171201/virtualMachineScaleSetExtension.js +2 -2
- package/compute/v20171201/virtualMachineScaleSetVM.js +2 -2
- package/compute/v20180401/availabilitySet.js +2 -2
- package/compute/v20180401/image.js +2 -2
- package/compute/v20180401/proximityPlacementGroup.js +2 -2
- package/compute/v20180401/virtualMachine.js +2 -2
- package/compute/v20180401/virtualMachineExtension.js +2 -2
- package/compute/v20180401/virtualMachineScaleSet.js +2 -2
- package/compute/v20180401/virtualMachineScaleSetExtension.js +2 -2
- package/compute/v20180401/virtualMachineScaleSetVM.js +2 -2
- package/compute/v20180601/availabilitySet.js +2 -2
- package/compute/v20180601/image.js +2 -2
- package/compute/v20180601/proximityPlacementGroup.js +2 -2
- package/compute/v20180601/virtualMachine.js +2 -2
- package/compute/v20180601/virtualMachineExtension.js +2 -2
- package/compute/v20180601/virtualMachineScaleSet.js +2 -2
- package/compute/v20180601/virtualMachineScaleSetExtension.js +2 -2
- package/compute/v20180601/virtualMachineScaleSetVM.js +2 -2
- package/compute/v20181001/availabilitySet.js +2 -2
- package/compute/v20181001/image.js +2 -2
- package/compute/v20181001/proximityPlacementGroup.js +2 -2
- package/compute/v20181001/virtualMachine.js +2 -2
- package/compute/v20181001/virtualMachineExtension.js +2 -2
- package/compute/v20181001/virtualMachineScaleSet.js +2 -2
- package/compute/v20181001/virtualMachineScaleSetExtension.js +2 -2
- package/compute/v20181001/virtualMachineScaleSetVM.js +2 -2
- package/compute/v20190301/availabilitySet.js +2 -2
- package/compute/v20190301/dedicatedHost.js +2 -2
- package/compute/v20190301/dedicatedHostGroup.js +2 -2
- package/compute/v20190301/image.js +2 -2
- package/compute/v20190301/proximityPlacementGroup.js +2 -2
- package/compute/v20190301/virtualMachine.js +2 -2
- package/compute/v20190301/virtualMachineExtension.js +2 -2
- package/compute/v20190301/virtualMachineScaleSet.js +2 -2
- package/compute/v20190301/virtualMachineScaleSetExtension.js +2 -2
- package/compute/v20190301/virtualMachineScaleSetVM.js +2 -2
- package/compute/v20190701/availabilitySet.js +2 -2
- package/compute/v20190701/dedicatedHost.js +2 -2
- package/compute/v20190701/dedicatedHostGroup.js +2 -2
- package/compute/v20190701/image.js +2 -2
- package/compute/v20190701/proximityPlacementGroup.js +2 -2
- package/compute/v20190701/virtualMachine.js +2 -2
- package/compute/v20190701/virtualMachineExtension.js +2 -2
- package/compute/v20190701/virtualMachineScaleSet.js +2 -2
- package/compute/v20190701/virtualMachineScaleSetExtension.js +2 -2
- package/compute/v20190701/virtualMachineScaleSetVM.js +2 -2
- package/compute/v20190701/virtualMachineScaleSetVMExtension.js +2 -2
- package/compute/v20191201/availabilitySet.js +2 -2
- package/compute/v20191201/dedicatedHost.js +2 -2
- package/compute/v20191201/dedicatedHostGroup.js +2 -2
- package/compute/v20191201/image.js +2 -2
- package/compute/v20191201/proximityPlacementGroup.js +2 -2
- package/compute/v20191201/sshPublicKey.js +2 -2
- package/compute/v20191201/virtualMachine.js +2 -2
- package/compute/v20191201/virtualMachineExtension.js +2 -2
- package/compute/v20191201/virtualMachineScaleSet.js +2 -2
- package/compute/v20191201/virtualMachineScaleSetExtension.js +2 -2
- package/compute/v20191201/virtualMachineScaleSetVM.js +2 -2
- package/compute/v20191201/virtualMachineScaleSetVMExtension.js +2 -2
- package/compute/v20200601/availabilitySet.js +2 -2
- package/compute/v20200601/dedicatedHost.js +2 -2
- package/compute/v20200601/dedicatedHostGroup.js +2 -2
- package/compute/v20200601/image.js +2 -2
- package/compute/v20200601/proximityPlacementGroup.js +2 -2
- package/compute/v20200601/sshPublicKey.js +2 -2
- package/compute/v20200601/virtualMachine.js +2 -2
- package/compute/v20200601/virtualMachineExtension.js +2 -2
- package/compute/v20200601/virtualMachineRunCommandByVirtualMachine.js +2 -2
- package/compute/v20200601/virtualMachineScaleSet.js +2 -2
- package/compute/v20200601/virtualMachineScaleSetExtension.js +2 -2
- package/compute/v20200601/virtualMachineScaleSetVM.js +2 -2
- package/compute/v20200601/virtualMachineScaleSetVMExtension.js +2 -2
- package/compute/v20200601/virtualMachineScaleSetVMRunCommand.js +2 -2
- package/compute/v20201201/availabilitySet.js +2 -2
- package/compute/v20201201/dedicatedHost.js +2 -2
- package/compute/v20201201/dedicatedHostGroup.js +2 -2
- package/compute/v20201201/image.js +2 -2
- package/compute/v20201201/proximityPlacementGroup.js +2 -2
- package/compute/v20201201/sshPublicKey.js +2 -2
- package/compute/v20201201/virtualMachine.js +2 -2
- package/compute/v20201201/virtualMachineExtension.js +2 -2
- package/compute/v20201201/virtualMachineRunCommandByVirtualMachine.js +2 -2
- package/compute/v20201201/virtualMachineScaleSet.js +2 -2
- package/compute/v20201201/virtualMachineScaleSetExtension.js +2 -2
- package/compute/v20201201/virtualMachineScaleSetVM.js +2 -2
- package/compute/v20201201/virtualMachineScaleSetVMExtension.js +2 -2
- package/compute/v20201201/virtualMachineScaleSetVMRunCommand.js +2 -2
- package/compute/v20210301/availabilitySet.js +2 -2
- package/compute/v20210301/dedicatedHost.js +2 -2
- package/compute/v20210301/dedicatedHostGroup.js +2 -2
- package/compute/v20210301/image.js +2 -2
- package/compute/v20210301/proximityPlacementGroup.js +2 -2
- package/compute/v20210301/restorePoint.js +2 -2
- package/compute/v20210301/restorePointCollection.js +2 -2
- package/compute/v20210301/sshPublicKey.js +2 -2
- package/compute/v20210301/virtualMachine.js +2 -2
- package/compute/v20210301/virtualMachineExtension.js +2 -2
- package/compute/v20210301/virtualMachineRunCommandByVirtualMachine.js +2 -2
- package/compute/v20210301/virtualMachineScaleSet.js +2 -2
- package/compute/v20210301/virtualMachineScaleSetExtension.js +2 -2
- package/compute/v20210301/virtualMachineScaleSetVM.js +2 -2
- package/compute/v20210301/virtualMachineScaleSetVMExtension.js +2 -2
- package/compute/v20210301/virtualMachineScaleSetVMRunCommand.js +2 -2
- package/compute/v20210401/availabilitySet.js +2 -2
- package/compute/v20210401/capacityReservation.js +2 -2
- package/compute/v20210401/capacityReservationGroup.js +2 -2
- package/compute/v20210401/dedicatedHost.js +2 -2
- package/compute/v20210401/dedicatedHostGroup.js +2 -2
- package/compute/v20210401/image.js +2 -2
- package/compute/v20210401/proximityPlacementGroup.js +2 -2
- package/compute/v20210401/restorePoint.js +2 -2
- package/compute/v20210401/restorePointCollection.js +2 -2
- package/compute/v20210401/sshPublicKey.js +2 -2
- package/compute/v20210401/virtualMachine.js +2 -2
- package/compute/v20210401/virtualMachineExtension.js +2 -2
- package/compute/v20210401/virtualMachineRunCommandByVirtualMachine.js +2 -2
- package/compute/v20210401/virtualMachineScaleSet.js +2 -2
- package/compute/v20210401/virtualMachineScaleSetExtension.js +2 -2
- package/compute/v20210401/virtualMachineScaleSetVM.js +2 -2
- package/compute/v20210401/virtualMachineScaleSetVMExtension.js +2 -2
- package/compute/v20210401/virtualMachineScaleSetVMRunCommand.js +2 -2
- package/compute/v20210701/availabilitySet.js +2 -2
- package/compute/v20210701/capacityReservation.js +2 -2
- package/compute/v20210701/capacityReservationGroup.js +2 -2
- package/compute/v20210701/dedicatedHost.js +2 -2
- package/compute/v20210701/dedicatedHostGroup.js +2 -2
- package/compute/v20210701/image.js +2 -2
- package/compute/v20210701/proximityPlacementGroup.js +2 -2
- package/compute/v20210701/restorePoint.js +2 -2
- package/compute/v20210701/restorePointCollection.js +2 -2
- package/compute/v20210701/sshPublicKey.js +2 -2
- package/compute/v20210701/virtualMachine.js +2 -2
- package/compute/v20210701/virtualMachineExtension.js +2 -2
- package/compute/v20210701/virtualMachineRunCommandByVirtualMachine.js +2 -2
- package/compute/v20210701/virtualMachineScaleSet.js +2 -2
- package/compute/v20210701/virtualMachineScaleSetExtension.js +2 -2
- package/compute/v20210701/virtualMachineScaleSetVM.js +2 -2
- package/compute/v20210701/virtualMachineScaleSetVMExtension.js +2 -2
- package/compute/v20210701/virtualMachineScaleSetVMRunCommand.js +2 -2
- package/compute/v20211101/availabilitySet.d.ts +114 -0
- package/compute/v20211101/availabilitySet.js +83 -0
- package/compute/v20211101/capacityReservation.d.ts +114 -0
- package/compute/v20211101/capacityReservation.js +94 -0
- package/compute/v20211101/capacityReservationGroup.d.ts +90 -0
- package/compute/v20211101/capacityReservationGroup.js +79 -0
- package/compute/v20211101/dedicatedHost.d.ts +130 -0
- package/compute/v20211101/dedicatedHost.js +98 -0
- package/compute/v20211101/dedicatedHostGroup.d.ts +102 -0
- package/compute/v20211101/dedicatedHostGroup.js +84 -0
- package/compute/v20211101/getAvailabilitySet.d.ts +78 -0
- package/compute/v20211101/getAvailabilitySet.js +28 -0
- package/compute/v20211101/getCapacityReservation.d.ts +102 -0
- package/compute/v20211101/getCapacityReservation.js +30 -0
- package/compute/v20211101/getCapacityReservationGroup.d.ts +78 -0
- package/compute/v20211101/getCapacityReservationGroup.js +29 -0
- package/compute/v20211101/getDedicatedHost.d.ts +110 -0
- package/compute/v20211101/getDedicatedHost.js +30 -0
- package/compute/v20211101/getDedicatedHostGroup.d.ts +82 -0
- package/compute/v20211101/getDedicatedHostGroup.js +29 -0
- package/compute/v20211101/getImage.d.ts +82 -0
- package/compute/v20211101/getImage.js +29 -0
- package/compute/v20211101/getLogAnalyticExportRequestRateByInterval.d.ts +100 -0
- package/compute/v20211101/getLogAnalyticExportRequestRateByInterval.js +36 -0
- package/compute/v20211101/getLogAnalyticExportThrottledRequests.d.ts +92 -0
- package/compute/v20211101/getLogAnalyticExportThrottledRequests.js +35 -0
- package/compute/v20211101/getProximityPlacementGroup.d.ts +82 -0
- package/compute/v20211101/getProximityPlacementGroup.js +29 -0
- package/compute/v20211101/getRestorePoint.d.ts +88 -0
- package/compute/v20211101/getRestorePoint.js +30 -0
- package/compute/v20211101/getRestorePointCollection.d.ts +78 -0
- package/compute/v20211101/getRestorePointCollection.js +29 -0
- package/compute/v20211101/getSshPublicKey.d.ts +57 -0
- package/compute/v20211101/getSshPublicKey.js +28 -0
- package/compute/v20211101/getVirtualMachine.d.ts +186 -0
- package/compute/v20211101/getVirtualMachine.js +29 -0
- package/compute/v20211101/getVirtualMachineExtension.d.ts +114 -0
- package/compute/v20211101/getVirtualMachineExtension.js +30 -0
- package/compute/v20211101/getVirtualMachineRunCommandByVirtualMachine.d.ts +114 -0
- package/compute/v20211101/getVirtualMachineRunCommandByVirtualMachine.js +30 -0
- package/compute/v20211101/getVirtualMachineScaleSet.d.ts +150 -0
- package/compute/v20211101/getVirtualMachineScaleSet.js +29 -0
- package/compute/v20211101/getVirtualMachineScaleSetExtension.d.ts +103 -0
- package/compute/v20211101/getVirtualMachineScaleSetExtension.js +30 -0
- package/compute/v20211101/getVirtualMachineScaleSetVM.d.ts +158 -0
- package/compute/v20211101/getVirtualMachineScaleSetVM.js +30 -0
- package/compute/v20211101/getVirtualMachineScaleSetVMExtension.d.ts +112 -0
- package/compute/v20211101/getVirtualMachineScaleSetVMExtension.js +31 -0
- package/compute/v20211101/getVirtualMachineScaleSetVMRunCommand.d.ts +122 -0
- package/compute/v20211101/getVirtualMachineScaleSetVMRunCommand.js +31 -0
- package/compute/v20211101/image.d.ts +106 -0
- package/compute/v20211101/image.js +81 -0
- package/compute/v20211101/index.d.ts +39 -0
- package/compute/v20211101/index.js +123 -0
- package/compute/v20211101/proximityPlacementGroup.d.ts +98 -0
- package/compute/v20211101/proximityPlacementGroup.js +81 -0
- package/compute/v20211101/restorePoint.d.ts +94 -0
- package/compute/v20211101/restorePoint.js +85 -0
- package/compute/v20211101/restorePointCollection.d.ts +90 -0
- package/compute/v20211101/restorePointCollection.js +79 -0
- package/compute/v20211101/sshPublicKey.d.ts +77 -0
- package/compute/v20211101/sshPublicKey.js +73 -0
- package/compute/v20211101/virtualMachine.d.ts +298 -0
- package/compute/v20211101/virtualMachine.js +133 -0
- package/compute/v20211101/virtualMachineExtension.d.ts +162 -0
- package/compute/v20211101/virtualMachineExtension.js +97 -0
- package/compute/v20211101/virtualMachineRunCommandByVirtualMachine.d.ts +154 -0
- package/compute/v20211101/virtualMachineRunCommandByVirtualMachine.js +98 -0
- package/compute/v20211101/virtualMachineScaleSet.d.ts +234 -0
- package/compute/v20211101/virtualMachineScaleSet.js +115 -0
- package/compute/v20211101/virtualMachineScaleSetExtension.d.ts +145 -0
- package/compute/v20211101/virtualMachineScaleSetExtension.js +93 -0
- package/compute/v20211101/virtualMachineScaleSetVM.d.ts +214 -0
- package/compute/v20211101/virtualMachineScaleSetVM.js +118 -0
- package/compute/v20211101/virtualMachineScaleSetVMExtension.d.ts +146 -0
- package/compute/v20211101/virtualMachineScaleSetVMExtension.js +97 -0
- package/compute/v20211101/virtualMachineScaleSetVMRunCommand.d.ts +158 -0
- package/compute/v20211101/virtualMachineScaleSetVMRunCommand.js +102 -0
- package/compute/virtualMachine.js +2 -2
- package/compute/virtualMachineExtension.js +2 -2
- package/compute/virtualMachineRunCommandByVirtualMachine.js +2 -2
- package/compute/virtualMachineScaleSet.js +2 -2
- package/compute/virtualMachineScaleSetExtension.js +2 -2
- package/compute/virtualMachineScaleSetVM.js +2 -2
- package/compute/virtualMachineScaleSetVMExtension.js +2 -2
- package/compute/virtualMachineScaleSetVMRunCommand.js +2 -2
- package/containerregistry/connectedRegistry.js +2 -2
- package/containerregistry/exportPipeline.js +2 -2
- package/containerregistry/importPipeline.js +2 -2
- package/containerregistry/index.d.ts +2 -1
- package/containerregistry/index.js +4 -2
- package/containerregistry/pipelineRun.js +2 -2
- package/containerregistry/privateEndpointConnection.js +2 -2
- package/containerregistry/registry.js +2 -2
- package/containerregistry/replication.js +2 -2
- package/containerregistry/scopeMap.js +2 -2
- package/containerregistry/token.js +2 -2
- package/containerregistry/v20160627preview/registry.js +2 -2
- package/containerregistry/v20170301/registry.js +2 -2
- package/containerregistry/v20170601preview/registry.js +2 -2
- package/containerregistry/v20170601preview/replication.js +2 -2
- package/containerregistry/v20170601preview/webhook.js +2 -2
- package/containerregistry/v20171001/registry.js +2 -2
- package/containerregistry/v20171001/replication.js +2 -2
- package/containerregistry/v20171001/webhook.js +2 -2
- package/containerregistry/v20190501/registry.js +2 -2
- package/containerregistry/v20190501/replication.js +2 -2
- package/containerregistry/v20190501/webhook.js +2 -2
- package/containerregistry/v20190501preview/scopeMap.js +2 -2
- package/containerregistry/v20190501preview/token.js +2 -2
- package/containerregistry/v20191201preview/exportPipeline.js +2 -2
- package/containerregistry/v20191201preview/importPipeline.js +2 -2
- package/containerregistry/v20191201preview/pipelineRun.js +2 -2
- package/containerregistry/v20191201preview/privateEndpointConnection.js +2 -2
- package/containerregistry/v20191201preview/registry.js +2 -2
- package/containerregistry/v20191201preview/replication.js +2 -2
- package/containerregistry/v20191201preview/webhook.js +2 -2
- package/containerregistry/v20201101preview/connectedRegistry.js +2 -2
- package/containerregistry/v20201101preview/exportPipeline.js +2 -2
- package/containerregistry/v20201101preview/importPipeline.js +2 -2
- package/containerregistry/v20201101preview/pipelineRun.js +2 -2
- package/containerregistry/v20201101preview/privateEndpointConnection.js +2 -2
- package/containerregistry/v20201101preview/registry.js +2 -2
- package/containerregistry/v20201101preview/replication.js +2 -2
- package/containerregistry/v20201101preview/scopeMap.js +2 -2
- package/containerregistry/v20201101preview/token.js +2 -2
- package/containerregistry/v20201101preview/webhook.js +2 -2
- package/containerregistry/v20210601preview/connectedRegistry.js +2 -2
- package/containerregistry/v20210601preview/exportPipeline.js +2 -2
- package/containerregistry/v20210601preview/importPipeline.js +2 -2
- package/containerregistry/v20210601preview/pipelineRun.js +2 -2
- package/containerregistry/v20210601preview/privateEndpointConnection.js +2 -2
- package/containerregistry/v20210601preview/registry.js +2 -2
- package/containerregistry/v20210601preview/replication.js +2 -2
- package/containerregistry/v20210601preview/scopeMap.js +2 -2
- package/containerregistry/v20210601preview/token.js +2 -2
- package/containerregistry/v20210601preview/webhook.js +2 -2
- package/containerregistry/v20210801preview/connectedRegistry.js +2 -2
- package/containerregistry/v20210801preview/exportPipeline.js +2 -2
- package/containerregistry/v20210801preview/importPipeline.js +2 -2
- package/containerregistry/v20210801preview/pipelineRun.js +2 -2
- package/containerregistry/v20210801preview/privateEndpointConnection.js +2 -2
- package/containerregistry/v20210801preview/registry.js +2 -2
- package/containerregistry/v20210801preview/replication.js +2 -2
- package/containerregistry/v20210801preview/scopeMap.js +2 -2
- package/containerregistry/v20210801preview/token.js +2 -2
- package/containerregistry/v20210801preview/webhook.js +2 -2
- package/containerregistry/v20210901/privateEndpointConnection.js +2 -2
- package/containerregistry/v20210901/registry.js +2 -2
- package/containerregistry/v20210901/replication.js +2 -2
- package/containerregistry/v20210901/webhook.js +2 -2
- package/containerregistry/v20211201preview/connectedRegistry.d.ts +126 -0
- package/containerregistry/v20211201preview/connectedRegistry.js +104 -0
- package/containerregistry/v20211201preview/exportPipeline.d.ts +94 -0
- package/containerregistry/v20211201preview/exportPipeline.js +86 -0
- package/containerregistry/v20211201preview/getConnectedRegistry.d.ts +104 -0
- package/containerregistry/v20211201preview/getConnectedRegistry.js +29 -0
- package/containerregistry/v20211201preview/getExportPipeline.d.ts +76 -0
- package/containerregistry/v20211201preview/getExportPipeline.js +29 -0
- package/containerregistry/v20211201preview/getImportPipeline.d.ts +80 -0
- package/containerregistry/v20211201preview/getImportPipeline.js +29 -0
- package/containerregistry/v20211201preview/getPipelineRun.d.ts +72 -0
- package/containerregistry/v20211201preview/getPipelineRun.js +29 -0
- package/containerregistry/v20211201preview/getPrivateEndpointConnection.d.ts +68 -0
- package/containerregistry/v20211201preview/getPrivateEndpointConnection.js +29 -0
- package/containerregistry/v20211201preview/getRegistry.d.ts +126 -0
- package/containerregistry/v20211201preview/getRegistry.js +28 -0
- package/containerregistry/v20211201preview/getReplication.d.ts +82 -0
- package/containerregistry/v20211201preview/getReplication.js +29 -0
- package/containerregistry/v20211201preview/getScopeMap.d.ts +74 -0
- package/containerregistry/v20211201preview/getScopeMap.js +29 -0
- package/containerregistry/v20211201preview/getToken.d.ts +76 -0
- package/containerregistry/v20211201preview/getToken.js +29 -0
- package/containerregistry/v20211201preview/getWebhook.d.ts +82 -0
- package/containerregistry/v20211201preview/getWebhook.js +29 -0
- package/containerregistry/v20211201preview/getWebhookCallbackConfig.d.ts +49 -0
- package/containerregistry/v20211201preview/getWebhookCallbackConfig.js +29 -0
- package/containerregistry/v20211201preview/importPipeline.d.ts +102 -0
- package/containerregistry/v20211201preview/importPipeline.js +89 -0
- package/containerregistry/v20211201preview/index.d.ts +24 -0
- package/containerregistry/v20211201preview/index.js +84 -0
- package/containerregistry/v20211201preview/listRegistryCredentials.d.ts +40 -0
- package/containerregistry/v20211201preview/listRegistryCredentials.js +28 -0
- package/containerregistry/v20211201preview/listWebhookEvents.d.ts +48 -0
- package/containerregistry/v20211201preview/listWebhookEvents.js +29 -0
- package/containerregistry/v20211201preview/pipelineRun.d.ts +82 -0
- package/containerregistry/v20211201preview/pipelineRun.js +82 -0
- package/containerregistry/v20211201preview/privateEndpointConnection.d.ts +78 -0
- package/containerregistry/v20211201preview/privateEndpointConnection.js +79 -0
- package/containerregistry/v20211201preview/registry.d.ts +186 -0
- package/containerregistry/v20211201preview/registry.js +112 -0
- package/containerregistry/v20211201preview/replication.d.ts +102 -0
- package/containerregistry/v20211201preview/replication.js +86 -0
- package/containerregistry/v20211201preview/scopeMap.d.ts +86 -0
- package/containerregistry/v20211201preview/scopeMap.js +84 -0
- package/containerregistry/v20211201preview/token.d.ts +90 -0
- package/containerregistry/v20211201preview/token.js +83 -0
- package/containerregistry/v20211201preview/webhook.d.ts +116 -0
- package/containerregistry/v20211201preview/webhook.js +93 -0
- package/containerregistry/webhook.js +2 -2
- package/fluidrelay/fluidRelayServer.js +2 -2
- package/fluidrelay/index.d.ts +3 -1
- package/fluidrelay/index.js +6 -2
- package/fluidrelay/v20210312preview/fluidRelayServer.js +2 -2
- package/fluidrelay/v20210615preview/fluidRelayServer.js +2 -2
- package/fluidrelay/v20210830preview/fluidRelayServer.d.ts +98 -0
- package/fluidrelay/v20210830preview/fluidRelayServer.js +81 -0
- package/fluidrelay/v20210830preview/getFluidRelayServer.d.ts +74 -0
- package/fluidrelay/v20210830preview/getFluidRelayServer.js +28 -0
- package/fluidrelay/v20210830preview/getFluidRelayServerKeys.d.ts +39 -0
- package/fluidrelay/v20210830preview/getFluidRelayServerKeys.js +28 -0
- package/fluidrelay/v20210830preview/index.d.ts +4 -0
- package/fluidrelay/v20210830preview/index.js +37 -0
- package/fluidrelay/v20210910preview/fluidRelayServer.d.ts +98 -0
- package/fluidrelay/v20210910preview/fluidRelayServer.js +81 -0
- package/fluidrelay/v20210910preview/getFluidRelayServer.d.ts +74 -0
- package/fluidrelay/v20210910preview/getFluidRelayServer.js +28 -0
- package/fluidrelay/v20210910preview/getFluidRelayServerKeys.d.ts +39 -0
- package/fluidrelay/v20210910preview/getFluidRelayServerKeys.js +28 -0
- package/fluidrelay/v20210910preview/index.d.ts +4 -0
- package/fluidrelay/v20210910preview/index.js +37 -0
- package/hardwaresecuritymodules/dedicatedHsm.js +2 -2
- package/hardwaresecuritymodules/index.d.ts +2 -1
- package/hardwaresecuritymodules/index.js +4 -2
- package/hardwaresecuritymodules/v20181031preview/dedicatedHsm.js +2 -2
- package/hardwaresecuritymodules/v20211130/dedicatedHsm.d.ts +122 -0
- package/hardwaresecuritymodules/v20211130/dedicatedHsm.js +89 -0
- package/hardwaresecuritymodules/v20211130/getDedicatedHsm.d.ts +86 -0
- package/hardwaresecuritymodules/v20211130/getDedicatedHsm.js +28 -0
- package/hardwaresecuritymodules/v20211130/index.d.ts +3 -0
- package/hardwaresecuritymodules/v20211130/index.js +36 -0
- package/keyvault/index.d.ts +3 -1
- package/keyvault/index.js +6 -2
- package/keyvault/key.js +2 -2
- package/keyvault/managedHsm.js +2 -2
- package/keyvault/mhsmprivateEndpointConnection.js +2 -2
- package/keyvault/privateEndpointConnection.js +2 -2
- package/keyvault/secret.js +2 -2
- package/keyvault/v20150601/vault.js +2 -2
- package/keyvault/v20161001/secret.js +2 -2
- package/keyvault/v20161001/vault.js +2 -2
- package/keyvault/v20180214/privateEndpointConnection.js +2 -2
- package/keyvault/v20180214/secret.js +2 -2
- package/keyvault/v20180214/vault.js +2 -2
- package/keyvault/v20180214preview/secret.js +2 -2
- package/keyvault/v20180214preview/vault.js +2 -2
- package/keyvault/v20190901/key.js +2 -2
- package/keyvault/v20190901/privateEndpointConnection.js +2 -2
- package/keyvault/v20190901/secret.js +2 -2
- package/keyvault/v20190901/vault.js +2 -2
- package/keyvault/v20200401preview/key.js +2 -2
- package/keyvault/v20200401preview/managedHsm.js +2 -2
- package/keyvault/v20200401preview/privateEndpointConnection.js +2 -2
- package/keyvault/v20200401preview/secret.js +2 -2
- package/keyvault/v20200401preview/vault.js +2 -2
- package/keyvault/v20210401preview/key.js +2 -2
- package/keyvault/v20210401preview/managedHsm.js +2 -2
- package/keyvault/v20210401preview/mhsmprivateEndpointConnection.js +2 -2
- package/keyvault/v20210401preview/privateEndpointConnection.js +2 -2
- package/keyvault/v20210401preview/secret.js +2 -2
- package/keyvault/v20210401preview/vault.js +2 -2
- package/keyvault/v20210601preview/key.js +2 -2
- package/keyvault/v20210601preview/managedHsm.js +2 -2
- package/keyvault/v20210601preview/mhsmprivateEndpointConnection.js +2 -2
- package/keyvault/v20210601preview/privateEndpointConnection.js +2 -2
- package/keyvault/v20210601preview/secret.js +2 -2
- package/keyvault/v20210601preview/vault.js +2 -2
- package/keyvault/v20211001/getKey.d.ts +87 -0
- package/keyvault/v20211001/getKey.js +29 -0
- package/keyvault/v20211001/getMHSMPrivateEndpointConnection.d.ts +86 -0
- package/keyvault/v20211001/getMHSMPrivateEndpointConnection.js +29 -0
- package/keyvault/v20211001/getManagedHsm.d.ts +66 -0
- package/keyvault/v20211001/getManagedHsm.js +28 -0
- package/keyvault/v20211001/getPrivateEndpointConnection.d.ts +78 -0
- package/keyvault/v20211001/getPrivateEndpointConnection.js +29 -0
- package/keyvault/v20211001/getSecret.d.ts +66 -0
- package/keyvault/v20211001/getSecret.js +29 -0
- package/keyvault/v20211001/getVault.d.ts +62 -0
- package/keyvault/v20211001/getVault.js +28 -0
- package/keyvault/v20211001/index.d.ts +13 -0
- package/keyvault/v20211001/index.js +61 -0
- package/keyvault/v20211001/key.d.ts +99 -0
- package/keyvault/v20211001/key.js +93 -0
- package/keyvault/v20211001/managedHsm.d.ts +90 -0
- package/keyvault/v20211001/managedHsm.js +77 -0
- package/keyvault/v20211001/mhsmprivateEndpointConnection.d.ts +106 -0
- package/keyvault/v20211001/mhsmprivateEndpointConnection.js +86 -0
- package/keyvault/v20211001/privateEndpointConnection.d.ts +84 -0
- package/keyvault/v20211001/privateEndpointConnection.js +83 -0
- package/keyvault/v20211001/secret.d.ts +78 -0
- package/keyvault/v20211001/secret.js +80 -0
- package/keyvault/v20211001/vault.d.ts +82 -0
- package/keyvault/v20211001/vault.js +79 -0
- package/keyvault/v20211101preview/getKey.d.ts +95 -0
- package/keyvault/v20211101preview/getKey.js +29 -0
- package/keyvault/v20211101preview/getMHSMPrivateEndpointConnection.d.ts +86 -0
- package/keyvault/v20211101preview/getMHSMPrivateEndpointConnection.js +29 -0
- package/keyvault/v20211101preview/getManagedHsm.d.ts +66 -0
- package/keyvault/v20211101preview/getManagedHsm.js +28 -0
- package/keyvault/v20211101preview/getPrivateEndpointConnection.d.ts +78 -0
- package/keyvault/v20211101preview/getPrivateEndpointConnection.js +29 -0
- package/keyvault/v20211101preview/getSecret.d.ts +66 -0
- package/keyvault/v20211101preview/getSecret.js +29 -0
- package/keyvault/v20211101preview/getVault.d.ts +62 -0
- package/keyvault/v20211101preview/getVault.js +28 -0
- package/keyvault/v20211101preview/index.d.ts +13 -0
- package/keyvault/v20211101preview/index.js +61 -0
- package/keyvault/v20211101preview/key.d.ts +107 -0
- package/keyvault/v20211101preview/key.js +98 -0
- package/keyvault/v20211101preview/managedHsm.d.ts +90 -0
- package/keyvault/v20211101preview/managedHsm.js +77 -0
- package/keyvault/v20211101preview/mhsmprivateEndpointConnection.d.ts +106 -0
- package/keyvault/v20211101preview/mhsmprivateEndpointConnection.js +86 -0
- package/keyvault/v20211101preview/privateEndpointConnection.d.ts +84 -0
- package/keyvault/v20211101preview/privateEndpointConnection.js +83 -0
- package/keyvault/v20211101preview/secret.d.ts +78 -0
- package/keyvault/v20211101preview/secret.js +80 -0
- package/keyvault/v20211101preview/vault.d.ts +82 -0
- package/keyvault/v20211101preview/vault.js +79 -0
- package/keyvault/vault.js +2 -2
- package/logz/getMetricsSource.d.ts +62 -0
- package/logz/getMetricsSource.js +29 -0
- package/logz/getMetricsSourceTagRule.d.ts +63 -0
- package/logz/getMetricsSourceTagRule.js +31 -0
- package/logz/index.d.ts +6 -1
- package/logz/index.js +14 -2
- package/logz/metricsSource.d.ts +76 -0
- package/logz/metricsSource.js +81 -0
- package/logz/metricsSourceTagRule.d.ts +68 -0
- package/logz/metricsSourceTagRule.js +80 -0
- package/logz/monitor.js +2 -2
- package/logz/subAccount.js +2 -2
- package/logz/subAccountTagRule.js +2 -2
- package/logz/tagRule.js +2 -2
- package/logz/v20201001/monitor.js +2 -2
- package/logz/v20201001/subAccount.js +2 -2
- package/logz/v20201001/subAccountTagRule.js +2 -2
- package/logz/v20201001/tagRule.js +2 -2
- package/logz/v20201001preview/monitor.js +2 -2
- package/logz/v20201001preview/subAccount.js +2 -2
- package/logz/v20201001preview/subAccountTagRule.js +2 -2
- package/logz/v20201001preview/tagRule.js +2 -2
- package/logz/v20220101preview/getMetricsSource.d.ts +59 -0
- package/logz/v20220101preview/getMetricsSource.js +26 -0
- package/logz/v20220101preview/getMetricsSourceTagRule.d.ts +62 -0
- package/logz/v20220101preview/getMetricsSourceTagRule.js +30 -0
- package/logz/v20220101preview/getMonitor.d.ts +51 -0
- package/logz/v20220101preview/getMonitor.js +25 -0
- package/logz/v20220101preview/getSubAccount.d.ts +59 -0
- package/logz/v20220101preview/getSubAccount.js +26 -0
- package/logz/v20220101preview/getSubAccountTagRule.d.ts +62 -0
- package/logz/v20220101preview/getSubAccountTagRule.js +30 -0
- package/logz/v20220101preview/getTagRule.d.ts +54 -0
- package/logz/v20220101preview/getTagRule.js +29 -0
- package/logz/v20220101preview/index.d.ts +18 -0
- package/logz/v20220101preview/index.js +66 -0
- package/logz/v20220101preview/listMonitorMonitoredResources.d.ts +40 -0
- package/logz/v20220101preview/listMonitorMonitoredResources.js +28 -0
- package/logz/v20220101preview/listMonitorUserRoles.d.ts +48 -0
- package/logz/v20220101preview/listMonitorUserRoles.js +29 -0
- package/logz/v20220101preview/listMonitorVMHosts.d.ts +40 -0
- package/logz/v20220101preview/listMonitorVMHosts.js +28 -0
- package/logz/v20220101preview/listSubAccountMonitoredResources.d.ts +48 -0
- package/logz/v20220101preview/listSubAccountMonitoredResources.js +29 -0
- package/logz/v20220101preview/listSubAccountVMHosts.d.ts +48 -0
- package/logz/v20220101preview/listSubAccountVMHosts.js +29 -0
- package/logz/v20220101preview/metricsSource.d.ts +73 -0
- package/logz/v20220101preview/metricsSource.js +78 -0
- package/logz/v20220101preview/metricsSourceTagRule.d.ts +67 -0
- package/logz/v20220101preview/metricsSourceTagRule.js +79 -0
- package/logz/v20220101preview/monitor.d.ts +69 -0
- package/logz/v20220101preview/monitor.js +74 -0
- package/logz/v20220101preview/subAccount.d.ts +73 -0
- package/logz/v20220101preview/subAccount.js +78 -0
- package/logz/v20220101preview/subAccountTagRule.d.ts +67 -0
- package/logz/v20220101preview/subAccountTagRule.js +79 -0
- package/logz/v20220101preview/tagRule.d.ts +63 -0
- package/logz/v20220101preview/tagRule.js +75 -0
- package/network/adminRule.js +2 -2
- package/network/adminRuleCollection.js +2 -2
- package/network/connectivityConfiguration.js +2 -2
- package/network/defaultAdminRule.js +2 -2
- package/network/defaultUserRule.js +2 -2
- package/network/getManagementGroupNetworkManagerConnection.d.ts +61 -0
- package/network/getManagementGroupNetworkManagerConnection.js +29 -0
- package/network/getScopeConnection.d.ts +73 -0
- package/network/getScopeConnection.js +30 -0
- package/network/getStaticMember.d.ts +73 -0
- package/network/getStaticMember.js +31 -0
- package/network/getSubscriptionNetworkManagerConnection.d.ts +53 -0
- package/network/getSubscriptionNetworkManagerConnection.js +28 -0
- package/network/index.d.ts +10 -1
- package/network/index.js +24 -2
- package/network/managementGroupNetworkManagerConnection.d.ts +75 -0
- package/network/managementGroupNetworkManagerConnection.js +76 -0
- package/network/networkGroup.js +2 -2
- package/network/networkManager.js +2 -2
- package/network/scopeConnection.d.ts +87 -0
- package/network/scopeConnection.js +82 -0
- package/network/securityAdminConfiguration.js +2 -2
- package/network/securityUserConfiguration.js +2 -2
- package/network/staticMember.d.ts +75 -0
- package/network/staticMember.js +82 -0
- package/network/subscriptionNetworkManagerConnection.d.ts +71 -0
- package/network/subscriptionNetworkManagerConnection.js +72 -0
- package/network/userRule.js +2 -2
- package/network/userRuleCollection.js +2 -2
- package/network/v20210201preview/adminRule.js +2 -2
- package/network/v20210201preview/adminRuleCollection.js +2 -2
- package/network/v20210201preview/connectivityConfiguration.js +2 -2
- package/network/v20210201preview/defaultAdminRule.js +2 -2
- package/network/v20210201preview/defaultUserRule.js +2 -2
- package/network/v20210201preview/networkGroup.js +2 -2
- package/network/v20210201preview/networkManager.js +2 -2
- package/network/v20210201preview/securityAdminConfiguration.js +2 -2
- package/network/v20210201preview/securityUserConfiguration.js +2 -2
- package/network/v20210201preview/userRule.js +2 -2
- package/network/v20210201preview/userRuleCollection.js +2 -2
- package/network/v20210501preview/adminRule.d.ts +81 -0
- package/network/v20210501preview/adminRule.js +93 -0
- package/network/v20210501preview/adminRuleCollection.d.ts +94 -0
- package/network/v20210501preview/adminRuleCollection.js +90 -0
- package/network/v20210501preview/connectivityConfiguration.d.ts +122 -0
- package/network/v20210501preview/connectivityConfiguration.js +97 -0
- package/network/v20210501preview/defaultAdminRule.d.ts +132 -0
- package/network/v20210501preview/defaultAdminRule.js +112 -0
- package/network/v20210501preview/defaultUserRule.d.ts +124 -0
- package/network/v20210501preview/defaultUserRule.js +108 -0
- package/network/v20210501preview/getAdminRule.d.ts +81 -0
- package/network/v20210501preview/getAdminRule.js +33 -0
- package/network/v20210501preview/getAdminRuleCollection.d.ts +84 -0
- package/network/v20210501preview/getAdminRuleCollection.js +30 -0
- package/network/v20210501preview/getConnectivityConfiguration.d.ts +92 -0
- package/network/v20210501preview/getConnectivityConfiguration.js +29 -0
- package/network/v20210501preview/getDefaultAdminRule.d.ts +129 -0
- package/network/v20210501preview/getDefaultAdminRule.js +31 -0
- package/network/v20210501preview/getDefaultUserRule.d.ts +121 -0
- package/network/v20210501preview/getDefaultUserRule.js +31 -0
- package/network/v20210501preview/getManagementGroupNetworkManagerConnection.d.ts +60 -0
- package/network/v20210501preview/getManagementGroupNetworkManagerConnection.js +28 -0
- package/network/v20210501preview/getNetworkGroup.d.ts +76 -0
- package/network/v20210501preview/getNetworkGroup.js +29 -0
- package/network/v20210501preview/getNetworkManager.d.ts +82 -0
- package/network/v20210501preview/getNetworkManager.js +28 -0
- package/network/v20210501preview/getScopeConnection.d.ts +72 -0
- package/network/v20210501preview/getScopeConnection.js +29 -0
- package/network/v20210501preview/getSecurityAdminConfiguration.d.ts +84 -0
- package/network/v20210501preview/getSecurityAdminConfiguration.js +29 -0
- package/network/v20210501preview/getSecurityUserConfiguration.d.ts +84 -0
- package/network/v20210501preview/getSecurityUserConfiguration.js +29 -0
- package/network/v20210501preview/getStaticMember.d.ts +72 -0
- package/network/v20210501preview/getStaticMember.js +30 -0
- package/network/v20210501preview/getSubscriptionNetworkManagerConnection.d.ts +52 -0
- package/network/v20210501preview/getSubscriptionNetworkManagerConnection.js +27 -0
- package/network/v20210501preview/getUserRule.d.ts +81 -0
- package/network/v20210501preview/getUserRule.js +33 -0
- package/network/v20210501preview/getUserRuleCollection.d.ts +84 -0
- package/network/v20210501preview/getUserRuleCollection.js +30 -0
- package/network/v20210501preview/index.d.ts +39 -0
- package/network/v20210501preview/index.js +114 -0
- package/network/v20210501preview/listActiveConnectivityConfigurations.d.ts +56 -0
- package/network/v20210501preview/listActiveConnectivityConfigurations.js +30 -0
- package/network/v20210501preview/listActiveSecurityAdminRules.d.ts +56 -0
- package/network/v20210501preview/listActiveSecurityAdminRules.js +30 -0
- package/network/v20210501preview/listActiveSecurityUserRules.d.ts +56 -0
- package/network/v20210501preview/listActiveSecurityUserRules.js +30 -0
- package/network/v20210501preview/listEffectiveVirtualNetworkByNetworkManager.d.ts +64 -0
- package/network/v20210501preview/listEffectiveVirtualNetworkByNetworkManager.js +31 -0
- package/network/v20210501preview/listListEffectiveVirtualNetworkByNetworkGroup.d.ts +56 -0
- package/network/v20210501preview/listListEffectiveVirtualNetworkByNetworkGroup.js +30 -0
- package/network/v20210501preview/listNetworkManagerDeploymentStatus.d.ts +64 -0
- package/network/v20210501preview/listNetworkManagerDeploymentStatus.js +31 -0
- package/network/v20210501preview/listNetworkManagerEffectiveConnectivityConfigurations.d.ts +48 -0
- package/network/v20210501preview/listNetworkManagerEffectiveConnectivityConfigurations.js +29 -0
- package/network/v20210501preview/listNetworkManagerEffectiveSecurityAdminRules.d.ts +48 -0
- package/network/v20210501preview/listNetworkManagerEffectiveSecurityAdminRules.js +29 -0
- package/network/v20210501preview/managementGroupNetworkManagerConnection.d.ts +74 -0
- package/network/v20210501preview/managementGroupNetworkManagerConnection.js +75 -0
- package/network/v20210501preview/networkGroup.d.ts +90 -0
- package/network/v20210501preview/networkGroup.js +86 -0
- package/network/v20210501preview/networkManager.d.ts +118 -0
- package/network/v20210501preview/networkManager.js +92 -0
- package/network/v20210501preview/scopeConnection.d.ts +86 -0
- package/network/v20210501preview/scopeConnection.js +81 -0
- package/network/v20210501preview/securityAdminConfiguration.d.ts +106 -0
- package/network/v20210501preview/securityAdminConfiguration.js +87 -0
- package/network/v20210501preview/securityUserConfiguration.d.ts +106 -0
- package/network/v20210501preview/securityUserConfiguration.js +87 -0
- package/network/v20210501preview/staticMember.d.ts +74 -0
- package/network/v20210501preview/staticMember.js +81 -0
- package/network/v20210501preview/subscriptionNetworkManagerConnection.d.ts +70 -0
- package/network/v20210501preview/subscriptionNetworkManagerConnection.js +71 -0
- package/network/v20210501preview/userRule.d.ts +81 -0
- package/network/v20210501preview/userRule.js +93 -0
- package/network/v20210501preview/userRuleCollection.d.ts +94 -0
- package/network/v20210501preview/userRuleCollection.js +90 -0
- package/package.json +2 -2
- package/package.json.dev +1 -1
- package/recoveryservices/index.d.ts +3 -1
- package/recoveryservices/index.js +6 -2
- package/recoveryservices/privateEndpointConnection.js +2 -2
- package/recoveryservices/protectedItem.js +2 -2
- package/recoveryservices/protectionContainer.js +2 -2
- package/recoveryservices/protectionIntent.js +2 -2
- package/recoveryservices/protectionPolicy.js +2 -2
- package/recoveryservices/replicationFabric.js +2 -2
- package/recoveryservices/replicationMigrationItem.js +2 -2
- package/recoveryservices/replicationNetworkMapping.js +2 -2
- package/recoveryservices/replicationPolicy.js +2 -2
- package/recoveryservices/replicationProtectedItem.js +2 -2
- package/recoveryservices/replicationProtectionContainerMapping.js +2 -2
- package/recoveryservices/replicationRecoveryPlan.js +2 -2
- package/recoveryservices/replicationRecoveryServicesProvider.js +2 -2
- package/recoveryservices/replicationStorageClassificationMapping.js +2 -2
- package/recoveryservices/replicationvCenter.js +2 -2
- package/recoveryservices/resourceGuardProxy.js +2 -2
- package/recoveryservices/v20160601/protectionPolicy.js +2 -2
- package/recoveryservices/v20160810/replicationFabric.js +2 -2
- package/recoveryservices/v20160810/replicationNetworkMapping.js +2 -2
- package/recoveryservices/v20160810/replicationPolicy.js +2 -2
- package/recoveryservices/v20160810/replicationProtectedItem.js +2 -2
- package/recoveryservices/v20160810/replicationProtectionContainerMapping.js +2 -2
- package/recoveryservices/v20160810/replicationRecoveryPlan.js +2 -2
- package/recoveryservices/v20160810/replicationStorageClassificationMapping.js +2 -2
- package/recoveryservices/v20160810/replicationvCenter.js +2 -2
- package/recoveryservices/v20161201/protectionContainer.js +2 -2
- package/recoveryservices/v20170701/protectionIntent.js +2 -2
- package/recoveryservices/v20180110/replicationFabric.js +2 -2
- package/recoveryservices/v20180110/replicationMigrationItem.js +2 -2
- package/recoveryservices/v20180110/replicationNetworkMapping.js +2 -2
- package/recoveryservices/v20180110/replicationPolicy.js +2 -2
- package/recoveryservices/v20180110/replicationProtectedItem.js +2 -2
- package/recoveryservices/v20180110/replicationProtectionContainerMapping.js +2 -2
- package/recoveryservices/v20180110/replicationRecoveryPlan.js +2 -2
- package/recoveryservices/v20180110/replicationRecoveryServicesProvider.js +2 -2
- package/recoveryservices/v20180110/replicationStorageClassificationMapping.js +2 -2
- package/recoveryservices/v20180110/replicationvCenter.js +2 -2
- package/recoveryservices/v20180710/replicationFabric.js +2 -2
- package/recoveryservices/v20180710/replicationMigrationItem.js +2 -2
- package/recoveryservices/v20180710/replicationNetworkMapping.js +2 -2
- package/recoveryservices/v20180710/replicationPolicy.js +2 -2
- package/recoveryservices/v20180710/replicationProtectedItem.js +2 -2
- package/recoveryservices/v20180710/replicationProtectionContainerMapping.js +2 -2
- package/recoveryservices/v20180710/replicationRecoveryPlan.js +2 -2
- package/recoveryservices/v20180710/replicationRecoveryServicesProvider.js +2 -2
- package/recoveryservices/v20180710/replicationStorageClassificationMapping.js +2 -2
- package/recoveryservices/v20180710/replicationvCenter.js +2 -2
- package/recoveryservices/v20190513/protectedItem.js +2 -2
- package/recoveryservices/v20190615/protectedItem.js +2 -2
- package/recoveryservices/v20200202/privateEndpointConnection.js +2 -2
- package/recoveryservices/v20201001/privateEndpointConnection.js +2 -2
- package/recoveryservices/v20201001/protectedItem.js +2 -2
- package/recoveryservices/v20201001/protectionContainer.js +2 -2
- package/recoveryservices/v20201001/protectionPolicy.js +2 -2
- package/recoveryservices/v20201201/privateEndpointConnection.js +2 -2
- package/recoveryservices/v20201201/protectedItem.js +2 -2
- package/recoveryservices/v20201201/protectionContainer.js +2 -2
- package/recoveryservices/v20201201/protectionPolicy.js +2 -2
- package/recoveryservices/v20210101/privateEndpointConnection.js +2 -2
- package/recoveryservices/v20210101/protectedItem.js +2 -2
- package/recoveryservices/v20210101/protectionContainer.js +2 -2
- package/recoveryservices/v20210101/protectionPolicy.js +2 -2
- package/recoveryservices/v20210201/privateEndpointConnection.js +2 -2
- package/recoveryservices/v20210201/protectedItem.js +2 -2
- package/recoveryservices/v20210201/protectionContainer.js +2 -2
- package/recoveryservices/v20210201/protectionIntent.js +2 -2
- package/recoveryservices/v20210201/protectionPolicy.js +2 -2
- package/recoveryservices/v20210201preview/privateEndpointConnection.js +2 -2
- package/recoveryservices/v20210201preview/protectedItem.js +2 -2
- package/recoveryservices/v20210201preview/protectionContainer.js +2 -2
- package/recoveryservices/v20210201preview/protectionIntent.js +2 -2
- package/recoveryservices/v20210201preview/protectionPolicy.js +2 -2
- package/recoveryservices/v20210201preview/resourceGuardProxy.js +2 -2
- package/recoveryservices/v20210210/privateEndpointConnection.js +2 -2
- package/recoveryservices/v20210210/protectedItem.js +2 -2
- package/recoveryservices/v20210210/protectionContainer.js +2 -2
- package/recoveryservices/v20210210/protectionIntent.js +2 -2
- package/recoveryservices/v20210210/protectionPolicy.js +2 -2
- package/recoveryservices/v20210210/replicationFabric.js +2 -2
- package/recoveryservices/v20210210/replicationMigrationItem.js +2 -2
- package/recoveryservices/v20210210/replicationNetworkMapping.js +2 -2
- package/recoveryservices/v20210210/replicationPolicy.js +2 -2
- package/recoveryservices/v20210210/replicationProtectedItem.js +2 -2
- package/recoveryservices/v20210210/replicationProtectionContainerMapping.js +2 -2
- package/recoveryservices/v20210210/replicationRecoveryPlan.js +2 -2
- package/recoveryservices/v20210210/replicationRecoveryServicesProvider.js +2 -2
- package/recoveryservices/v20210210/replicationStorageClassificationMapping.js +2 -2
- package/recoveryservices/v20210210/replicationvCenter.js +2 -2
- package/recoveryservices/v20210301/privateEndpointConnection.js +2 -2
- package/recoveryservices/v20210301/protectedItem.js +2 -2
- package/recoveryservices/v20210301/protectionContainer.js +2 -2
- package/recoveryservices/v20210301/protectionIntent.js +2 -2
- package/recoveryservices/v20210301/protectionPolicy.js +2 -2
- package/recoveryservices/v20210301/replicationFabric.js +2 -2
- package/recoveryservices/v20210301/replicationMigrationItem.js +2 -2
- package/recoveryservices/v20210301/replicationNetworkMapping.js +2 -2
- package/recoveryservices/v20210301/replicationPolicy.js +2 -2
- package/recoveryservices/v20210301/replicationProtectedItem.js +2 -2
- package/recoveryservices/v20210301/replicationProtectionContainerMapping.js +2 -2
- package/recoveryservices/v20210301/replicationRecoveryPlan.js +2 -2
- package/recoveryservices/v20210301/replicationRecoveryServicesProvider.js +2 -2
- package/recoveryservices/v20210301/replicationStorageClassificationMapping.js +2 -2
- package/recoveryservices/v20210301/replicationvCenter.js +2 -2
- package/recoveryservices/v20210401/privateEndpointConnection.js +2 -2
- package/recoveryservices/v20210401/protectedItem.js +2 -2
- package/recoveryservices/v20210401/protectionContainer.js +2 -2
- package/recoveryservices/v20210401/protectionIntent.js +2 -2
- package/recoveryservices/v20210401/protectionPolicy.js +2 -2
- package/recoveryservices/v20210401/replicationFabric.js +2 -2
- package/recoveryservices/v20210401/replicationMigrationItem.js +2 -2
- package/recoveryservices/v20210401/replicationNetworkMapping.js +2 -2
- package/recoveryservices/v20210401/replicationPolicy.js +2 -2
- package/recoveryservices/v20210401/replicationProtectedItem.js +2 -2
- package/recoveryservices/v20210401/replicationProtectionContainerMapping.js +2 -2
- package/recoveryservices/v20210401/replicationRecoveryPlan.js +2 -2
- package/recoveryservices/v20210401/replicationRecoveryServicesProvider.js +2 -2
- package/recoveryservices/v20210401/replicationStorageClassificationMapping.js +2 -2
- package/recoveryservices/v20210401/replicationvCenter.js +2 -2
- package/recoveryservices/v20210601/privateEndpointConnection.js +2 -2
- package/recoveryservices/v20210601/protectedItem.js +2 -2
- package/recoveryservices/v20210601/protectionContainer.js +2 -2
- package/recoveryservices/v20210601/protectionIntent.js +2 -2
- package/recoveryservices/v20210601/protectionPolicy.js +2 -2
- package/recoveryservices/v20210601/replicationFabric.js +2 -2
- package/recoveryservices/v20210601/replicationMigrationItem.js +2 -2
- package/recoveryservices/v20210601/replicationNetworkMapping.js +2 -2
- package/recoveryservices/v20210601/replicationPolicy.js +2 -2
- package/recoveryservices/v20210601/replicationProtectedItem.js +2 -2
- package/recoveryservices/v20210601/replicationProtectionContainerMapping.js +2 -2
- package/recoveryservices/v20210601/replicationRecoveryPlan.js +2 -2
- package/recoveryservices/v20210601/replicationRecoveryServicesProvider.js +2 -2
- package/recoveryservices/v20210601/replicationStorageClassificationMapping.js +2 -2
- package/recoveryservices/v20210601/replicationvCenter.js +2 -2
- package/recoveryservices/v20210701/privateEndpointConnection.js +2 -2
- package/recoveryservices/v20210701/protectedItem.js +2 -2
- package/recoveryservices/v20210701/protectionContainer.js +2 -2
- package/recoveryservices/v20210701/protectionIntent.js +2 -2
- package/recoveryservices/v20210701/protectionPolicy.js +2 -2
- package/recoveryservices/v20210701/replicationFabric.js +2 -2
- package/recoveryservices/v20210701/replicationMigrationItem.js +2 -2
- package/recoveryservices/v20210701/replicationNetworkMapping.js +2 -2
- package/recoveryservices/v20210701/replicationPolicy.js +2 -2
- package/recoveryservices/v20210701/replicationProtectedItem.js +2 -2
- package/recoveryservices/v20210701/replicationProtectionContainerMapping.js +2 -2
- package/recoveryservices/v20210701/replicationRecoveryPlan.js +2 -2
- package/recoveryservices/v20210701/replicationRecoveryServicesProvider.js +2 -2
- package/recoveryservices/v20210701/replicationStorageClassificationMapping.js +2 -2
- package/recoveryservices/v20210701/replicationvCenter.js +2 -2
- package/recoveryservices/v20210701/resourceGuardProxy.js +2 -2
- package/recoveryservices/v20210801/privateEndpointConnection.js +2 -2
- package/recoveryservices/v20210801/protectedItem.js +2 -2
- package/recoveryservices/v20210801/protectionContainer.js +2 -2
- package/recoveryservices/v20210801/protectionIntent.js +2 -2
- package/recoveryservices/v20210801/protectionPolicy.js +2 -2
- package/recoveryservices/v20210801/replicationFabric.js +2 -2
- package/recoveryservices/v20210801/replicationMigrationItem.js +2 -2
- package/recoveryservices/v20210801/replicationNetworkMapping.js +2 -2
- package/recoveryservices/v20210801/replicationPolicy.js +2 -2
- package/recoveryservices/v20210801/replicationProtectedItem.js +2 -2
- package/recoveryservices/v20210801/replicationProtectionContainerMapping.js +2 -2
- package/recoveryservices/v20210801/replicationRecoveryPlan.js +2 -2
- package/recoveryservices/v20210801/replicationRecoveryServicesProvider.js +2 -2
- package/recoveryservices/v20210801/replicationStorageClassificationMapping.js +2 -2
- package/recoveryservices/v20210801/replicationvCenter.js +2 -2
- package/recoveryservices/v20210801/resourceGuardProxy.js +2 -2
- package/recoveryservices/v20211001/privateEndpointConnection.js +2 -2
- package/recoveryservices/v20211001/protectedItem.js +2 -2
- package/recoveryservices/v20211001/protectionContainer.js +2 -2
- package/recoveryservices/v20211001/protectionIntent.js +2 -2
- package/recoveryservices/v20211001/protectionPolicy.js +2 -2
- package/recoveryservices/v20211001/replicationFabric.js +2 -2
- package/recoveryservices/v20211001/replicationMigrationItem.js +2 -2
- package/recoveryservices/v20211001/replicationNetworkMapping.js +2 -2
- package/recoveryservices/v20211001/replicationPolicy.js +2 -2
- package/recoveryservices/v20211001/replicationProtectedItem.js +2 -2
- package/recoveryservices/v20211001/replicationProtectionContainerMapping.js +2 -2
- package/recoveryservices/v20211001/replicationRecoveryPlan.js +2 -2
- package/recoveryservices/v20211001/replicationRecoveryServicesProvider.js +2 -2
- package/recoveryservices/v20211001/replicationStorageClassificationMapping.js +2 -2
- package/recoveryservices/v20211001/replicationvCenter.js +2 -2
- package/recoveryservices/v20211001/resourceGuardProxy.js +2 -2
- package/recoveryservices/v20211101/getReplicationFabric.d.ts +68 -0
- package/recoveryservices/v20211101/getReplicationFabric.js +30 -0
- package/recoveryservices/v20211101/getReplicationMigrationItem.d.ts +76 -0
- package/recoveryservices/v20211101/getReplicationMigrationItem.js +31 -0
- package/recoveryservices/v20211101/getReplicationNetworkMapping.d.ts +76 -0
- package/recoveryservices/v20211101/getReplicationNetworkMapping.js +31 -0
- package/recoveryservices/v20211101/getReplicationPolicy.d.ts +60 -0
- package/recoveryservices/v20211101/getReplicationPolicy.js +29 -0
- package/recoveryservices/v20211101/getReplicationProtectedItem.d.ts +76 -0
- package/recoveryservices/v20211101/getReplicationProtectedItem.js +31 -0
- package/recoveryservices/v20211101/getReplicationProtectionContainerMapping.d.ts +76 -0
- package/recoveryservices/v20211101/getReplicationProtectionContainerMapping.js +31 -0
- package/recoveryservices/v20211101/getReplicationRecoveryPlan.d.ts +60 -0
- package/recoveryservices/v20211101/getReplicationRecoveryPlan.js +29 -0
- package/recoveryservices/v20211101/getReplicationRecoveryServicesProvider.d.ts +68 -0
- package/recoveryservices/v20211101/getReplicationRecoveryServicesProvider.js +30 -0
- package/recoveryservices/v20211101/getReplicationStorageClassificationMapping.d.ts +76 -0
- package/recoveryservices/v20211101/getReplicationStorageClassificationMapping.js +31 -0
- package/recoveryservices/v20211101/getReplicationvCenter.d.ts +68 -0
- package/recoveryservices/v20211101/getReplicationvCenter.js +30 -0
- package/recoveryservices/v20211101/index.d.ts +21 -0
- package/recoveryservices/v20211101/index.js +81 -0
- package/recoveryservices/v20211101/replicationFabric.d.ts +66 -0
- package/recoveryservices/v20211101/replicationFabric.js +75 -0
- package/recoveryservices/v20211101/replicationMigrationItem.d.ts +74 -0
- package/recoveryservices/v20211101/replicationMigrationItem.js +86 -0
- package/recoveryservices/v20211101/replicationNetworkMapping.d.ts +74 -0
- package/recoveryservices/v20211101/replicationNetworkMapping.js +86 -0
- package/recoveryservices/v20211101/replicationPolicy.d.ts +66 -0
- package/recoveryservices/v20211101/replicationPolicy.js +75 -0
- package/recoveryservices/v20211101/replicationProtectedItem.d.ts +74 -0
- package/recoveryservices/v20211101/replicationProtectedItem.js +83 -0
- package/recoveryservices/v20211101/replicationProtectionContainerMapping.d.ts +74 -0
- package/recoveryservices/v20211101/replicationProtectionContainerMapping.js +83 -0
- package/recoveryservices/v20211101/replicationRecoveryPlan.d.ts +66 -0
- package/recoveryservices/v20211101/replicationRecoveryPlan.js +78 -0
- package/recoveryservices/v20211101/replicationRecoveryServicesProvider.d.ts +70 -0
- package/recoveryservices/v20211101/replicationRecoveryServicesProvider.js +82 -0
- package/recoveryservices/v20211101/replicationStorageClassificationMapping.d.ts +74 -0
- package/recoveryservices/v20211101/replicationStorageClassificationMapping.js +83 -0
- package/recoveryservices/v20211101/replicationvCenter.d.ts +70 -0
- package/recoveryservices/v20211101/replicationvCenter.js +79 -0
- package/recoveryservices/v20211201/getPrivateEndpointConnection.d.ts +70 -0
- package/recoveryservices/v20211201/getPrivateEndpointConnection.js +29 -0
- package/recoveryservices/v20211201/getProtectedItem.d.ts +94 -0
- package/recoveryservices/v20211201/getProtectedItem.js +32 -0
- package/recoveryservices/v20211201/getProtectionContainer.d.ts +78 -0
- package/recoveryservices/v20211201/getProtectionContainer.js +30 -0
- package/recoveryservices/v20211201/getProtectionIntent.d.ts +78 -0
- package/recoveryservices/v20211201/getProtectionIntent.js +30 -0
- package/recoveryservices/v20211201/getProtectionPolicy.d.ts +70 -0
- package/recoveryservices/v20211201/getProtectionPolicy.js +29 -0
- package/recoveryservices/v20211201/getReplicationFabric.d.ts +68 -0
- package/recoveryservices/v20211201/getReplicationFabric.js +30 -0
- package/recoveryservices/v20211201/getReplicationMigrationItem.d.ts +76 -0
- package/recoveryservices/v20211201/getReplicationMigrationItem.js +31 -0
- package/recoveryservices/v20211201/getReplicationNetworkMapping.d.ts +76 -0
- package/recoveryservices/v20211201/getReplicationNetworkMapping.js +31 -0
- package/recoveryservices/v20211201/getReplicationPolicy.d.ts +60 -0
- package/recoveryservices/v20211201/getReplicationPolicy.js +29 -0
- package/recoveryservices/v20211201/getReplicationProtectedItem.d.ts +76 -0
- package/recoveryservices/v20211201/getReplicationProtectedItem.js +31 -0
- package/recoveryservices/v20211201/getReplicationProtectionContainerMapping.d.ts +76 -0
- package/recoveryservices/v20211201/getReplicationProtectionContainerMapping.js +31 -0
- package/recoveryservices/v20211201/getReplicationRecoveryPlan.d.ts +60 -0
- package/recoveryservices/v20211201/getReplicationRecoveryPlan.js +29 -0
- package/recoveryservices/v20211201/getReplicationRecoveryServicesProvider.d.ts +68 -0
- package/recoveryservices/v20211201/getReplicationRecoveryServicesProvider.js +30 -0
- package/recoveryservices/v20211201/getReplicationStorageClassificationMapping.d.ts +76 -0
- package/recoveryservices/v20211201/getReplicationStorageClassificationMapping.js +31 -0
- package/recoveryservices/v20211201/getReplicationvCenter.d.ts +68 -0
- package/recoveryservices/v20211201/getReplicationvCenter.js +30 -0
- package/recoveryservices/v20211201/getResourceGuardProxy.d.ts +58 -0
- package/recoveryservices/v20211201/getResourceGuardProxy.js +26 -0
- package/recoveryservices/v20211201/index.d.ts +33 -0
- package/recoveryservices/v20211201/index.js +111 -0
- package/recoveryservices/v20211201/privateEndpointConnection.d.ts +90 -0
- package/recoveryservices/v20211201/privateEndpointConnection.js +79 -0
- package/recoveryservices/v20211201/protectedItem.d.ts +98 -0
- package/recoveryservices/v20211201/protectedItem.js +87 -0
- package/recoveryservices/v20211201/protectionContainer.d.ts +94 -0
- package/recoveryservices/v20211201/protectionContainer.js +83 -0
- package/recoveryservices/v20211201/protectionIntent.d.ts +94 -0
- package/recoveryservices/v20211201/protectionIntent.js +83 -0
- package/recoveryservices/v20211201/protectionPolicy.d.ts +90 -0
- package/recoveryservices/v20211201/protectionPolicy.js +79 -0
- package/recoveryservices/v20211201/replicationFabric.d.ts +66 -0
- package/recoveryservices/v20211201/replicationFabric.js +75 -0
- package/recoveryservices/v20211201/replicationMigrationItem.d.ts +74 -0
- package/recoveryservices/v20211201/replicationMigrationItem.js +86 -0
- package/recoveryservices/v20211201/replicationNetworkMapping.d.ts +74 -0
- package/recoveryservices/v20211201/replicationNetworkMapping.js +86 -0
- package/recoveryservices/v20211201/replicationPolicy.d.ts +66 -0
- package/recoveryservices/v20211201/replicationPolicy.js +75 -0
- package/recoveryservices/v20211201/replicationProtectedItem.d.ts +74 -0
- package/recoveryservices/v20211201/replicationProtectedItem.js +83 -0
- package/recoveryservices/v20211201/replicationProtectionContainerMapping.d.ts +74 -0
- package/recoveryservices/v20211201/replicationProtectionContainerMapping.js +83 -0
- package/recoveryservices/v20211201/replicationRecoveryPlan.d.ts +66 -0
- package/recoveryservices/v20211201/replicationRecoveryPlan.js +78 -0
- package/recoveryservices/v20211201/replicationRecoveryServicesProvider.d.ts +70 -0
- package/recoveryservices/v20211201/replicationRecoveryServicesProvider.js +82 -0
- package/recoveryservices/v20211201/replicationStorageClassificationMapping.d.ts +74 -0
- package/recoveryservices/v20211201/replicationStorageClassificationMapping.js +83 -0
- package/recoveryservices/v20211201/replicationvCenter.d.ts +70 -0
- package/recoveryservices/v20211201/replicationvCenter.js +79 -0
- package/recoveryservices/v20211201/resourceGuardProxy.d.ts +66 -0
- package/recoveryservices/v20211201/resourceGuardProxy.js +76 -0
- package/security/index.d.ts +1 -4
- package/security/index.js +2 -9
- package/signalrservice/v20211001/index.d.ts +1 -0
- package/signalrservice/v20211001/index.js +2 -1
- package/signalrservice/v20211001/listSignalRKeys.d.ts +47 -0
- package/signalrservice/v20211001/listSignalRKeys.js +28 -0
- package/solutions/v20210701/application.d.ts +2 -2
- package/solutions/v20210701/getApplication.d.ts +1 -1
- package/types/enums/appconfiguration/index.d.ts +2 -1
- package/types/enums/appconfiguration/index.js +4 -2
- package/types/enums/appconfiguration/v20211001preview/index.d.ts +36 -0
- package/types/enums/appconfiguration/v20211001preview/index.js +26 -0
- package/types/enums/authorization/index.d.ts +13 -1
- package/types/enums/authorization/index.js +11 -2
- package/types/enums/authorization/v20211116preview/index.d.ts +37 -0
- package/types/enums/authorization/v20211116preview/index.js +27 -0
- package/types/enums/azurestackhci/index.d.ts +2 -1
- package/types/enums/azurestackhci/index.js +4 -2
- package/types/enums/azurestackhci/v20220101/index.d.ts +27 -0
- package/types/enums/azurestackhci/v20220101/index.js +21 -0
- package/types/enums/cache/index.d.ts +2 -1
- package/types/enums/cache/index.js +4 -2
- package/types/enums/cache/v20220101/index.d.ts +78 -0
- package/types/enums/cache/v20220101/index.js +52 -0
- package/types/enums/cdn/v20210601/index.d.ts +2 -0
- package/types/enums/cdn/v20210601/index.js +3 -1
- package/types/enums/compute/index.d.ts +2 -1
- package/types/enums/compute/index.js +5 -3
- package/types/enums/compute/v20211101/index.d.ts +498 -0
- package/types/enums/compute/v20211101/index.js +347 -0
- package/types/enums/containerregistry/index.d.ts +2 -1
- package/types/enums/containerregistry/index.js +4 -2
- package/types/enums/containerregistry/v20211201preview/index.d.ts +210 -0
- package/types/enums/containerregistry/v20211201preview/index.js +121 -0
- package/types/enums/fluidrelay/index.d.ts +3 -1
- package/types/enums/fluidrelay/index.js +6 -2
- package/types/enums/fluidrelay/v20210830preview/index.d.ts +17 -0
- package/types/enums/fluidrelay/v20210830preview/index.js +15 -0
- package/types/enums/fluidrelay/v20210910preview/index.d.ts +19 -0
- package/types/enums/fluidrelay/v20210910preview/index.js +17 -0
- package/types/enums/hardwaresecuritymodules/index.d.ts +29 -1
- package/types/enums/hardwaresecuritymodules/index.js +31 -2
- package/types/enums/hardwaresecuritymodules/v20181031preview/index.d.ts +27 -0
- package/types/enums/hardwaresecuritymodules/v20181031preview/index.js +28 -1
- package/types/enums/hardwaresecuritymodules/v20211130/index.d.ts +34 -0
- package/types/enums/hardwaresecuritymodules/v20211130/index.js +36 -0
- package/types/enums/keyvault/index.d.ts +3 -1
- package/types/enums/keyvault/index.js +6 -2
- package/types/enums/keyvault/v20211001/index.d.ts +190 -0
- package/types/enums/keyvault/v20211001/index.js +136 -0
- package/types/enums/keyvault/v20211101preview/index.d.ts +203 -0
- package/types/enums/keyvault/v20211101preview/index.js +145 -0
- package/types/enums/logz/index.d.ts +2 -1
- package/types/enums/logz/index.js +4 -2
- package/types/enums/logz/v20220101preview/index.d.ts +29 -0
- package/types/enums/logz/v20220101preview/index.js +22 -0
- package/types/enums/network/index.d.ts +2 -1
- package/types/enums/network/index.js +8 -6
- package/types/enums/network/v20210501preview/index.d.ts +126 -0
- package/types/enums/network/v20210501preview/index.js +72 -0
- package/types/enums/recoveryservices/index.d.ts +3 -1
- package/types/enums/recoveryservices/index.js +7 -3
- package/types/enums/recoveryservices/v20211101/index.d.ts +107 -0
- package/types/enums/recoveryservices/v20211101/index.js +71 -0
- package/types/enums/recoveryservices/v20211201/index.d.ts +441 -0
- package/types/enums/recoveryservices/v20211201/index.js +306 -0
- package/types/enums/solutions/v20210701/index.d.ts +5 -5
- package/types/enums/solutions/v20210701/index.js +5 -5
- package/types/input.d.ts +31964 -22008
- package/types/input.js +530 -7
- package/types/output.d.ts +55641 -35060
- package/types/output.js +546 -7
- package/webpubsub/v20211001/index.d.ts +1 -0
- package/webpubsub/v20211001/index.js +2 -1
- package/webpubsub/v20211001/listWebPubSubKeys.d.ts +47 -0
- package/webpubsub/v20211001/listWebPubSubKeys.js +28 -0
- package/security/getScanner.d.ts +0 -67
- package/security/getScanner.js +0 -29
- package/security/scanner.d.ts +0 -87
- package/security/scanner.js +0 -78
- package/security/v20211201preview/getScanner.d.ts +0 -66
- package/security/v20211201preview/getScanner.js +0 -28
- package/security/v20211201preview/index.d.ts +0 -2
- package/security/v20211201preview/index.js +0 -34
- package/security/v20211201preview/scanner.d.ts +0 -86
- package/security/v20211201preview/scanner.js +0 -77
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
export declare const AgentAutoUpdateStatus: {
|
|
2
|
+
readonly Disabled: "Disabled";
|
|
3
|
+
readonly Enabled: "Enabled";
|
|
4
|
+
};
|
|
5
|
+
/**
|
|
6
|
+
* A value indicating whether the auto update is enabled.
|
|
7
|
+
*/
|
|
8
|
+
export declare type AgentAutoUpdateStatus = (typeof AgentAutoUpdateStatus)[keyof typeof AgentAutoUpdateStatus];
|
|
9
|
+
export declare const AutomationAccountAuthenticationType: {
|
|
10
|
+
readonly RunAsAccount: "RunAsAccount";
|
|
11
|
+
readonly SystemAssignedIdentity: "SystemAssignedIdentity";
|
|
12
|
+
};
|
|
13
|
+
/**
|
|
14
|
+
* A value indicating the type authentication to use for automation Account.
|
|
15
|
+
*/
|
|
16
|
+
export declare type AutomationAccountAuthenticationType = (typeof AutomationAccountAuthenticationType)[keyof typeof AutomationAccountAuthenticationType];
|
|
17
|
+
export declare const DiskAccountType: {
|
|
18
|
+
readonly Standard_LRS: "Standard_LRS";
|
|
19
|
+
readonly Premium_LRS: "Premium_LRS";
|
|
20
|
+
readonly StandardSSD_LRS: "StandardSSD_LRS";
|
|
21
|
+
};
|
|
22
|
+
/**
|
|
23
|
+
* The disk type.
|
|
24
|
+
*/
|
|
25
|
+
export declare type DiskAccountType = (typeof DiskAccountType)[keyof typeof DiskAccountType];
|
|
26
|
+
export declare const ExtendedLocationType: {
|
|
27
|
+
readonly EdgeZone: "EdgeZone";
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* The extended location type.
|
|
31
|
+
*/
|
|
32
|
+
export declare type ExtendedLocationType = (typeof ExtendedLocationType)[keyof typeof ExtendedLocationType];
|
|
33
|
+
export declare const FailoverDeploymentModel: {
|
|
34
|
+
readonly NotApplicable: "NotApplicable";
|
|
35
|
+
readonly Classic: "Classic";
|
|
36
|
+
readonly ResourceManager: "ResourceManager";
|
|
37
|
+
};
|
|
38
|
+
/**
|
|
39
|
+
* The failover deployment model.
|
|
40
|
+
*/
|
|
41
|
+
export declare type FailoverDeploymentModel = (typeof FailoverDeploymentModel)[keyof typeof FailoverDeploymentModel];
|
|
42
|
+
export declare const LicenseType: {
|
|
43
|
+
readonly NotSpecified: "NotSpecified";
|
|
44
|
+
readonly NoLicenseType: "NoLicenseType";
|
|
45
|
+
readonly WindowsServer: "WindowsServer";
|
|
46
|
+
};
|
|
47
|
+
/**
|
|
48
|
+
* The license type.
|
|
49
|
+
*/
|
|
50
|
+
export declare type LicenseType = (typeof LicenseType)[keyof typeof LicenseType];
|
|
51
|
+
export declare const PossibleOperationsDirections: {
|
|
52
|
+
readonly PrimaryToRecovery: "PrimaryToRecovery";
|
|
53
|
+
readonly RecoveryToPrimary: "RecoveryToPrimary";
|
|
54
|
+
};
|
|
55
|
+
export declare type PossibleOperationsDirections = (typeof PossibleOperationsDirections)[keyof typeof PossibleOperationsDirections];
|
|
56
|
+
export declare const RecoveryPlanActionLocation: {
|
|
57
|
+
readonly Primary: "Primary";
|
|
58
|
+
readonly Recovery: "Recovery";
|
|
59
|
+
};
|
|
60
|
+
/**
|
|
61
|
+
* The fabric location.
|
|
62
|
+
*/
|
|
63
|
+
export declare type RecoveryPlanActionLocation = (typeof RecoveryPlanActionLocation)[keyof typeof RecoveryPlanActionLocation];
|
|
64
|
+
export declare const RecoveryPlanGroupType: {
|
|
65
|
+
readonly Shutdown: "Shutdown";
|
|
66
|
+
readonly Boot: "Boot";
|
|
67
|
+
readonly Failover: "Failover";
|
|
68
|
+
};
|
|
69
|
+
/**
|
|
70
|
+
* The group type.
|
|
71
|
+
*/
|
|
72
|
+
export declare type RecoveryPlanGroupType = (typeof RecoveryPlanGroupType)[keyof typeof RecoveryPlanGroupType];
|
|
73
|
+
export declare const ReplicationProtectedItemOperation: {
|
|
74
|
+
readonly ReverseReplicate: "ReverseReplicate";
|
|
75
|
+
readonly Commit: "Commit";
|
|
76
|
+
readonly PlannedFailover: "PlannedFailover";
|
|
77
|
+
readonly UnplannedFailover: "UnplannedFailover";
|
|
78
|
+
readonly DisableProtection: "DisableProtection";
|
|
79
|
+
readonly TestFailover: "TestFailover";
|
|
80
|
+
readonly TestFailoverCleanup: "TestFailoverCleanup";
|
|
81
|
+
readonly Failback: "Failback";
|
|
82
|
+
readonly FinalizeFailback: "FinalizeFailback";
|
|
83
|
+
readonly CancelFailover: "CancelFailover";
|
|
84
|
+
readonly ChangePit: "ChangePit";
|
|
85
|
+
readonly RepairReplication: "RepairReplication";
|
|
86
|
+
readonly SwitchProtection: "SwitchProtection";
|
|
87
|
+
readonly CompleteMigration: "CompleteMigration";
|
|
88
|
+
};
|
|
89
|
+
export declare type ReplicationProtectedItemOperation = (typeof ReplicationProtectedItemOperation)[keyof typeof ReplicationProtectedItemOperation];
|
|
90
|
+
export declare const SetMultiVmSyncStatus: {
|
|
91
|
+
readonly Enable: "Enable";
|
|
92
|
+
readonly Disable: "Disable";
|
|
93
|
+
};
|
|
94
|
+
/**
|
|
95
|
+
* A value indicating whether multi-VM sync has to be enabled. Value should be 'Enabled' or 'Disabled'.
|
|
96
|
+
*/
|
|
97
|
+
export declare type SetMultiVmSyncStatus = (typeof SetMultiVmSyncStatus)[keyof typeof SetMultiVmSyncStatus];
|
|
98
|
+
export declare const SqlServerLicenseType: {
|
|
99
|
+
readonly NotSpecified: "NotSpecified";
|
|
100
|
+
readonly NoLicenseType: "NoLicenseType";
|
|
101
|
+
readonly PAYG: "PAYG";
|
|
102
|
+
readonly AHUB: "AHUB";
|
|
103
|
+
};
|
|
104
|
+
/**
|
|
105
|
+
* The SQL Server license type.
|
|
106
|
+
*/
|
|
107
|
+
export declare type SqlServerLicenseType = (typeof SqlServerLicenseType)[keyof typeof SqlServerLicenseType];
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi SDK Generator. ***
|
|
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.SqlServerLicenseType = exports.SetMultiVmSyncStatus = exports.ReplicationProtectedItemOperation = exports.RecoveryPlanGroupType = exports.RecoveryPlanActionLocation = exports.PossibleOperationsDirections = exports.LicenseType = exports.FailoverDeploymentModel = exports.ExtendedLocationType = exports.DiskAccountType = exports.AutomationAccountAuthenticationType = exports.AgentAutoUpdateStatus = void 0;
|
|
6
|
+
exports.AgentAutoUpdateStatus = {
|
|
7
|
+
Disabled: "Disabled",
|
|
8
|
+
Enabled: "Enabled",
|
|
9
|
+
};
|
|
10
|
+
exports.AutomationAccountAuthenticationType = {
|
|
11
|
+
RunAsAccount: "RunAsAccount",
|
|
12
|
+
SystemAssignedIdentity: "SystemAssignedIdentity",
|
|
13
|
+
};
|
|
14
|
+
exports.DiskAccountType = {
|
|
15
|
+
Standard_LRS: "Standard_LRS",
|
|
16
|
+
Premium_LRS: "Premium_LRS",
|
|
17
|
+
StandardSSD_LRS: "StandardSSD_LRS",
|
|
18
|
+
};
|
|
19
|
+
exports.ExtendedLocationType = {
|
|
20
|
+
EdgeZone: "EdgeZone",
|
|
21
|
+
};
|
|
22
|
+
exports.FailoverDeploymentModel = {
|
|
23
|
+
NotApplicable: "NotApplicable",
|
|
24
|
+
Classic: "Classic",
|
|
25
|
+
ResourceManager: "ResourceManager",
|
|
26
|
+
};
|
|
27
|
+
exports.LicenseType = {
|
|
28
|
+
NotSpecified: "NotSpecified",
|
|
29
|
+
NoLicenseType: "NoLicenseType",
|
|
30
|
+
WindowsServer: "WindowsServer",
|
|
31
|
+
};
|
|
32
|
+
exports.PossibleOperationsDirections = {
|
|
33
|
+
PrimaryToRecovery: "PrimaryToRecovery",
|
|
34
|
+
RecoveryToPrimary: "RecoveryToPrimary",
|
|
35
|
+
};
|
|
36
|
+
exports.RecoveryPlanActionLocation = {
|
|
37
|
+
Primary: "Primary",
|
|
38
|
+
Recovery: "Recovery",
|
|
39
|
+
};
|
|
40
|
+
exports.RecoveryPlanGroupType = {
|
|
41
|
+
Shutdown: "Shutdown",
|
|
42
|
+
Boot: "Boot",
|
|
43
|
+
Failover: "Failover",
|
|
44
|
+
};
|
|
45
|
+
exports.ReplicationProtectedItemOperation = {
|
|
46
|
+
ReverseReplicate: "ReverseReplicate",
|
|
47
|
+
Commit: "Commit",
|
|
48
|
+
PlannedFailover: "PlannedFailover",
|
|
49
|
+
UnplannedFailover: "UnplannedFailover",
|
|
50
|
+
DisableProtection: "DisableProtection",
|
|
51
|
+
TestFailover: "TestFailover",
|
|
52
|
+
TestFailoverCleanup: "TestFailoverCleanup",
|
|
53
|
+
Failback: "Failback",
|
|
54
|
+
FinalizeFailback: "FinalizeFailback",
|
|
55
|
+
CancelFailover: "CancelFailover",
|
|
56
|
+
ChangePit: "ChangePit",
|
|
57
|
+
RepairReplication: "RepairReplication",
|
|
58
|
+
SwitchProtection: "SwitchProtection",
|
|
59
|
+
CompleteMigration: "CompleteMigration",
|
|
60
|
+
};
|
|
61
|
+
exports.SetMultiVmSyncStatus = {
|
|
62
|
+
Enable: "Enable",
|
|
63
|
+
Disable: "Disable",
|
|
64
|
+
};
|
|
65
|
+
exports.SqlServerLicenseType = {
|
|
66
|
+
NotSpecified: "NotSpecified",
|
|
67
|
+
NoLicenseType: "NoLicenseType",
|
|
68
|
+
PAYG: "PAYG",
|
|
69
|
+
AHUB: "AHUB",
|
|
70
|
+
};
|
|
71
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi90eXBlcy9lbnVtcy9yZWNvdmVyeXNlcnZpY2VzL3YyMDIxMTEwMS9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsd0VBQXdFO0FBQ3hFLGlGQUFpRjs7O0FBR3BFLFFBQUEscUJBQXFCLEdBQUc7SUFDakMsUUFBUSxFQUFFLFVBQVU7SUFDcEIsT0FBTyxFQUFFLFNBQVM7Q0FDWixDQUFDO0FBT0UsUUFBQSxtQ0FBbUMsR0FBRztJQUMvQyxZQUFZLEVBQUUsY0FBYztJQUM1QixzQkFBc0IsRUFBRSx3QkFBd0I7Q0FDMUMsQ0FBQztBQU9FLFFBQUEsZUFBZSxHQUFHO0lBQzNCLFlBQVksRUFBRSxjQUFjO0lBQzVCLFdBQVcsRUFBRSxhQUFhO0lBQzFCLGVBQWUsRUFBRSxpQkFBaUI7Q0FDNUIsQ0FBQztBQU9FLFFBQUEsb0JBQW9CLEdBQUc7SUFDaEMsUUFBUSxFQUFFLFVBQVU7Q0FDZCxDQUFDO0FBT0UsUUFBQSx1QkFBdUIsR0FBRztJQUNuQyxhQUFhLEVBQUUsZUFBZTtJQUM5QixPQUFPLEVBQUUsU0FBUztJQUNsQixlQUFlLEVBQUUsaUJBQWlCO0NBQzVCLENBQUM7QUFPRSxRQUFBLFdBQVcsR0FBRztJQUN2QixZQUFZLEVBQUUsY0FBYztJQUM1QixhQUFhLEVBQUUsZUFBZTtJQUM5QixhQUFhLEVBQUUsZUFBZTtDQUN4QixDQUFDO0FBT0UsUUFBQSw0QkFBNEIsR0FBRztJQUN4QyxpQkFBaUIsRUFBRSxtQkFBbUI7SUFDdEMsaUJBQWlCLEVBQUUsbUJBQW1CO0NBQ2hDLENBQUM7QUFJRSxRQUFBLDBCQUEwQixHQUFHO0lBQ3RDLE9BQU8sRUFBRSxTQUFTO0lBQ2xCLFFBQVEsRUFBRSxVQUFVO0NBQ2QsQ0FBQztBQU9FLFFBQUEscUJBQXFCLEdBQUc7SUFDakMsUUFBUSxFQUFFLFVBQVU7SUFDcEIsSUFBSSxFQUFFLE1BQU07SUFDWixRQUFRLEVBQUUsVUFBVTtDQUNkLENBQUM7QUFPRSxRQUFBLGlDQUFpQyxHQUFHO0lBQzdDLGdCQUFnQixFQUFFLGtCQUFrQjtJQUNwQyxNQUFNLEVBQUUsUUFBUTtJQUNoQixlQUFlLEVBQUUsaUJBQWlCO0lBQ2xDLGlCQUFpQixFQUFFLG1CQUFtQjtJQUN0QyxpQkFBaUIsRUFBRSxtQkFBbUI7SUFDdEMsWUFBWSxFQUFFLGNBQWM7SUFDNUIsbUJBQW1CLEVBQUUscUJBQXFCO0lBQzFDLFFBQVEsRUFBRSxVQUFVO0lBQ3BCLGdCQUFnQixFQUFFLGtCQUFrQjtJQUNwQyxjQUFjLEVBQUUsZ0JBQWdCO0lBQ2hDLFNBQVMsRUFBRSxXQUFXO0lBQ3RCLGlCQUFpQixFQUFFLG1CQUFtQjtJQUN0QyxnQkFBZ0IsRUFBRSxrQkFBa0I7SUFDcEMsaUJBQWlCLEVBQUUsbUJBQW1CO0NBQ2hDLENBQUM7QUFJRSxRQUFBLG9CQUFvQixHQUFHO0lBQ2hDLE1BQU0sRUFBRSxRQUFRO0lBQ2hCLE9BQU8sRUFBRSxTQUFTO0NBQ1osQ0FBQztBQU9FLFFBQUEsb0JBQW9CLEdBQUc7SUFDaEMsWUFBWSxFQUFFLGNBQWM7SUFDNUIsYUFBYSxFQUFFLGVBQWU7SUFDOUIsSUFBSSxFQUFFLE1BQU07SUFDWixJQUFJLEVBQUUsTUFBTTtDQUNOLENBQUMifQ==
|
|
@@ -0,0 +1,441 @@
|
|
|
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 declare type AcquireStorageAccountLock = (typeof AcquireStorageAccountLock)[keyof typeof AcquireStorageAccountLock];
|
|
9
|
+
export declare const AgentAutoUpdateStatus: {
|
|
10
|
+
readonly Disabled: "Disabled";
|
|
11
|
+
readonly Enabled: "Enabled";
|
|
12
|
+
};
|
|
13
|
+
/**
|
|
14
|
+
* A value indicating whether the auto update is enabled.
|
|
15
|
+
*/
|
|
16
|
+
export declare type AgentAutoUpdateStatus = (typeof AgentAutoUpdateStatus)[keyof typeof AgentAutoUpdateStatus];
|
|
17
|
+
export declare const AutomationAccountAuthenticationType: {
|
|
18
|
+
readonly RunAsAccount: "RunAsAccount";
|
|
19
|
+
readonly SystemAssignedIdentity: "SystemAssignedIdentity";
|
|
20
|
+
};
|
|
21
|
+
/**
|
|
22
|
+
* A value indicating the type authentication to use for automation Account.
|
|
23
|
+
*/
|
|
24
|
+
export declare type AutomationAccountAuthenticationType = (typeof AutomationAccountAuthenticationType)[keyof typeof AutomationAccountAuthenticationType];
|
|
25
|
+
export declare const BackupItemType: {
|
|
26
|
+
readonly Invalid: "Invalid";
|
|
27
|
+
readonly VM: "VM";
|
|
28
|
+
readonly FileFolder: "FileFolder";
|
|
29
|
+
readonly AzureSqlDb: "AzureSqlDb";
|
|
30
|
+
readonly SQLDB: "SQLDB";
|
|
31
|
+
readonly Exchange: "Exchange";
|
|
32
|
+
readonly Sharepoint: "Sharepoint";
|
|
33
|
+
readonly VMwareVM: "VMwareVM";
|
|
34
|
+
readonly SystemState: "SystemState";
|
|
35
|
+
readonly Client: "Client";
|
|
36
|
+
readonly GenericDataSource: "GenericDataSource";
|
|
37
|
+
readonly SQLDataBase: "SQLDataBase";
|
|
38
|
+
readonly AzureFileShare: "AzureFileShare";
|
|
39
|
+
readonly SAPHanaDatabase: "SAPHanaDatabase";
|
|
40
|
+
readonly SAPAseDatabase: "SAPAseDatabase";
|
|
41
|
+
};
|
|
42
|
+
/**
|
|
43
|
+
* Type of backup items associated with this container.
|
|
44
|
+
*/
|
|
45
|
+
export declare type BackupItemType = (typeof BackupItemType)[keyof typeof BackupItemType];
|
|
46
|
+
export declare const BackupManagementType: {
|
|
47
|
+
readonly Invalid: "Invalid";
|
|
48
|
+
readonly AzureIaasVM: "AzureIaasVM";
|
|
49
|
+
readonly MAB: "MAB";
|
|
50
|
+
readonly DPM: "DPM";
|
|
51
|
+
readonly AzureBackupServer: "AzureBackupServer";
|
|
52
|
+
readonly AzureSql: "AzureSql";
|
|
53
|
+
readonly AzureStorage: "AzureStorage";
|
|
54
|
+
readonly AzureWorkload: "AzureWorkload";
|
|
55
|
+
readonly DefaultBackup: "DefaultBackup";
|
|
56
|
+
};
|
|
57
|
+
/**
|
|
58
|
+
* Type of backup management for the backed up item.
|
|
59
|
+
*/
|
|
60
|
+
export declare type BackupManagementType = (typeof BackupManagementType)[keyof typeof BackupManagementType];
|
|
61
|
+
export declare const ContainerType: {
|
|
62
|
+
readonly Invalid: "Invalid";
|
|
63
|
+
readonly Unknown: "Unknown";
|
|
64
|
+
readonly IaasVMContainer: "IaasVMContainer";
|
|
65
|
+
readonly IaasVMServiceContainer: "IaasVMServiceContainer";
|
|
66
|
+
readonly DPMContainer: "DPMContainer";
|
|
67
|
+
readonly AzureBackupServerContainer: "AzureBackupServerContainer";
|
|
68
|
+
readonly MABContainer: "MABContainer";
|
|
69
|
+
readonly Cluster: "Cluster";
|
|
70
|
+
readonly AzureSqlContainer: "AzureSqlContainer";
|
|
71
|
+
readonly Windows: "Windows";
|
|
72
|
+
readonly VCenter: "VCenter";
|
|
73
|
+
readonly VMAppContainer: "VMAppContainer";
|
|
74
|
+
readonly SQLAGWorkLoadContainer: "SQLAGWorkLoadContainer";
|
|
75
|
+
readonly StorageContainer: "StorageContainer";
|
|
76
|
+
readonly GenericContainer: "GenericContainer";
|
|
77
|
+
};
|
|
78
|
+
/**
|
|
79
|
+
* Type of the container. The value of this property for: 1. Compute Azure VM is Microsoft.Compute/virtualMachines 2.
|
|
80
|
+
* Classic Compute Azure VM is Microsoft.ClassicCompute/virtualMachines 3. Windows machines (like MAB, DPM etc) is
|
|
81
|
+
* Windows 4. Azure SQL instance is AzureSqlContainer. 5. Storage containers is StorageContainer. 6. Azure workload
|
|
82
|
+
* Backup is VMAppContainer
|
|
83
|
+
*/
|
|
84
|
+
export declare type ContainerType = (typeof ContainerType)[keyof typeof ContainerType];
|
|
85
|
+
export declare const CreateMode: {
|
|
86
|
+
readonly Invalid: "Invalid";
|
|
87
|
+
readonly Default: "Default";
|
|
88
|
+
readonly Recover: "Recover";
|
|
89
|
+
};
|
|
90
|
+
/**
|
|
91
|
+
* Create mode to indicate recovery of existing soft deleted data source or creation of new data source.
|
|
92
|
+
*/
|
|
93
|
+
export declare type CreateMode = (typeof CreateMode)[keyof typeof CreateMode];
|
|
94
|
+
export declare const DataSourceType: {
|
|
95
|
+
readonly Invalid: "Invalid";
|
|
96
|
+
readonly VM: "VM";
|
|
97
|
+
readonly FileFolder: "FileFolder";
|
|
98
|
+
readonly AzureSqlDb: "AzureSqlDb";
|
|
99
|
+
readonly SQLDB: "SQLDB";
|
|
100
|
+
readonly Exchange: "Exchange";
|
|
101
|
+
readonly Sharepoint: "Sharepoint";
|
|
102
|
+
readonly VMwareVM: "VMwareVM";
|
|
103
|
+
readonly SystemState: "SystemState";
|
|
104
|
+
readonly Client: "Client";
|
|
105
|
+
readonly GenericDataSource: "GenericDataSource";
|
|
106
|
+
readonly SQLDataBase: "SQLDataBase";
|
|
107
|
+
readonly AzureFileShare: "AzureFileShare";
|
|
108
|
+
readonly SAPHanaDatabase: "SAPHanaDatabase";
|
|
109
|
+
readonly SAPAseDatabase: "SAPAseDatabase";
|
|
110
|
+
};
|
|
111
|
+
/**
|
|
112
|
+
* Type of workload this item represents.
|
|
113
|
+
*/
|
|
114
|
+
export declare type DataSourceType = (typeof DataSourceType)[keyof typeof DataSourceType];
|
|
115
|
+
export declare const DayOfWeek: {
|
|
116
|
+
readonly Sunday: "Sunday";
|
|
117
|
+
readonly Monday: "Monday";
|
|
118
|
+
readonly Tuesday: "Tuesday";
|
|
119
|
+
readonly Wednesday: "Wednesday";
|
|
120
|
+
readonly Thursday: "Thursday";
|
|
121
|
+
readonly Friday: "Friday";
|
|
122
|
+
readonly Saturday: "Saturday";
|
|
123
|
+
};
|
|
124
|
+
export declare type DayOfWeek = (typeof DayOfWeek)[keyof typeof DayOfWeek];
|
|
125
|
+
export declare const DiskAccountType: {
|
|
126
|
+
readonly Standard_LRS: "Standard_LRS";
|
|
127
|
+
readonly Premium_LRS: "Premium_LRS";
|
|
128
|
+
readonly StandardSSD_LRS: "StandardSSD_LRS";
|
|
129
|
+
};
|
|
130
|
+
/**
|
|
131
|
+
* The disk type.
|
|
132
|
+
*/
|
|
133
|
+
export declare type DiskAccountType = (typeof DiskAccountType)[keyof typeof DiskAccountType];
|
|
134
|
+
export declare const ExtendedLocationType: {
|
|
135
|
+
readonly EdgeZone: "EdgeZone";
|
|
136
|
+
};
|
|
137
|
+
/**
|
|
138
|
+
* The extended location type.
|
|
139
|
+
*/
|
|
140
|
+
export declare type ExtendedLocationType = (typeof ExtendedLocationType)[keyof typeof ExtendedLocationType];
|
|
141
|
+
export declare const FailoverDeploymentModel: {
|
|
142
|
+
readonly NotApplicable: "NotApplicable";
|
|
143
|
+
readonly Classic: "Classic";
|
|
144
|
+
readonly ResourceManager: "ResourceManager";
|
|
145
|
+
};
|
|
146
|
+
/**
|
|
147
|
+
* The failover deployment model.
|
|
148
|
+
*/
|
|
149
|
+
export declare type FailoverDeploymentModel = (typeof FailoverDeploymentModel)[keyof typeof FailoverDeploymentModel];
|
|
150
|
+
export declare const HealthStatus: {
|
|
151
|
+
readonly Passed: "Passed";
|
|
152
|
+
readonly ActionRequired: "ActionRequired";
|
|
153
|
+
readonly ActionSuggested: "ActionSuggested";
|
|
154
|
+
readonly Invalid: "Invalid";
|
|
155
|
+
};
|
|
156
|
+
/**
|
|
157
|
+
* Health status of protected item.
|
|
158
|
+
*/
|
|
159
|
+
export declare type HealthStatus = (typeof HealthStatus)[keyof typeof HealthStatus];
|
|
160
|
+
export declare const IAASVMPolicyType: {
|
|
161
|
+
readonly Invalid: "Invalid";
|
|
162
|
+
readonly V1: "V1";
|
|
163
|
+
readonly V2: "V2";
|
|
164
|
+
};
|
|
165
|
+
export declare type IAASVMPolicyType = (typeof IAASVMPolicyType)[keyof typeof IAASVMPolicyType];
|
|
166
|
+
export declare const LastBackupStatus: {
|
|
167
|
+
readonly Invalid: "Invalid";
|
|
168
|
+
readonly Healthy: "Healthy";
|
|
169
|
+
readonly Unhealthy: "Unhealthy";
|
|
170
|
+
readonly IRPending: "IRPending";
|
|
171
|
+
};
|
|
172
|
+
/**
|
|
173
|
+
* Last backup operation status. Possible values: Healthy, Unhealthy.
|
|
174
|
+
*/
|
|
175
|
+
export declare type LastBackupStatus = (typeof LastBackupStatus)[keyof typeof LastBackupStatus];
|
|
176
|
+
export declare const LicenseType: {
|
|
177
|
+
readonly NotSpecified: "NotSpecified";
|
|
178
|
+
readonly NoLicenseType: "NoLicenseType";
|
|
179
|
+
readonly WindowsServer: "WindowsServer";
|
|
180
|
+
};
|
|
181
|
+
/**
|
|
182
|
+
* The license type.
|
|
183
|
+
*/
|
|
184
|
+
export declare type LicenseType = (typeof LicenseType)[keyof typeof LicenseType];
|
|
185
|
+
export declare const MonthOfYear: {
|
|
186
|
+
readonly Invalid: "Invalid";
|
|
187
|
+
readonly January: "January";
|
|
188
|
+
readonly February: "February";
|
|
189
|
+
readonly March: "March";
|
|
190
|
+
readonly April: "April";
|
|
191
|
+
readonly May: "May";
|
|
192
|
+
readonly June: "June";
|
|
193
|
+
readonly July: "July";
|
|
194
|
+
readonly August: "August";
|
|
195
|
+
readonly September: "September";
|
|
196
|
+
readonly October: "October";
|
|
197
|
+
readonly November: "November";
|
|
198
|
+
readonly December: "December";
|
|
199
|
+
};
|
|
200
|
+
export declare type MonthOfYear = (typeof MonthOfYear)[keyof typeof MonthOfYear];
|
|
201
|
+
export declare const OperationType: {
|
|
202
|
+
readonly Invalid: "Invalid";
|
|
203
|
+
readonly Register: "Register";
|
|
204
|
+
readonly Reregister: "Reregister";
|
|
205
|
+
};
|
|
206
|
+
/**
|
|
207
|
+
* Re-Do Operation
|
|
208
|
+
*/
|
|
209
|
+
export declare type OperationType = (typeof OperationType)[keyof typeof OperationType];
|
|
210
|
+
export declare const PolicyType: {
|
|
211
|
+
readonly Invalid: "Invalid";
|
|
212
|
+
readonly Full: "Full";
|
|
213
|
+
readonly Differential: "Differential";
|
|
214
|
+
readonly Log: "Log";
|
|
215
|
+
readonly CopyOnlyFull: "CopyOnlyFull";
|
|
216
|
+
readonly Incremental: "Incremental";
|
|
217
|
+
};
|
|
218
|
+
/**
|
|
219
|
+
* Type of backup policy type
|
|
220
|
+
*/
|
|
221
|
+
export declare type PolicyType = (typeof PolicyType)[keyof typeof PolicyType];
|
|
222
|
+
export declare const PossibleOperationsDirections: {
|
|
223
|
+
readonly PrimaryToRecovery: "PrimaryToRecovery";
|
|
224
|
+
readonly RecoveryToPrimary: "RecoveryToPrimary";
|
|
225
|
+
};
|
|
226
|
+
export declare type PossibleOperationsDirections = (typeof PossibleOperationsDirections)[keyof typeof PossibleOperationsDirections];
|
|
227
|
+
export declare const PrivateEndpointConnectionStatus: {
|
|
228
|
+
readonly Pending: "Pending";
|
|
229
|
+
readonly Approved: "Approved";
|
|
230
|
+
readonly Rejected: "Rejected";
|
|
231
|
+
readonly Disconnected: "Disconnected";
|
|
232
|
+
};
|
|
233
|
+
/**
|
|
234
|
+
* Gets or sets the status
|
|
235
|
+
*/
|
|
236
|
+
export declare type PrivateEndpointConnectionStatus = (typeof PrivateEndpointConnectionStatus)[keyof typeof PrivateEndpointConnectionStatus];
|
|
237
|
+
export declare const ProtectedItemHealthStatus: {
|
|
238
|
+
readonly Invalid: "Invalid";
|
|
239
|
+
readonly Healthy: "Healthy";
|
|
240
|
+
readonly Unhealthy: "Unhealthy";
|
|
241
|
+
readonly NotReachable: "NotReachable";
|
|
242
|
+
readonly IRPending: "IRPending";
|
|
243
|
+
};
|
|
244
|
+
/**
|
|
245
|
+
* Health status of the backup item, evaluated based on last heartbeat received
|
|
246
|
+
*/
|
|
247
|
+
export declare type ProtectedItemHealthStatus = (typeof ProtectedItemHealthStatus)[keyof typeof ProtectedItemHealthStatus];
|
|
248
|
+
export declare const ProtectedItemState: {
|
|
249
|
+
readonly Invalid: "Invalid";
|
|
250
|
+
readonly IRPending: "IRPending";
|
|
251
|
+
readonly Protected: "Protected";
|
|
252
|
+
readonly ProtectionError: "ProtectionError";
|
|
253
|
+
readonly ProtectionStopped: "ProtectionStopped";
|
|
254
|
+
readonly ProtectionPaused: "ProtectionPaused";
|
|
255
|
+
};
|
|
256
|
+
/**
|
|
257
|
+
* Protection state of the backup engine
|
|
258
|
+
*/
|
|
259
|
+
export declare type ProtectedItemState = (typeof ProtectedItemState)[keyof typeof ProtectedItemState];
|
|
260
|
+
export declare const ProtectionIntentItemType: {
|
|
261
|
+
readonly Invalid: "Invalid";
|
|
262
|
+
readonly AzureResourceItem: "AzureResourceItem";
|
|
263
|
+
readonly RecoveryServiceVaultItem: "RecoveryServiceVaultItem";
|
|
264
|
+
readonly AzureWorkloadContainerAutoProtectionIntent: "AzureWorkloadContainerAutoProtectionIntent";
|
|
265
|
+
readonly AzureWorkloadAutoProtectionIntent: "AzureWorkloadAutoProtectionIntent";
|
|
266
|
+
readonly AzureWorkloadSQLAutoProtectionIntent: "AzureWorkloadSQLAutoProtectionIntent";
|
|
267
|
+
};
|
|
268
|
+
/**
|
|
269
|
+
* backup protectionIntent type.
|
|
270
|
+
*/
|
|
271
|
+
export declare type ProtectionIntentItemType = (typeof ProtectionIntentItemType)[keyof typeof ProtectionIntentItemType];
|
|
272
|
+
export declare const ProtectionState: {
|
|
273
|
+
readonly Invalid: "Invalid";
|
|
274
|
+
readonly IRPending: "IRPending";
|
|
275
|
+
readonly Protected: "Protected";
|
|
276
|
+
readonly ProtectionError: "ProtectionError";
|
|
277
|
+
readonly ProtectionStopped: "ProtectionStopped";
|
|
278
|
+
readonly ProtectionPaused: "ProtectionPaused";
|
|
279
|
+
};
|
|
280
|
+
/**
|
|
281
|
+
* Backup state of this backup item.
|
|
282
|
+
*/
|
|
283
|
+
export declare type ProtectionState = (typeof ProtectionState)[keyof typeof ProtectionState];
|
|
284
|
+
export declare const ProtectionStatus: {
|
|
285
|
+
readonly Invalid: "Invalid";
|
|
286
|
+
readonly NotProtected: "NotProtected";
|
|
287
|
+
readonly Protecting: "Protecting";
|
|
288
|
+
readonly Protected: "Protected";
|
|
289
|
+
readonly ProtectionFailed: "ProtectionFailed";
|
|
290
|
+
};
|
|
291
|
+
/**
|
|
292
|
+
* Backup state of this backup item.
|
|
293
|
+
*/
|
|
294
|
+
export declare type ProtectionStatus = (typeof ProtectionStatus)[keyof typeof ProtectionStatus];
|
|
295
|
+
export declare const ProvisioningState: {
|
|
296
|
+
readonly Succeeded: "Succeeded";
|
|
297
|
+
readonly Deleting: "Deleting";
|
|
298
|
+
readonly Failed: "Failed";
|
|
299
|
+
readonly Pending: "Pending";
|
|
300
|
+
};
|
|
301
|
+
/**
|
|
302
|
+
* Gets or sets provisioning state of the private endpoint connection
|
|
303
|
+
*/
|
|
304
|
+
export declare type ProvisioningState = (typeof ProvisioningState)[keyof typeof ProvisioningState];
|
|
305
|
+
export declare const RecoveryPlanActionLocation: {
|
|
306
|
+
readonly Primary: "Primary";
|
|
307
|
+
readonly Recovery: "Recovery";
|
|
308
|
+
};
|
|
309
|
+
/**
|
|
310
|
+
* The fabric location.
|
|
311
|
+
*/
|
|
312
|
+
export declare type RecoveryPlanActionLocation = (typeof RecoveryPlanActionLocation)[keyof typeof RecoveryPlanActionLocation];
|
|
313
|
+
export declare const RecoveryPlanGroupType: {
|
|
314
|
+
readonly Shutdown: "Shutdown";
|
|
315
|
+
readonly Boot: "Boot";
|
|
316
|
+
readonly Failover: "Failover";
|
|
317
|
+
};
|
|
318
|
+
/**
|
|
319
|
+
* The group type.
|
|
320
|
+
*/
|
|
321
|
+
export declare type RecoveryPlanGroupType = (typeof RecoveryPlanGroupType)[keyof typeof RecoveryPlanGroupType];
|
|
322
|
+
export declare const ReplicationProtectedItemOperation: {
|
|
323
|
+
readonly ReverseReplicate: "ReverseReplicate";
|
|
324
|
+
readonly Commit: "Commit";
|
|
325
|
+
readonly PlannedFailover: "PlannedFailover";
|
|
326
|
+
readonly UnplannedFailover: "UnplannedFailover";
|
|
327
|
+
readonly DisableProtection: "DisableProtection";
|
|
328
|
+
readonly TestFailover: "TestFailover";
|
|
329
|
+
readonly TestFailoverCleanup: "TestFailoverCleanup";
|
|
330
|
+
readonly Failback: "Failback";
|
|
331
|
+
readonly FinalizeFailback: "FinalizeFailback";
|
|
332
|
+
readonly CancelFailover: "CancelFailover";
|
|
333
|
+
readonly ChangePit: "ChangePit";
|
|
334
|
+
readonly RepairReplication: "RepairReplication";
|
|
335
|
+
readonly SwitchProtection: "SwitchProtection";
|
|
336
|
+
readonly CompleteMigration: "CompleteMigration";
|
|
337
|
+
};
|
|
338
|
+
export declare type ReplicationProtectedItemOperation = (typeof ReplicationProtectedItemOperation)[keyof typeof ReplicationProtectedItemOperation];
|
|
339
|
+
export declare const ResourceHealthStatus: {
|
|
340
|
+
readonly Healthy: "Healthy";
|
|
341
|
+
readonly TransientDegraded: "TransientDegraded";
|
|
342
|
+
readonly PersistentDegraded: "PersistentDegraded";
|
|
343
|
+
readonly TransientUnhealthy: "TransientUnhealthy";
|
|
344
|
+
readonly PersistentUnhealthy: "PersistentUnhealthy";
|
|
345
|
+
readonly Invalid: "Invalid";
|
|
346
|
+
};
|
|
347
|
+
/**
|
|
348
|
+
* Resource Health Status
|
|
349
|
+
*/
|
|
350
|
+
export declare type ResourceHealthStatus = (typeof ResourceHealthStatus)[keyof typeof ResourceHealthStatus];
|
|
351
|
+
export declare const RetentionDurationType: {
|
|
352
|
+
readonly Invalid: "Invalid";
|
|
353
|
+
readonly Days: "Days";
|
|
354
|
+
readonly Weeks: "Weeks";
|
|
355
|
+
readonly Months: "Months";
|
|
356
|
+
readonly Years: "Years";
|
|
357
|
+
};
|
|
358
|
+
/**
|
|
359
|
+
* Retention duration type of retention policy.
|
|
360
|
+
*/
|
|
361
|
+
export declare type RetentionDurationType = (typeof RetentionDurationType)[keyof typeof RetentionDurationType];
|
|
362
|
+
export declare const RetentionScheduleFormat: {
|
|
363
|
+
readonly Invalid: "Invalid";
|
|
364
|
+
readonly Daily: "Daily";
|
|
365
|
+
readonly Weekly: "Weekly";
|
|
366
|
+
};
|
|
367
|
+
/**
|
|
368
|
+
* Retention schedule format for yearly retention policy.
|
|
369
|
+
*/
|
|
370
|
+
export declare type RetentionScheduleFormat = (typeof RetentionScheduleFormat)[keyof typeof RetentionScheduleFormat];
|
|
371
|
+
export declare const ScheduleRunType: {
|
|
372
|
+
readonly Invalid: "Invalid";
|
|
373
|
+
readonly Daily: "Daily";
|
|
374
|
+
readonly Weekly: "Weekly";
|
|
375
|
+
readonly Hourly: "Hourly";
|
|
376
|
+
};
|
|
377
|
+
/**
|
|
378
|
+
* Frequency of the schedule operation of this policy.
|
|
379
|
+
*/
|
|
380
|
+
export declare type ScheduleRunType = (typeof ScheduleRunType)[keyof typeof ScheduleRunType];
|
|
381
|
+
export declare const SetMultiVmSyncStatus: {
|
|
382
|
+
readonly Enable: "Enable";
|
|
383
|
+
readonly Disable: "Disable";
|
|
384
|
+
};
|
|
385
|
+
/**
|
|
386
|
+
* A value indicating whether multi-VM sync has to be enabled. Value should be 'Enabled' or 'Disabled'.
|
|
387
|
+
*/
|
|
388
|
+
export declare type SetMultiVmSyncStatus = (typeof SetMultiVmSyncStatus)[keyof typeof SetMultiVmSyncStatus];
|
|
389
|
+
export declare const SqlServerLicenseType: {
|
|
390
|
+
readonly NotSpecified: "NotSpecified";
|
|
391
|
+
readonly NoLicenseType: "NoLicenseType";
|
|
392
|
+
readonly PAYG: "PAYG";
|
|
393
|
+
readonly AHUB: "AHUB";
|
|
394
|
+
};
|
|
395
|
+
/**
|
|
396
|
+
* The SQL Server license type.
|
|
397
|
+
*/
|
|
398
|
+
export declare type SqlServerLicenseType = (typeof SqlServerLicenseType)[keyof typeof SqlServerLicenseType];
|
|
399
|
+
export declare const WeekOfMonth: {
|
|
400
|
+
readonly First: "First";
|
|
401
|
+
readonly Second: "Second";
|
|
402
|
+
readonly Third: "Third";
|
|
403
|
+
readonly Fourth: "Fourth";
|
|
404
|
+
readonly Last: "Last";
|
|
405
|
+
readonly Invalid: "Invalid";
|
|
406
|
+
};
|
|
407
|
+
export declare type WeekOfMonth = (typeof WeekOfMonth)[keyof typeof WeekOfMonth];
|
|
408
|
+
export declare const WorkloadItemType: {
|
|
409
|
+
readonly Invalid: "Invalid";
|
|
410
|
+
readonly SQLInstance: "SQLInstance";
|
|
411
|
+
readonly SQLDataBase: "SQLDataBase";
|
|
412
|
+
readonly SAPHanaSystem: "SAPHanaSystem";
|
|
413
|
+
readonly SAPHanaDatabase: "SAPHanaDatabase";
|
|
414
|
+
readonly SAPAseSystem: "SAPAseSystem";
|
|
415
|
+
readonly SAPAseDatabase: "SAPAseDatabase";
|
|
416
|
+
};
|
|
417
|
+
/**
|
|
418
|
+
* Workload item type of the item for which intent is to be set
|
|
419
|
+
*/
|
|
420
|
+
export declare type WorkloadItemType = (typeof WorkloadItemType)[keyof typeof WorkloadItemType];
|
|
421
|
+
export declare const WorkloadType: {
|
|
422
|
+
readonly Invalid: "Invalid";
|
|
423
|
+
readonly VM: "VM";
|
|
424
|
+
readonly FileFolder: "FileFolder";
|
|
425
|
+
readonly AzureSqlDb: "AzureSqlDb";
|
|
426
|
+
readonly SQLDB: "SQLDB";
|
|
427
|
+
readonly Exchange: "Exchange";
|
|
428
|
+
readonly Sharepoint: "Sharepoint";
|
|
429
|
+
readonly VMwareVM: "VMwareVM";
|
|
430
|
+
readonly SystemState: "SystemState";
|
|
431
|
+
readonly Client: "Client";
|
|
432
|
+
readonly GenericDataSource: "GenericDataSource";
|
|
433
|
+
readonly SQLDataBase: "SQLDataBase";
|
|
434
|
+
readonly AzureFileShare: "AzureFileShare";
|
|
435
|
+
readonly SAPHanaDatabase: "SAPHanaDatabase";
|
|
436
|
+
readonly SAPAseDatabase: "SAPAseDatabase";
|
|
437
|
+
};
|
|
438
|
+
/**
|
|
439
|
+
* Type of workload for the backup management
|
|
440
|
+
*/
|
|
441
|
+
export declare type WorkloadType = (typeof WorkloadType)[keyof typeof WorkloadType];
|