@pulumi/azure-native 2.20.1 → 2.20.2-alpha.1701806550
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/baremetalinfrastructure/azureBareMetalStorageInstance.d.ts +1 -1
- package/baremetalinfrastructure/azureBareMetalStorageInstance.js +3 -3
- package/baremetalinfrastructure/getAzureBareMetalStorageInstance.d.ts +2 -2
- package/baremetalinfrastructure/getAzureBareMetalStorageInstance.js +2 -2
- package/baremetalinfrastructure/index.d.ts +2 -1
- package/baremetalinfrastructure/index.js +4 -2
- package/baremetalinfrastructure/v20230406/azureBareMetalStorageInstance.js +2 -2
- package/baremetalinfrastructure/v20230804preview/azureBareMetalStorageInstance.js +2 -2
- package/baremetalinfrastructure/v20231101preview/azureBareMetalStorageInstance.d.ts +99 -0
- package/baremetalinfrastructure/v20231101preview/azureBareMetalStorageInstance.js +77 -0
- package/baremetalinfrastructure/v20231101preview/getAzureBareMetalStorageInstance.d.ts +73 -0
- package/baremetalinfrastructure/v20231101preview/getAzureBareMetalStorageInstance.js +26 -0
- package/baremetalinfrastructure/v20231101preview/index.d.ts +7 -0
- package/baremetalinfrastructure/v20231101preview/index.js +41 -0
- package/batch/application.d.ts +1 -1
- package/batch/application.js +3 -3
- package/batch/applicationPackage.d.ts +1 -1
- package/batch/applicationPackage.js +3 -3
- package/batch/batchAccount.d.ts +1 -1
- package/batch/batchAccount.js +3 -3
- package/batch/getApplication.d.ts +2 -2
- package/batch/getApplication.js +2 -2
- package/batch/getApplicationPackage.d.ts +2 -2
- package/batch/getApplicationPackage.js +2 -2
- package/batch/getBatchAccount.d.ts +2 -2
- package/batch/getBatchAccount.js +2 -2
- package/batch/getPool.d.ts +2 -2
- package/batch/getPool.js +2 -2
- package/batch/index.d.ts +2 -1
- package/batch/index.js +4 -2
- package/batch/listBatchAccountKeys.d.ts +2 -2
- package/batch/listBatchAccountKeys.js +2 -2
- package/batch/pool.d.ts +1 -1
- package/batch/pool.js +3 -3
- package/batch/v20220101/batchAccount.js +2 -2
- package/batch/v20230501/application.js +2 -2
- package/batch/v20230501/applicationPackage.js +2 -2
- package/batch/v20230501/batchAccount.js +2 -2
- package/batch/v20230501/pool.js +2 -2
- package/batch/v20231101/application.d.ts +81 -0
- package/batch/v20231101/application.js +77 -0
- package/batch/v20231101/applicationPackage.d.ts +81 -0
- package/batch/v20231101/applicationPackage.js +85 -0
- package/batch/v20231101/batchAccount.d.ts +170 -0
- package/batch/v20231101/batchAccount.js +106 -0
- package/batch/v20231101/getApplication.d.ts +70 -0
- package/batch/v20231101/getApplication.js +27 -0
- package/batch/v20231101/getApplicationPackage.d.ts +86 -0
- package/batch/v20231101/getApplicationPackage.js +28 -0
- package/batch/v20231101/getBatchAccount.d.ts +123 -0
- package/batch/v20231101/getBatchAccount.js +26 -0
- package/batch/v20231101/getPool.d.ts +152 -0
- package/batch/v20231101/getPool.js +27 -0
- package/batch/v20231101/index.d.ts +28 -0
- package/batch/v20231101/index.js +65 -0
- package/batch/v20231101/listBatchAccountKeys.d.ts +46 -0
- package/batch/v20231101/listBatchAccountKeys.js +26 -0
- package/batch/v20231101/pool.d.ts +226 -0
- package/batch/v20231101/pool.js +131 -0
- package/compute/gallery.d.ts +2 -0
- package/compute/gallery.js +4 -2
- package/compute/galleryApplication.d.ts +2 -0
- package/compute/galleryApplication.js +4 -2
- package/compute/galleryApplicationVersion.d.ts +2 -0
- package/compute/galleryApplicationVersion.js +4 -2
- package/compute/galleryImage.d.ts +2 -0
- package/compute/galleryImage.js +4 -2
- package/compute/galleryImageVersion.d.ts +1 -1
- package/compute/galleryImageVersion.js +3 -3
- package/compute/getGallery.d.ts +4 -0
- package/compute/getGallery.js +5 -1
- package/compute/getGalleryApplication.d.ts +4 -0
- package/compute/getGalleryApplication.js +5 -1
- package/compute/getGalleryApplicationVersion.d.ts +4 -0
- package/compute/getGalleryApplicationVersion.js +5 -1
- package/compute/getGalleryImage.d.ts +4 -0
- package/compute/getGalleryImage.js +5 -1
- package/compute/getGalleryImageVersion.d.ts +2 -2
- package/compute/getGalleryImageVersion.js +2 -2
- package/compute/index.d.ts +2 -1
- package/compute/index.js +4 -2
- package/compute/v20220303/gallery.js +2 -2
- package/compute/v20220303/galleryApplication.js +2 -2
- package/compute/v20220303/galleryApplicationVersion.js +2 -2
- package/compute/v20220303/galleryImage.js +2 -2
- package/compute/v20220303/galleryImageVersion.js +2 -2
- package/compute/v20220803/gallery.d.ts +107 -0
- package/compute/v20220803/gallery.js +81 -0
- package/compute/v20220803/galleryApplication.d.ts +132 -0
- package/compute/v20220803/galleryApplication.js +90 -0
- package/compute/v20220803/galleryApplicationVersion.d.ts +103 -0
- package/compute/v20220803/galleryApplicationVersion.js +88 -0
- package/compute/v20220803/galleryImage.d.ts +192 -0
- package/compute/v20220803/galleryImage.js +112 -0
- package/compute/v20220803/galleryImageVersion.d.ts +119 -0
- package/compute/v20220803/galleryImageVersion.js +92 -0
- package/compute/v20220803/getGallery.d.ts +97 -0
- package/compute/v20220803/getGallery.js +28 -0
- package/compute/v20220803/getGalleryApplication.d.ts +93 -0
- package/compute/v20220803/getGalleryApplication.js +27 -0
- package/compute/v20220803/getGalleryApplicationVersion.d.ts +97 -0
- package/compute/v20220803/getGalleryApplicationVersion.js +29 -0
- package/compute/v20220803/getGalleryImage.d.ts +125 -0
- package/compute/v20220803/getGalleryImage.js +27 -0
- package/compute/v20220803/getGalleryImageVersion.d.ts +105 -0
- package/compute/v20220803/getGalleryImageVersion.js +29 -0
- package/compute/v20220803/index.d.ts +31 -0
- package/compute/v20220803/index.js +69 -0
- package/config/vars.d.ts +19 -4
- package/config/vars.js +19 -1
- package/costmanagement/budget.d.ts +1 -1
- package/costmanagement/budget.js +3 -3
- package/costmanagement/costAllocationRule.d.ts +1 -1
- package/costmanagement/costAllocationRule.js +3 -3
- package/costmanagement/export.d.ts +1 -1
- package/costmanagement/export.js +3 -3
- package/costmanagement/getBudget.d.ts +2 -2
- package/costmanagement/getBudget.js +2 -2
- package/costmanagement/getCostAllocationRule.d.ts +2 -2
- package/costmanagement/getCostAllocationRule.js +2 -2
- package/costmanagement/getExport.d.ts +2 -2
- package/costmanagement/getExport.js +2 -2
- package/costmanagement/getScheduledAction.d.ts +2 -2
- package/costmanagement/getScheduledAction.js +2 -2
- package/costmanagement/getScheduledActionByScope.d.ts +2 -2
- package/costmanagement/getScheduledActionByScope.js +2 -2
- package/costmanagement/getView.d.ts +2 -2
- package/costmanagement/getView.js +2 -2
- package/costmanagement/getViewByScope.d.ts +2 -2
- package/costmanagement/getViewByScope.js +2 -2
- package/costmanagement/index.d.ts +2 -1
- package/costmanagement/index.js +4 -2
- package/costmanagement/scheduledAction.d.ts +1 -1
- package/costmanagement/scheduledAction.js +3 -3
- package/costmanagement/scheduledActionByScope.d.ts +1 -1
- package/costmanagement/scheduledActionByScope.js +3 -3
- package/costmanagement/tagInheritanceSetting.js +2 -2
- package/costmanagement/v20190401preview/budget.js +2 -2
- package/costmanagement/v20191001/export.js +2 -2
- package/costmanagement/v20191101/view.js +2 -2
- package/costmanagement/v20191101/viewByScope.js +2 -2
- package/costmanagement/v20200301preview/costAllocationRule.js +2 -2
- package/costmanagement/v20200601/view.js +2 -2
- package/costmanagement/v20200601/viewByScope.js +2 -2
- package/costmanagement/v20221001/view.js +2 -2
- package/costmanagement/v20221001/viewByScope.js +2 -2
- package/costmanagement/v20221005preview/tagInheritanceSetting.js +2 -2
- package/costmanagement/v20221005preview/view.js +2 -2
- package/costmanagement/v20221005preview/viewByScope.js +2 -2
- package/costmanagement/v20230301/export.js +2 -2
- package/costmanagement/v20230301/scheduledAction.js +2 -2
- package/costmanagement/v20230301/scheduledActionByScope.js +2 -2
- package/costmanagement/v20230301/view.js +2 -2
- package/costmanagement/v20230301/viewByScope.js +2 -2
- package/costmanagement/v20230401preview/budget.js +2 -2
- package/costmanagement/v20230401preview/export.js +2 -2
- package/costmanagement/v20230401preview/scheduledAction.js +2 -2
- package/costmanagement/v20230401preview/scheduledActionByScope.js +2 -2
- package/costmanagement/v20230401preview/view.js +2 -2
- package/costmanagement/v20230401preview/viewByScope.js +2 -2
- package/costmanagement/v20230801/budget.js +2 -2
- package/costmanagement/v20230801/costAllocationRule.js +2 -2
- package/costmanagement/v20230801/export.js +2 -2
- package/costmanagement/v20230801/scheduledAction.js +2 -2
- package/costmanagement/v20230801/scheduledActionByScope.js +2 -2
- package/costmanagement/v20230801/tagInheritanceSetting.js +2 -2
- package/costmanagement/v20230801/view.js +2 -2
- package/costmanagement/v20230801/viewByScope.js +2 -2
- package/costmanagement/v20231101/budget.d.ts +224 -0
- package/costmanagement/v20231101/budget.js +92 -0
- package/costmanagement/v20231101/costAllocationRule.d.ts +59 -0
- package/costmanagement/v20231101/costAllocationRule.js +67 -0
- package/costmanagement/v20231101/export.d.ts +124 -0
- package/costmanagement/v20231101/export.js +91 -0
- package/costmanagement/v20231101/getBudget.d.ts +181 -0
- package/costmanagement/v20231101/getBudget.js +26 -0
- package/costmanagement/v20231101/getCostAllocationRule.d.ts +51 -0
- package/costmanagement/v20231101/getCostAllocationRule.js +26 -0
- package/costmanagement/v20231101/getExport.d.ts +95 -0
- package/costmanagement/v20231101/getExport.js +27 -0
- package/costmanagement/v20231101/getScheduledAction.d.ts +83 -0
- package/costmanagement/v20231101/getScheduledAction.js +25 -0
- package/costmanagement/v20231101/getScheduledActionByScope.d.ts +91 -0
- package/costmanagement/v20231101/getScheduledActionByScope.js +26 -0
- package/costmanagement/v20231101/getTagInheritanceSetting.d.ts +56 -0
- package/costmanagement/v20231101/getTagInheritanceSetting.js +26 -0
- package/costmanagement/v20231101/getView.d.ts +103 -0
- package/costmanagement/v20231101/getView.js +25 -0
- package/costmanagement/v20231101/getViewByScope.d.ts +111 -0
- package/costmanagement/v20231101/getViewByScope.js +26 -0
- package/costmanagement/v20231101/index.d.ts +49 -0
- package/costmanagement/v20231101/index.js +90 -0
- package/costmanagement/v20231101/scheduledAction.d.ts +128 -0
- package/costmanagement/v20231101/scheduledAction.js +97 -0
- package/costmanagement/v20231101/scheduledActionByScope.d.ts +128 -0
- package/costmanagement/v20231101/scheduledActionByScope.js +100 -0
- package/costmanagement/v20231101/tagInheritanceSetting.d.ts +69 -0
- package/costmanagement/v20231101/tagInheritanceSetting.js +71 -0
- package/costmanagement/v20231101/view.d.ts +172 -0
- package/costmanagement/v20231101/view.js +99 -0
- package/costmanagement/v20231101/viewByScope.d.ts +172 -0
- package/costmanagement/v20231101/viewByScope.js +102 -0
- package/costmanagement/view.d.ts +1 -1
- package/costmanagement/view.js +3 -3
- package/costmanagement/viewByScope.d.ts +1 -1
- package/costmanagement/viewByScope.js +3 -3
- package/desktopvirtualization/appAttachPackage.d.ts +2 -0
- package/desktopvirtualization/appAttachPackage.js +4 -2
- package/desktopvirtualization/application.d.ts +1 -1
- package/desktopvirtualization/application.js +3 -3
- package/desktopvirtualization/applicationGroup.d.ts +1 -1
- package/desktopvirtualization/applicationGroup.js +3 -3
- package/desktopvirtualization/getAppAttachPackage.d.ts +4 -0
- package/desktopvirtualization/getAppAttachPackage.js +5 -1
- package/desktopvirtualization/getApplication.d.ts +2 -2
- package/desktopvirtualization/getApplication.js +2 -2
- package/desktopvirtualization/getApplicationGroup.d.ts +2 -2
- package/desktopvirtualization/getApplicationGroup.js +2 -2
- package/desktopvirtualization/getHostPool.d.ts +2 -2
- package/desktopvirtualization/getHostPool.js +2 -2
- package/desktopvirtualization/getMSIXPackage.d.ts +2 -2
- package/desktopvirtualization/getMSIXPackage.js +2 -2
- package/desktopvirtualization/getPrivateEndpointConnectionByHostPool.d.ts +2 -2
- package/desktopvirtualization/getPrivateEndpointConnectionByHostPool.js +2 -2
- package/desktopvirtualization/getPrivateEndpointConnectionByWorkspace.d.ts +2 -2
- package/desktopvirtualization/getPrivateEndpointConnectionByWorkspace.js +2 -2
- package/desktopvirtualization/getScalingPlan.d.ts +2 -2
- package/desktopvirtualization/getScalingPlan.js +2 -2
- package/desktopvirtualization/getScalingPlanPersonalSchedule.d.ts +2 -2
- package/desktopvirtualization/getScalingPlanPersonalSchedule.js +2 -2
- package/desktopvirtualization/getScalingPlanPooledSchedule.d.ts +2 -2
- package/desktopvirtualization/getScalingPlanPooledSchedule.js +2 -2
- package/desktopvirtualization/getWorkspace.d.ts +2 -2
- package/desktopvirtualization/getWorkspace.js +2 -2
- package/desktopvirtualization/hostPool.d.ts +1 -1
- package/desktopvirtualization/hostPool.js +3 -3
- package/desktopvirtualization/index.d.ts +2 -1
- package/desktopvirtualization/index.js +4 -2
- package/desktopvirtualization/msixpackage.d.ts +1 -1
- package/desktopvirtualization/msixpackage.js +3 -3
- package/desktopvirtualization/privateEndpointConnectionByHostPool.d.ts +1 -1
- package/desktopvirtualization/privateEndpointConnectionByHostPool.js +3 -3
- package/desktopvirtualization/privateEndpointConnectionByWorkspace.d.ts +1 -1
- package/desktopvirtualization/privateEndpointConnectionByWorkspace.js +3 -3
- package/desktopvirtualization/scalingPlan.d.ts +1 -1
- package/desktopvirtualization/scalingPlan.js +3 -3
- package/desktopvirtualization/scalingPlanPersonalSchedule.d.ts +1 -1
- package/desktopvirtualization/scalingPlanPersonalSchedule.js +3 -3
- package/desktopvirtualization/scalingPlanPooledSchedule.d.ts +1 -1
- package/desktopvirtualization/scalingPlanPooledSchedule.js +3 -3
- package/desktopvirtualization/v20210201preview/scalingPlan.js +2 -2
- package/desktopvirtualization/v20220210preview/scalingPlan.js +2 -2
- package/desktopvirtualization/v20220401preview/applicationGroup.js +2 -2
- package/desktopvirtualization/v20220401preview/hostPool.js +2 -2
- package/desktopvirtualization/v20220909/application.js +2 -2
- package/desktopvirtualization/v20220909/applicationGroup.js +2 -2
- package/desktopvirtualization/v20220909/hostPool.js +2 -2
- package/desktopvirtualization/v20220909/msixpackage.js +2 -2
- package/desktopvirtualization/v20220909/scalingPlan.js +2 -2
- package/desktopvirtualization/v20220909/scalingPlanPooledSchedule.js +2 -2
- package/desktopvirtualization/v20220909/workspace.js +2 -2
- package/desktopvirtualization/v20221014preview/application.js +2 -2
- package/desktopvirtualization/v20221014preview/applicationGroup.js +2 -2
- package/desktopvirtualization/v20221014preview/hostPool.js +2 -2
- package/desktopvirtualization/v20221014preview/msixpackage.js +2 -2
- package/desktopvirtualization/v20221014preview/privateEndpointConnectionByHostPool.js +2 -2
- package/desktopvirtualization/v20221014preview/privateEndpointConnectionByWorkspace.js +2 -2
- package/desktopvirtualization/v20221014preview/scalingPlan.js +2 -2
- package/desktopvirtualization/v20221014preview/scalingPlanPooledSchedule.js +2 -2
- package/desktopvirtualization/v20221014preview/workspace.js +2 -2
- package/desktopvirtualization/v20230707preview/application.js +2 -2
- package/desktopvirtualization/v20230707preview/applicationGroup.js +2 -2
- package/desktopvirtualization/v20230707preview/hostPool.js +2 -2
- package/desktopvirtualization/v20230707preview/msixpackage.js +2 -2
- package/desktopvirtualization/v20230707preview/privateEndpointConnectionByHostPool.js +2 -2
- package/desktopvirtualization/v20230707preview/privateEndpointConnectionByWorkspace.js +2 -2
- package/desktopvirtualization/v20230707preview/scalingPlan.js +2 -2
- package/desktopvirtualization/v20230707preview/scalingPlanPersonalSchedule.js +2 -2
- package/desktopvirtualization/v20230707preview/scalingPlanPooledSchedule.js +2 -2
- package/desktopvirtualization/v20230707preview/workspace.js +2 -2
- package/desktopvirtualization/v20230905/application.js +2 -2
- package/desktopvirtualization/v20230905/applicationGroup.js +2 -2
- package/desktopvirtualization/v20230905/hostPool.js +2 -2
- package/desktopvirtualization/v20230905/msixpackage.js +2 -2
- package/desktopvirtualization/v20230905/privateEndpointConnectionByHostPool.js +2 -2
- package/desktopvirtualization/v20230905/privateEndpointConnectionByWorkspace.js +2 -2
- package/desktopvirtualization/v20230905/scalingPlan.js +2 -2
- package/desktopvirtualization/v20230905/scalingPlanPersonalSchedule.js +2 -2
- package/desktopvirtualization/v20230905/scalingPlanPooledSchedule.js +2 -2
- package/desktopvirtualization/v20230905/workspace.js +2 -2
- package/desktopvirtualization/v20231004preview/appAttachPackage.js +2 -2
- package/desktopvirtualization/v20231004preview/application.js +2 -2
- package/desktopvirtualization/v20231004preview/applicationGroup.js +2 -2
- package/desktopvirtualization/v20231004preview/hostPool.js +2 -2
- package/desktopvirtualization/v20231004preview/msixpackage.js +2 -2
- package/desktopvirtualization/v20231004preview/privateEndpointConnectionByHostPool.js +2 -2
- package/desktopvirtualization/v20231004preview/privateEndpointConnectionByWorkspace.js +2 -2
- package/desktopvirtualization/v20231004preview/scalingPlan.js +2 -2
- package/desktopvirtualization/v20231004preview/scalingPlanPersonalSchedule.js +2 -2
- package/desktopvirtualization/v20231004preview/scalingPlanPooledSchedule.js +2 -2
- package/desktopvirtualization/v20231004preview/workspace.js +2 -2
- package/desktopvirtualization/v20231101preview/appAttachPackage.d.ts +83 -0
- package/desktopvirtualization/v20231101preview/appAttachPackage.js +76 -0
- package/desktopvirtualization/v20231101preview/application.d.ts +159 -0
- package/desktopvirtualization/v20231101preview/application.js +102 -0
- package/desktopvirtualization/v20231101preview/applicationGroup.d.ts +154 -0
- package/desktopvirtualization/v20231101preview/applicationGroup.js +105 -0
- package/desktopvirtualization/v20231101preview/getAppAttachPackage.d.ts +65 -0
- package/desktopvirtualization/v20231101preview/getAppAttachPackage.js +26 -0
- package/desktopvirtualization/v20231101preview/getApplication.d.ts +115 -0
- package/desktopvirtualization/v20231101preview/getApplication.js +27 -0
- package/desktopvirtualization/v20231101preview/getApplicationGroup.d.ts +108 -0
- package/desktopvirtualization/v20231101preview/getApplicationGroup.js +26 -0
- package/desktopvirtualization/v20231101preview/getHostPool.d.ts +176 -0
- package/desktopvirtualization/v20231101preview/getHostPool.js +26 -0
- package/desktopvirtualization/v20231101preview/getMSIXPackage.d.ts +103 -0
- package/desktopvirtualization/v20231101preview/getMSIXPackage.js +27 -0
- package/desktopvirtualization/v20231101preview/getPrivateEndpointConnectionByHostPool.d.ts +71 -0
- package/desktopvirtualization/v20231101preview/getPrivateEndpointConnectionByHostPool.js +27 -0
- package/desktopvirtualization/v20231101preview/getPrivateEndpointConnectionByWorkspace.d.ts +71 -0
- package/desktopvirtualization/v20231101preview/getPrivateEndpointConnectionByWorkspace.js +27 -0
- package/desktopvirtualization/v20231101preview/getScalingPlan.d.ts +108 -0
- package/desktopvirtualization/v20231101preview/getScalingPlan.js +26 -0
- package/desktopvirtualization/v20231101preview/getScalingPlanPersonalSchedule.d.ts +163 -0
- package/desktopvirtualization/v20231101preview/getScalingPlanPersonalSchedule.js +27 -0
- package/desktopvirtualization/v20231101preview/getScalingPlanPooledSchedule.d.ts +127 -0
- package/desktopvirtualization/v20231101preview/getScalingPlanPooledSchedule.js +27 -0
- package/desktopvirtualization/v20231101preview/getWorkspace.d.ts +104 -0
- package/desktopvirtualization/v20231101preview/getWorkspace.js +26 -0
- package/desktopvirtualization/v20231101preview/hostPool.d.ts +282 -0
- package/desktopvirtualization/v20231101preview/hostPool.js +142 -0
- package/desktopvirtualization/v20231101preview/index.d.ts +67 -0
- package/desktopvirtualization/v20231101preview/index.js +111 -0
- package/desktopvirtualization/v20231101preview/msixpackage.d.ts +147 -0
- package/desktopvirtualization/v20231101preview/msixpackage.js +93 -0
- package/desktopvirtualization/v20231101preview/privateEndpointConnectionByHostPool.d.ts +75 -0
- package/desktopvirtualization/v20231101preview/privateEndpointConnectionByHostPool.js +80 -0
- package/desktopvirtualization/v20231101preview/privateEndpointConnectionByWorkspace.d.ts +75 -0
- package/desktopvirtualization/v20231101preview/privateEndpointConnectionByWorkspace.js +80 -0
- package/desktopvirtualization/v20231101preview/scalingPlan.d.ts +162 -0
- package/desktopvirtualization/v20231101preview/scalingPlan.js +103 -0
- package/desktopvirtualization/v20231101preview/scalingPlanPersonalSchedule.d.ts +268 -0
- package/desktopvirtualization/v20231101preview/scalingPlanPersonalSchedule.js +124 -0
- package/desktopvirtualization/v20231101preview/scalingPlanPooledSchedule.d.ts +196 -0
- package/desktopvirtualization/v20231101preview/scalingPlanPooledSchedule.js +105 -0
- package/desktopvirtualization/v20231101preview/workspace.d.ts +146 -0
- package/desktopvirtualization/v20231101preview/workspace.js +97 -0
- package/desktopvirtualization/workspace.d.ts +1 -1
- package/desktopvirtualization/workspace.js +3 -3
- package/documentdb/cassandraCluster.d.ts +1 -1
- package/documentdb/cassandraCluster.js +3 -3
- package/documentdb/cassandraDataCenter.d.ts +1 -1
- package/documentdb/cassandraDataCenter.js +3 -3
- package/documentdb/cassandraResourceCassandraKeyspace.d.ts +1 -1
- package/documentdb/cassandraResourceCassandraKeyspace.js +3 -3
- package/documentdb/cassandraResourceCassandraTable.d.ts +1 -1
- package/documentdb/cassandraResourceCassandraTable.js +3 -3
- package/documentdb/databaseAccount.d.ts +1 -1
- package/documentdb/databaseAccount.js +3 -3
- package/documentdb/getCassandraCluster.d.ts +2 -2
- package/documentdb/getCassandraCluster.js +2 -2
- package/documentdb/getCassandraDataCenter.d.ts +2 -2
- package/documentdb/getCassandraDataCenter.js +2 -2
- package/documentdb/getCassandraResourceCassandraKeyspace.d.ts +2 -2
- package/documentdb/getCassandraResourceCassandraKeyspace.js +2 -2
- package/documentdb/getCassandraResourceCassandraTable.d.ts +2 -2
- package/documentdb/getCassandraResourceCassandraTable.js +2 -2
- package/documentdb/getDatabaseAccount.d.ts +2 -2
- package/documentdb/getDatabaseAccount.js +2 -2
- package/documentdb/getGremlinResourceGremlinDatabase.d.ts +2 -2
- package/documentdb/getGremlinResourceGremlinDatabase.js +2 -2
- package/documentdb/getGremlinResourceGremlinGraph.d.ts +2 -2
- package/documentdb/getGremlinResourceGremlinGraph.js +2 -2
- package/documentdb/getMongoDBResourceMongoDBCollection.d.ts +2 -2
- package/documentdb/getMongoDBResourceMongoDBCollection.js +2 -2
- package/documentdb/getMongoDBResourceMongoDBDatabase.d.ts +2 -2
- package/documentdb/getMongoDBResourceMongoDBDatabase.js +2 -2
- package/documentdb/getMongoDBResourceMongoRoleDefinition.d.ts +2 -2
- package/documentdb/getMongoDBResourceMongoRoleDefinition.js +2 -2
- package/documentdb/getMongoDBResourceMongoUserDefinition.d.ts +2 -2
- package/documentdb/getMongoDBResourceMongoUserDefinition.js +2 -2
- package/documentdb/getNotebookWorkspace.d.ts +2 -2
- package/documentdb/getNotebookWorkspace.js +2 -2
- package/documentdb/getPrivateEndpointConnection.d.ts +2 -2
- package/documentdb/getPrivateEndpointConnection.js +2 -2
- package/documentdb/getService.d.ts +2 -2
- package/documentdb/getService.js +2 -2
- package/documentdb/getSqlResourceSqlContainer.d.ts +2 -2
- package/documentdb/getSqlResourceSqlContainer.js +2 -2
- package/documentdb/getSqlResourceSqlDatabase.d.ts +2 -2
- package/documentdb/getSqlResourceSqlDatabase.js +2 -2
- package/documentdb/getSqlResourceSqlRoleAssignment.d.ts +2 -2
- package/documentdb/getSqlResourceSqlRoleAssignment.js +2 -2
- package/documentdb/getSqlResourceSqlRoleDefinition.d.ts +2 -2
- package/documentdb/getSqlResourceSqlRoleDefinition.js +2 -2
- package/documentdb/getSqlResourceSqlStoredProcedure.d.ts +2 -2
- package/documentdb/getSqlResourceSqlStoredProcedure.js +2 -2
- package/documentdb/getSqlResourceSqlTrigger.d.ts +2 -2
- package/documentdb/getSqlResourceSqlTrigger.js +2 -2
- package/documentdb/getSqlResourceSqlUserDefinedFunction.d.ts +2 -2
- package/documentdb/getSqlResourceSqlUserDefinedFunction.js +2 -2
- package/documentdb/getTableResourceTable.d.ts +2 -2
- package/documentdb/getTableResourceTable.js +2 -2
- package/documentdb/gremlinResourceGremlinDatabase.d.ts +1 -1
- package/documentdb/gremlinResourceGremlinDatabase.js +3 -3
- package/documentdb/gremlinResourceGremlinGraph.d.ts +1 -1
- package/documentdb/gremlinResourceGremlinGraph.js +3 -3
- package/documentdb/index.d.ts +2 -1
- package/documentdb/index.js +4 -2
- package/documentdb/listDatabaseAccountConnectionStrings.d.ts +2 -2
- package/documentdb/listDatabaseAccountConnectionStrings.js +2 -2
- package/documentdb/listDatabaseAccountKeys.d.ts +2 -2
- package/documentdb/listDatabaseAccountKeys.js +2 -2
- package/documentdb/listNotebookWorkspaceConnectionInfo.d.ts +2 -2
- package/documentdb/listNotebookWorkspaceConnectionInfo.js +2 -2
- package/documentdb/mongoDBResourceMongoDBCollection.d.ts +1 -1
- package/documentdb/mongoDBResourceMongoDBCollection.js +3 -3
- package/documentdb/mongoDBResourceMongoDBDatabase.d.ts +1 -1
- package/documentdb/mongoDBResourceMongoDBDatabase.js +3 -3
- package/documentdb/mongoDBResourceMongoRoleDefinition.d.ts +1 -1
- package/documentdb/mongoDBResourceMongoRoleDefinition.js +3 -3
- package/documentdb/mongoDBResourceMongoUserDefinition.d.ts +1 -1
- package/documentdb/mongoDBResourceMongoUserDefinition.js +3 -3
- package/documentdb/notebookWorkspace.d.ts +1 -1
- package/documentdb/notebookWorkspace.js +3 -3
- package/documentdb/privateEndpointConnection.d.ts +1 -1
- package/documentdb/privateEndpointConnection.js +3 -3
- package/documentdb/service.d.ts +1 -1
- package/documentdb/service.js +3 -3
- package/documentdb/sqlResourceSqlContainer.d.ts +1 -1
- package/documentdb/sqlResourceSqlContainer.js +3 -3
- package/documentdb/sqlResourceSqlDatabase.d.ts +1 -1
- package/documentdb/sqlResourceSqlDatabase.js +3 -3
- package/documentdb/sqlResourceSqlRoleAssignment.d.ts +1 -1
- package/documentdb/sqlResourceSqlRoleAssignment.js +3 -3
- package/documentdb/sqlResourceSqlRoleDefinition.d.ts +1 -1
- package/documentdb/sqlResourceSqlRoleDefinition.js +3 -3
- package/documentdb/sqlResourceSqlStoredProcedure.d.ts +1 -1
- package/documentdb/sqlResourceSqlStoredProcedure.js +3 -3
- package/documentdb/sqlResourceSqlTrigger.d.ts +1 -1
- package/documentdb/sqlResourceSqlTrigger.js +3 -3
- package/documentdb/sqlResourceSqlUserDefinedFunction.d.ts +1 -1
- package/documentdb/sqlResourceSqlUserDefinedFunction.js +3 -3
- package/documentdb/tableResourceTable.d.ts +1 -1
- package/documentdb/tableResourceTable.js +3 -3
- package/documentdb/v20210401preview/databaseAccount.js +2 -2
- package/documentdb/v20210701preview/cassandraCluster.js +2 -2
- package/documentdb/v20230301preview/mongoDBResourceMongoRoleDefinition.js +2 -2
- package/documentdb/v20230315preview/cassandraResourceCassandraKeyspace.js +2 -2
- package/documentdb/v20230315preview/cassandraResourceCassandraTable.js +2 -2
- package/documentdb/v20230315preview/databaseAccount.js +2 -2
- package/documentdb/v20230315preview/gremlinResourceGremlinDatabase.js +2 -2
- package/documentdb/v20230315preview/gremlinResourceGremlinGraph.js +2 -2
- package/documentdb/v20230315preview/mongoDBResourceMongoDBCollection.js +2 -2
- package/documentdb/v20230315preview/mongoDBResourceMongoDBDatabase.js +2 -2
- package/documentdb/v20230315preview/sqlResourceSqlContainer.js +2 -2
- package/documentdb/v20230315preview/sqlResourceSqlDatabase.js +2 -2
- package/documentdb/v20230315preview/sqlResourceSqlStoredProcedure.js +2 -2
- package/documentdb/v20230315preview/sqlResourceSqlTrigger.js +2 -2
- package/documentdb/v20230315preview/sqlResourceSqlUserDefinedFunction.js +2 -2
- package/documentdb/v20230315preview/tableResourceTable.js +2 -2
- package/documentdb/v20230415/cassandraCluster.js +2 -2
- package/documentdb/v20230415/cassandraDataCenter.js +2 -2
- package/documentdb/v20230415/cassandraResourceCassandraKeyspace.js +2 -2
- package/documentdb/v20230415/cassandraResourceCassandraTable.js +2 -2
- package/documentdb/v20230415/databaseAccount.js +2 -2
- package/documentdb/v20230415/gremlinResourceGremlinDatabase.js +2 -2
- package/documentdb/v20230415/gremlinResourceGremlinGraph.js +2 -2
- package/documentdb/v20230415/mongoDBResourceMongoDBCollection.js +2 -2
- package/documentdb/v20230415/mongoDBResourceMongoDBDatabase.js +2 -2
- package/documentdb/v20230415/mongoDBResourceMongoRoleDefinition.js +2 -2
- package/documentdb/v20230415/mongoDBResourceMongoUserDefinition.js +2 -2
- package/documentdb/v20230415/notebookWorkspace.js +2 -2
- package/documentdb/v20230415/privateEndpointConnection.js +2 -2
- package/documentdb/v20230415/service.js +2 -2
- package/documentdb/v20230415/sqlResourceSqlContainer.js +2 -2
- package/documentdb/v20230415/sqlResourceSqlDatabase.js +2 -2
- package/documentdb/v20230415/sqlResourceSqlRoleAssignment.js +2 -2
- package/documentdb/v20230415/sqlResourceSqlRoleDefinition.js +2 -2
- package/documentdb/v20230415/sqlResourceSqlStoredProcedure.js +2 -2
- package/documentdb/v20230415/sqlResourceSqlTrigger.js +2 -2
- package/documentdb/v20230415/sqlResourceSqlUserDefinedFunction.js +2 -2
- package/documentdb/v20230415/tableResourceTable.js +2 -2
- package/documentdb/v20230915/cassandraCluster.js +2 -2
- package/documentdb/v20230915/cassandraDataCenter.js +2 -2
- package/documentdb/v20230915/cassandraResourceCassandraKeyspace.js +2 -2
- package/documentdb/v20230915/cassandraResourceCassandraTable.js +2 -2
- package/documentdb/v20230915/databaseAccount.js +2 -2
- package/documentdb/v20230915/gremlinResourceGremlinDatabase.js +2 -2
- package/documentdb/v20230915/gremlinResourceGremlinGraph.js +2 -2
- package/documentdb/v20230915/mongoDBResourceMongoDBCollection.js +2 -2
- package/documentdb/v20230915/mongoDBResourceMongoDBDatabase.js +2 -2
- package/documentdb/v20230915/mongoDBResourceMongoRoleDefinition.js +2 -2
- package/documentdb/v20230915/mongoDBResourceMongoUserDefinition.js +2 -2
- package/documentdb/v20230915/notebookWorkspace.js +2 -2
- package/documentdb/v20230915/privateEndpointConnection.js +2 -2
- package/documentdb/v20230915/service.js +2 -2
- package/documentdb/v20230915/sqlResourceSqlContainer.js +2 -2
- package/documentdb/v20230915/sqlResourceSqlDatabase.js +2 -2
- package/documentdb/v20230915/sqlResourceSqlRoleAssignment.js +2 -2
- package/documentdb/v20230915/sqlResourceSqlRoleDefinition.js +2 -2
- package/documentdb/v20230915/sqlResourceSqlStoredProcedure.js +2 -2
- package/documentdb/v20230915/sqlResourceSqlTrigger.js +2 -2
- package/documentdb/v20230915/sqlResourceSqlUserDefinedFunction.js +2 -2
- package/documentdb/v20230915/tableResourceTable.js +2 -2
- package/documentdb/v20230915preview/cassandraCluster.js +2 -2
- package/documentdb/v20230915preview/cassandraDataCenter.js +2 -2
- package/documentdb/v20230915preview/cassandraResourceCassandraKeyspace.js +2 -2
- package/documentdb/v20230915preview/cassandraResourceCassandraTable.js +2 -2
- package/documentdb/v20230915preview/databaseAccount.js +2 -2
- package/documentdb/v20230915preview/gremlinResourceGremlinDatabase.js +2 -2
- package/documentdb/v20230915preview/gremlinResourceGremlinGraph.js +2 -2
- package/documentdb/v20230915preview/mongoDBResourceMongoDBCollection.js +2 -2
- package/documentdb/v20230915preview/mongoDBResourceMongoDBDatabase.js +2 -2
- package/documentdb/v20230915preview/mongoDBResourceMongoRoleDefinition.js +2 -2
- package/documentdb/v20230915preview/mongoDBResourceMongoUserDefinition.js +2 -2
- package/documentdb/v20230915preview/notebookWorkspace.js +2 -2
- package/documentdb/v20230915preview/privateEndpointConnection.js +2 -2
- package/documentdb/v20230915preview/service.js +2 -2
- package/documentdb/v20230915preview/sqlResourceSqlContainer.js +2 -2
- package/documentdb/v20230915preview/sqlResourceSqlDatabase.js +2 -2
- package/documentdb/v20230915preview/sqlResourceSqlRoleAssignment.js +2 -2
- package/documentdb/v20230915preview/sqlResourceSqlRoleDefinition.js +2 -2
- package/documentdb/v20230915preview/sqlResourceSqlStoredProcedure.js +2 -2
- package/documentdb/v20230915preview/sqlResourceSqlTrigger.js +2 -2
- package/documentdb/v20230915preview/sqlResourceSqlUserDefinedFunction.js +2 -2
- package/documentdb/v20230915preview/tableResourceTable.js +2 -2
- package/documentdb/v20231115/cassandraCluster.d.ts +87 -0
- package/documentdb/v20231115/cassandraCluster.js +73 -0
- package/documentdb/v20231115/cassandraDataCenter.d.ts +63 -0
- package/documentdb/v20231115/cassandraDataCenter.js +71 -0
- package/documentdb/v20231115/cassandraResourceCassandraKeyspace.d.ts +85 -0
- package/documentdb/v20231115/cassandraResourceCassandraKeyspace.js +80 -0
- package/documentdb/v20231115/cassandraResourceCassandraTable.d.ts +89 -0
- package/documentdb/v20231115/cassandraResourceCassandraTable.js +84 -0
- package/documentdb/v20231115/databaseAccount.d.ts +372 -0
- package/documentdb/v20231115/databaseAccount.js +160 -0
- package/documentdb/v20231115/getCassandraCluster.d.ts +65 -0
- package/documentdb/v20231115/getCassandraCluster.js +26 -0
- package/documentdb/v20231115/getCassandraDataCenter.d.ts +59 -0
- package/documentdb/v20231115/getCassandraDataCenter.js +27 -0
- package/documentdb/v20231115/getCassandraResourceCassandraKeyspace.d.ts +67 -0
- package/documentdb/v20231115/getCassandraResourceCassandraKeyspace.js +27 -0
- package/documentdb/v20231115/getCassandraResourceCassandraTable.d.ts +75 -0
- package/documentdb/v20231115/getCassandraResourceCassandraTable.js +28 -0
- package/documentdb/v20231115/getDatabaseAccount.d.ts +225 -0
- package/documentdb/v20231115/getDatabaseAccount.js +26 -0
- package/documentdb/v20231115/getGremlinResourceGremlinDatabase.d.ts +67 -0
- package/documentdb/v20231115/getGremlinResourceGremlinDatabase.js +27 -0
- package/documentdb/v20231115/getGremlinResourceGremlinGraph.d.ts +75 -0
- package/documentdb/v20231115/getGremlinResourceGremlinGraph.js +28 -0
- package/documentdb/v20231115/getMongoDBResourceMongoDBCollection.d.ts +75 -0
- package/documentdb/v20231115/getMongoDBResourceMongoDBCollection.js +28 -0
- package/documentdb/v20231115/getMongoDBResourceMongoDBDatabase.d.ts +67 -0
- package/documentdb/v20231115/getMongoDBResourceMongoDBDatabase.js +27 -0
- package/documentdb/v20231115/getMongoDBResourceMongoRoleDefinition.d.ts +71 -0
- package/documentdb/v20231115/getMongoDBResourceMongoRoleDefinition.js +27 -0
- package/documentdb/v20231115/getMongoDBResourceMongoUserDefinition.d.ts +79 -0
- package/documentdb/v20231115/getMongoDBResourceMongoUserDefinition.js +27 -0
- package/documentdb/v20231115/getNotebookWorkspace.d.ts +62 -0
- package/documentdb/v20231115/getNotebookWorkspace.js +27 -0
- package/documentdb/v20231115/getPrivateEndpointConnection.d.ts +71 -0
- package/documentdb/v20231115/getPrivateEndpointConnection.js +27 -0
- package/documentdb/v20231115/getService.d.ts +59 -0
- package/documentdb/v20231115/getService.js +27 -0
- package/documentdb/v20231115/getSqlResourceSqlContainer.d.ts +75 -0
- package/documentdb/v20231115/getSqlResourceSqlContainer.js +28 -0
- package/documentdb/v20231115/getSqlResourceSqlDatabase.d.ts +67 -0
- package/documentdb/v20231115/getSqlResourceSqlDatabase.js +27 -0
- package/documentdb/v20231115/getSqlResourceSqlRoleAssignment.d.ts +66 -0
- package/documentdb/v20231115/getSqlResourceSqlRoleAssignment.js +27 -0
- package/documentdb/v20231115/getSqlResourceSqlRoleDefinition.d.ts +67 -0
- package/documentdb/v20231115/getSqlResourceSqlRoleDefinition.js +27 -0
- package/documentdb/v20231115/getSqlResourceSqlStoredProcedure.d.ts +82 -0
- package/documentdb/v20231115/getSqlResourceSqlStoredProcedure.js +29 -0
- package/documentdb/v20231115/getSqlResourceSqlTrigger.d.ts +82 -0
- package/documentdb/v20231115/getSqlResourceSqlTrigger.js +29 -0
- package/documentdb/v20231115/getSqlResourceSqlUserDefinedFunction.d.ts +82 -0
- package/documentdb/v20231115/getSqlResourceSqlUserDefinedFunction.js +29 -0
- package/documentdb/v20231115/getTableResourceTable.d.ts +67 -0
- package/documentdb/v20231115/getTableResourceTable.js +27 -0
- package/documentdb/v20231115/gremlinResourceGremlinDatabase.d.ts +85 -0
- package/documentdb/v20231115/gremlinResourceGremlinDatabase.js +80 -0
- package/documentdb/v20231115/gremlinResourceGremlinGraph.d.ts +89 -0
- package/documentdb/v20231115/gremlinResourceGremlinGraph.js +85 -0
- package/documentdb/v20231115/index.d.ts +142 -0
- package/documentdb/v20231115/index.js +198 -0
- package/documentdb/v20231115/listDatabaseAccountConnectionStrings.d.ts +39 -0
- package/documentdb/v20231115/listDatabaseAccountConnectionStrings.js +26 -0
- package/documentdb/v20231115/listDatabaseAccountKeys.d.ts +50 -0
- package/documentdb/v20231115/listDatabaseAccountKeys.js +26 -0
- package/documentdb/v20231115/listNotebookWorkspaceConnectionInfo.d.ts +50 -0
- package/documentdb/v20231115/listNotebookWorkspaceConnectionInfo.js +27 -0
- package/documentdb/v20231115/mongoDBResourceMongoDBCollection.d.ts +89 -0
- package/documentdb/v20231115/mongoDBResourceMongoDBCollection.js +84 -0
- package/documentdb/v20231115/mongoDBResourceMongoDBDatabase.d.ts +85 -0
- package/documentdb/v20231115/mongoDBResourceMongoDBDatabase.js +80 -0
- package/documentdb/v20231115/mongoDBResourceMongoRoleDefinition.d.ts +92 -0
- package/documentdb/v20231115/mongoDBResourceMongoRoleDefinition.js +77 -0
- package/documentdb/v20231115/mongoDBResourceMongoUserDefinition.d.ts +103 -0
- package/documentdb/v20231115/mongoDBResourceMongoUserDefinition.js +81 -0
- package/documentdb/v20231115/notebookWorkspace.d.ts +61 -0
- package/documentdb/v20231115/notebookWorkspace.js +73 -0
- package/documentdb/v20231115/privateEndpointConnection.d.ts +87 -0
- package/documentdb/v20231115/privateEndpointConnection.js +77 -0
- package/documentdb/v20231115/service.d.ts +71 -0
- package/documentdb/v20231115/service.js +74 -0
- package/documentdb/v20231115/sqlResourceSqlContainer.d.ts +89 -0
- package/documentdb/v20231115/sqlResourceSqlContainer.js +85 -0
- package/documentdb/v20231115/sqlResourceSqlDatabase.d.ts +85 -0
- package/documentdb/v20231115/sqlResourceSqlDatabase.js +80 -0
- package/documentdb/v20231115/sqlResourceSqlRoleAssignment.d.ts +77 -0
- package/documentdb/v20231115/sqlResourceSqlRoleAssignment.js +75 -0
- package/documentdb/v20231115/sqlResourceSqlRoleDefinition.d.ts +84 -0
- package/documentdb/v20231115/sqlResourceSqlRoleDefinition.js +75 -0
- package/documentdb/v20231115/sqlResourceSqlStoredProcedure.d.ts +92 -0
- package/documentdb/v20231115/sqlResourceSqlStoredProcedure.js +87 -0
- package/documentdb/v20231115/sqlResourceSqlTrigger.d.ts +92 -0
- package/documentdb/v20231115/sqlResourceSqlTrigger.js +87 -0
- package/documentdb/v20231115/sqlResourceSqlUserDefinedFunction.d.ts +92 -0
- package/documentdb/v20231115/sqlResourceSqlUserDefinedFunction.js +87 -0
- package/documentdb/v20231115/tableResourceTable.d.ts +85 -0
- package/documentdb/v20231115/tableResourceTable.js +80 -0
- package/edgemarketplace/getOfferAccessToken.d.ts +4 -0
- package/edgemarketplace/getOfferAccessToken.js +5 -1
- package/edgemarketplace/index.d.ts +2 -1
- package/edgemarketplace/index.js +4 -2
- package/edgemarketplace/v20230801/getOfferAccessToken.d.ts +54 -0
- package/edgemarketplace/v20230801/getOfferAccessToken.js +27 -0
- package/edgemarketplace/v20230801/index.d.ts +3 -0
- package/edgemarketplace/v20230801/index.js +10 -0
- package/elastic/getBillingInfo.d.ts +2 -2
- package/elastic/getBillingInfo.js +2 -2
- package/elastic/getMonitor.d.ts +2 -2
- package/elastic/getMonitor.js +2 -2
- package/elastic/getOrganizationApiKey.d.ts +2 -2
- package/elastic/getOrganizationApiKey.js +2 -2
- package/elastic/getOrganizationElasticToAzureSubscriptionMapping.d.ts +2 -2
- package/elastic/getOrganizationElasticToAzureSubscriptionMapping.js +2 -2
- package/elastic/getTagRule.d.ts +2 -2
- package/elastic/getTagRule.js +2 -2
- package/elastic/index.d.ts +2 -1
- package/elastic/index.js +4 -2
- package/elastic/listAllTrafficFilter.d.ts +2 -2
- package/elastic/listAllTrafficFilter.js +2 -2
- package/elastic/listConnectedPartnerResource.d.ts +2 -2
- package/elastic/listConnectedPartnerResource.js +2 -2
- package/elastic/listDeploymentInfo.d.ts +2 -2
- package/elastic/listDeploymentInfo.js +2 -2
- package/elastic/listMonitoredResource.d.ts +2 -2
- package/elastic/listMonitoredResource.js +2 -2
- package/elastic/listUpgradableVersionDetails.d.ts +2 -2
- package/elastic/listUpgradableVersionDetails.js +2 -2
- package/elastic/listVMHost.d.ts +2 -2
- package/elastic/listVMHost.js +2 -2
- package/elastic/listlistAssociatedTrafficFilter.d.ts +2 -2
- package/elastic/listlistAssociatedTrafficFilter.js +2 -2
- package/elastic/monitor.d.ts +1 -1
- package/elastic/monitor.js +3 -3
- package/elastic/tagRule.d.ts +1 -1
- package/elastic/tagRule.js +3 -3
- package/elastic/v20230601/monitor.js +2 -2
- package/elastic/v20230601/tagRule.js +2 -2
- package/elastic/v20230615preview/monitor.js +2 -2
- package/elastic/v20230615preview/tagRule.js +2 -2
- package/elastic/v20230701preview/monitor.js +2 -2
- package/elastic/v20230701preview/tagRule.js +2 -2
- package/elastic/v20231001preview/monitor.js +2 -2
- package/elastic/v20231001preview/tagRule.js +2 -2
- package/elastic/v20231101preview/getBillingInfo.d.ts +43 -0
- package/elastic/v20231101preview/getBillingInfo.js +26 -0
- package/elastic/v20231101preview/getMonitor.d.ts +73 -0
- package/elastic/v20231101preview/getMonitor.js +26 -0
- package/elastic/v20231101preview/getOrganizationApiKey.d.ts +28 -0
- package/elastic/v20231101preview/getOrganizationApiKey.js +26 -0
- package/elastic/v20231101preview/getOrganizationElasticToAzureSubscriptionMapping.d.ts +21 -0
- package/elastic/v20231101preview/getOrganizationElasticToAzureSubscriptionMapping.js +24 -0
- package/elastic/v20231101preview/getTagRule.d.ts +63 -0
- package/elastic/v20231101preview/getTagRule.js +27 -0
- package/elastic/v20231101preview/index.d.ts +43 -0
- package/elastic/v20231101preview/index.js +78 -0
- package/elastic/v20231101preview/listAllTrafficFilter.d.ts +39 -0
- package/elastic/v20231101preview/listAllTrafficFilter.js +26 -0
- package/elastic/v20231101preview/listConnectedPartnerResource.d.ts +43 -0
- package/elastic/v20231101preview/listConnectedPartnerResource.js +26 -0
- package/elastic/v20231101preview/listDeploymentInfo.d.ts +63 -0
- package/elastic/v20231101preview/listDeploymentInfo.js +26 -0
- package/elastic/v20231101preview/listMonitoredResource.d.ts +43 -0
- package/elastic/v20231101preview/listMonitoredResource.js +26 -0
- package/elastic/v20231101preview/listUpgradableVersionDetails.d.ts +42 -0
- package/elastic/v20231101preview/listUpgradableVersionDetails.js +26 -0
- package/elastic/v20231101preview/listVMHost.d.ts +43 -0
- package/elastic/v20231101preview/listVMHost.js +26 -0
- package/elastic/v20231101preview/listlistAssociatedTrafficFilter.d.ts +39 -0
- package/elastic/v20231101preview/listlistAssociatedTrafficFilter.js +26 -0
- package/elastic/v20231101preview/monitor.d.ts +99 -0
- package/elastic/v20231101preview/monitor.js +77 -0
- package/elastic/v20231101preview/tagRule.d.ts +67 -0
- package/elastic/v20231101preview/tagRule.js +73 -0
- package/hardwaresecuritymodules/cloudHsmCluster.d.ts +2 -0
- package/hardwaresecuritymodules/cloudHsmCluster.js +4 -2
- package/hardwaresecuritymodules/cloudHsmClusterPrivateEndpointConnection.d.ts +2 -0
- package/hardwaresecuritymodules/cloudHsmClusterPrivateEndpointConnection.js +4 -2
- package/hardwaresecuritymodules/getCloudHsmCluster.d.ts +4 -0
- package/hardwaresecuritymodules/getCloudHsmCluster.js +5 -1
- package/hardwaresecuritymodules/getCloudHsmClusterPrivateEndpointConnection.d.ts +4 -0
- package/hardwaresecuritymodules/getCloudHsmClusterPrivateEndpointConnection.js +5 -1
- package/hardwaresecuritymodules/index.d.ts +2 -1
- package/hardwaresecuritymodules/index.js +4 -2
- package/hardwaresecuritymodules/v20220831preview/cloudHsmCluster.js +2 -2
- package/hardwaresecuritymodules/v20220831preview/cloudHsmClusterPrivateEndpointConnection.js +2 -2
- package/hardwaresecuritymodules/v20231210preview/cloudHsmCluster.d.ts +161 -0
- package/hardwaresecuritymodules/v20231210preview/cloudHsmCluster.js +93 -0
- package/hardwaresecuritymodules/v20231210preview/cloudHsmClusterPrivateEndpointConnection.d.ts +83 -0
- package/hardwaresecuritymodules/v20231210preview/cloudHsmClusterPrivateEndpointConnection.js +84 -0
- package/hardwaresecuritymodules/v20231210preview/getCloudHsmCluster.d.ts +105 -0
- package/hardwaresecuritymodules/v20231210preview/getCloudHsmCluster.js +26 -0
- package/hardwaresecuritymodules/v20231210preview/getCloudHsmClusterPrivateEndpointConnection.d.ts +79 -0
- package/hardwaresecuritymodules/v20231210preview/getCloudHsmClusterPrivateEndpointConnection.js +27 -0
- package/hardwaresecuritymodules/v20231210preview/index.d.ts +13 -0
- package/hardwaresecuritymodules/v20231210preview/index.js +48 -0
- package/insights/index.d.ts +3 -0
- package/insights/index.js +6 -3
- package/insights/listDiagnosticSettingsCategory.d.ts +37 -0
- package/insights/listDiagnosticSettingsCategory.js +31 -0
- package/insights/v20170501preview/index.d.ts +3 -0
- package/insights/v20170501preview/index.js +5 -2
- package/insights/v20170501preview/listDiagnosticSettingsCategory.d.ts +31 -0
- package/insights/v20170501preview/listDiagnosticSettingsCategory.js +25 -0
- package/insights/v20210501preview/index.d.ts +3 -0
- package/insights/v20210501preview/index.js +5 -2
- package/insights/v20210501preview/listDiagnosticSettingsCategory.d.ts +31 -0
- package/insights/v20210501preview/listDiagnosticSettingsCategory.js +25 -0
- package/managedidentity/federatedIdentityCredential.d.ts +2 -0
- package/managedidentity/federatedIdentityCredential.js +4 -2
- package/managedidentity/getFederatedIdentityCredential.d.ts +4 -0
- package/managedidentity/getFederatedIdentityCredential.js +5 -1
- package/managedidentity/getUserAssignedIdentity.d.ts +2 -2
- package/managedidentity/getUserAssignedIdentity.js +2 -2
- package/managedidentity/index.d.ts +2 -1
- package/managedidentity/index.js +4 -2
- package/managedidentity/userAssignedIdentity.d.ts +1 -1
- package/managedidentity/userAssignedIdentity.js +3 -3
- package/managedidentity/v20230131/federatedIdentityCredential.js +2 -2
- package/managedidentity/v20230131/userAssignedIdentity.js +2 -2
- package/managedidentity/v20230731preview/federatedIdentityCredential.d.ts +82 -0
- package/managedidentity/v20230731preview/federatedIdentityCredential.js +86 -0
- package/managedidentity/v20230731preview/getFederatedIdentityCredential.d.ts +71 -0
- package/managedidentity/v20230731preview/getFederatedIdentityCredential.js +27 -0
- package/managedidentity/v20230731preview/getUserAssignedIdentity.d.ts +73 -0
- package/managedidentity/v20230731preview/getUserAssignedIdentity.js +26 -0
- package/managedidentity/v20230731preview/index.d.ts +12 -0
- package/managedidentity/v20230731preview/index.js +32 -0
- package/managedidentity/v20230731preview/userAssignedIdentity.d.ts +86 -0
- package/managedidentity/v20230731preview/userAssignedIdentity.js +77 -0
- package/netapp/account.d.ts +1 -1
- package/netapp/account.js +3 -3
- package/netapp/backup.d.ts +1 -1
- package/netapp/backup.js +1 -1
- package/netapp/backupPolicy.d.ts +1 -1
- package/netapp/backupPolicy.js +3 -3
- package/netapp/backupVault.d.ts +2 -0
- package/netapp/backupVault.js +4 -2
- package/netapp/getAccount.d.ts +2 -2
- package/netapp/getAccount.js +2 -2
- package/netapp/getBackup.d.ts +2 -2
- package/netapp/getBackup.js +2 -2
- package/netapp/getBackupPolicy.d.ts +2 -2
- package/netapp/getBackupPolicy.js +2 -2
- package/netapp/getBackupVault.d.ts +4 -0
- package/netapp/getBackupVault.js +5 -1
- package/netapp/getPool.d.ts +2 -2
- package/netapp/getPool.js +2 -2
- package/netapp/getSnapshot.d.ts +2 -2
- package/netapp/getSnapshot.js +2 -2
- package/netapp/getSnapshotPolicy.d.ts +2 -2
- package/netapp/getSnapshotPolicy.js +2 -2
- package/netapp/getSubvolume.d.ts +2 -2
- package/netapp/getSubvolume.js +2 -2
- package/netapp/getSubvolumeMetadata.d.ts +2 -2
- package/netapp/getSubvolumeMetadata.js +2 -2
- package/netapp/getVolume.d.ts +2 -2
- package/netapp/getVolume.js +2 -2
- package/netapp/getVolumeGroup.d.ts +2 -2
- package/netapp/getVolumeGroup.js +2 -2
- package/netapp/getVolumeGroupIdForLdapUser.d.ts +2 -2
- package/netapp/getVolumeGroupIdForLdapUser.js +2 -2
- package/netapp/getVolumeQuotaRule.d.ts +2 -2
- package/netapp/getVolumeQuotaRule.js +2 -2
- package/netapp/index.d.ts +2 -1
- package/netapp/index.js +4 -2
- package/netapp/listVolumeReplications.d.ts +2 -2
- package/netapp/listVolumeReplications.js +2 -2
- package/netapp/pool.d.ts +1 -1
- package/netapp/pool.js +3 -3
- package/netapp/snapshot.d.ts +1 -1
- package/netapp/snapshot.js +3 -3
- package/netapp/snapshotPolicy.d.ts +1 -1
- package/netapp/snapshotPolicy.js +3 -3
- package/netapp/subvolume.d.ts +1 -1
- package/netapp/subvolume.js +3 -3
- package/netapp/v20210401/backupPolicy.js +2 -2
- package/netapp/v20210401preview/backupPolicy.js +2 -2
- package/netapp/v20211001/volume.js +2 -2
- package/netapp/v20211001/volumeGroup.js +2 -2
- package/netapp/v20220501/account.js +2 -2
- package/netapp/v20221101/account.js +2 -2
- package/netapp/v20221101/backupPolicy.js +2 -2
- package/netapp/v20221101/pool.js +2 -2
- package/netapp/v20221101/snapshot.js +2 -2
- package/netapp/v20221101/snapshotPolicy.js +2 -2
- package/netapp/v20221101/subvolume.js +2 -2
- package/netapp/v20221101/volume.js +2 -2
- package/netapp/v20221101/volumeGroup.js +2 -2
- package/netapp/v20221101/volumeQuotaRule.js +2 -2
- package/netapp/v20221101preview/account.js +2 -2
- package/netapp/v20221101preview/backup.js +3 -1
- package/netapp/v20221101preview/backupPolicy.js +2 -2
- package/netapp/v20221101preview/backupVault.js +2 -2
- package/netapp/v20221101preview/pool.js +2 -2
- package/netapp/v20221101preview/snapshot.js +2 -2
- package/netapp/v20221101preview/snapshotPolicy.js +2 -2
- package/netapp/v20221101preview/subvolume.js +2 -2
- package/netapp/v20221101preview/volume.js +2 -2
- package/netapp/v20221101preview/volumeGroup.js +2 -2
- package/netapp/v20221101preview/volumeQuotaRule.js +2 -2
- package/netapp/v20230501/account.js +2 -2
- package/netapp/v20230501/backupPolicy.js +2 -2
- package/netapp/v20230501/pool.js +2 -2
- package/netapp/v20230501/snapshot.js +2 -2
- package/netapp/v20230501/snapshotPolicy.js +2 -2
- package/netapp/v20230501/subvolume.js +2 -2
- package/netapp/v20230501/volume.js +2 -2
- package/netapp/v20230501/volumeGroup.js +2 -2
- package/netapp/v20230501/volumeQuotaRule.js +2 -2
- package/netapp/v20230501preview/account.d.ts +123 -0
- package/netapp/v20230501preview/account.js +88 -0
- package/netapp/v20230501preview/backup.d.ts +122 -0
- package/netapp/v20230501preview/backup.js +101 -0
- package/netapp/v20230501preview/backupPolicy.d.ts +130 -0
- package/netapp/v20230501preview/backupPolicy.js +93 -0
- package/netapp/v20230501preview/backupVault.d.ts +82 -0
- package/netapp/v20230501preview/backupVault.js +77 -0
- package/netapp/v20230501preview/getAccount.d.ts +93 -0
- package/netapp/v20230501preview/getAccount.js +26 -0
- package/netapp/v20230501preview/getBackup.d.ts +111 -0
- package/netapp/v20230501preview/getBackup.js +28 -0
- package/netapp/v20230501preview/getBackupPolicy.d.ts +105 -0
- package/netapp/v20230501preview/getBackupPolicy.js +27 -0
- package/netapp/v20230501preview/getBackupVault.d.ts +73 -0
- package/netapp/v20230501preview/getBackupVault.js +27 -0
- package/netapp/v20230501preview/getPool.d.ts +109 -0
- package/netapp/v20230501preview/getPool.js +27 -0
- package/netapp/v20230501preview/getSnapshot.d.ts +91 -0
- package/netapp/v20230501preview/getSnapshot.js +29 -0
- package/netapp/v20230501preview/getSnapshotPolicy.d.ts +97 -0
- package/netapp/v20230501preview/getSnapshotPolicy.js +27 -0
- package/netapp/v20230501preview/getSubvolume.d.ts +87 -0
- package/netapp/v20230501preview/getSubvolume.js +29 -0
- package/netapp/v20230501preview/getSubvolumeMetadata.d.ts +110 -0
- package/netapp/v20230501preview/getSubvolumeMetadata.js +29 -0
- package/netapp/v20230501preview/getVolume.d.ts +305 -0
- package/netapp/v20230501preview/getVolume.js +28 -0
- package/netapp/v20230501preview/getVolumeGroup.d.ts +71 -0
- package/netapp/v20230501preview/getVolumeGroup.js +27 -0
- package/netapp/v20230501preview/getVolumeGroupIdForLdapUser.d.ts +62 -0
- package/netapp/v20230501preview/getVolumeGroupIdForLdapUser.js +29 -0
- package/netapp/v20230501preview/getVolumeQuotaRule.d.ts +101 -0
- package/netapp/v20230501preview/getVolumeQuotaRule.js +29 -0
- package/netapp/v20230501preview/index.d.ts +76 -0
- package/netapp/v20230501preview/index.js +120 -0
- package/netapp/v20230501preview/listVolumeReplications.d.ts +55 -0
- package/netapp/v20230501preview/listVolumeReplications.js +28 -0
- package/netapp/v20230501preview/pool.d.ts +139 -0
- package/netapp/v20230501preview/pool.js +102 -0
- package/netapp/v20230501preview/snapshot.d.ts +86 -0
- package/netapp/v20230501preview/snapshot.js +87 -0
- package/netapp/v20230501preview/snapshotPolicy.d.ts +127 -0
- package/netapp/v20230501preview/snapshotPolicy.js +89 -0
- package/netapp/v20230501preview/subvolume.d.ts +90 -0
- package/netapp/v20230501preview/subvolume.js +86 -0
- package/netapp/v20230501preview/volume.d.ts +468 -0
- package/netapp/v20230501preview/volume.js +203 -0
- package/netapp/v20230501preview/volumeGroup.d.ts +83 -0
- package/netapp/v20230501preview/volumeGroup.js +77 -0
- package/netapp/v20230501preview/volumeQuotaRule.d.ts +115 -0
- package/netapp/v20230501preview/volumeQuotaRule.js +91 -0
- package/netapp/volume.d.ts +1 -1
- package/netapp/volume.js +3 -3
- package/netapp/volumeGroup.d.ts +1 -1
- package/netapp/volumeGroup.js +3 -3
- package/netapp/volumeQuotaRule.d.ts +1 -1
- package/netapp/volumeQuotaRule.js +3 -3
- package/networkcloud/agentPool.d.ts +1 -1
- package/networkcloud/agentPool.js +3 -3
- package/networkcloud/bareMetalMachine.d.ts +1 -1
- package/networkcloud/bareMetalMachine.js +3 -3
- package/networkcloud/bareMetalMachineKeySet.d.ts +1 -1
- package/networkcloud/bareMetalMachineKeySet.js +3 -3
- package/networkcloud/bmcKeySet.d.ts +1 -1
- package/networkcloud/bmcKeySet.js +3 -3
- package/networkcloud/cloudServicesNetwork.d.ts +1 -1
- package/networkcloud/cloudServicesNetwork.js +3 -3
- package/networkcloud/cluster.d.ts +1 -1
- package/networkcloud/cluster.js +3 -3
- package/networkcloud/clusterManager.d.ts +1 -1
- package/networkcloud/clusterManager.js +3 -3
- package/networkcloud/console.d.ts +1 -1
- package/networkcloud/console.js +3 -3
- package/networkcloud/getAgentPool.d.ts +2 -2
- package/networkcloud/getAgentPool.js +2 -2
- package/networkcloud/getBareMetalMachine.d.ts +2 -2
- package/networkcloud/getBareMetalMachine.js +2 -2
- package/networkcloud/getBareMetalMachineKeySet.d.ts +2 -2
- package/networkcloud/getBareMetalMachineKeySet.js +2 -2
- package/networkcloud/getBmcKeySet.d.ts +2 -2
- package/networkcloud/getBmcKeySet.js +2 -2
- package/networkcloud/getCloudServicesNetwork.d.ts +2 -2
- package/networkcloud/getCloudServicesNetwork.js +2 -2
- package/networkcloud/getCluster.d.ts +2 -2
- package/networkcloud/getCluster.js +2 -2
- package/networkcloud/getClusterManager.d.ts +2 -2
- package/networkcloud/getClusterManager.js +2 -2
- package/networkcloud/getConsole.d.ts +2 -2
- package/networkcloud/getConsole.js +2 -2
- package/networkcloud/getKubernetesCluster.d.ts +2 -2
- package/networkcloud/getKubernetesCluster.js +2 -2
- package/networkcloud/getL2Network.d.ts +2 -2
- package/networkcloud/getL2Network.js +2 -2
- package/networkcloud/getL3Network.d.ts +2 -2
- package/networkcloud/getL3Network.js +2 -2
- package/networkcloud/getMetricsConfiguration.d.ts +2 -2
- package/networkcloud/getMetricsConfiguration.js +2 -2
- package/networkcloud/getRack.d.ts +2 -2
- package/networkcloud/getRack.js +2 -2
- package/networkcloud/getStorageAppliance.d.ts +2 -2
- package/networkcloud/getStorageAppliance.js +2 -2
- package/networkcloud/getTrunkedNetwork.d.ts +2 -2
- package/networkcloud/getTrunkedNetwork.js +2 -2
- package/networkcloud/getVirtualMachine.d.ts +2 -2
- package/networkcloud/getVirtualMachine.js +2 -2
- package/networkcloud/getVolume.d.ts +2 -2
- package/networkcloud/getVolume.js +2 -2
- package/networkcloud/index.d.ts +2 -14
- package/networkcloud/index.js +5 -19
- package/networkcloud/kubernetesCluster.d.ts +1 -1
- package/networkcloud/kubernetesCluster.js +3 -3
- package/networkcloud/l2network.d.ts +1 -1
- package/networkcloud/l2network.js +3 -3
- package/networkcloud/l3network.d.ts +1 -1
- package/networkcloud/l3network.js +3 -3
- package/networkcloud/metricsConfiguration.d.ts +1 -1
- package/networkcloud/metricsConfiguration.js +3 -3
- package/networkcloud/rack.d.ts +1 -1
- package/networkcloud/rack.js +3 -3
- package/networkcloud/storageAppliance.d.ts +1 -1
- package/networkcloud/storageAppliance.js +3 -3
- package/networkcloud/trunkedNetwork.d.ts +1 -1
- package/networkcloud/trunkedNetwork.js +3 -3
- package/networkcloud/v20230501preview/agentPool.js +2 -2
- package/networkcloud/v20230501preview/bareMetalMachine.js +2 -2
- package/networkcloud/v20230501preview/bareMetalMachineKeySet.js +2 -2
- package/networkcloud/v20230501preview/bmcKeySet.js +2 -2
- package/networkcloud/v20230501preview/cloudServicesNetwork.js +2 -2
- package/networkcloud/v20230501preview/cluster.js +2 -2
- package/networkcloud/v20230501preview/clusterManager.js +2 -2
- package/networkcloud/v20230501preview/console.js +2 -2
- package/networkcloud/v20230501preview/kubernetesCluster.js +2 -2
- package/networkcloud/v20230501preview/l2network.js +2 -2
- package/networkcloud/v20230501preview/l3network.js +2 -2
- package/networkcloud/v20230501preview/metricsConfiguration.js +2 -2
- package/networkcloud/v20230501preview/rack.js +2 -2
- package/networkcloud/v20230501preview/storageAppliance.js +2 -2
- package/networkcloud/v20230501preview/trunkedNetwork.js +2 -2
- package/networkcloud/v20230501preview/virtualMachine.js +2 -2
- package/networkcloud/v20230501preview/volume.js +2 -2
- package/networkcloud/v20230701/agentPool.js +2 -2
- package/networkcloud/v20230701/bareMetalMachine.js +1 -1
- package/networkcloud/v20230701/bareMetalMachineKeySet.js +1 -1
- package/networkcloud/v20230701/bmcKeySet.js +1 -1
- package/networkcloud/v20230701/cloudServicesNetwork.js +1 -1
- package/networkcloud/v20230701/cluster.js +1 -1
- package/networkcloud/v20230701/clusterManager.js +1 -1
- package/networkcloud/v20230701/console.js +1 -1
- package/networkcloud/v20230701/kubernetesCluster.js +2 -2
- package/networkcloud/v20230701/l2network.js +1 -1
- package/networkcloud/v20230701/l3network.js +1 -1
- package/networkcloud/v20230701/metricsConfiguration.js +1 -1
- package/networkcloud/v20230701/rack.js +1 -1
- package/networkcloud/v20230701/storageAppliance.js +1 -1
- package/networkcloud/v20230701/trunkedNetwork.js +1 -1
- package/networkcloud/v20230701/virtualMachine.js +1 -1
- package/networkcloud/v20230701/volume.js +1 -1
- package/networkcloud/v20231001preview/agentPool.d.ts +181 -0
- package/networkcloud/v20231001preview/agentPool.js +112 -0
- package/networkcloud/v20231001preview/bareMetalMachine.d.ts +240 -0
- package/networkcloud/v20231001preview/bareMetalMachine.js +163 -0
- package/networkcloud/v20231001preview/bareMetalMachineKeySet.d.ts +153 -0
- package/networkcloud/v20231001preview/bareMetalMachineKeySet.js +114 -0
- package/networkcloud/v20231001preview/bmcKeySet.d.ts +137 -0
- package/networkcloud/v20231001preview/bmcKeySet.js +107 -0
- package/networkcloud/v20231001preview/cloudServicesNetwork.d.ts +139 -0
- package/networkcloud/v20231001preview/cloudServicesNetwork.js +102 -0
- package/networkcloud/{v20221212preview → v20231001preview}/cluster.d.ts +45 -21
- package/networkcloud/v20231001preview/cluster.js +138 -0
- package/networkcloud/v20231001preview/clusterManager.d.ts +132 -0
- package/networkcloud/v20231001preview/clusterManager.js +91 -0
- package/networkcloud/v20231001preview/console.d.ts +129 -0
- package/networkcloud/v20231001preview/console.js +99 -0
- package/networkcloud/v20231001preview/getAgentPool.d.ts +126 -0
- package/networkcloud/v20231001preview/getAgentPool.js +27 -0
- package/networkcloud/v20231001preview/getBareMetalMachine.d.ts +182 -0
- package/networkcloud/{v20221212preview/getHybridAksCluster.js → v20231001preview/getBareMetalMachine.js} +11 -11
- package/networkcloud/v20231001preview/getBareMetalMachineKeySet.d.ts +114 -0
- package/networkcloud/v20231001preview/getBareMetalMachineKeySet.js +27 -0
- package/networkcloud/v20231001preview/getBmcKeySet.d.ts +106 -0
- package/networkcloud/v20231001preview/getBmcKeySet.js +27 -0
- package/networkcloud/v20231001preview/getCloudServicesNetwork.d.ts +112 -0
- package/networkcloud/v20231001preview/getCloudServicesNetwork.js +26 -0
- package/networkcloud/{v20221212preview → v20231001preview}/getCluster.d.ts +26 -14
- package/networkcloud/{v20221212preview → v20231001preview}/getCluster.js +2 -2
- package/networkcloud/v20231001preview/getClusterManager.d.ts +98 -0
- package/networkcloud/v20231001preview/getClusterManager.js +26 -0
- package/networkcloud/v20231001preview/getConsole.d.ts +102 -0
- package/networkcloud/v20231001preview/getConsole.js +27 -0
- package/networkcloud/v20231001preview/getKubernetesCluster.d.ts +130 -0
- package/networkcloud/{v20221212preview/getDefaultCniNetwork.js → v20231001preview/getKubernetesCluster.js} +11 -11
- package/networkcloud/v20231001preview/getL2Network.d.ts +102 -0
- package/networkcloud/v20231001preview/getL2Network.js +26 -0
- package/networkcloud/v20231001preview/getL3Network.d.ts +124 -0
- package/networkcloud/v20231001preview/getL3Network.js +26 -0
- package/networkcloud/v20231001preview/getMetricsConfiguration.d.ts +94 -0
- package/networkcloud/v20231001preview/getMetricsConfiguration.js +27 -0
- package/networkcloud/v20231001preview/getRack.d.ts +94 -0
- package/networkcloud/v20231001preview/getRack.js +26 -0
- package/networkcloud/v20231001preview/getStorageAppliance.d.ts +118 -0
- package/networkcloud/v20231001preview/getStorageAppliance.js +26 -0
- package/networkcloud/v20231001preview/getTrunkedNetwork.d.ts +106 -0
- package/networkcloud/v20231001preview/getTrunkedNetwork.js +26 -0
- package/networkcloud/v20231001preview/getVirtualMachine.d.ts +158 -0
- package/networkcloud/v20231001preview/getVirtualMachine.js +26 -0
- package/networkcloud/v20231001preview/getVolume.d.ts +86 -0
- package/networkcloud/v20231001preview/getVolume.js +26 -0
- package/networkcloud/v20231001preview/index.d.ts +103 -0
- package/networkcloud/v20231001preview/index.js +154 -0
- package/networkcloud/v20231001preview/kubernetesCluster.d.ts +176 -0
- package/networkcloud/v20231001preview/kubernetesCluster.js +120 -0
- package/networkcloud/v20231001preview/l2network.d.ts +133 -0
- package/networkcloud/v20231001preview/l2network.js +97 -0
- package/networkcloud/v20231001preview/l3network.d.ts +177 -0
- package/networkcloud/v20231001preview/l3network.js +110 -0
- package/networkcloud/v20231001preview/metricsConfiguration.d.ts +116 -0
- package/networkcloud/v20231001preview/metricsConfiguration.js +92 -0
- package/networkcloud/v20231001preview/rack.d.ts +128 -0
- package/networkcloud/v20231001preview/rack.js +101 -0
- package/networkcloud/v20231001preview/storageAppliance.d.ts +156 -0
- package/networkcloud/v20231001preview/storageAppliance.js +116 -0
- package/networkcloud/v20231001preview/trunkedNetwork.d.ts +141 -0
- package/networkcloud/v20231001preview/trunkedNetwork.js +102 -0
- package/networkcloud/v20231001preview/virtualMachine.d.ts +241 -0
- package/networkcloud/v20231001preview/virtualMachine.js +141 -0
- package/networkcloud/v20231001preview/volume.d.ts +108 -0
- package/networkcloud/v20231001preview/volume.js +88 -0
- package/networkcloud/virtualMachine.d.ts +1 -1
- package/networkcloud/virtualMachine.js +3 -3
- package/networkcloud/volume.d.ts +1 -1
- package/networkcloud/volume.js +3 -3
- package/package.json +1 -1
- package/provider.d.ts +10 -2
- package/provider.js +3 -1
- package/storagecache/amlFilesystem.js +2 -2
- package/storagecache/cache.d.ts +1 -1
- package/storagecache/cache.js +3 -3
- package/storagecache/getCache.d.ts +2 -2
- package/storagecache/getCache.js +2 -2
- package/storagecache/getRequiredAmlFSSubnetsSize.d.ts +2 -2
- package/storagecache/getRequiredAmlFSSubnetsSize.js +2 -2
- package/storagecache/getStorageTarget.d.ts +2 -2
- package/storagecache/getStorageTarget.js +2 -2
- package/storagecache/index.d.ts +2 -1
- package/storagecache/index.js +4 -2
- package/storagecache/storageTarget.d.ts +1 -1
- package/storagecache/storageTarget.js +3 -3
- package/storagecache/v20210301/cache.js +2 -2
- package/storagecache/v20210301/storageTarget.js +2 -2
- package/storagecache/v20230301preview/amlFilesystem.js +2 -2
- package/storagecache/v20230301preview/cache.js +2 -2
- package/storagecache/v20230501/amlFilesystem.js +2 -2
- package/storagecache/v20230501/cache.js +2 -2
- package/storagecache/v20230501/storageTarget.js +2 -2
- package/storagecache/v20231101preview/amlFilesystem.d.ts +163 -0
- package/storagecache/v20231101preview/amlFilesystem.js +107 -0
- package/storagecache/v20231101preview/cache.d.ts +179 -0
- package/storagecache/v20231101preview/cache.js +104 -0
- package/storagecache/v20231101preview/getAmlFilesystem.d.ts +113 -0
- package/storagecache/v20231101preview/getAmlFilesystem.js +26 -0
- package/storagecache/v20231101preview/getCache.d.ts +125 -0
- package/storagecache/v20231101preview/getCache.js +26 -0
- package/storagecache/v20231101preview/getRequiredAmlFSSubnetsSize.d.ts +39 -0
- package/storagecache/v20231101preview/getRequiredAmlFSSubnetsSize.js +27 -0
- package/storagecache/v20231101preview/getStorageTarget.d.ts +99 -0
- package/storagecache/v20231101preview/getStorageTarget.js +27 -0
- package/storagecache/v20231101preview/index.d.ts +22 -0
- package/storagecache/v20231101preview/index.js +58 -0
- package/storagecache/v20231101preview/storageTarget.d.ts +128 -0
- package/storagecache/v20231101preview/storageTarget.js +94 -0
- package/testbase/actionRequest.d.ts +67 -0
- package/testbase/actionRequest.js +84 -0
- package/testbase/credential.d.ts +76 -0
- package/testbase/credential.js +82 -0
- package/testbase/customImage.d.ts +128 -0
- package/testbase/customImage.js +108 -0
- package/testbase/customerEvent.d.ts +2 -0
- package/testbase/customerEvent.js +4 -2
- package/testbase/draftPackage.d.ts +265 -0
- package/testbase/draftPackage.js +127 -0
- package/testbase/favoriteProcess.d.ts +2 -0
- package/testbase/favoriteProcess.js +4 -2
- package/testbase/getActionRequest.d.ts +60 -0
- package/testbase/getActionRequest.js +29 -0
- package/testbase/getBillingHubServiceFreeHourBalance.d.ts +4 -0
- package/testbase/getBillingHubServiceFreeHourBalance.js +5 -1
- package/testbase/getBillingHubServiceUsage.d.ts +4 -0
- package/testbase/getBillingHubServiceUsage.js +5 -1
- package/testbase/getCredential.d.ts +69 -0
- package/testbase/getCredential.js +29 -0
- package/testbase/getCustomImage.d.ts +113 -0
- package/testbase/getCustomImage.js +29 -0
- package/testbase/getCustomerEvent.d.ts +4 -0
- package/testbase/getCustomerEvent.js +5 -1
- package/testbase/getDraftPackage.d.ts +171 -0
- package/testbase/getDraftPackage.js +29 -0
- package/testbase/getDraftPackagePath.d.ts +64 -0
- package/testbase/getDraftPackagePath.js +29 -0
- package/testbase/getFavoriteProcess.d.ts +4 -0
- package/testbase/getFavoriteProcess.js +5 -1
- package/testbase/getImageDefinition.d.ts +74 -0
- package/testbase/getImageDefinition.js +29 -0
- package/testbase/getPackage.d.ts +4 -0
- package/testbase/getPackage.js +5 -1
- package/testbase/getPackageDownloadURL.d.ts +4 -0
- package/testbase/getPackageDownloadURL.js +5 -1
- package/testbase/getTestBaseAccount.d.ts +4 -0
- package/testbase/getTestBaseAccount.js +5 -1
- package/testbase/getTestBaseAccountFileUploadUrl.d.ts +4 -0
- package/testbase/getTestBaseAccountFileUploadUrl.js +5 -1
- package/testbase/getTestResultConsoleLogDownloadURL.d.ts +4 -0
- package/testbase/getTestResultConsoleLogDownloadURL.js +5 -1
- package/testbase/getTestResultDownloadURL.d.ts +4 -0
- package/testbase/getTestResultDownloadURL.js +5 -1
- package/testbase/getTestResultVideoDownloadURL.d.ts +4 -0
- package/testbase/getTestResultVideoDownloadURL.js +5 -1
- package/testbase/imageDefinition.d.ts +85 -0
- package/testbase/imageDefinition.js +89 -0
- package/testbase/index.d.ts +35 -1
- package/testbase/index.js +42 -2
- package/testbase/package.d.ts +2 -0
- package/testbase/package.js +4 -2
- package/testbase/testBaseAccount.d.ts +2 -0
- package/testbase/testBaseAccount.js +4 -2
- package/testbase/v20220401preview/customerEvent.js +2 -2
- package/testbase/v20220401preview/favoriteProcess.js +2 -2
- package/testbase/v20220401preview/package.js +2 -2
- package/testbase/v20220401preview/testBaseAccount.js +2 -2
- package/testbase/v20231101preview/actionRequest.d.ts +64 -0
- package/testbase/v20231101preview/actionRequest.js +81 -0
- package/testbase/v20231101preview/credential.d.ts +75 -0
- package/testbase/v20231101preview/credential.js +81 -0
- package/testbase/v20231101preview/customImage.d.ts +127 -0
- package/testbase/v20231101preview/customImage.js +107 -0
- package/testbase/v20231101preview/customerEvent.d.ts +75 -0
- package/testbase/v20231101preview/customerEvent.js +81 -0
- package/testbase/v20231101preview/draftPackage.d.ts +264 -0
- package/testbase/v20231101preview/draftPackage.js +126 -0
- package/testbase/v20231101preview/favoriteProcess.d.ts +70 -0
- package/testbase/v20231101preview/favoriteProcess.js +80 -0
- package/testbase/v20231101preview/getActionRequest.d.ts +58 -0
- package/testbase/v20231101preview/getActionRequest.js +27 -0
- package/testbase/v20231101preview/getBillingHubServiceFreeHourBalance.d.ts +28 -0
- package/testbase/v20231101preview/getBillingHubServiceFreeHourBalance.js +20 -0
- package/testbase/v20231101preview/getBillingHubServiceUsage.d.ts +39 -0
- package/testbase/v20231101preview/getBillingHubServiceUsage.js +24 -0
- package/testbase/v20231101preview/getCredential.d.ts +67 -0
- package/testbase/v20231101preview/getCredential.js +27 -0
- package/testbase/v20231101preview/getCustomImage.d.ts +111 -0
- package/testbase/v20231101preview/getCustomImage.js +27 -0
- package/testbase/v20231101preview/getCustomerEvent.d.ts +67 -0
- package/testbase/v20231101preview/getCustomerEvent.js +27 -0
- package/testbase/v20231101preview/getDraftPackage.d.ts +169 -0
- package/testbase/v20231101preview/getDraftPackage.js +27 -0
- package/testbase/v20231101preview/getDraftPackagePath.d.ts +62 -0
- package/testbase/v20231101preview/getDraftPackagePath.js +27 -0
- package/testbase/v20231101preview/getFavoriteProcess.d.ts +71 -0
- package/testbase/v20231101preview/getFavoriteProcess.js +28 -0
- package/testbase/v20231101preview/getImageDefinition.d.ts +72 -0
- package/testbase/v20231101preview/getImageDefinition.js +27 -0
- package/testbase/v20231101preview/getPackage.d.ts +137 -0
- package/testbase/v20231101preview/getPackage.js +27 -0
- package/testbase/v20231101preview/getPackageDownloadURL.d.ts +50 -0
- package/testbase/v20231101preview/getPackageDownloadURL.js +27 -0
- package/testbase/v20231101preview/getTestBaseAccount.d.ts +77 -0
- package/testbase/v20231101preview/getTestBaseAccount.js +26 -0
- package/testbase/v20231101preview/getTestBaseAccountFileUploadUrl.d.ts +59 -0
- package/testbase/v20231101preview/getTestBaseAccountFileUploadUrl.js +28 -0
- package/testbase/v20231101preview/getTestResultConsoleLogDownloadURL.d.ts +66 -0
- package/testbase/v20231101preview/getTestResultConsoleLogDownloadURL.js +29 -0
- package/testbase/v20231101preview/getTestResultDownloadURL.d.ts +58 -0
- package/testbase/v20231101preview/getTestResultDownloadURL.js +28 -0
- package/testbase/v20231101preview/getTestResultVideoDownloadURL.d.ts +58 -0
- package/testbase/v20231101preview/getTestResultVideoDownloadURL.js +28 -0
- package/testbase/v20231101preview/imageDefinition.d.ts +84 -0
- package/testbase/v20231101preview/imageDefinition.js +88 -0
- package/testbase/v20231101preview/index.d.ts +79 -0
- package/testbase/v20231101preview/index.js +121 -0
- package/testbase/v20231101preview/package.d.ts +187 -0
- package/testbase/v20231101preview/package.js +115 -0
- package/testbase/v20231101preview/testBaseAccount.d.ts +103 -0
- package/testbase/v20231101preview/testBaseAccount.js +83 -0
- package/tsconfig.tsbuildinfo +1 -1
- package/types/enums/baremetalinfrastructure/index.d.ts +2 -1
- package/types/enums/baremetalinfrastructure/index.js +4 -2
- package/types/enums/baremetalinfrastructure/v20231101preview/index.d.ts +22 -0
- package/types/enums/baremetalinfrastructure/v20231101preview/index.js +20 -0
- package/types/enums/batch/index.d.ts +2 -1
- package/types/enums/batch/index.js +4 -2
- package/types/enums/batch/v20231101/index.d.ts +414 -0
- package/types/enums/batch/v20231101/index.js +330 -0
- package/types/enums/compute/index.d.ts +2 -1
- package/types/enums/compute/index.js +5 -3
- package/types/enums/compute/v20220803/index.d.ts +121 -0
- package/types/enums/compute/v20220803/index.js +71 -0
- package/types/enums/costmanagement/index.d.ts +2 -1
- package/types/enums/costmanagement/index.js +5 -2
- package/types/enums/costmanagement/v20231101/index.d.ts +494 -0
- package/types/enums/costmanagement/v20231101/index.js +320 -0
- package/types/enums/desktopvirtualization/index.d.ts +2 -1
- package/types/enums/desktopvirtualization/index.js +4 -2
- package/types/enums/desktopvirtualization/v20231101preview/index.d.ts +241 -0
- package/types/enums/desktopvirtualization/v20231101preview/index.js +150 -0
- package/types/enums/documentdb/index.d.ts +2 -1
- package/types/enums/documentdb/index.js +4 -2
- package/types/enums/documentdb/v20231115/index.d.ts +286 -0
- package/types/enums/documentdb/v20231115/index.js +164 -0
- package/types/enums/elastic/index.d.ts +2 -1
- package/types/enums/elastic/index.js +4 -2
- package/types/enums/elastic/v20231101preview/index.d.ts +38 -0
- package/types/enums/elastic/v20231101preview/index.js +28 -0
- package/types/enums/hardwaresecuritymodules/index.d.ts +2 -1
- package/types/enums/hardwaresecuritymodules/index.js +4 -2
- package/types/enums/hardwaresecuritymodules/v20231210preview/index.d.ts +45 -0
- package/types/enums/hardwaresecuritymodules/v20231210preview/index.js +31 -0
- package/types/enums/netapp/index.d.ts +2 -1
- package/types/enums/netapp/index.js +4 -2
- package/types/enums/netapp/v20230501preview/index.d.ts +241 -0
- package/types/enums/netapp/v20230501preview/index.js +172 -0
- package/types/enums/networkcloud/index.d.ts +2 -2
- package/types/enums/networkcloud/index.js +4 -4
- package/types/enums/networkcloud/v20231001preview/index.d.ts +266 -0
- package/types/enums/networkcloud/v20231001preview/index.js +141 -0
- package/types/enums/storagecache/index.d.ts +2 -1
- package/types/enums/storagecache/index.js +4 -2
- package/types/enums/storagecache/v20231101preview/index.d.ts +88 -0
- package/types/enums/storagecache/v20231101preview/index.js +58 -0
- package/types/enums/testbase/index.d.ts +134 -1
- package/types/enums/testbase/index.js +94 -2
- package/types/enums/testbase/v20231101preview/index.d.ts +191 -0
- package/types/enums/testbase/v20231101preview/index.js +131 -0
- package/types/input.d.ts +7470 -1315
- package/types/input.js +400 -2
- package/types/output.d.ts +9523 -1022
- package/types/output.js +400 -2
- package/networkcloud/defaultCniNetwork.d.ts +0 -168
- package/networkcloud/defaultCniNetwork.js +0 -111
- package/networkcloud/getDefaultCniNetwork.d.ts +0 -122
- package/networkcloud/getDefaultCniNetwork.js +0 -28
- package/networkcloud/getHybridAksCluster.d.ts +0 -119
- package/networkcloud/getHybridAksCluster.js +0 -28
- package/networkcloud/hybridAksCluster.d.ts +0 -152
- package/networkcloud/hybridAksCluster.js +0 -115
- package/networkcloud/v20221212preview/cluster.js +0 -134
- package/networkcloud/v20221212preview/defaultCniNetwork.d.ts +0 -165
- package/networkcloud/v20221212preview/defaultCniNetwork.js +0 -108
- package/networkcloud/v20221212preview/getDefaultCniNetwork.d.ts +0 -120
- package/networkcloud/v20221212preview/getHybridAksCluster.d.ts +0 -117
- package/networkcloud/v20221212preview/hybridAksCluster.d.ts +0 -151
- package/networkcloud/v20221212preview/hybridAksCluster.js +0 -114
- package/networkcloud/v20221212preview/index.d.ts +0 -19
- package/networkcloud/v20221212preview/index.js +0 -55
- package/types/enums/networkcloud/v20221212preview/index.d.ts +0 -33
- package/types/enums/networkcloud/v20221212preview/index.js +0 -23
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.ScalingPlanPersonalSchedule = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Represents a ScalingPlanPersonalSchedule definition.
|
|
10
|
+
*/
|
|
11
|
+
class ScalingPlanPersonalSchedule extends pulumi.CustomResource {
|
|
12
|
+
/**
|
|
13
|
+
* Get an existing ScalingPlanPersonalSchedule resource's state with the given name, ID, and optional extra
|
|
14
|
+
* properties used to qualify the lookup.
|
|
15
|
+
*
|
|
16
|
+
* @param name The _unique_ name of the resulting resource.
|
|
17
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
18
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
19
|
+
*/
|
|
20
|
+
static get(name, id, opts) {
|
|
21
|
+
return new ScalingPlanPersonalSchedule(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Returns true if the given object is an instance of ScalingPlanPersonalSchedule. This is designed to work even
|
|
25
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
26
|
+
*/
|
|
27
|
+
static isInstance(obj) {
|
|
28
|
+
if (obj === undefined || obj === null) {
|
|
29
|
+
return false;
|
|
30
|
+
}
|
|
31
|
+
return obj['__pulumiType'] === ScalingPlanPersonalSchedule.__pulumiType;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Create a ScalingPlanPersonalSchedule resource with the given unique name, arguments, and options.
|
|
35
|
+
*
|
|
36
|
+
* @param name The _unique_ name of the resource.
|
|
37
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
38
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
39
|
+
*/
|
|
40
|
+
constructor(name, args, opts) {
|
|
41
|
+
var _a, _b, _c, _d;
|
|
42
|
+
let resourceInputs = {};
|
|
43
|
+
opts = opts || {};
|
|
44
|
+
if (!opts.id) {
|
|
45
|
+
if ((!args || args.resourceGroupName === undefined) && !opts.urn) {
|
|
46
|
+
throw new Error("Missing required property 'resourceGroupName'");
|
|
47
|
+
}
|
|
48
|
+
if ((!args || args.scalingPlanName === undefined) && !opts.urn) {
|
|
49
|
+
throw new Error("Missing required property 'scalingPlanName'");
|
|
50
|
+
}
|
|
51
|
+
resourceInputs["daysOfWeek"] = args ? args.daysOfWeek : undefined;
|
|
52
|
+
resourceInputs["offPeakActionOnDisconnect"] = args ? args.offPeakActionOnDisconnect : undefined;
|
|
53
|
+
resourceInputs["offPeakActionOnLogoff"] = args ? args.offPeakActionOnLogoff : undefined;
|
|
54
|
+
resourceInputs["offPeakMinutesToWaitOnDisconnect"] = args ? args.offPeakMinutesToWaitOnDisconnect : undefined;
|
|
55
|
+
resourceInputs["offPeakMinutesToWaitOnLogoff"] = args ? args.offPeakMinutesToWaitOnLogoff : undefined;
|
|
56
|
+
resourceInputs["offPeakStartTime"] = args ? args.offPeakStartTime : undefined;
|
|
57
|
+
resourceInputs["offPeakStartVMOnConnect"] = (_a = (args ? args.offPeakStartVMOnConnect : undefined)) !== null && _a !== void 0 ? _a : "Enable";
|
|
58
|
+
resourceInputs["peakActionOnDisconnect"] = args ? args.peakActionOnDisconnect : undefined;
|
|
59
|
+
resourceInputs["peakActionOnLogoff"] = args ? args.peakActionOnLogoff : undefined;
|
|
60
|
+
resourceInputs["peakMinutesToWaitOnDisconnect"] = args ? args.peakMinutesToWaitOnDisconnect : undefined;
|
|
61
|
+
resourceInputs["peakMinutesToWaitOnLogoff"] = args ? args.peakMinutesToWaitOnLogoff : undefined;
|
|
62
|
+
resourceInputs["peakStartTime"] = args ? args.peakStartTime : undefined;
|
|
63
|
+
resourceInputs["peakStartVMOnConnect"] = (_b = (args ? args.peakStartVMOnConnect : undefined)) !== null && _b !== void 0 ? _b : "Enable";
|
|
64
|
+
resourceInputs["rampDownActionOnDisconnect"] = args ? args.rampDownActionOnDisconnect : undefined;
|
|
65
|
+
resourceInputs["rampDownActionOnLogoff"] = args ? args.rampDownActionOnLogoff : undefined;
|
|
66
|
+
resourceInputs["rampDownMinutesToWaitOnDisconnect"] = args ? args.rampDownMinutesToWaitOnDisconnect : undefined;
|
|
67
|
+
resourceInputs["rampDownMinutesToWaitOnLogoff"] = args ? args.rampDownMinutesToWaitOnLogoff : undefined;
|
|
68
|
+
resourceInputs["rampDownStartTime"] = args ? args.rampDownStartTime : undefined;
|
|
69
|
+
resourceInputs["rampDownStartVMOnConnect"] = (_c = (args ? args.rampDownStartVMOnConnect : undefined)) !== null && _c !== void 0 ? _c : "Enable";
|
|
70
|
+
resourceInputs["rampUpActionOnDisconnect"] = args ? args.rampUpActionOnDisconnect : undefined;
|
|
71
|
+
resourceInputs["rampUpActionOnLogoff"] = args ? args.rampUpActionOnLogoff : undefined;
|
|
72
|
+
resourceInputs["rampUpAutoStartHosts"] = args ? args.rampUpAutoStartHosts : undefined;
|
|
73
|
+
resourceInputs["rampUpMinutesToWaitOnDisconnect"] = args ? args.rampUpMinutesToWaitOnDisconnect : undefined;
|
|
74
|
+
resourceInputs["rampUpMinutesToWaitOnLogoff"] = args ? args.rampUpMinutesToWaitOnLogoff : undefined;
|
|
75
|
+
resourceInputs["rampUpStartTime"] = args ? args.rampUpStartTime : undefined;
|
|
76
|
+
resourceInputs["rampUpStartVMOnConnect"] = (_d = (args ? args.rampUpStartVMOnConnect : undefined)) !== null && _d !== void 0 ? _d : "Enable";
|
|
77
|
+
resourceInputs["resourceGroupName"] = args ? args.resourceGroupName : undefined;
|
|
78
|
+
resourceInputs["scalingPlanName"] = args ? args.scalingPlanName : undefined;
|
|
79
|
+
resourceInputs["scalingPlanScheduleName"] = args ? args.scalingPlanScheduleName : undefined;
|
|
80
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
81
|
+
resourceInputs["systemData"] = undefined /*out*/;
|
|
82
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
83
|
+
}
|
|
84
|
+
else {
|
|
85
|
+
resourceInputs["daysOfWeek"] = undefined /*out*/;
|
|
86
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
87
|
+
resourceInputs["offPeakActionOnDisconnect"] = undefined /*out*/;
|
|
88
|
+
resourceInputs["offPeakActionOnLogoff"] = undefined /*out*/;
|
|
89
|
+
resourceInputs["offPeakMinutesToWaitOnDisconnect"] = undefined /*out*/;
|
|
90
|
+
resourceInputs["offPeakMinutesToWaitOnLogoff"] = undefined /*out*/;
|
|
91
|
+
resourceInputs["offPeakStartTime"] = undefined /*out*/;
|
|
92
|
+
resourceInputs["offPeakStartVMOnConnect"] = undefined /*out*/;
|
|
93
|
+
resourceInputs["peakActionOnDisconnect"] = undefined /*out*/;
|
|
94
|
+
resourceInputs["peakActionOnLogoff"] = undefined /*out*/;
|
|
95
|
+
resourceInputs["peakMinutesToWaitOnDisconnect"] = undefined /*out*/;
|
|
96
|
+
resourceInputs["peakMinutesToWaitOnLogoff"] = undefined /*out*/;
|
|
97
|
+
resourceInputs["peakStartTime"] = undefined /*out*/;
|
|
98
|
+
resourceInputs["peakStartVMOnConnect"] = undefined /*out*/;
|
|
99
|
+
resourceInputs["rampDownActionOnDisconnect"] = undefined /*out*/;
|
|
100
|
+
resourceInputs["rampDownActionOnLogoff"] = undefined /*out*/;
|
|
101
|
+
resourceInputs["rampDownMinutesToWaitOnDisconnect"] = undefined /*out*/;
|
|
102
|
+
resourceInputs["rampDownMinutesToWaitOnLogoff"] = undefined /*out*/;
|
|
103
|
+
resourceInputs["rampDownStartTime"] = undefined /*out*/;
|
|
104
|
+
resourceInputs["rampDownStartVMOnConnect"] = undefined /*out*/;
|
|
105
|
+
resourceInputs["rampUpActionOnDisconnect"] = undefined /*out*/;
|
|
106
|
+
resourceInputs["rampUpActionOnLogoff"] = undefined /*out*/;
|
|
107
|
+
resourceInputs["rampUpAutoStartHosts"] = undefined /*out*/;
|
|
108
|
+
resourceInputs["rampUpMinutesToWaitOnDisconnect"] = undefined /*out*/;
|
|
109
|
+
resourceInputs["rampUpMinutesToWaitOnLogoff"] = undefined /*out*/;
|
|
110
|
+
resourceInputs["rampUpStartTime"] = undefined /*out*/;
|
|
111
|
+
resourceInputs["rampUpStartVMOnConnect"] = undefined /*out*/;
|
|
112
|
+
resourceInputs["systemData"] = undefined /*out*/;
|
|
113
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
114
|
+
}
|
|
115
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
116
|
+
const aliasOpts = { aliases: [{ type: "azure-native:desktopvirtualization:ScalingPlanPersonalSchedule" }, { type: "azure-native:desktopvirtualization/v20230707preview:ScalingPlanPersonalSchedule" }, { type: "azure-native:desktopvirtualization/v20230905:ScalingPlanPersonalSchedule" }, { type: "azure-native:desktopvirtualization/v20231004preview:ScalingPlanPersonalSchedule" }] };
|
|
117
|
+
opts = pulumi.mergeOptions(opts, aliasOpts);
|
|
118
|
+
super(ScalingPlanPersonalSchedule.__pulumiType, name, resourceInputs, opts);
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
exports.ScalingPlanPersonalSchedule = ScalingPlanPersonalSchedule;
|
|
122
|
+
/** @internal */
|
|
123
|
+
ScalingPlanPersonalSchedule.__pulumiType = 'azure-native:desktopvirtualization/v20231101preview:ScalingPlanPersonalSchedule';
|
|
124
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2NhbGluZ1BsYW5QZXJzb25hbFNjaGVkdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vZGVza3RvcHZpcnR1YWxpemF0aW9uL3YyMDIzMTEwMXByZXZpZXcvc2NhbGluZ1BsYW5QZXJzb25hbFNjaGVkdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxzRUFBc0U7QUFDdEUsaUZBQWlGOzs7QUFFakYseUNBQXlDO0FBSXpDLDZDQUE2QztBQUU3Qzs7R0FFRztBQUNILE1BQWEsMkJBQTRCLFNBQVEsTUFBTSxDQUFDLGNBQWM7SUFDbEU7Ozs7Ozs7T0FPRztJQUNJLE1BQU0sQ0FBQyxHQUFHLENBQUMsSUFBWSxFQUFFLEVBQTJCLEVBQUUsSUFBbUM7UUFDNUYsT0FBTyxJQUFJLDJCQUEyQixDQUFDLElBQUksRUFBRSxTQUFnQixrQ0FBTyxJQUFJLEtBQUUsRUFBRSxFQUFFLEVBQUUsSUFBRyxDQUFDO0lBQ3hGLENBQUM7SUFLRDs7O09BR0c7SUFDSSxNQUFNLENBQUMsVUFBVSxDQUFDLEdBQVE7UUFDN0IsSUFBSSxHQUFHLEtBQUssU0FBUyxJQUFJLEdBQUcsS0FBSyxJQUFJLEVBQUU7WUFDbkMsT0FBTyxLQUFLLENBQUM7U0FDaEI7UUFDRCxPQUFPLEdBQUcsQ0FBQyxjQUFjLENBQUMsS0FBSywyQkFBMkIsQ0FBQyxZQUFZLENBQUM7SUFDNUUsQ0FBQztJQXVIRDs7Ozs7O09BTUc7SUFDSCxZQUFZLElBQVksRUFBRSxJQUFxQyxFQUFFLElBQW1DOztRQUNoRyxJQUFJLGNBQWMsR0FBa0IsRUFBRSxDQUFDO1FBQ3ZDLElBQUksR0FBRyxJQUFJLElBQUksRUFBRSxDQUFDO1FBQ2xCLElBQUksQ0FBQyxJQUFJLENBQUMsRUFBRSxFQUFFO1lBQ1YsSUFBSSxDQUFDLENBQUMsSUFBSSxJQUFJLElBQUksQ0FBQyxpQkFBaUIsS0FBSyxTQUFTLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxHQUFHLEVBQUU7Z0JBQzlELE1B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
|
|
@@ -0,0 +1,196 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../../types/input";
|
|
3
|
+
import * as outputs from "../../types/output";
|
|
4
|
+
import * as enums from "../../types/enums";
|
|
5
|
+
/**
|
|
6
|
+
* Represents a ScalingPlanPooledSchedule definition.
|
|
7
|
+
*/
|
|
8
|
+
export declare class ScalingPlanPooledSchedule extends pulumi.CustomResource {
|
|
9
|
+
/**
|
|
10
|
+
* Get an existing ScalingPlanPooledSchedule resource's state with the given name, ID, and optional extra
|
|
11
|
+
* properties used to qualify the lookup.
|
|
12
|
+
*
|
|
13
|
+
* @param name The _unique_ name of the resulting resource.
|
|
14
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
15
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
16
|
+
*/
|
|
17
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): ScalingPlanPooledSchedule;
|
|
18
|
+
/**
|
|
19
|
+
* Returns true if the given object is an instance of ScalingPlanPooledSchedule. This is designed to work even
|
|
20
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
21
|
+
*/
|
|
22
|
+
static isInstance(obj: any): obj is ScalingPlanPooledSchedule;
|
|
23
|
+
/**
|
|
24
|
+
* Set of days of the week on which this schedule is active.
|
|
25
|
+
*/
|
|
26
|
+
readonly daysOfWeek: pulumi.Output<string[] | undefined>;
|
|
27
|
+
/**
|
|
28
|
+
* The name of the resource
|
|
29
|
+
*/
|
|
30
|
+
readonly name: pulumi.Output<string>;
|
|
31
|
+
/**
|
|
32
|
+
* Load balancing algorithm for off-peak period.
|
|
33
|
+
*/
|
|
34
|
+
readonly offPeakLoadBalancingAlgorithm: pulumi.Output<string | undefined>;
|
|
35
|
+
/**
|
|
36
|
+
* Starting time for off-peak period.
|
|
37
|
+
*/
|
|
38
|
+
readonly offPeakStartTime: pulumi.Output<outputs.desktopvirtualization.v20231101preview.TimeResponse | undefined>;
|
|
39
|
+
/**
|
|
40
|
+
* Load balancing algorithm for peak period.
|
|
41
|
+
*/
|
|
42
|
+
readonly peakLoadBalancingAlgorithm: pulumi.Output<string | undefined>;
|
|
43
|
+
/**
|
|
44
|
+
* Starting time for peak period.
|
|
45
|
+
*/
|
|
46
|
+
readonly peakStartTime: pulumi.Output<outputs.desktopvirtualization.v20231101preview.TimeResponse | undefined>;
|
|
47
|
+
/**
|
|
48
|
+
* Capacity threshold for ramp down period.
|
|
49
|
+
*/
|
|
50
|
+
readonly rampDownCapacityThresholdPct: pulumi.Output<number | undefined>;
|
|
51
|
+
/**
|
|
52
|
+
* Should users be logged off forcefully from hosts.
|
|
53
|
+
*/
|
|
54
|
+
readonly rampDownForceLogoffUsers: pulumi.Output<boolean | undefined>;
|
|
55
|
+
/**
|
|
56
|
+
* Load balancing algorithm for ramp down period.
|
|
57
|
+
*/
|
|
58
|
+
readonly rampDownLoadBalancingAlgorithm: pulumi.Output<string | undefined>;
|
|
59
|
+
/**
|
|
60
|
+
* Minimum host percentage for ramp down period.
|
|
61
|
+
*/
|
|
62
|
+
readonly rampDownMinimumHostsPct: pulumi.Output<number | undefined>;
|
|
63
|
+
/**
|
|
64
|
+
* Notification message for users during ramp down period.
|
|
65
|
+
*/
|
|
66
|
+
readonly rampDownNotificationMessage: pulumi.Output<string | undefined>;
|
|
67
|
+
/**
|
|
68
|
+
* Starting time for ramp down period.
|
|
69
|
+
*/
|
|
70
|
+
readonly rampDownStartTime: pulumi.Output<outputs.desktopvirtualization.v20231101preview.TimeResponse | undefined>;
|
|
71
|
+
/**
|
|
72
|
+
* Specifies when to stop hosts during ramp down period.
|
|
73
|
+
*/
|
|
74
|
+
readonly rampDownStopHostsWhen: pulumi.Output<string | undefined>;
|
|
75
|
+
/**
|
|
76
|
+
* Number of minutes to wait to stop hosts during ramp down period.
|
|
77
|
+
*/
|
|
78
|
+
readonly rampDownWaitTimeMinutes: pulumi.Output<number | undefined>;
|
|
79
|
+
/**
|
|
80
|
+
* Capacity threshold for ramp up period.
|
|
81
|
+
*/
|
|
82
|
+
readonly rampUpCapacityThresholdPct: pulumi.Output<number | undefined>;
|
|
83
|
+
/**
|
|
84
|
+
* Load balancing algorithm for ramp up period.
|
|
85
|
+
*/
|
|
86
|
+
readonly rampUpLoadBalancingAlgorithm: pulumi.Output<string | undefined>;
|
|
87
|
+
/**
|
|
88
|
+
* Minimum host percentage for ramp up period.
|
|
89
|
+
*/
|
|
90
|
+
readonly rampUpMinimumHostsPct: pulumi.Output<number | undefined>;
|
|
91
|
+
/**
|
|
92
|
+
* Starting time for ramp up period.
|
|
93
|
+
*/
|
|
94
|
+
readonly rampUpStartTime: pulumi.Output<outputs.desktopvirtualization.v20231101preview.TimeResponse | undefined>;
|
|
95
|
+
/**
|
|
96
|
+
* Metadata pertaining to creation and last modification of the resource.
|
|
97
|
+
*/
|
|
98
|
+
readonly systemData: pulumi.Output<outputs.desktopvirtualization.v20231101preview.SystemDataResponse>;
|
|
99
|
+
/**
|
|
100
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
101
|
+
*/
|
|
102
|
+
readonly type: pulumi.Output<string>;
|
|
103
|
+
/**
|
|
104
|
+
* Create a ScalingPlanPooledSchedule resource with the given unique name, arguments, and options.
|
|
105
|
+
*
|
|
106
|
+
* @param name The _unique_ name of the resource.
|
|
107
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
108
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
109
|
+
*/
|
|
110
|
+
constructor(name: string, args: ScalingPlanPooledScheduleArgs, opts?: pulumi.CustomResourceOptions);
|
|
111
|
+
}
|
|
112
|
+
/**
|
|
113
|
+
* The set of arguments for constructing a ScalingPlanPooledSchedule resource.
|
|
114
|
+
*/
|
|
115
|
+
export interface ScalingPlanPooledScheduleArgs {
|
|
116
|
+
/**
|
|
117
|
+
* Set of days of the week on which this schedule is active.
|
|
118
|
+
*/
|
|
119
|
+
daysOfWeek?: pulumi.Input<pulumi.Input<string | enums.desktopvirtualization.v20231101preview.DayOfWeek>[]>;
|
|
120
|
+
/**
|
|
121
|
+
* Load balancing algorithm for off-peak period.
|
|
122
|
+
*/
|
|
123
|
+
offPeakLoadBalancingAlgorithm?: pulumi.Input<string | enums.desktopvirtualization.v20231101preview.SessionHostLoadBalancingAlgorithm>;
|
|
124
|
+
/**
|
|
125
|
+
* Starting time for off-peak period.
|
|
126
|
+
*/
|
|
127
|
+
offPeakStartTime?: pulumi.Input<inputs.desktopvirtualization.v20231101preview.TimeArgs>;
|
|
128
|
+
/**
|
|
129
|
+
* Load balancing algorithm for peak period.
|
|
130
|
+
*/
|
|
131
|
+
peakLoadBalancingAlgorithm?: pulumi.Input<string | enums.desktopvirtualization.v20231101preview.SessionHostLoadBalancingAlgorithm>;
|
|
132
|
+
/**
|
|
133
|
+
* Starting time for peak period.
|
|
134
|
+
*/
|
|
135
|
+
peakStartTime?: pulumi.Input<inputs.desktopvirtualization.v20231101preview.TimeArgs>;
|
|
136
|
+
/**
|
|
137
|
+
* Capacity threshold for ramp down period.
|
|
138
|
+
*/
|
|
139
|
+
rampDownCapacityThresholdPct?: pulumi.Input<number>;
|
|
140
|
+
/**
|
|
141
|
+
* Should users be logged off forcefully from hosts.
|
|
142
|
+
*/
|
|
143
|
+
rampDownForceLogoffUsers?: pulumi.Input<boolean>;
|
|
144
|
+
/**
|
|
145
|
+
* Load balancing algorithm for ramp down period.
|
|
146
|
+
*/
|
|
147
|
+
rampDownLoadBalancingAlgorithm?: pulumi.Input<string | enums.desktopvirtualization.v20231101preview.SessionHostLoadBalancingAlgorithm>;
|
|
148
|
+
/**
|
|
149
|
+
* Minimum host percentage for ramp down period.
|
|
150
|
+
*/
|
|
151
|
+
rampDownMinimumHostsPct?: pulumi.Input<number>;
|
|
152
|
+
/**
|
|
153
|
+
* Notification message for users during ramp down period.
|
|
154
|
+
*/
|
|
155
|
+
rampDownNotificationMessage?: pulumi.Input<string>;
|
|
156
|
+
/**
|
|
157
|
+
* Starting time for ramp down period.
|
|
158
|
+
*/
|
|
159
|
+
rampDownStartTime?: pulumi.Input<inputs.desktopvirtualization.v20231101preview.TimeArgs>;
|
|
160
|
+
/**
|
|
161
|
+
* Specifies when to stop hosts during ramp down period.
|
|
162
|
+
*/
|
|
163
|
+
rampDownStopHostsWhen?: pulumi.Input<string | enums.desktopvirtualization.v20231101preview.StopHostsWhen>;
|
|
164
|
+
/**
|
|
165
|
+
* Number of minutes to wait to stop hosts during ramp down period.
|
|
166
|
+
*/
|
|
167
|
+
rampDownWaitTimeMinutes?: pulumi.Input<number>;
|
|
168
|
+
/**
|
|
169
|
+
* Capacity threshold for ramp up period.
|
|
170
|
+
*/
|
|
171
|
+
rampUpCapacityThresholdPct?: pulumi.Input<number>;
|
|
172
|
+
/**
|
|
173
|
+
* Load balancing algorithm for ramp up period.
|
|
174
|
+
*/
|
|
175
|
+
rampUpLoadBalancingAlgorithm?: pulumi.Input<string | enums.desktopvirtualization.v20231101preview.SessionHostLoadBalancingAlgorithm>;
|
|
176
|
+
/**
|
|
177
|
+
* Minimum host percentage for ramp up period.
|
|
178
|
+
*/
|
|
179
|
+
rampUpMinimumHostsPct?: pulumi.Input<number>;
|
|
180
|
+
/**
|
|
181
|
+
* Starting time for ramp up period.
|
|
182
|
+
*/
|
|
183
|
+
rampUpStartTime?: pulumi.Input<inputs.desktopvirtualization.v20231101preview.TimeArgs>;
|
|
184
|
+
/**
|
|
185
|
+
* The name of the resource group. The name is case insensitive.
|
|
186
|
+
*/
|
|
187
|
+
resourceGroupName: pulumi.Input<string>;
|
|
188
|
+
/**
|
|
189
|
+
* The name of the scaling plan.
|
|
190
|
+
*/
|
|
191
|
+
scalingPlanName: pulumi.Input<string>;
|
|
192
|
+
/**
|
|
193
|
+
* The name of the ScalingPlanSchedule
|
|
194
|
+
*/
|
|
195
|
+
scalingPlanScheduleName?: pulumi.Input<string>;
|
|
196
|
+
}
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.ScalingPlanPooledSchedule = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Represents a ScalingPlanPooledSchedule definition.
|
|
10
|
+
*/
|
|
11
|
+
class ScalingPlanPooledSchedule extends pulumi.CustomResource {
|
|
12
|
+
/**
|
|
13
|
+
* Get an existing ScalingPlanPooledSchedule resource's state with the given name, ID, and optional extra
|
|
14
|
+
* properties used to qualify the lookup.
|
|
15
|
+
*
|
|
16
|
+
* @param name The _unique_ name of the resulting resource.
|
|
17
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
18
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
19
|
+
*/
|
|
20
|
+
static get(name, id, opts) {
|
|
21
|
+
return new ScalingPlanPooledSchedule(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Returns true if the given object is an instance of ScalingPlanPooledSchedule. This is designed to work even
|
|
25
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
26
|
+
*/
|
|
27
|
+
static isInstance(obj) {
|
|
28
|
+
if (obj === undefined || obj === null) {
|
|
29
|
+
return false;
|
|
30
|
+
}
|
|
31
|
+
return obj['__pulumiType'] === ScalingPlanPooledSchedule.__pulumiType;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Create a ScalingPlanPooledSchedule resource with the given unique name, arguments, and options.
|
|
35
|
+
*
|
|
36
|
+
* @param name The _unique_ name of the resource.
|
|
37
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
38
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
39
|
+
*/
|
|
40
|
+
constructor(name, args, opts) {
|
|
41
|
+
let resourceInputs = {};
|
|
42
|
+
opts = opts || {};
|
|
43
|
+
if (!opts.id) {
|
|
44
|
+
if ((!args || args.resourceGroupName === undefined) && !opts.urn) {
|
|
45
|
+
throw new Error("Missing required property 'resourceGroupName'");
|
|
46
|
+
}
|
|
47
|
+
if ((!args || args.scalingPlanName === undefined) && !opts.urn) {
|
|
48
|
+
throw new Error("Missing required property 'scalingPlanName'");
|
|
49
|
+
}
|
|
50
|
+
resourceInputs["daysOfWeek"] = args ? args.daysOfWeek : undefined;
|
|
51
|
+
resourceInputs["offPeakLoadBalancingAlgorithm"] = args ? args.offPeakLoadBalancingAlgorithm : undefined;
|
|
52
|
+
resourceInputs["offPeakStartTime"] = args ? args.offPeakStartTime : undefined;
|
|
53
|
+
resourceInputs["peakLoadBalancingAlgorithm"] = args ? args.peakLoadBalancingAlgorithm : undefined;
|
|
54
|
+
resourceInputs["peakStartTime"] = args ? args.peakStartTime : undefined;
|
|
55
|
+
resourceInputs["rampDownCapacityThresholdPct"] = args ? args.rampDownCapacityThresholdPct : undefined;
|
|
56
|
+
resourceInputs["rampDownForceLogoffUsers"] = args ? args.rampDownForceLogoffUsers : undefined;
|
|
57
|
+
resourceInputs["rampDownLoadBalancingAlgorithm"] = args ? args.rampDownLoadBalancingAlgorithm : undefined;
|
|
58
|
+
resourceInputs["rampDownMinimumHostsPct"] = args ? args.rampDownMinimumHostsPct : undefined;
|
|
59
|
+
resourceInputs["rampDownNotificationMessage"] = args ? args.rampDownNotificationMessage : undefined;
|
|
60
|
+
resourceInputs["rampDownStartTime"] = args ? args.rampDownStartTime : undefined;
|
|
61
|
+
resourceInputs["rampDownStopHostsWhen"] = args ? args.rampDownStopHostsWhen : undefined;
|
|
62
|
+
resourceInputs["rampDownWaitTimeMinutes"] = args ? args.rampDownWaitTimeMinutes : undefined;
|
|
63
|
+
resourceInputs["rampUpCapacityThresholdPct"] = args ? args.rampUpCapacityThresholdPct : undefined;
|
|
64
|
+
resourceInputs["rampUpLoadBalancingAlgorithm"] = args ? args.rampUpLoadBalancingAlgorithm : undefined;
|
|
65
|
+
resourceInputs["rampUpMinimumHostsPct"] = args ? args.rampUpMinimumHostsPct : undefined;
|
|
66
|
+
resourceInputs["rampUpStartTime"] = args ? args.rampUpStartTime : undefined;
|
|
67
|
+
resourceInputs["resourceGroupName"] = args ? args.resourceGroupName : undefined;
|
|
68
|
+
resourceInputs["scalingPlanName"] = args ? args.scalingPlanName : undefined;
|
|
69
|
+
resourceInputs["scalingPlanScheduleName"] = args ? args.scalingPlanScheduleName : undefined;
|
|
70
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
71
|
+
resourceInputs["systemData"] = undefined /*out*/;
|
|
72
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
73
|
+
}
|
|
74
|
+
else {
|
|
75
|
+
resourceInputs["daysOfWeek"] = undefined /*out*/;
|
|
76
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
77
|
+
resourceInputs["offPeakLoadBalancingAlgorithm"] = undefined /*out*/;
|
|
78
|
+
resourceInputs["offPeakStartTime"] = undefined /*out*/;
|
|
79
|
+
resourceInputs["peakLoadBalancingAlgorithm"] = undefined /*out*/;
|
|
80
|
+
resourceInputs["peakStartTime"] = undefined /*out*/;
|
|
81
|
+
resourceInputs["rampDownCapacityThresholdPct"] = undefined /*out*/;
|
|
82
|
+
resourceInputs["rampDownForceLogoffUsers"] = undefined /*out*/;
|
|
83
|
+
resourceInputs["rampDownLoadBalancingAlgorithm"] = undefined /*out*/;
|
|
84
|
+
resourceInputs["rampDownMinimumHostsPct"] = undefined /*out*/;
|
|
85
|
+
resourceInputs["rampDownNotificationMessage"] = undefined /*out*/;
|
|
86
|
+
resourceInputs["rampDownStartTime"] = undefined /*out*/;
|
|
87
|
+
resourceInputs["rampDownStopHostsWhen"] = undefined /*out*/;
|
|
88
|
+
resourceInputs["rampDownWaitTimeMinutes"] = undefined /*out*/;
|
|
89
|
+
resourceInputs["rampUpCapacityThresholdPct"] = undefined /*out*/;
|
|
90
|
+
resourceInputs["rampUpLoadBalancingAlgorithm"] = undefined /*out*/;
|
|
91
|
+
resourceInputs["rampUpMinimumHostsPct"] = undefined /*out*/;
|
|
92
|
+
resourceInputs["rampUpStartTime"] = undefined /*out*/;
|
|
93
|
+
resourceInputs["systemData"] = undefined /*out*/;
|
|
94
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
95
|
+
}
|
|
96
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
97
|
+
const aliasOpts = { aliases: [{ type: "azure-native:desktopvirtualization:ScalingPlanPooledSchedule" }, { type: "azure-native:desktopvirtualization/v20220401preview:ScalingPlanPooledSchedule" }, { type: "azure-native:desktopvirtualization/v20220909:ScalingPlanPooledSchedule" }, { type: "azure-native:desktopvirtualization/v20221014preview:ScalingPlanPooledSchedule" }, { type: "azure-native:desktopvirtualization/v20230707preview:ScalingPlanPooledSchedule" }, { type: "azure-native:desktopvirtualization/v20230905:ScalingPlanPooledSchedule" }, { type: "azure-native:desktopvirtualization/v20231004preview:ScalingPlanPooledSchedule" }] };
|
|
98
|
+
opts = pulumi.mergeOptions(opts, aliasOpts);
|
|
99
|
+
super(ScalingPlanPooledSchedule.__pulumiType, name, resourceInputs, opts);
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
exports.ScalingPlanPooledSchedule = ScalingPlanPooledSchedule;
|
|
103
|
+
/** @internal */
|
|
104
|
+
ScalingPlanPooledSchedule.__pulumiType = 'azure-native:desktopvirtualization/v20231101preview:ScalingPlanPooledSchedule';
|
|
105
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2NhbGluZ1BsYW5Qb29sZWRTY2hlZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2Rlc2t0b3B2aXJ0dWFsaXphdGlvbi92MjAyMzExMDFwcmV2aWV3L3NjYWxpbmdQbGFuUG9vbGVkU2NoZWR1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHNFQUFzRTtBQUN0RSxpRkFBaUY7OztBQUVqRix5Q0FBeUM7QUFJekMsNkNBQTZDO0FBRTdDOztHQUVHO0FBQ0gsTUFBYSx5QkFBMEIsU0FBUSxNQUFNLENBQUMsY0FBYztJQUNoRTs7Ozs7OztPQU9HO0lBQ0ksTUFBTSxDQUFDLEdBQUcsQ0FBQyxJQUFZLEVBQUUsRUFBMkIsRUFBRSxJQUFtQztRQUM1RixPQUFPLElBQUkseUJBQXlCLENBQUMsSUFBSSxFQUFFLFNBQWdCLGtDQUFPLElBQUksS0FBRSxFQUFFLEVBQUUsRUFBRSxJQUFHLENBQUM7SUFDdEYsQ0FBQztJQUtEOzs7T0FHRztJQUNJLE1BQU0sQ0FBQyxVQUFVLENBQUMsR0FBUTtRQUM3QixJQUFJLEdBQUcsS0FBSyxTQUFTLElBQUksR0FBRyxLQUFLLElBQUksRUFBRTtZQUNuQyxPQUFPLEtBQUssQ0FBQztTQUNoQjtRQUNELE9BQU8sR0FBRyxDQUFDLGNBQWMsQ0FBQyxLQUFLLHlCQUF5QixDQUFDLFlBQVksQ0FBQztJQUMxRSxDQUFDO0lBbUZEOzs7Ozs7T0FNRztJQUNILFlBQVksSUFBWSxFQUFFLElBQW1DLEVBQUUsSUFBbUM7UUFDOUYsSUFBSSxjQUFjLEdBQWtCLEVBQUUsQ0FBQztRQUN2QyxJQUFJLEdBQUcsSUFBSSxJQUFJLEVBQUUsQ0FBQztRQUNsQixJQUFJLENBQUMsSUFBSSxDQUFDLEVBQUUsRUFBRTtZQUNWLElBQUksQ0FBQyxDQUFDLElBQUksSUFBSSxJQUFJLENBQUMsaUJBQWlCLEtBQUssU0FBUyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsR0FBRyxFQUFFO2dCQUM5RCxNQUFNLElB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
|
|
@@ -0,0 +1,146 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../../types/input";
|
|
3
|
+
import * as outputs from "../../types/output";
|
|
4
|
+
import * as enums from "../../types/enums";
|
|
5
|
+
/**
|
|
6
|
+
* Represents a Workspace definition.
|
|
7
|
+
*/
|
|
8
|
+
export declare class Workspace extends pulumi.CustomResource {
|
|
9
|
+
/**
|
|
10
|
+
* Get an existing Workspace resource's state with the given name, ID, and optional extra
|
|
11
|
+
* properties used to qualify the lookup.
|
|
12
|
+
*
|
|
13
|
+
* @param name The _unique_ name of the resulting resource.
|
|
14
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
15
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
16
|
+
*/
|
|
17
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): Workspace;
|
|
18
|
+
/**
|
|
19
|
+
* Returns true if the given object is an instance of Workspace. This is designed to work even
|
|
20
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
21
|
+
*/
|
|
22
|
+
static isInstance(obj: any): obj is Workspace;
|
|
23
|
+
/**
|
|
24
|
+
* List of applicationGroup resource Ids.
|
|
25
|
+
*/
|
|
26
|
+
readonly applicationGroupReferences: pulumi.Output<string[] | undefined>;
|
|
27
|
+
/**
|
|
28
|
+
* Is cloud pc resource.
|
|
29
|
+
*/
|
|
30
|
+
readonly cloudPcResource: pulumi.Output<boolean>;
|
|
31
|
+
/**
|
|
32
|
+
* Description of Workspace.
|
|
33
|
+
*/
|
|
34
|
+
readonly description: pulumi.Output<string | undefined>;
|
|
35
|
+
/**
|
|
36
|
+
* The etag field is *not* required. If it is provided in the response body, it must also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields.
|
|
37
|
+
*/
|
|
38
|
+
readonly etag: pulumi.Output<string>;
|
|
39
|
+
/**
|
|
40
|
+
* Friendly name of Workspace.
|
|
41
|
+
*/
|
|
42
|
+
readonly friendlyName: pulumi.Output<string | undefined>;
|
|
43
|
+
readonly identity: pulumi.Output<outputs.desktopvirtualization.v20231101preview.ResourceModelWithAllowedPropertySetResponseIdentity | undefined>;
|
|
44
|
+
/**
|
|
45
|
+
* Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value.
|
|
46
|
+
*/
|
|
47
|
+
readonly kind: pulumi.Output<string | undefined>;
|
|
48
|
+
/**
|
|
49
|
+
* The geo-location where the resource lives
|
|
50
|
+
*/
|
|
51
|
+
readonly location: pulumi.Output<string | undefined>;
|
|
52
|
+
/**
|
|
53
|
+
* The fully qualified resource ID of the resource that manages this resource. Indicates if this resource is managed by another Azure resource. If this is present, complete mode deployment will not delete the resource if it is removed from the template since it is managed by another resource.
|
|
54
|
+
*/
|
|
55
|
+
readonly managedBy: pulumi.Output<string | undefined>;
|
|
56
|
+
/**
|
|
57
|
+
* The name of the resource
|
|
58
|
+
*/
|
|
59
|
+
readonly name: pulumi.Output<string>;
|
|
60
|
+
/**
|
|
61
|
+
* ObjectId of Workspace. (internal use)
|
|
62
|
+
*/
|
|
63
|
+
readonly objectId: pulumi.Output<string>;
|
|
64
|
+
readonly plan: pulumi.Output<outputs.desktopvirtualization.v20231101preview.ResourceModelWithAllowedPropertySetResponsePlan | undefined>;
|
|
65
|
+
/**
|
|
66
|
+
* List of private endpoint connection associated with the specified resource
|
|
67
|
+
*/
|
|
68
|
+
readonly privateEndpointConnections: pulumi.Output<outputs.desktopvirtualization.v20231101preview.PrivateEndpointConnectionResponse[]>;
|
|
69
|
+
/**
|
|
70
|
+
* Enabled allows this resource to be accessed from both public and private networks, Disabled allows this resource to only be accessed via private endpoints
|
|
71
|
+
*/
|
|
72
|
+
readonly publicNetworkAccess: pulumi.Output<string | undefined>;
|
|
73
|
+
readonly sku: pulumi.Output<outputs.desktopvirtualization.v20231101preview.ResourceModelWithAllowedPropertySetResponseSku | undefined>;
|
|
74
|
+
/**
|
|
75
|
+
* Metadata pertaining to creation and last modification of the resource.
|
|
76
|
+
*/
|
|
77
|
+
readonly systemData: pulumi.Output<outputs.desktopvirtualization.v20231101preview.SystemDataResponse>;
|
|
78
|
+
/**
|
|
79
|
+
* Resource tags.
|
|
80
|
+
*/
|
|
81
|
+
readonly tags: pulumi.Output<{
|
|
82
|
+
[key: string]: string;
|
|
83
|
+
} | undefined>;
|
|
84
|
+
/**
|
|
85
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
86
|
+
*/
|
|
87
|
+
readonly type: pulumi.Output<string>;
|
|
88
|
+
/**
|
|
89
|
+
* Create a Workspace resource with the given unique name, arguments, and options.
|
|
90
|
+
*
|
|
91
|
+
* @param name The _unique_ name of the resource.
|
|
92
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
93
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
94
|
+
*/
|
|
95
|
+
constructor(name: string, args: WorkspaceArgs, opts?: pulumi.CustomResourceOptions);
|
|
96
|
+
}
|
|
97
|
+
/**
|
|
98
|
+
* The set of arguments for constructing a Workspace resource.
|
|
99
|
+
*/
|
|
100
|
+
export interface WorkspaceArgs {
|
|
101
|
+
/**
|
|
102
|
+
* List of applicationGroup resource Ids.
|
|
103
|
+
*/
|
|
104
|
+
applicationGroupReferences?: pulumi.Input<pulumi.Input<string>[]>;
|
|
105
|
+
/**
|
|
106
|
+
* Description of Workspace.
|
|
107
|
+
*/
|
|
108
|
+
description?: pulumi.Input<string>;
|
|
109
|
+
/**
|
|
110
|
+
* Friendly name of Workspace.
|
|
111
|
+
*/
|
|
112
|
+
friendlyName?: pulumi.Input<string>;
|
|
113
|
+
identity?: pulumi.Input<inputs.desktopvirtualization.v20231101preview.ResourceModelWithAllowedPropertySetIdentityArgs>;
|
|
114
|
+
/**
|
|
115
|
+
* Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value.
|
|
116
|
+
*/
|
|
117
|
+
kind?: pulumi.Input<string>;
|
|
118
|
+
/**
|
|
119
|
+
* The geo-location where the resource lives
|
|
120
|
+
*/
|
|
121
|
+
location?: pulumi.Input<string>;
|
|
122
|
+
/**
|
|
123
|
+
* The fully qualified resource ID of the resource that manages this resource. Indicates if this resource is managed by another Azure resource. If this is present, complete mode deployment will not delete the resource if it is removed from the template since it is managed by another resource.
|
|
124
|
+
*/
|
|
125
|
+
managedBy?: pulumi.Input<string>;
|
|
126
|
+
plan?: pulumi.Input<inputs.desktopvirtualization.v20231101preview.ResourceModelWithAllowedPropertySetPlanArgs>;
|
|
127
|
+
/**
|
|
128
|
+
* Enabled allows this resource to be accessed from both public and private networks, Disabled allows this resource to only be accessed via private endpoints
|
|
129
|
+
*/
|
|
130
|
+
publicNetworkAccess?: pulumi.Input<string | enums.desktopvirtualization.v20231101preview.PublicNetworkAccess>;
|
|
131
|
+
/**
|
|
132
|
+
* The name of the resource group. The name is case insensitive.
|
|
133
|
+
*/
|
|
134
|
+
resourceGroupName: pulumi.Input<string>;
|
|
135
|
+
sku?: pulumi.Input<inputs.desktopvirtualization.v20231101preview.ResourceModelWithAllowedPropertySetSkuArgs>;
|
|
136
|
+
/**
|
|
137
|
+
* Resource tags.
|
|
138
|
+
*/
|
|
139
|
+
tags?: pulumi.Input<{
|
|
140
|
+
[key: string]: pulumi.Input<string>;
|
|
141
|
+
}>;
|
|
142
|
+
/**
|
|
143
|
+
* The name of the workspace
|
|
144
|
+
*/
|
|
145
|
+
workspaceName?: pulumi.Input<string>;
|
|
146
|
+
}
|