pulumi-azure-native 2.68.0a1729544032__py3-none-any.whl → 2.69.0__py3-none-any.whl
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.
Potentially problematic release.
This version of pulumi-azure-native might be problematic. Click here for more details.
- pulumi_azure_native/__init__.py +150 -0
- pulumi_azure_native/app/get_managed_environment.py +1 -3
- pulumi_azure_native/app/managed_environment.py +4 -12
- pulumi_azure_native/app/v20220101preview/get_managed_environment.py +1 -3
- pulumi_azure_native/app/v20220101preview/managed_environment.py +4 -12
- pulumi_azure_native/app/v20221001/get_managed_environment.py +1 -3
- pulumi_azure_native/app/v20221001/managed_environment.py +4 -12
- pulumi_azure_native/app/v20230401preview/get_managed_environment.py +1 -3
- pulumi_azure_native/app/v20230401preview/managed_environment.py +4 -12
- pulumi_azure_native/app/v20230501/get_managed_environment.py +1 -3
- pulumi_azure_native/app/v20230501/managed_environment.py +4 -12
- pulumi_azure_native/app/v20230502preview/get_managed_environment.py +1 -3
- pulumi_azure_native/app/v20230502preview/managed_environment.py +4 -12
- pulumi_azure_native/app/v20230801preview/get_managed_environment.py +1 -3
- pulumi_azure_native/app/v20230801preview/managed_environment.py +4 -12
- pulumi_azure_native/app/v20231102preview/get_managed_environment.py +1 -3
- pulumi_azure_native/app/v20231102preview/managed_environment.py +4 -12
- pulumi_azure_native/app/v20240202preview/get_managed_environment.py +1 -3
- pulumi_azure_native/app/v20240202preview/managed_environment.py +4 -12
- pulumi_azure_native/app/v20240301/get_managed_environment.py +1 -3
- pulumi_azure_native/app/v20240301/managed_environment.py +4 -12
- pulumi_azure_native/app/v20240802preview/get_managed_environment.py +1 -3
- pulumi_azure_native/app/v20240802preview/managed_environment.py +4 -12
- pulumi_azure_native/awsconnector/_inputs.py +132 -96
- pulumi_azure_native/awsconnector/outputs.py +120 -66
- pulumi_azure_native/awsconnector/v20241201/_inputs.py +132 -96
- pulumi_azure_native/awsconnector/v20241201/outputs.py +120 -66
- pulumi_azure_native/azurefleet/v20241101/_inputs.py +3 -0
- pulumi_azure_native/azurefleet/v20241101/outputs.py +2 -0
- pulumi_azure_native/cache/__init__.py +6 -0
- pulumi_azure_native/cache/access_policy.py +3 -3
- pulumi_azure_native/cache/access_policy_assignment.py +3 -3
- pulumi_azure_native/cache/database.py +3 -3
- pulumi_azure_native/cache/enterprise_private_endpoint_connection.py +3 -3
- pulumi_azure_native/cache/firewall_rule.py +3 -3
- pulumi_azure_native/cache/get_access_policy.py +2 -2
- pulumi_azure_native/cache/get_access_policy_assignment.py +2 -2
- pulumi_azure_native/cache/get_database.py +2 -2
- pulumi_azure_native/cache/get_enterprise_private_endpoint_connection.py +2 -2
- pulumi_azure_native/cache/get_firewall_rule.py +2 -2
- pulumi_azure_native/cache/get_linked_server.py +2 -2
- pulumi_azure_native/cache/get_patch_schedule.py +2 -2
- pulumi_azure_native/cache/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/cache/get_redis.py +2 -2
- pulumi_azure_native/cache/get_redis_enterprise.py +2 -2
- pulumi_azure_native/cache/linked_server.py +3 -3
- pulumi_azure_native/cache/list_database_keys.py +2 -2
- pulumi_azure_native/cache/list_redis_keys.py +2 -2
- pulumi_azure_native/cache/patch_schedule.py +3 -3
- pulumi_azure_native/cache/private_endpoint_connection.py +3 -3
- pulumi_azure_native/cache/redis.py +3 -3
- pulumi_azure_native/cache/redis_enterprise.py +3 -3
- pulumi_azure_native/cache/v20200601/redis.py +1 -1
- pulumi_azure_native/cache/v20201001preview/redis_enterprise.py +1 -1
- pulumi_azure_native/cache/v20230301preview/database.py +1 -1
- pulumi_azure_native/cache/v20230301preview/enterprise_private_endpoint_connection.py +1 -1
- pulumi_azure_native/cache/v20230301preview/redis_enterprise.py +1 -1
- pulumi_azure_native/cache/v20230401/firewall_rule.py +1 -1
- pulumi_azure_native/cache/v20230401/linked_server.py +1 -1
- pulumi_azure_native/cache/v20230401/patch_schedule.py +1 -1
- pulumi_azure_native/cache/v20230401/private_endpoint_connection.py +1 -1
- pulumi_azure_native/cache/v20230401/redis.py +1 -1
- pulumi_azure_native/cache/v20230501preview/access_policy.py +1 -1
- pulumi_azure_native/cache/v20230501preview/access_policy_assignment.py +1 -1
- pulumi_azure_native/cache/v20230501preview/firewall_rule.py +1 -1
- pulumi_azure_native/cache/v20230501preview/linked_server.py +1 -1
- pulumi_azure_native/cache/v20230501preview/patch_schedule.py +1 -1
- pulumi_azure_native/cache/v20230501preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/cache/v20230501preview/redis.py +1 -1
- pulumi_azure_native/cache/v20230701/database.py +1 -1
- pulumi_azure_native/cache/v20230701/enterprise_private_endpoint_connection.py +1 -1
- pulumi_azure_native/cache/v20230701/redis_enterprise.py +1 -1
- pulumi_azure_native/cache/v20230801/access_policy.py +1 -1
- pulumi_azure_native/cache/v20230801/access_policy_assignment.py +1 -1
- pulumi_azure_native/cache/v20230801/firewall_rule.py +1 -1
- pulumi_azure_native/cache/v20230801/linked_server.py +1 -1
- pulumi_azure_native/cache/v20230801/patch_schedule.py +1 -1
- pulumi_azure_native/cache/v20230801/private_endpoint_connection.py +1 -1
- pulumi_azure_native/cache/v20230801/redis.py +1 -1
- pulumi_azure_native/cache/v20230801preview/database.py +1 -1
- pulumi_azure_native/cache/v20230801preview/enterprise_private_endpoint_connection.py +1 -1
- pulumi_azure_native/cache/v20230801preview/redis_enterprise.py +1 -1
- pulumi_azure_native/cache/v20231001preview/database.py +1 -1
- pulumi_azure_native/cache/v20231001preview/enterprise_private_endpoint_connection.py +1 -1
- pulumi_azure_native/cache/v20231001preview/redis_enterprise.py +1 -1
- pulumi_azure_native/cache/v20231101/database.py +1 -1
- pulumi_azure_native/cache/v20231101/enterprise_private_endpoint_connection.py +1 -1
- pulumi_azure_native/cache/v20231101/redis_enterprise.py +1 -1
- pulumi_azure_native/cache/v20240201/database.py +1 -1
- pulumi_azure_native/cache/v20240201/enterprise_private_endpoint_connection.py +1 -1
- pulumi_azure_native/cache/v20240201/redis_enterprise.py +1 -1
- pulumi_azure_native/cache/v20240301/access_policy.py +1 -1
- pulumi_azure_native/cache/v20240301/access_policy_assignment.py +1 -1
- pulumi_azure_native/cache/v20240301/firewall_rule.py +1 -1
- pulumi_azure_native/cache/v20240301/linked_server.py +1 -1
- pulumi_azure_native/cache/v20240301/patch_schedule.py +1 -1
- pulumi_azure_native/cache/v20240301/private_endpoint_connection.py +1 -1
- pulumi_azure_native/cache/v20240301/redis.py +1 -1
- pulumi_azure_native/cache/v20240301preview/database.py +1 -1
- pulumi_azure_native/cache/v20240301preview/enterprise_private_endpoint_connection.py +1 -1
- pulumi_azure_native/cache/v20240301preview/redis_enterprise.py +1 -1
- pulumi_azure_native/cache/v20240401preview/access_policy.py +1 -1
- pulumi_azure_native/cache/v20240401preview/access_policy_assignment.py +1 -1
- pulumi_azure_native/cache/v20240401preview/firewall_rule.py +1 -1
- pulumi_azure_native/cache/v20240401preview/linked_server.py +1 -1
- pulumi_azure_native/cache/v20240401preview/patch_schedule.py +1 -1
- pulumi_azure_native/cache/v20240401preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/cache/v20240401preview/redis.py +1 -1
- pulumi_azure_native/cache/v20240601preview/database.py +1 -1
- pulumi_azure_native/cache/v20240601preview/enterprise_private_endpoint_connection.py +1 -1
- pulumi_azure_native/cache/v20240601preview/redis_enterprise.py +1 -1
- pulumi_azure_native/cache/v20240901preview/database.py +1 -1
- pulumi_azure_native/cache/v20240901preview/enterprise_private_endpoint_connection.py +1 -1
- pulumi_azure_native/cache/v20240901preview/redis_enterprise.py +1 -1
- pulumi_azure_native/cache/v20241001/__init__.py +17 -0
- pulumi_azure_native/cache/v20241001/_enums.py +118 -0
- pulumi_azure_native/cache/v20241001/_inputs.py +619 -0
- pulumi_azure_native/cache/v20241001/database.py +405 -0
- pulumi_azure_native/cache/v20241001/enterprise_private_endpoint_connection.py +232 -0
- pulumi_azure_native/cache/v20241001/get_database.py +247 -0
- pulumi_azure_native/cache/v20241001/get_enterprise_private_endpoint_connection.py +163 -0
- pulumi_azure_native/cache/v20241001/get_redis_enterprise.py +283 -0
- pulumi_azure_native/cache/v20241001/list_database_keys.py +106 -0
- pulumi_azure_native/cache/v20241001/outputs.py +745 -0
- pulumi_azure_native/cache/v20241001/redis_enterprise.py +415 -0
- pulumi_azure_native/cache/v20241101/__init__.py +25 -0
- pulumi_azure_native/cache/v20241101/_enums.py +111 -0
- pulumi_azure_native/cache/v20241101/_inputs.py +646 -0
- pulumi_azure_native/cache/v20241101/access_policy.py +219 -0
- pulumi_azure_native/cache/v20241101/access_policy_assignment.py +279 -0
- pulumi_azure_native/cache/v20241101/firewall_rule.py +239 -0
- pulumi_azure_native/cache/v20241101/get_access_policy.py +148 -0
- pulumi_azure_native/cache/v20241101/get_access_policy_assignment.py +176 -0
- pulumi_azure_native/cache/v20241101/get_firewall_rule.py +148 -0
- pulumi_azure_native/cache/v20241101/get_linked_server.py +204 -0
- pulumi_azure_native/cache/v20241101/get_patch_schedule.py +149 -0
- pulumi_azure_native/cache/v20241101/get_private_endpoint_connection.py +163 -0
- pulumi_azure_native/cache/v20241101/get_redis.py +493 -0
- pulumi_azure_native/cache/v20241101/linked_server.py +299 -0
- pulumi_azure_native/cache/v20241101/list_redis_keys.py +100 -0
- pulumi_azure_native/cache/v20241101/outputs.py +917 -0
- pulumi_azure_native/cache/v20241101/patch_schedule.py +221 -0
- pulumi_azure_native/cache/v20241101/private_endpoint_connection.py +232 -0
- pulumi_azure_native/cache/v20241101/redis.py +804 -0
- pulumi_azure_native/costmanagement/__init__.py +3 -0
- pulumi_azure_native/costmanagement/budget.py +3 -3
- pulumi_azure_native/costmanagement/cost_allocation_rule.py +3 -3
- pulumi_azure_native/costmanagement/export.py +3 -3
- pulumi_azure_native/costmanagement/get_budget.py +2 -2
- pulumi_azure_native/costmanagement/get_cost_allocation_rule.py +2 -2
- pulumi_azure_native/costmanagement/get_export.py +2 -2
- pulumi_azure_native/costmanagement/get_scheduled_action.py +2 -2
- pulumi_azure_native/costmanagement/get_scheduled_action_by_scope.py +2 -2
- pulumi_azure_native/costmanagement/get_view.py +2 -2
- pulumi_azure_native/costmanagement/get_view_by_scope.py +2 -2
- pulumi_azure_native/costmanagement/scheduled_action.py +3 -3
- pulumi_azure_native/costmanagement/scheduled_action_by_scope.py +3 -3
- pulumi_azure_native/costmanagement/tag_inheritance_setting.py +1 -1
- pulumi_azure_native/costmanagement/v20190401preview/budget.py +1 -1
- pulumi_azure_native/costmanagement/v20191001/export.py +1 -1
- pulumi_azure_native/costmanagement/v20191101/view.py +1 -1
- pulumi_azure_native/costmanagement/v20191101/view_by_scope.py +1 -1
- pulumi_azure_native/costmanagement/v20200301preview/cost_allocation_rule.py +1 -1
- pulumi_azure_native/costmanagement/v20200601/view.py +1 -1
- pulumi_azure_native/costmanagement/v20200601/view_by_scope.py +1 -1
- pulumi_azure_native/costmanagement/v20221001/view.py +1 -1
- pulumi_azure_native/costmanagement/v20221001/view_by_scope.py +1 -1
- pulumi_azure_native/costmanagement/v20221005preview/tag_inheritance_setting.py +1 -1
- pulumi_azure_native/costmanagement/v20221005preview/view.py +1 -1
- pulumi_azure_native/costmanagement/v20221005preview/view_by_scope.py +1 -1
- pulumi_azure_native/costmanagement/v20230301/export.py +1 -1
- pulumi_azure_native/costmanagement/v20230301/scheduled_action.py +1 -1
- pulumi_azure_native/costmanagement/v20230301/scheduled_action_by_scope.py +1 -1
- pulumi_azure_native/costmanagement/v20230301/view.py +1 -1
- pulumi_azure_native/costmanagement/v20230301/view_by_scope.py +1 -1
- pulumi_azure_native/costmanagement/v20230401preview/budget.py +1 -1
- pulumi_azure_native/costmanagement/v20230401preview/export.py +1 -1
- pulumi_azure_native/costmanagement/v20230401preview/scheduled_action.py +1 -1
- pulumi_azure_native/costmanagement/v20230401preview/scheduled_action_by_scope.py +1 -1
- pulumi_azure_native/costmanagement/v20230401preview/view.py +1 -1
- pulumi_azure_native/costmanagement/v20230401preview/view_by_scope.py +1 -1
- pulumi_azure_native/costmanagement/v20230701preview/export.py +1 -1
- pulumi_azure_native/costmanagement/v20230701preview/scheduled_action.py +1 -1
- pulumi_azure_native/costmanagement/v20230701preview/scheduled_action_by_scope.py +1 -1
- pulumi_azure_native/costmanagement/v20230701preview/view.py +1 -1
- pulumi_azure_native/costmanagement/v20230701preview/view_by_scope.py +1 -1
- pulumi_azure_native/costmanagement/v20230801/budget.py +1 -1
- pulumi_azure_native/costmanagement/v20230801/cost_allocation_rule.py +1 -1
- pulumi_azure_native/costmanagement/v20230801/export.py +1 -1
- pulumi_azure_native/costmanagement/v20230801/scheduled_action.py +1 -1
- pulumi_azure_native/costmanagement/v20230801/scheduled_action_by_scope.py +1 -1
- pulumi_azure_native/costmanagement/v20230801/tag_inheritance_setting.py +1 -1
- pulumi_azure_native/costmanagement/v20230801/view.py +1 -1
- pulumi_azure_native/costmanagement/v20230801/view_by_scope.py +1 -1
- pulumi_azure_native/costmanagement/v20230901/budget.py +1 -1
- pulumi_azure_native/costmanagement/v20230901/cost_allocation_rule.py +1 -1
- pulumi_azure_native/costmanagement/v20230901/export.py +1 -1
- pulumi_azure_native/costmanagement/v20230901/scheduled_action.py +1 -1
- pulumi_azure_native/costmanagement/v20230901/scheduled_action_by_scope.py +1 -1
- pulumi_azure_native/costmanagement/v20230901/tag_inheritance_setting.py +1 -1
- pulumi_azure_native/costmanagement/v20230901/view.py +1 -1
- pulumi_azure_native/costmanagement/v20230901/view_by_scope.py +1 -1
- pulumi_azure_native/costmanagement/v20231101/budget.py +1 -1
- pulumi_azure_native/costmanagement/v20231101/cost_allocation_rule.py +1 -1
- pulumi_azure_native/costmanagement/v20231101/export.py +1 -1
- pulumi_azure_native/costmanagement/v20231101/scheduled_action.py +1 -1
- pulumi_azure_native/costmanagement/v20231101/scheduled_action_by_scope.py +1 -1
- pulumi_azure_native/costmanagement/v20231101/tag_inheritance_setting.py +1 -1
- pulumi_azure_native/costmanagement/v20231101/view.py +1 -1
- pulumi_azure_native/costmanagement/v20231101/view_by_scope.py +1 -1
- pulumi_azure_native/costmanagement/v20240801/__init__.py +26 -0
- pulumi_azure_native/costmanagement/v20240801/_enums.py +538 -0
- pulumi_azure_native/costmanagement/v20240801/_inputs.py +2660 -0
- pulumi_azure_native/costmanagement/v20240801/budget.py +619 -0
- pulumi_azure_native/costmanagement/v20240801/cost_allocation_rule.py +190 -0
- pulumi_azure_native/costmanagement/v20240801/export.py +415 -0
- pulumi_azure_native/costmanagement/v20240801/get_budget.py +337 -0
- pulumi_azure_native/costmanagement/v20240801/get_cost_allocation_rule.py +129 -0
- pulumi_azure_native/costmanagement/v20240801/get_export.py +261 -0
- pulumi_azure_native/costmanagement/v20240801/get_scheduled_action.py +263 -0
- pulumi_azure_native/costmanagement/v20240801/get_scheduled_action_by_scope.py +269 -0
- pulumi_azure_native/costmanagement/v20240801/get_tag_inheritance_setting.py +144 -0
- pulumi_azure_native/costmanagement/v20240801/get_view.py +333 -0
- pulumi_azure_native/costmanagement/v20240801/get_view_by_scope.py +339 -0
- pulumi_azure_native/costmanagement/v20240801/outputs.py +2593 -0
- pulumi_azure_native/costmanagement/v20240801/scheduled_action.py +425 -0
- pulumi_azure_native/costmanagement/v20240801/scheduled_action_by_scope.py +426 -0
- pulumi_azure_native/costmanagement/v20240801/tag_inheritance_setting.py +222 -0
- pulumi_azure_native/costmanagement/v20240801/view.py +587 -0
- pulumi_azure_native/costmanagement/v20240801/view_by_scope.py +588 -0
- pulumi_azure_native/costmanagement/view.py +3 -3
- pulumi_azure_native/costmanagement/view_by_scope.py +3 -3
- pulumi_azure_native/desktopvirtualization/__init__.py +3 -0
- pulumi_azure_native/desktopvirtualization/app_attach_package.py +3 -3
- pulumi_azure_native/desktopvirtualization/application.py +3 -3
- pulumi_azure_native/desktopvirtualization/application_group.py +3 -3
- pulumi_azure_native/desktopvirtualization/get_app_attach_package.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_application.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_application_group.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_host_pool.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_host_pool_registration_token.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_msix_package.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_private_endpoint_connection_by_host_pool.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_private_endpoint_connection_by_workspace.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_scaling_plan.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_scaling_plan_personal_schedule.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_scaling_plan_pooled_schedule.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_workspace.py +2 -2
- pulumi_azure_native/desktopvirtualization/host_pool.py +3 -3
- pulumi_azure_native/desktopvirtualization/list_host_pool_registration_tokens.py +2 -2
- pulumi_azure_native/desktopvirtualization/msix_package.py +3 -3
- pulumi_azure_native/desktopvirtualization/private_endpoint_connection_by_host_pool.py +3 -3
- pulumi_azure_native/desktopvirtualization/private_endpoint_connection_by_workspace.py +3 -3
- pulumi_azure_native/desktopvirtualization/scaling_plan.py +3 -3
- pulumi_azure_native/desktopvirtualization/scaling_plan_personal_schedule.py +3 -3
- pulumi_azure_native/desktopvirtualization/scaling_plan_pooled_schedule.py +3 -3
- pulumi_azure_native/desktopvirtualization/v20210201preview/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220210preview/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220401preview/application_group.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220401preview/host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220909/application.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220909/application_group.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220909/host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220909/msix_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220909/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220909/scaling_plan_pooled_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220909/workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20221014preview/application.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20221014preview/application_group.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20221014preview/host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20221014preview/msix_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20221014preview/private_endpoint_connection_by_host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20221014preview/private_endpoint_connection_by_workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20221014preview/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20221014preview/scaling_plan_pooled_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20221014preview/workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/application.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/application_group.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/msix_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/private_endpoint_connection_by_host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/private_endpoint_connection_by_workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/scaling_plan_personal_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/scaling_plan_pooled_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/application.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/application_group.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/msix_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/private_endpoint_connection_by_host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/private_endpoint_connection_by_workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/scaling_plan_personal_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/scaling_plan_pooled_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/app_attach_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/application.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/application_group.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/msix_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/private_endpoint_connection_by_host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/private_endpoint_connection_by_workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/scaling_plan_personal_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/scaling_plan_pooled_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/app_attach_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/application.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/application_group.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/msix_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/private_endpoint_connection_by_host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/private_endpoint_connection_by_workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/scaling_plan_personal_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/scaling_plan_pooled_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/app_attach_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/application.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/application_group.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/msix_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/private_endpoint_connection_by_host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/private_endpoint_connection_by_workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan_personal_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan_pooled_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240306preview/app_attach_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240306preview/application.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240306preview/application_group.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240306preview/host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240306preview/msix_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240306preview/private_endpoint_connection_by_host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240306preview/private_endpoint_connection_by_workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240306preview/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240306preview/scaling_plan_personal_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240306preview/scaling_plan_pooled_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240306preview/workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240403/app_attach_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240403/application.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240403/application_group.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240403/host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240403/msix_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240403/private_endpoint_connection_by_host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240403/private_endpoint_connection_by_workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240403/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240403/scaling_plan_personal_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240403/scaling_plan_pooled_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240403/workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240408preview/app_attach_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240408preview/application.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240408preview/application_group.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240408preview/host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240408preview/msix_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240408preview/private_endpoint_connection_by_host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240408preview/private_endpoint_connection_by_workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240408preview/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240408preview/scaling_plan_personal_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240408preview/scaling_plan_pooled_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240408preview/workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240808preview/__init__.py +34 -0
- pulumi_azure_native/desktopvirtualization/v20240808preview/_enums.py +335 -0
- pulumi_azure_native/desktopvirtualization/v20240808preview/_inputs.py +1847 -0
- pulumi_azure_native/desktopvirtualization/v20240808preview/app_attach_package.py +259 -0
- pulumi_azure_native/desktopvirtualization/v20240808preview/application.py +541 -0
- pulumi_azure_native/desktopvirtualization/v20240808preview/application_group.py +561 -0
- pulumi_azure_native/desktopvirtualization/v20240808preview/get_app_attach_package.py +171 -0
- pulumi_azure_native/desktopvirtualization/v20240808preview/get_application.py +331 -0
- pulumi_azure_native/desktopvirtualization/v20240808preview/get_application_group.py +353 -0
- pulumi_azure_native/desktopvirtualization/v20240808preview/get_host_pool.py +647 -0
- pulumi_azure_native/desktopvirtualization/v20240808preview/get_host_pool_registration_token.py +114 -0
- pulumi_azure_native/desktopvirtualization/v20240808preview/get_msix_package.py +289 -0
- pulumi_azure_native/desktopvirtualization/v20240808preview/get_private_endpoint_connection_by_host_pool.py +191 -0
- pulumi_azure_native/desktopvirtualization/v20240808preview/get_private_endpoint_connection_by_workspace.py +191 -0
- pulumi_azure_native/desktopvirtualization/v20240808preview/get_scaling_plan.py +353 -0
- pulumi_azure_native/desktopvirtualization/v20240808preview/get_scaling_plan_personal_schedule.py +499 -0
- pulumi_azure_native/desktopvirtualization/v20240808preview/get_scaling_plan_pooled_schedule.py +373 -0
- pulumi_azure_native/desktopvirtualization/v20240808preview/get_workspace.py +339 -0
- pulumi_azure_native/desktopvirtualization/v20240808preview/host_pool.py +1133 -0
- pulumi_azure_native/desktopvirtualization/v20240808preview/list_host_pool_registration_tokens.py +101 -0
- pulumi_azure_native/desktopvirtualization/v20240808preview/msix_package.py +510 -0
- pulumi_azure_native/desktopvirtualization/v20240808preview/outputs.py +1812 -0
- pulumi_azure_native/desktopvirtualization/v20240808preview/private_endpoint_connection_by_host_pool.py +252 -0
- pulumi_azure_native/desktopvirtualization/v20240808preview/private_endpoint_connection_by_workspace.py +252 -0
- pulumi_azure_native/desktopvirtualization/v20240808preview/scaling_plan.py +602 -0
- pulumi_azure_native/desktopvirtualization/v20240808preview/scaling_plan_personal_schedule.py +967 -0
- pulumi_azure_native/desktopvirtualization/v20240808preview/scaling_plan_pooled_schedule.py +692 -0
- pulumi_azure_native/desktopvirtualization/v20240808preview/workspace.py +530 -0
- pulumi_azure_native/desktopvirtualization/workspace.py +3 -3
- pulumi_azure_native/edge/__init__.py +21 -0
- pulumi_azure_native/edge/_inputs.py +99 -0
- pulumi_azure_native/edge/get_site.py +145 -0
- pulumi_azure_native/edge/get_sites_by_subscription.py +139 -0
- pulumi_azure_native/edge/outputs.py +210 -0
- pulumi_azure_native/edge/site.py +201 -0
- pulumi_azure_native/edge/sites_by_subscription.py +180 -0
- pulumi_azure_native/edge/v20240201preview/__init__.py +13 -0
- pulumi_azure_native/edge/v20240201preview/_inputs.py +99 -0
- pulumi_azure_native/edge/v20240201preview/get_site.py +143 -0
- pulumi_azure_native/edge/v20240201preview/get_sites_by_subscription.py +137 -0
- pulumi_azure_native/edge/v20240201preview/outputs.py +210 -0
- pulumi_azure_native/edge/v20240201preview/site.py +199 -0
- pulumi_azure_native/edge/v20240201preview/sites_by_subscription.py +178 -0
- pulumi_azure_native/hardwaresecuritymodules/v20240630preview/cloud_hsm_cluster.py +0 -33
- pulumi_azure_native/hardwaresecuritymodules/v20240630preview/get_cloud_hsm_cluster.py +1 -15
- pulumi_azure_native/iotoperations/__init__.py +3 -0
- pulumi_azure_native/iotoperations/broker.py +3 -3
- pulumi_azure_native/iotoperations/broker_authentication.py +3 -3
- pulumi_azure_native/iotoperations/broker_authorization.py +3 -3
- pulumi_azure_native/iotoperations/broker_listener.py +3 -3
- pulumi_azure_native/iotoperations/data_flow.py +1 -1
- pulumi_azure_native/iotoperations/data_flow_endpoint.py +1 -1
- pulumi_azure_native/iotoperations/data_flow_profile.py +1 -1
- pulumi_azure_native/iotoperations/get_broker.py +2 -2
- pulumi_azure_native/iotoperations/get_broker_authentication.py +2 -2
- pulumi_azure_native/iotoperations/get_broker_authorization.py +2 -2
- pulumi_azure_native/iotoperations/get_broker_listener.py +2 -2
- pulumi_azure_native/iotoperations/get_instance.py +2 -2
- pulumi_azure_native/iotoperations/instance.py +3 -3
- pulumi_azure_native/iotoperations/v20240701preview/broker.py +1 -1
- pulumi_azure_native/iotoperations/v20240701preview/broker_authentication.py +1 -1
- pulumi_azure_native/iotoperations/v20240701preview/broker_authorization.py +1 -1
- pulumi_azure_native/iotoperations/v20240701preview/broker_listener.py +1 -1
- pulumi_azure_native/iotoperations/v20240701preview/data_flow.py +1 -1
- pulumi_azure_native/iotoperations/v20240701preview/data_flow_endpoint.py +1 -1
- pulumi_azure_native/iotoperations/v20240701preview/data_flow_profile.py +1 -1
- pulumi_azure_native/iotoperations/v20240701preview/instance.py +1 -1
- pulumi_azure_native/iotoperations/v20240815preview/broker.py +1 -1
- pulumi_azure_native/iotoperations/v20240815preview/broker_authentication.py +1 -1
- pulumi_azure_native/iotoperations/v20240815preview/broker_authorization.py +1 -1
- pulumi_azure_native/iotoperations/v20240815preview/broker_listener.py +1 -1
- pulumi_azure_native/iotoperations/v20240815preview/dataflow.py +1 -1
- pulumi_azure_native/iotoperations/v20240815preview/dataflow_endpoint.py +1 -1
- pulumi_azure_native/iotoperations/v20240815preview/dataflow_profile.py +1 -1
- pulumi_azure_native/iotoperations/v20240815preview/instance.py +1 -1
- pulumi_azure_native/iotoperations/v20240915preview/broker.py +1 -1
- pulumi_azure_native/iotoperations/v20240915preview/broker_authentication.py +1 -1
- pulumi_azure_native/iotoperations/v20240915preview/broker_authorization.py +1 -1
- pulumi_azure_native/iotoperations/v20240915preview/broker_listener.py +1 -1
- pulumi_azure_native/iotoperations/v20240915preview/dataflow.py +1 -1
- pulumi_azure_native/iotoperations/v20240915preview/dataflow_endpoint.py +1 -1
- pulumi_azure_native/iotoperations/v20240915preview/dataflow_profile.py +1 -1
- pulumi_azure_native/iotoperations/v20240915preview/instance.py +1 -1
- pulumi_azure_native/iotoperations/v20241101/__init__.py +26 -0
- pulumi_azure_native/iotoperations/v20241101/_enums.py +616 -0
- pulumi_azure_native/iotoperations/v20241101/_inputs.py +6402 -0
- pulumi_azure_native/iotoperations/v20241101/broker.py +251 -0
- pulumi_azure_native/iotoperations/v20241101/broker_authentication.py +272 -0
- pulumi_azure_native/iotoperations/v20241101/broker_authorization.py +272 -0
- pulumi_azure_native/iotoperations/v20241101/broker_listener.py +272 -0
- pulumi_azure_native/iotoperations/v20241101/dataflow.py +272 -0
- pulumi_azure_native/iotoperations/v20241101/dataflow_endpoint.py +251 -0
- pulumi_azure_native/iotoperations/v20241101/dataflow_profile.py +251 -0
- pulumi_azure_native/iotoperations/v20241101/get_broker.py +163 -0
- pulumi_azure_native/iotoperations/v20241101/get_broker_authentication.py +169 -0
- pulumi_azure_native/iotoperations/v20241101/get_broker_authorization.py +169 -0
- pulumi_azure_native/iotoperations/v20241101/get_broker_listener.py +169 -0
- pulumi_azure_native/iotoperations/v20241101/get_dataflow.py +169 -0
- pulumi_azure_native/iotoperations/v20241101/get_dataflow_endpoint.py +163 -0
- pulumi_azure_native/iotoperations/v20241101/get_dataflow_profile.py +163 -0
- pulumi_azure_native/iotoperations/v20241101/get_instance.py +199 -0
- pulumi_azure_native/iotoperations/v20241101/instance.py +317 -0
- pulumi_azure_native/iotoperations/v20241101/outputs.py +5387 -0
- pulumi_azure_native/migrate/__init__.py +3 -0
- pulumi_azure_native/migrate/aks_assessment_operation.py +3 -3
- pulumi_azure_native/migrate/assessment.py +1 -1
- pulumi_azure_native/migrate/assessment_projects_operation.py +3 -3
- pulumi_azure_native/migrate/assessments_operation.py +3 -3
- pulumi_azure_native/migrate/avs_assessments_operation.py +3 -3
- pulumi_azure_native/migrate/business_case_operation.py +3 -3
- pulumi_azure_native/migrate/get_aks_assessment_operation.py +2 -2
- pulumi_azure_native/migrate/get_assessment_projects_operation.py +2 -2
- pulumi_azure_native/migrate/get_assessments_operation.py +2 -2
- pulumi_azure_native/migrate/get_avs_assessments_operation.py +2 -2
- pulumi_azure_native/migrate/get_business_case_operation.py +2 -2
- pulumi_azure_native/migrate/get_business_case_operation_report_download_url.py +2 -2
- pulumi_azure_native/migrate/get_groups_operation.py +2 -2
- pulumi_azure_native/migrate/get_hyperv_collectors_operation.py +2 -2
- pulumi_azure_native/migrate/get_import_collectors_operation.py +2 -2
- pulumi_azure_native/migrate/get_private_endpoint_connection_operation.py +2 -2
- pulumi_azure_native/migrate/get_server_collectors_operation.py +2 -2
- pulumi_azure_native/migrate/get_sql_assessment_v2_operation.py +2 -2
- pulumi_azure_native/migrate/get_sql_collector_operation.py +2 -2
- pulumi_azure_native/migrate/get_vmware_collectors_operation.py +2 -2
- pulumi_azure_native/migrate/get_web_app_assessment_v2_operation.py +2 -2
- pulumi_azure_native/migrate/get_web_app_collector_operation.py +2 -2
- pulumi_azure_native/migrate/group.py +1 -1
- pulumi_azure_native/migrate/groups_operation.py +3 -3
- pulumi_azure_native/migrate/hyper_v_collector.py +1 -1
- pulumi_azure_native/migrate/hyperv_collectors_operation.py +3 -3
- pulumi_azure_native/migrate/import_collector.py +1 -1
- pulumi_azure_native/migrate/import_collectors_operation.py +3 -3
- pulumi_azure_native/migrate/private_endpoint_connection.py +1 -1
- pulumi_azure_native/migrate/private_endpoint_connection_operation.py +3 -3
- pulumi_azure_native/migrate/project.py +1 -1
- pulumi_azure_native/migrate/server_collector.py +1 -1
- pulumi_azure_native/migrate/server_collectors_operation.py +3 -3
- pulumi_azure_native/migrate/sql_assessment_v2_operation.py +3 -3
- pulumi_azure_native/migrate/sql_collector_operation.py +3 -3
- pulumi_azure_native/migrate/v20191001/assessment.py +1 -1
- pulumi_azure_native/migrate/v20191001/group.py +1 -1
- pulumi_azure_native/migrate/v20191001/hyper_v_collector.py +1 -1
- pulumi_azure_native/migrate/v20191001/import_collector.py +1 -1
- pulumi_azure_native/migrate/v20191001/private_endpoint_connection.py +1 -1
- pulumi_azure_native/migrate/v20191001/project.py +1 -1
- pulumi_azure_native/migrate/v20191001/server_collector.py +1 -1
- pulumi_azure_native/migrate/v20191001/v_mware_collector.py +1 -1
- pulumi_azure_native/migrate/v20230315/assessment_projects_operation.py +1 -1
- pulumi_azure_native/migrate/v20230315/assessments_operation.py +1 -1
- pulumi_azure_native/migrate/v20230315/avs_assessments_operation.py +1 -1
- pulumi_azure_native/migrate/v20230315/groups_operation.py +1 -1
- pulumi_azure_native/migrate/v20230315/hyperv_collectors_operation.py +1 -1
- pulumi_azure_native/migrate/v20230315/import_collectors_operation.py +1 -1
- pulumi_azure_native/migrate/v20230315/private_endpoint_connection_operation.py +1 -1
- pulumi_azure_native/migrate/v20230315/server_collectors_operation.py +1 -1
- pulumi_azure_native/migrate/v20230315/sql_assessment_v2_operation.py +1 -1
- pulumi_azure_native/migrate/v20230315/sql_collector_operation.py +1 -1
- pulumi_azure_native/migrate/v20230315/vmware_collectors_operation.py +1 -1
- pulumi_azure_native/migrate/v20230401preview/aks_assessment_operation.py +1 -1
- pulumi_azure_native/migrate/v20230401preview/assessment_projects_operation.py +1 -1
- pulumi_azure_native/migrate/v20230401preview/assessments_operation.py +1 -1
- pulumi_azure_native/migrate/v20230401preview/avs_assessments_operation.py +1 -1
- pulumi_azure_native/migrate/v20230401preview/business_case_operation.py +1 -1
- pulumi_azure_native/migrate/v20230401preview/groups_operation.py +1 -1
- pulumi_azure_native/migrate/v20230401preview/hyperv_collectors_operation.py +1 -1
- pulumi_azure_native/migrate/v20230401preview/import_collectors_operation.py +1 -1
- pulumi_azure_native/migrate/v20230401preview/private_endpoint_connection_operation.py +1 -1
- pulumi_azure_native/migrate/v20230401preview/server_collectors_operation.py +1 -1
- pulumi_azure_native/migrate/v20230401preview/sql_assessment_v2_operation.py +1 -1
- pulumi_azure_native/migrate/v20230401preview/sql_collector_operation.py +1 -1
- pulumi_azure_native/migrate/v20230401preview/vmware_collectors_operation.py +1 -1
- pulumi_azure_native/migrate/v20230401preview/web_app_assessment_v2_operation.py +1 -1
- pulumi_azure_native/migrate/v20230401preview/web_app_collector_operation.py +1 -1
- pulumi_azure_native/migrate/v20230501preview/aks_assessment_operation.py +1 -1
- pulumi_azure_native/migrate/v20230501preview/assessment_projects_operation.py +1 -1
- pulumi_azure_native/migrate/v20230501preview/assessments_operation.py +1 -1
- pulumi_azure_native/migrate/v20230501preview/avs_assessments_operation.py +1 -1
- pulumi_azure_native/migrate/v20230501preview/business_case_operation.py +1 -1
- pulumi_azure_native/migrate/v20230501preview/groups_operation.py +1 -1
- pulumi_azure_native/migrate/v20230501preview/hyperv_collectors_operation.py +1 -1
- pulumi_azure_native/migrate/v20230501preview/import_collectors_operation.py +1 -1
- pulumi_azure_native/migrate/v20230501preview/private_endpoint_connection_operation.py +1 -1
- pulumi_azure_native/migrate/v20230501preview/server_collectors_operation.py +1 -1
- pulumi_azure_native/migrate/v20230501preview/sql_assessment_v2_operation.py +1 -1
- pulumi_azure_native/migrate/v20230501preview/sql_collector_operation.py +1 -1
- pulumi_azure_native/migrate/v20230501preview/vmware_collectors_operation.py +1 -1
- pulumi_azure_native/migrate/v20230501preview/web_app_assessment_v2_operation.py +1 -1
- pulumi_azure_native/migrate/v20230501preview/web_app_collector_operation.py +1 -1
- pulumi_azure_native/migrate/v20230909preview/__init__.py +41 -0
- pulumi_azure_native/migrate/v20230909preview/_enums.py +985 -0
- pulumi_azure_native/migrate/v20230909preview/_inputs.py +2931 -0
- pulumi_azure_native/migrate/v20230909preview/aks_assessment_operation.py +281 -0
- pulumi_azure_native/migrate/v20230909preview/assessment_projects_operation.py +488 -0
- pulumi_azure_native/migrate/v20230909preview/assessments_operation.py +1043 -0
- pulumi_azure_native/migrate/v20230909preview/avs_assessments_operation.py +1193 -0
- pulumi_azure_native/migrate/v20230909preview/business_case_operation.py +251 -0
- pulumi_azure_native/migrate/v20230909preview/get_aks_assessment_operation.py +205 -0
- pulumi_azure_native/migrate/v20230909preview/get_assessment_projects_operation.py +316 -0
- pulumi_azure_native/migrate/v20230909preview/get_assessments_operation.py +741 -0
- pulumi_azure_native/migrate/v20230909preview/get_avs_assessments_operation.py +861 -0
- pulumi_azure_native/migrate/v20230909preview/get_business_case_operation.py +191 -0
- pulumi_azure_native/migrate/v20230909preview/get_business_case_operation_report_download_url.py +106 -0
- pulumi_azure_native/migrate/v20230909preview/get_groups_operation.py +261 -0
- pulumi_azure_native/migrate/v20230909preview/get_hyperv_collectors_operation.py +205 -0
- pulumi_azure_native/migrate/v20230909preview/get_import_collectors_operation.py +191 -0
- pulumi_azure_native/migrate/v20230909preview/get_private_endpoint_connection_operation.py +191 -0
- pulumi_azure_native/migrate/v20230909preview/get_server_collectors_operation.py +205 -0
- pulumi_azure_native/migrate/v20230909preview/get_sql_assessment_v2_operation.py +678 -0
- pulumi_azure_native/migrate/v20230909preview/get_sql_collector_operation.py +205 -0
- pulumi_azure_native/migrate/v20230909preview/get_vmware_collectors_operation.py +205 -0
- pulumi_azure_native/migrate/v20230909preview/get_web_app_assessment_v2_operation.py +537 -0
- pulumi_azure_native/migrate/v20230909preview/get_web_app_collector_operation.py +205 -0
- pulumi_azure_native/migrate/v20230909preview/groups_operation.py +338 -0
- pulumi_azure_native/migrate/v20230909preview/hyperv_collectors_operation.py +299 -0
- pulumi_azure_native/migrate/v20230909preview/import_collectors_operation.py +269 -0
- pulumi_azure_native/migrate/v20230909preview/outputs.py +3341 -0
- pulumi_azure_native/migrate/v20230909preview/private_endpoint_connection_operation.py +252 -0
- pulumi_azure_native/migrate/v20230909preview/server_collectors_operation.py +299 -0
- pulumi_azure_native/migrate/v20230909preview/sql_assessment_v2_operation.py +1221 -0
- pulumi_azure_native/migrate/v20230909preview/sql_collector_operation.py +299 -0
- pulumi_azure_native/migrate/v20230909preview/vmware_collectors_operation.py +299 -0
- pulumi_azure_native/migrate/v20230909preview/web_app_assessment_v2_operation.py +908 -0
- pulumi_azure_native/migrate/v20230909preview/web_app_collector_operation.py +279 -0
- pulumi_azure_native/migrate/v_mware_collector.py +1 -1
- pulumi_azure_native/migrate/vmware_collectors_operation.py +3 -3
- pulumi_azure_native/migrate/web_app_assessment_v2_operation.py +3 -3
- pulumi_azure_native/migrate/web_app_collector_operation.py +3 -3
- pulumi_azure_native/netapp/__init__.py +3 -0
- pulumi_azure_native/netapp/account.py +3 -3
- pulumi_azure_native/netapp/backup.py +2 -2
- pulumi_azure_native/netapp/backup_policy.py +3 -3
- pulumi_azure_native/netapp/backup_vault.py +3 -3
- pulumi_azure_native/netapp/get_account.py +2 -2
- pulumi_azure_native/netapp/get_backup.py +2 -2
- pulumi_azure_native/netapp/get_backup_policy.py +2 -2
- pulumi_azure_native/netapp/get_backup_vault.py +2 -2
- pulumi_azure_native/netapp/get_pool.py +2 -2
- pulumi_azure_native/netapp/get_snapshot.py +2 -2
- pulumi_azure_native/netapp/get_snapshot_policy.py +2 -2
- pulumi_azure_native/netapp/get_subvolume.py +2 -2
- pulumi_azure_native/netapp/get_subvolume_metadata.py +2 -2
- pulumi_azure_native/netapp/get_volume.py +2 -2
- pulumi_azure_native/netapp/get_volume_group.py +2 -2
- pulumi_azure_native/netapp/get_volume_group_id_for_ldap_user.py +2 -2
- pulumi_azure_native/netapp/get_volume_quota_rule.py +2 -2
- pulumi_azure_native/netapp/list_volume_quota_report.py +2 -2
- pulumi_azure_native/netapp/list_volume_replications.py +2 -2
- pulumi_azure_native/netapp/pool.py +3 -3
- pulumi_azure_native/netapp/snapshot.py +3 -3
- pulumi_azure_native/netapp/snapshot_policy.py +3 -3
- pulumi_azure_native/netapp/subvolume.py +3 -3
- pulumi_azure_native/netapp/v20210401/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20210401preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20211001/volume.py +1 -1
- pulumi_azure_native/netapp/v20211001/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20220501/account.py +1 -1
- pulumi_azure_native/netapp/v20221101/account.py +1 -1
- pulumi_azure_native/netapp/v20221101/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20221101/pool.py +1 -1
- pulumi_azure_native/netapp/v20221101/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20221101/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20221101/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20221101/volume.py +1 -1
- pulumi_azure_native/netapp/v20221101/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20221101/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/account.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/backup.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/pool.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/volume.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20230501/account.py +1 -1
- pulumi_azure_native/netapp/v20230501/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20230501/pool.py +1 -1
- pulumi_azure_native/netapp/v20230501/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20230501/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20230501/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20230501/volume.py +1 -1
- pulumi_azure_native/netapp/v20230501/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20230501/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/account.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/backup.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/pool.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/volume.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20230701/account.py +1 -1
- pulumi_azure_native/netapp/v20230701/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20230701/pool.py +1 -1
- pulumi_azure_native/netapp/v20230701/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20230701/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20230701/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20230701/volume.py +1 -1
- pulumi_azure_native/netapp/v20230701/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20230701/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/account.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/backup.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/pool.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/volume.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20231101/account.py +1 -1
- pulumi_azure_native/netapp/v20231101/backup.py +1 -1
- pulumi_azure_native/netapp/v20231101/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20231101/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20231101/pool.py +1 -1
- pulumi_azure_native/netapp/v20231101/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20231101/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20231101/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20231101/volume.py +1 -1
- pulumi_azure_native/netapp/v20231101/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20231101/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/account.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/backup.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/pool.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/volume.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20240101/account.py +1 -1
- pulumi_azure_native/netapp/v20240101/backup.py +1 -1
- pulumi_azure_native/netapp/v20240101/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20240101/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20240101/pool.py +1 -1
- pulumi_azure_native/netapp/v20240101/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20240101/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20240101/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20240101/volume.py +1 -1
- pulumi_azure_native/netapp/v20240101/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20240101/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20240301/account.py +1 -1
- pulumi_azure_native/netapp/v20240301/backup.py +1 -1
- pulumi_azure_native/netapp/v20240301/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20240301/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20240301/pool.py +1 -1
- pulumi_azure_native/netapp/v20240301/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20240301/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20240301/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20240301/volume.py +1 -1
- pulumi_azure_native/netapp/v20240301/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20240301/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/account.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/backup.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/pool.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/volume.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20240501/account.py +1 -1
- pulumi_azure_native/netapp/v20240501/backup.py +1 -1
- pulumi_azure_native/netapp/v20240501/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20240501/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20240501/pool.py +1 -1
- pulumi_azure_native/netapp/v20240501/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20240501/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20240501/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20240501/volume.py +1 -1
- pulumi_azure_native/netapp/v20240501/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20240501/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20240501preview/account.py +1 -1
- pulumi_azure_native/netapp/v20240501preview/backup.py +1 -1
- pulumi_azure_native/netapp/v20240501preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20240501preview/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20240501preview/pool.py +1 -1
- pulumi_azure_native/netapp/v20240501preview/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20240501preview/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20240501preview/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20240501preview/volume.py +1 -1
- pulumi_azure_native/netapp/v20240501preview/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20240501preview/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20240701/_inputs.py +20 -19
- pulumi_azure_native/netapp/v20240701/account.py +1 -1
- pulumi_azure_native/netapp/v20240701/backup.py +1 -1
- pulumi_azure_native/netapp/v20240701/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20240701/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20240701/outputs.py +15 -14
- pulumi_azure_native/netapp/v20240701/pool.py +1 -1
- pulumi_azure_native/netapp/v20240701/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20240701/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20240701/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20240701/volume.py +1 -1
- pulumi_azure_native/netapp/v20240701/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20240701/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20240701preview/__init__.py +36 -0
- pulumi_azure_native/netapp/v20240701preview/_enums.py +569 -0
- pulumi_azure_native/netapp/v20240701preview/_inputs.py +3101 -0
- pulumi_azure_native/netapp/v20240701preview/account.py +385 -0
- pulumi_azure_native/netapp/v20240701preview/backup.py +412 -0
- pulumi_azure_native/netapp/v20240701preview/backup_policy.py +414 -0
- pulumi_azure_native/netapp/v20240701preview/backup_vault.py +258 -0
- pulumi_azure_native/netapp/v20240701preview/get_account.py +269 -0
- pulumi_azure_native/netapp/v20240701preview/get_backup.py +309 -0
- pulumi_azure_native/netapp/v20240701preview/get_backup_policy.py +289 -0
- pulumi_azure_native/netapp/v20240701preview/get_backup_vault.py +177 -0
- pulumi_azure_native/netapp/v20240701preview/get_pool.py +314 -0
- pulumi_azure_native/netapp/v20240701preview/get_snapshot.py +203 -0
- pulumi_azure_native/netapp/v20240701preview/get_snapshot_policy.py +261 -0
- pulumi_azure_native/netapp/v20240701preview/get_subvolume.py +203 -0
- pulumi_azure_native/netapp/v20240701preview/get_subvolume_metadata.py +272 -0
- pulumi_azure_native/netapp/v20240701preview/get_volume.py +1009 -0
- pulumi_azure_native/netapp/v20240701preview/get_volume_group.py +177 -0
- pulumi_azure_native/netapp/v20240701preview/get_volume_group_id_for_ldap_user.py +104 -0
- pulumi_azure_native/netapp/v20240701preview/get_volume_quota_rule.py +231 -0
- pulumi_azure_native/netapp/v20240701preview/list_volume_quota_report.py +113 -0
- pulumi_azure_native/netapp/v20240701preview/list_volume_replications.py +99 -0
- pulumi_azure_native/netapp/v20240701preview/outputs.py +3358 -0
- pulumi_azure_native/netapp/v20240701preview/pool.py +483 -0
- pulumi_azure_native/netapp/v20240701preview/snapshot.py +291 -0
- pulumi_azure_native/netapp/v20240701preview/snapshot_policy.py +414 -0
- pulumi_azure_native/netapp/v20240701preview/subvolume.py +329 -0
- pulumi_azure_native/netapp/v20240701preview/volume.py +1717 -0
- pulumi_azure_native/netapp/v20240701preview/volume_group.py +279 -0
- pulumi_azure_native/netapp/v20240701preview/volume_quota_rule.py +388 -0
- pulumi_azure_native/netapp/volume.py +3 -3
- pulumi_azure_native/netapp/volume_group.py +3 -3
- pulumi_azure_native/netapp/volume_quota_rule.py +3 -3
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/quota/__init__.py +3 -0
- pulumi_azure_native/quota/get_group_quota.py +4 -0
- pulumi_azure_native/quota/get_group_quota_subscription.py +4 -0
- pulumi_azure_native/quota/group_quota.py +5 -1
- pulumi_azure_native/quota/group_quota_subscription.py +5 -1
- pulumi_azure_native/quota/v20230601preview/group_quota.py +1 -1
- pulumi_azure_native/quota/v20230601preview/group_quota_subscription.py +1 -1
- pulumi_azure_native/quota/v20241015preview/__init__.py +14 -0
- pulumi_azure_native/quota/v20241015preview/_enums.py +17 -0
- pulumi_azure_native/quota/v20241015preview/_inputs.py +188 -0
- pulumi_azure_native/quota/v20241015preview/get_group_quota.py +143 -0
- pulumi_azure_native/quota/v20241015preview/get_group_quota_subscription.py +140 -0
- pulumi_azure_native/quota/v20241015preview/group_quota.py +200 -0
- pulumi_azure_native/quota/v20241015preview/group_quota_subscription.py +177 -0
- pulumi_azure_native/quota/v20241015preview/outputs.py +350 -0
- pulumi_azure_native/security/__init__.py +3 -0
- pulumi_azure_native/security/defender_for_storage.py +5 -1
- pulumi_azure_native/security/get_defender_for_storage.py +4 -0
- pulumi_azure_native/security/v20221201preview/defender_for_storage.py +1 -1
- pulumi_azure_native/security/v20241001preview/__init__.py +11 -0
- pulumi_azure_native/security/v20241001preview/_inputs.py +273 -0
- pulumi_azure_native/security/v20241001preview/defender_for_storage.py +189 -0
- pulumi_azure_native/security/v20241001preview/get_defender_for_storage.py +129 -0
- pulumi_azure_native/security/v20241001preview/outputs.py +316 -0
- {pulumi_azure_native-2.68.0a1729544032.dist-info → pulumi_azure_native-2.69.0.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.68.0a1729544032.dist-info → pulumi_azure_native-2.69.0.dist-info}/RECORD +830 -640
- {pulumi_azure_native-2.68.0a1729544032.dist-info → pulumi_azure_native-2.69.0.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.68.0a1729544032.dist-info → pulumi_azure_native-2.69.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,1133 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from ... import _utilities
|
|
16
|
+
from . import outputs
|
|
17
|
+
from ._enums import *
|
|
18
|
+
from ._inputs import *
|
|
19
|
+
|
|
20
|
+
__all__ = ['HostPoolArgs', 'HostPool']
|
|
21
|
+
|
|
22
|
+
@pulumi.input_type
|
|
23
|
+
class HostPoolArgs:
|
|
24
|
+
def __init__(__self__, *,
|
|
25
|
+
host_pool_type: pulumi.Input[Union[str, 'HostPoolType']],
|
|
26
|
+
load_balancer_type: pulumi.Input[Union[str, 'LoadBalancerType']],
|
|
27
|
+
preferred_app_group_type: pulumi.Input[Union[str, 'PreferredAppGroupType']],
|
|
28
|
+
resource_group_name: pulumi.Input[str],
|
|
29
|
+
agent_update: Optional[pulumi.Input['AgentUpdatePropertiesArgs']] = None,
|
|
30
|
+
custom_rdp_property: Optional[pulumi.Input[str]] = None,
|
|
31
|
+
description: Optional[pulumi.Input[str]] = None,
|
|
32
|
+
direct_udp: Optional[pulumi.Input[Union[str, 'DirectUDP']]] = None,
|
|
33
|
+
friendly_name: Optional[pulumi.Input[str]] = None,
|
|
34
|
+
host_pool_name: Optional[pulumi.Input[str]] = None,
|
|
35
|
+
identity: Optional[pulumi.Input['ManagedServiceIdentityArgs']] = None,
|
|
36
|
+
kind: Optional[pulumi.Input[str]] = None,
|
|
37
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
38
|
+
managed_by: Optional[pulumi.Input[str]] = None,
|
|
39
|
+
managed_private_udp: Optional[pulumi.Input[Union[str, 'ManagedPrivateUDP']]] = None,
|
|
40
|
+
management_type: Optional[pulumi.Input[Union[str, 'ManagementType']]] = None,
|
|
41
|
+
max_session_limit: Optional[pulumi.Input[int]] = None,
|
|
42
|
+
personal_desktop_assignment_type: Optional[pulumi.Input[Union[str, 'PersonalDesktopAssignmentType']]] = None,
|
|
43
|
+
plan: Optional[pulumi.Input['PlanArgs']] = None,
|
|
44
|
+
public_network_access: Optional[pulumi.Input[Union[str, 'HostpoolPublicNetworkAccess']]] = None,
|
|
45
|
+
public_udp: Optional[pulumi.Input[Union[str, 'PublicUDP']]] = None,
|
|
46
|
+
registration_info: Optional[pulumi.Input['RegistrationInfoArgs']] = None,
|
|
47
|
+
relay_udp: Optional[pulumi.Input[Union[str, 'RelayUDP']]] = None,
|
|
48
|
+
ring: Optional[pulumi.Input[int]] = None,
|
|
49
|
+
sku: Optional[pulumi.Input['SkuArgs']] = None,
|
|
50
|
+
sso_client_id: Optional[pulumi.Input[str]] = None,
|
|
51
|
+
sso_client_secret_key_vault_path: Optional[pulumi.Input[str]] = None,
|
|
52
|
+
sso_secret_type: Optional[pulumi.Input[Union[str, 'SSOSecretType']]] = None,
|
|
53
|
+
ssoadfs_authority: Optional[pulumi.Input[str]] = None,
|
|
54
|
+
start_vm_on_connect: Optional[pulumi.Input[bool]] = None,
|
|
55
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
56
|
+
validation_environment: Optional[pulumi.Input[bool]] = None,
|
|
57
|
+
vm_template: Optional[pulumi.Input[str]] = None):
|
|
58
|
+
"""
|
|
59
|
+
The set of arguments for constructing a HostPool resource.
|
|
60
|
+
:param pulumi.Input[Union[str, 'HostPoolType']] host_pool_type: HostPool type for desktop.
|
|
61
|
+
:param pulumi.Input[Union[str, 'LoadBalancerType']] load_balancer_type: The type of the load balancer.
|
|
62
|
+
:param pulumi.Input[Union[str, 'PreferredAppGroupType']] preferred_app_group_type: The type of preferred application group type, default to Desktop Application Group
|
|
63
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
64
|
+
:param pulumi.Input['AgentUpdatePropertiesArgs'] agent_update: The session host configuration for updating agent, monitoring agent, and stack component.
|
|
65
|
+
:param pulumi.Input[str] custom_rdp_property: Custom rdp property of HostPool.
|
|
66
|
+
:param pulumi.Input[str] description: Description of HostPool.
|
|
67
|
+
:param pulumi.Input[Union[str, 'DirectUDP']] direct_udp: Default: AVD-wide settings are used to determine connection availability, Enabled: UDP will attempt this connection type when making connections. This means that this connection is possible, but is not guaranteed, as there are other factors that may prevent this connection type, Disabled: UDP will not attempt this connection type when making connections
|
|
68
|
+
:param pulumi.Input[str] friendly_name: Friendly name of HostPool.
|
|
69
|
+
:param pulumi.Input[str] host_pool_name: The name of the host pool within the specified resource group
|
|
70
|
+
:param pulumi.Input['ManagedServiceIdentityArgs'] identity: Managed service identity (system assigned and/or user assigned identities)
|
|
71
|
+
:param pulumi.Input[str] kind: 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.
|
|
72
|
+
:param pulumi.Input[str] location: The geo-location where the resource lives
|
|
73
|
+
:param pulumi.Input[str] managed_by: 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.
|
|
74
|
+
:param pulumi.Input[Union[str, 'ManagedPrivateUDP']] managed_private_udp: Default: AVD-wide settings are used to determine connection availability, Enabled: UDP will attempt this connection type when making connections. This means that this connection is possible, but is not guaranteed, as there are other factors that may prevent this connection type, Disabled: UDP will not attempt this connection type when making connections
|
|
75
|
+
:param pulumi.Input[Union[str, 'ManagementType']] management_type: The type of management for this hostpool, Automated or Standard. The default value is Automated.
|
|
76
|
+
:param pulumi.Input[int] max_session_limit: The max session limit of HostPool.
|
|
77
|
+
:param pulumi.Input[Union[str, 'PersonalDesktopAssignmentType']] personal_desktop_assignment_type: PersonalDesktopAssignment type for HostPool.
|
|
78
|
+
:param pulumi.Input['PlanArgs'] plan: Plan for the resource.
|
|
79
|
+
:param pulumi.Input[Union[str, 'HostpoolPublicNetworkAccess']] public_network_access: Enabled allows this resource to be accessed from both public and private networks, Disabled allows this resource to only be accessed via private endpoints
|
|
80
|
+
:param pulumi.Input[Union[str, 'PublicUDP']] public_udp: Default: AVD-wide settings are used to determine connection availability, Enabled: UDP will attempt this connection type when making connections. This means that this connection is possible, but is not guaranteed, as there are other factors that may prevent this connection type, Disabled: UDP will not attempt this connection type when making connections
|
|
81
|
+
:param pulumi.Input['RegistrationInfoArgs'] registration_info: The registration info of HostPool. This is not returned on GET. In order to get the registration token use the retrieveRegistrationToken or listRegistrationTokens POST calls.
|
|
82
|
+
:param pulumi.Input[Union[str, 'RelayUDP']] relay_udp: Default: AVD-wide settings are used to determine connection availability, Enabled: UDP will attempt this connection type when making connections. This means that this connection is possible, but is not guaranteed, as there are other factors that may prevent this connection type, Disabled: UDP will not attempt this connection type when making connections
|
|
83
|
+
:param pulumi.Input[int] ring: The ring number of HostPool.
|
|
84
|
+
:param pulumi.Input['SkuArgs'] sku: The resource model definition representing SKU
|
|
85
|
+
:param pulumi.Input[str] sso_client_id: ClientId for the registered Relying Party used to issue WVD SSO certificates.
|
|
86
|
+
:param pulumi.Input[str] sso_client_secret_key_vault_path: Path to Azure KeyVault storing the secret used for communication to ADFS.
|
|
87
|
+
:param pulumi.Input[Union[str, 'SSOSecretType']] sso_secret_type: The type of single sign on Secret Type.
|
|
88
|
+
:param pulumi.Input[str] ssoadfs_authority: URL to customer ADFS server for signing WVD SSO certificates.
|
|
89
|
+
:param pulumi.Input[bool] start_vm_on_connect: The flag to turn on/off StartVMOnConnect feature.
|
|
90
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
|
|
91
|
+
:param pulumi.Input[bool] validation_environment: Is validation environment.
|
|
92
|
+
:param pulumi.Input[str] vm_template: VM template for sessionhosts configuration within hostpool.
|
|
93
|
+
"""
|
|
94
|
+
pulumi.set(__self__, "host_pool_type", host_pool_type)
|
|
95
|
+
pulumi.set(__self__, "load_balancer_type", load_balancer_type)
|
|
96
|
+
pulumi.set(__self__, "preferred_app_group_type", preferred_app_group_type)
|
|
97
|
+
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
98
|
+
if agent_update is not None:
|
|
99
|
+
pulumi.set(__self__, "agent_update", agent_update)
|
|
100
|
+
if custom_rdp_property is not None:
|
|
101
|
+
pulumi.set(__self__, "custom_rdp_property", custom_rdp_property)
|
|
102
|
+
if description is not None:
|
|
103
|
+
pulumi.set(__self__, "description", description)
|
|
104
|
+
if direct_udp is not None:
|
|
105
|
+
pulumi.set(__self__, "direct_udp", direct_udp)
|
|
106
|
+
if friendly_name is not None:
|
|
107
|
+
pulumi.set(__self__, "friendly_name", friendly_name)
|
|
108
|
+
if host_pool_name is not None:
|
|
109
|
+
pulumi.set(__self__, "host_pool_name", host_pool_name)
|
|
110
|
+
if identity is not None:
|
|
111
|
+
pulumi.set(__self__, "identity", identity)
|
|
112
|
+
if kind is not None:
|
|
113
|
+
pulumi.set(__self__, "kind", kind)
|
|
114
|
+
if location is not None:
|
|
115
|
+
pulumi.set(__self__, "location", location)
|
|
116
|
+
if managed_by is not None:
|
|
117
|
+
pulumi.set(__self__, "managed_by", managed_by)
|
|
118
|
+
if managed_private_udp is not None:
|
|
119
|
+
pulumi.set(__self__, "managed_private_udp", managed_private_udp)
|
|
120
|
+
if management_type is not None:
|
|
121
|
+
pulumi.set(__self__, "management_type", management_type)
|
|
122
|
+
if max_session_limit is not None:
|
|
123
|
+
pulumi.set(__self__, "max_session_limit", max_session_limit)
|
|
124
|
+
if personal_desktop_assignment_type is not None:
|
|
125
|
+
pulumi.set(__self__, "personal_desktop_assignment_type", personal_desktop_assignment_type)
|
|
126
|
+
if plan is not None:
|
|
127
|
+
pulumi.set(__self__, "plan", plan)
|
|
128
|
+
if public_network_access is not None:
|
|
129
|
+
pulumi.set(__self__, "public_network_access", public_network_access)
|
|
130
|
+
if public_udp is not None:
|
|
131
|
+
pulumi.set(__self__, "public_udp", public_udp)
|
|
132
|
+
if registration_info is not None:
|
|
133
|
+
pulumi.set(__self__, "registration_info", registration_info)
|
|
134
|
+
if relay_udp is not None:
|
|
135
|
+
pulumi.set(__self__, "relay_udp", relay_udp)
|
|
136
|
+
if ring is not None:
|
|
137
|
+
pulumi.set(__self__, "ring", ring)
|
|
138
|
+
if sku is not None:
|
|
139
|
+
pulumi.set(__self__, "sku", sku)
|
|
140
|
+
if sso_client_id is not None:
|
|
141
|
+
pulumi.set(__self__, "sso_client_id", sso_client_id)
|
|
142
|
+
if sso_client_secret_key_vault_path is not None:
|
|
143
|
+
pulumi.set(__self__, "sso_client_secret_key_vault_path", sso_client_secret_key_vault_path)
|
|
144
|
+
if sso_secret_type is not None:
|
|
145
|
+
pulumi.set(__self__, "sso_secret_type", sso_secret_type)
|
|
146
|
+
if ssoadfs_authority is not None:
|
|
147
|
+
pulumi.set(__self__, "ssoadfs_authority", ssoadfs_authority)
|
|
148
|
+
if start_vm_on_connect is not None:
|
|
149
|
+
pulumi.set(__self__, "start_vm_on_connect", start_vm_on_connect)
|
|
150
|
+
if tags is not None:
|
|
151
|
+
pulumi.set(__self__, "tags", tags)
|
|
152
|
+
if validation_environment is not None:
|
|
153
|
+
pulumi.set(__self__, "validation_environment", validation_environment)
|
|
154
|
+
if vm_template is not None:
|
|
155
|
+
pulumi.set(__self__, "vm_template", vm_template)
|
|
156
|
+
|
|
157
|
+
@property
|
|
158
|
+
@pulumi.getter(name="hostPoolType")
|
|
159
|
+
def host_pool_type(self) -> pulumi.Input[Union[str, 'HostPoolType']]:
|
|
160
|
+
"""
|
|
161
|
+
HostPool type for desktop.
|
|
162
|
+
"""
|
|
163
|
+
return pulumi.get(self, "host_pool_type")
|
|
164
|
+
|
|
165
|
+
@host_pool_type.setter
|
|
166
|
+
def host_pool_type(self, value: pulumi.Input[Union[str, 'HostPoolType']]):
|
|
167
|
+
pulumi.set(self, "host_pool_type", value)
|
|
168
|
+
|
|
169
|
+
@property
|
|
170
|
+
@pulumi.getter(name="loadBalancerType")
|
|
171
|
+
def load_balancer_type(self) -> pulumi.Input[Union[str, 'LoadBalancerType']]:
|
|
172
|
+
"""
|
|
173
|
+
The type of the load balancer.
|
|
174
|
+
"""
|
|
175
|
+
return pulumi.get(self, "load_balancer_type")
|
|
176
|
+
|
|
177
|
+
@load_balancer_type.setter
|
|
178
|
+
def load_balancer_type(self, value: pulumi.Input[Union[str, 'LoadBalancerType']]):
|
|
179
|
+
pulumi.set(self, "load_balancer_type", value)
|
|
180
|
+
|
|
181
|
+
@property
|
|
182
|
+
@pulumi.getter(name="preferredAppGroupType")
|
|
183
|
+
def preferred_app_group_type(self) -> pulumi.Input[Union[str, 'PreferredAppGroupType']]:
|
|
184
|
+
"""
|
|
185
|
+
The type of preferred application group type, default to Desktop Application Group
|
|
186
|
+
"""
|
|
187
|
+
return pulumi.get(self, "preferred_app_group_type")
|
|
188
|
+
|
|
189
|
+
@preferred_app_group_type.setter
|
|
190
|
+
def preferred_app_group_type(self, value: pulumi.Input[Union[str, 'PreferredAppGroupType']]):
|
|
191
|
+
pulumi.set(self, "preferred_app_group_type", value)
|
|
192
|
+
|
|
193
|
+
@property
|
|
194
|
+
@pulumi.getter(name="resourceGroupName")
|
|
195
|
+
def resource_group_name(self) -> pulumi.Input[str]:
|
|
196
|
+
"""
|
|
197
|
+
The name of the resource group. The name is case insensitive.
|
|
198
|
+
"""
|
|
199
|
+
return pulumi.get(self, "resource_group_name")
|
|
200
|
+
|
|
201
|
+
@resource_group_name.setter
|
|
202
|
+
def resource_group_name(self, value: pulumi.Input[str]):
|
|
203
|
+
pulumi.set(self, "resource_group_name", value)
|
|
204
|
+
|
|
205
|
+
@property
|
|
206
|
+
@pulumi.getter(name="agentUpdate")
|
|
207
|
+
def agent_update(self) -> Optional[pulumi.Input['AgentUpdatePropertiesArgs']]:
|
|
208
|
+
"""
|
|
209
|
+
The session host configuration for updating agent, monitoring agent, and stack component.
|
|
210
|
+
"""
|
|
211
|
+
return pulumi.get(self, "agent_update")
|
|
212
|
+
|
|
213
|
+
@agent_update.setter
|
|
214
|
+
def agent_update(self, value: Optional[pulumi.Input['AgentUpdatePropertiesArgs']]):
|
|
215
|
+
pulumi.set(self, "agent_update", value)
|
|
216
|
+
|
|
217
|
+
@property
|
|
218
|
+
@pulumi.getter(name="customRdpProperty")
|
|
219
|
+
def custom_rdp_property(self) -> Optional[pulumi.Input[str]]:
|
|
220
|
+
"""
|
|
221
|
+
Custom rdp property of HostPool.
|
|
222
|
+
"""
|
|
223
|
+
return pulumi.get(self, "custom_rdp_property")
|
|
224
|
+
|
|
225
|
+
@custom_rdp_property.setter
|
|
226
|
+
def custom_rdp_property(self, value: Optional[pulumi.Input[str]]):
|
|
227
|
+
pulumi.set(self, "custom_rdp_property", value)
|
|
228
|
+
|
|
229
|
+
@property
|
|
230
|
+
@pulumi.getter
|
|
231
|
+
def description(self) -> Optional[pulumi.Input[str]]:
|
|
232
|
+
"""
|
|
233
|
+
Description of HostPool.
|
|
234
|
+
"""
|
|
235
|
+
return pulumi.get(self, "description")
|
|
236
|
+
|
|
237
|
+
@description.setter
|
|
238
|
+
def description(self, value: Optional[pulumi.Input[str]]):
|
|
239
|
+
pulumi.set(self, "description", value)
|
|
240
|
+
|
|
241
|
+
@property
|
|
242
|
+
@pulumi.getter(name="directUDP")
|
|
243
|
+
def direct_udp(self) -> Optional[pulumi.Input[Union[str, 'DirectUDP']]]:
|
|
244
|
+
"""
|
|
245
|
+
Default: AVD-wide settings are used to determine connection availability, Enabled: UDP will attempt this connection type when making connections. This means that this connection is possible, but is not guaranteed, as there are other factors that may prevent this connection type, Disabled: UDP will not attempt this connection type when making connections
|
|
246
|
+
"""
|
|
247
|
+
return pulumi.get(self, "direct_udp")
|
|
248
|
+
|
|
249
|
+
@direct_udp.setter
|
|
250
|
+
def direct_udp(self, value: Optional[pulumi.Input[Union[str, 'DirectUDP']]]):
|
|
251
|
+
pulumi.set(self, "direct_udp", value)
|
|
252
|
+
|
|
253
|
+
@property
|
|
254
|
+
@pulumi.getter(name="friendlyName")
|
|
255
|
+
def friendly_name(self) -> Optional[pulumi.Input[str]]:
|
|
256
|
+
"""
|
|
257
|
+
Friendly name of HostPool.
|
|
258
|
+
"""
|
|
259
|
+
return pulumi.get(self, "friendly_name")
|
|
260
|
+
|
|
261
|
+
@friendly_name.setter
|
|
262
|
+
def friendly_name(self, value: Optional[pulumi.Input[str]]):
|
|
263
|
+
pulumi.set(self, "friendly_name", value)
|
|
264
|
+
|
|
265
|
+
@property
|
|
266
|
+
@pulumi.getter(name="hostPoolName")
|
|
267
|
+
def host_pool_name(self) -> Optional[pulumi.Input[str]]:
|
|
268
|
+
"""
|
|
269
|
+
The name of the host pool within the specified resource group
|
|
270
|
+
"""
|
|
271
|
+
return pulumi.get(self, "host_pool_name")
|
|
272
|
+
|
|
273
|
+
@host_pool_name.setter
|
|
274
|
+
def host_pool_name(self, value: Optional[pulumi.Input[str]]):
|
|
275
|
+
pulumi.set(self, "host_pool_name", value)
|
|
276
|
+
|
|
277
|
+
@property
|
|
278
|
+
@pulumi.getter
|
|
279
|
+
def identity(self) -> Optional[pulumi.Input['ManagedServiceIdentityArgs']]:
|
|
280
|
+
"""
|
|
281
|
+
Managed service identity (system assigned and/or user assigned identities)
|
|
282
|
+
"""
|
|
283
|
+
return pulumi.get(self, "identity")
|
|
284
|
+
|
|
285
|
+
@identity.setter
|
|
286
|
+
def identity(self, value: Optional[pulumi.Input['ManagedServiceIdentityArgs']]):
|
|
287
|
+
pulumi.set(self, "identity", value)
|
|
288
|
+
|
|
289
|
+
@property
|
|
290
|
+
@pulumi.getter
|
|
291
|
+
def kind(self) -> Optional[pulumi.Input[str]]:
|
|
292
|
+
"""
|
|
293
|
+
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.
|
|
294
|
+
"""
|
|
295
|
+
return pulumi.get(self, "kind")
|
|
296
|
+
|
|
297
|
+
@kind.setter
|
|
298
|
+
def kind(self, value: Optional[pulumi.Input[str]]):
|
|
299
|
+
pulumi.set(self, "kind", value)
|
|
300
|
+
|
|
301
|
+
@property
|
|
302
|
+
@pulumi.getter
|
|
303
|
+
def location(self) -> Optional[pulumi.Input[str]]:
|
|
304
|
+
"""
|
|
305
|
+
The geo-location where the resource lives
|
|
306
|
+
"""
|
|
307
|
+
return pulumi.get(self, "location")
|
|
308
|
+
|
|
309
|
+
@location.setter
|
|
310
|
+
def location(self, value: Optional[pulumi.Input[str]]):
|
|
311
|
+
pulumi.set(self, "location", value)
|
|
312
|
+
|
|
313
|
+
@property
|
|
314
|
+
@pulumi.getter(name="managedBy")
|
|
315
|
+
def managed_by(self) -> Optional[pulumi.Input[str]]:
|
|
316
|
+
"""
|
|
317
|
+
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.
|
|
318
|
+
"""
|
|
319
|
+
return pulumi.get(self, "managed_by")
|
|
320
|
+
|
|
321
|
+
@managed_by.setter
|
|
322
|
+
def managed_by(self, value: Optional[pulumi.Input[str]]):
|
|
323
|
+
pulumi.set(self, "managed_by", value)
|
|
324
|
+
|
|
325
|
+
@property
|
|
326
|
+
@pulumi.getter(name="managedPrivateUDP")
|
|
327
|
+
def managed_private_udp(self) -> Optional[pulumi.Input[Union[str, 'ManagedPrivateUDP']]]:
|
|
328
|
+
"""
|
|
329
|
+
Default: AVD-wide settings are used to determine connection availability, Enabled: UDP will attempt this connection type when making connections. This means that this connection is possible, but is not guaranteed, as there are other factors that may prevent this connection type, Disabled: UDP will not attempt this connection type when making connections
|
|
330
|
+
"""
|
|
331
|
+
return pulumi.get(self, "managed_private_udp")
|
|
332
|
+
|
|
333
|
+
@managed_private_udp.setter
|
|
334
|
+
def managed_private_udp(self, value: Optional[pulumi.Input[Union[str, 'ManagedPrivateUDP']]]):
|
|
335
|
+
pulumi.set(self, "managed_private_udp", value)
|
|
336
|
+
|
|
337
|
+
@property
|
|
338
|
+
@pulumi.getter(name="managementType")
|
|
339
|
+
def management_type(self) -> Optional[pulumi.Input[Union[str, 'ManagementType']]]:
|
|
340
|
+
"""
|
|
341
|
+
The type of management for this hostpool, Automated or Standard. The default value is Automated.
|
|
342
|
+
"""
|
|
343
|
+
return pulumi.get(self, "management_type")
|
|
344
|
+
|
|
345
|
+
@management_type.setter
|
|
346
|
+
def management_type(self, value: Optional[pulumi.Input[Union[str, 'ManagementType']]]):
|
|
347
|
+
pulumi.set(self, "management_type", value)
|
|
348
|
+
|
|
349
|
+
@property
|
|
350
|
+
@pulumi.getter(name="maxSessionLimit")
|
|
351
|
+
def max_session_limit(self) -> Optional[pulumi.Input[int]]:
|
|
352
|
+
"""
|
|
353
|
+
The max session limit of HostPool.
|
|
354
|
+
"""
|
|
355
|
+
return pulumi.get(self, "max_session_limit")
|
|
356
|
+
|
|
357
|
+
@max_session_limit.setter
|
|
358
|
+
def max_session_limit(self, value: Optional[pulumi.Input[int]]):
|
|
359
|
+
pulumi.set(self, "max_session_limit", value)
|
|
360
|
+
|
|
361
|
+
@property
|
|
362
|
+
@pulumi.getter(name="personalDesktopAssignmentType")
|
|
363
|
+
def personal_desktop_assignment_type(self) -> Optional[pulumi.Input[Union[str, 'PersonalDesktopAssignmentType']]]:
|
|
364
|
+
"""
|
|
365
|
+
PersonalDesktopAssignment type for HostPool.
|
|
366
|
+
"""
|
|
367
|
+
return pulumi.get(self, "personal_desktop_assignment_type")
|
|
368
|
+
|
|
369
|
+
@personal_desktop_assignment_type.setter
|
|
370
|
+
def personal_desktop_assignment_type(self, value: Optional[pulumi.Input[Union[str, 'PersonalDesktopAssignmentType']]]):
|
|
371
|
+
pulumi.set(self, "personal_desktop_assignment_type", value)
|
|
372
|
+
|
|
373
|
+
@property
|
|
374
|
+
@pulumi.getter
|
|
375
|
+
def plan(self) -> Optional[pulumi.Input['PlanArgs']]:
|
|
376
|
+
"""
|
|
377
|
+
Plan for the resource.
|
|
378
|
+
"""
|
|
379
|
+
return pulumi.get(self, "plan")
|
|
380
|
+
|
|
381
|
+
@plan.setter
|
|
382
|
+
def plan(self, value: Optional[pulumi.Input['PlanArgs']]):
|
|
383
|
+
pulumi.set(self, "plan", value)
|
|
384
|
+
|
|
385
|
+
@property
|
|
386
|
+
@pulumi.getter(name="publicNetworkAccess")
|
|
387
|
+
def public_network_access(self) -> Optional[pulumi.Input[Union[str, 'HostpoolPublicNetworkAccess']]]:
|
|
388
|
+
"""
|
|
389
|
+
Enabled allows this resource to be accessed from both public and private networks, Disabled allows this resource to only be accessed via private endpoints
|
|
390
|
+
"""
|
|
391
|
+
return pulumi.get(self, "public_network_access")
|
|
392
|
+
|
|
393
|
+
@public_network_access.setter
|
|
394
|
+
def public_network_access(self, value: Optional[pulumi.Input[Union[str, 'HostpoolPublicNetworkAccess']]]):
|
|
395
|
+
pulumi.set(self, "public_network_access", value)
|
|
396
|
+
|
|
397
|
+
@property
|
|
398
|
+
@pulumi.getter(name="publicUDP")
|
|
399
|
+
def public_udp(self) -> Optional[pulumi.Input[Union[str, 'PublicUDP']]]:
|
|
400
|
+
"""
|
|
401
|
+
Default: AVD-wide settings are used to determine connection availability, Enabled: UDP will attempt this connection type when making connections. This means that this connection is possible, but is not guaranteed, as there are other factors that may prevent this connection type, Disabled: UDP will not attempt this connection type when making connections
|
|
402
|
+
"""
|
|
403
|
+
return pulumi.get(self, "public_udp")
|
|
404
|
+
|
|
405
|
+
@public_udp.setter
|
|
406
|
+
def public_udp(self, value: Optional[pulumi.Input[Union[str, 'PublicUDP']]]):
|
|
407
|
+
pulumi.set(self, "public_udp", value)
|
|
408
|
+
|
|
409
|
+
@property
|
|
410
|
+
@pulumi.getter(name="registrationInfo")
|
|
411
|
+
def registration_info(self) -> Optional[pulumi.Input['RegistrationInfoArgs']]:
|
|
412
|
+
"""
|
|
413
|
+
The registration info of HostPool. This is not returned on GET. In order to get the registration token use the retrieveRegistrationToken or listRegistrationTokens POST calls.
|
|
414
|
+
"""
|
|
415
|
+
return pulumi.get(self, "registration_info")
|
|
416
|
+
|
|
417
|
+
@registration_info.setter
|
|
418
|
+
def registration_info(self, value: Optional[pulumi.Input['RegistrationInfoArgs']]):
|
|
419
|
+
pulumi.set(self, "registration_info", value)
|
|
420
|
+
|
|
421
|
+
@property
|
|
422
|
+
@pulumi.getter(name="relayUDP")
|
|
423
|
+
def relay_udp(self) -> Optional[pulumi.Input[Union[str, 'RelayUDP']]]:
|
|
424
|
+
"""
|
|
425
|
+
Default: AVD-wide settings are used to determine connection availability, Enabled: UDP will attempt this connection type when making connections. This means that this connection is possible, but is not guaranteed, as there are other factors that may prevent this connection type, Disabled: UDP will not attempt this connection type when making connections
|
|
426
|
+
"""
|
|
427
|
+
return pulumi.get(self, "relay_udp")
|
|
428
|
+
|
|
429
|
+
@relay_udp.setter
|
|
430
|
+
def relay_udp(self, value: Optional[pulumi.Input[Union[str, 'RelayUDP']]]):
|
|
431
|
+
pulumi.set(self, "relay_udp", value)
|
|
432
|
+
|
|
433
|
+
@property
|
|
434
|
+
@pulumi.getter
|
|
435
|
+
def ring(self) -> Optional[pulumi.Input[int]]:
|
|
436
|
+
"""
|
|
437
|
+
The ring number of HostPool.
|
|
438
|
+
"""
|
|
439
|
+
return pulumi.get(self, "ring")
|
|
440
|
+
|
|
441
|
+
@ring.setter
|
|
442
|
+
def ring(self, value: Optional[pulumi.Input[int]]):
|
|
443
|
+
pulumi.set(self, "ring", value)
|
|
444
|
+
|
|
445
|
+
@property
|
|
446
|
+
@pulumi.getter
|
|
447
|
+
def sku(self) -> Optional[pulumi.Input['SkuArgs']]:
|
|
448
|
+
"""
|
|
449
|
+
The resource model definition representing SKU
|
|
450
|
+
"""
|
|
451
|
+
return pulumi.get(self, "sku")
|
|
452
|
+
|
|
453
|
+
@sku.setter
|
|
454
|
+
def sku(self, value: Optional[pulumi.Input['SkuArgs']]):
|
|
455
|
+
pulumi.set(self, "sku", value)
|
|
456
|
+
|
|
457
|
+
@property
|
|
458
|
+
@pulumi.getter(name="ssoClientId")
|
|
459
|
+
def sso_client_id(self) -> Optional[pulumi.Input[str]]:
|
|
460
|
+
"""
|
|
461
|
+
ClientId for the registered Relying Party used to issue WVD SSO certificates.
|
|
462
|
+
"""
|
|
463
|
+
return pulumi.get(self, "sso_client_id")
|
|
464
|
+
|
|
465
|
+
@sso_client_id.setter
|
|
466
|
+
def sso_client_id(self, value: Optional[pulumi.Input[str]]):
|
|
467
|
+
pulumi.set(self, "sso_client_id", value)
|
|
468
|
+
|
|
469
|
+
@property
|
|
470
|
+
@pulumi.getter(name="ssoClientSecretKeyVaultPath")
|
|
471
|
+
def sso_client_secret_key_vault_path(self) -> Optional[pulumi.Input[str]]:
|
|
472
|
+
"""
|
|
473
|
+
Path to Azure KeyVault storing the secret used for communication to ADFS.
|
|
474
|
+
"""
|
|
475
|
+
return pulumi.get(self, "sso_client_secret_key_vault_path")
|
|
476
|
+
|
|
477
|
+
@sso_client_secret_key_vault_path.setter
|
|
478
|
+
def sso_client_secret_key_vault_path(self, value: Optional[pulumi.Input[str]]):
|
|
479
|
+
pulumi.set(self, "sso_client_secret_key_vault_path", value)
|
|
480
|
+
|
|
481
|
+
@property
|
|
482
|
+
@pulumi.getter(name="ssoSecretType")
|
|
483
|
+
def sso_secret_type(self) -> Optional[pulumi.Input[Union[str, 'SSOSecretType']]]:
|
|
484
|
+
"""
|
|
485
|
+
The type of single sign on Secret Type.
|
|
486
|
+
"""
|
|
487
|
+
return pulumi.get(self, "sso_secret_type")
|
|
488
|
+
|
|
489
|
+
@sso_secret_type.setter
|
|
490
|
+
def sso_secret_type(self, value: Optional[pulumi.Input[Union[str, 'SSOSecretType']]]):
|
|
491
|
+
pulumi.set(self, "sso_secret_type", value)
|
|
492
|
+
|
|
493
|
+
@property
|
|
494
|
+
@pulumi.getter(name="ssoadfsAuthority")
|
|
495
|
+
def ssoadfs_authority(self) -> Optional[pulumi.Input[str]]:
|
|
496
|
+
"""
|
|
497
|
+
URL to customer ADFS server for signing WVD SSO certificates.
|
|
498
|
+
"""
|
|
499
|
+
return pulumi.get(self, "ssoadfs_authority")
|
|
500
|
+
|
|
501
|
+
@ssoadfs_authority.setter
|
|
502
|
+
def ssoadfs_authority(self, value: Optional[pulumi.Input[str]]):
|
|
503
|
+
pulumi.set(self, "ssoadfs_authority", value)
|
|
504
|
+
|
|
505
|
+
@property
|
|
506
|
+
@pulumi.getter(name="startVMOnConnect")
|
|
507
|
+
def start_vm_on_connect(self) -> Optional[pulumi.Input[bool]]:
|
|
508
|
+
"""
|
|
509
|
+
The flag to turn on/off StartVMOnConnect feature.
|
|
510
|
+
"""
|
|
511
|
+
return pulumi.get(self, "start_vm_on_connect")
|
|
512
|
+
|
|
513
|
+
@start_vm_on_connect.setter
|
|
514
|
+
def start_vm_on_connect(self, value: Optional[pulumi.Input[bool]]):
|
|
515
|
+
pulumi.set(self, "start_vm_on_connect", value)
|
|
516
|
+
|
|
517
|
+
@property
|
|
518
|
+
@pulumi.getter
|
|
519
|
+
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
520
|
+
"""
|
|
521
|
+
Resource tags.
|
|
522
|
+
"""
|
|
523
|
+
return pulumi.get(self, "tags")
|
|
524
|
+
|
|
525
|
+
@tags.setter
|
|
526
|
+
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
527
|
+
pulumi.set(self, "tags", value)
|
|
528
|
+
|
|
529
|
+
@property
|
|
530
|
+
@pulumi.getter(name="validationEnvironment")
|
|
531
|
+
def validation_environment(self) -> Optional[pulumi.Input[bool]]:
|
|
532
|
+
"""
|
|
533
|
+
Is validation environment.
|
|
534
|
+
"""
|
|
535
|
+
return pulumi.get(self, "validation_environment")
|
|
536
|
+
|
|
537
|
+
@validation_environment.setter
|
|
538
|
+
def validation_environment(self, value: Optional[pulumi.Input[bool]]):
|
|
539
|
+
pulumi.set(self, "validation_environment", value)
|
|
540
|
+
|
|
541
|
+
@property
|
|
542
|
+
@pulumi.getter(name="vmTemplate")
|
|
543
|
+
def vm_template(self) -> Optional[pulumi.Input[str]]:
|
|
544
|
+
"""
|
|
545
|
+
VM template for sessionhosts configuration within hostpool.
|
|
546
|
+
"""
|
|
547
|
+
return pulumi.get(self, "vm_template")
|
|
548
|
+
|
|
549
|
+
@vm_template.setter
|
|
550
|
+
def vm_template(self, value: Optional[pulumi.Input[str]]):
|
|
551
|
+
pulumi.set(self, "vm_template", value)
|
|
552
|
+
|
|
553
|
+
|
|
554
|
+
class HostPool(pulumi.CustomResource):
|
|
555
|
+
@overload
|
|
556
|
+
def __init__(__self__,
|
|
557
|
+
resource_name: str,
|
|
558
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
559
|
+
agent_update: Optional[pulumi.Input[Union['AgentUpdatePropertiesArgs', 'AgentUpdatePropertiesArgsDict']]] = None,
|
|
560
|
+
custom_rdp_property: Optional[pulumi.Input[str]] = None,
|
|
561
|
+
description: Optional[pulumi.Input[str]] = None,
|
|
562
|
+
direct_udp: Optional[pulumi.Input[Union[str, 'DirectUDP']]] = None,
|
|
563
|
+
friendly_name: Optional[pulumi.Input[str]] = None,
|
|
564
|
+
host_pool_name: Optional[pulumi.Input[str]] = None,
|
|
565
|
+
host_pool_type: Optional[pulumi.Input[Union[str, 'HostPoolType']]] = None,
|
|
566
|
+
identity: Optional[pulumi.Input[Union['ManagedServiceIdentityArgs', 'ManagedServiceIdentityArgsDict']]] = None,
|
|
567
|
+
kind: Optional[pulumi.Input[str]] = None,
|
|
568
|
+
load_balancer_type: Optional[pulumi.Input[Union[str, 'LoadBalancerType']]] = None,
|
|
569
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
570
|
+
managed_by: Optional[pulumi.Input[str]] = None,
|
|
571
|
+
managed_private_udp: Optional[pulumi.Input[Union[str, 'ManagedPrivateUDP']]] = None,
|
|
572
|
+
management_type: Optional[pulumi.Input[Union[str, 'ManagementType']]] = None,
|
|
573
|
+
max_session_limit: Optional[pulumi.Input[int]] = None,
|
|
574
|
+
personal_desktop_assignment_type: Optional[pulumi.Input[Union[str, 'PersonalDesktopAssignmentType']]] = None,
|
|
575
|
+
plan: Optional[pulumi.Input[Union['PlanArgs', 'PlanArgsDict']]] = None,
|
|
576
|
+
preferred_app_group_type: Optional[pulumi.Input[Union[str, 'PreferredAppGroupType']]] = None,
|
|
577
|
+
public_network_access: Optional[pulumi.Input[Union[str, 'HostpoolPublicNetworkAccess']]] = None,
|
|
578
|
+
public_udp: Optional[pulumi.Input[Union[str, 'PublicUDP']]] = None,
|
|
579
|
+
registration_info: Optional[pulumi.Input[Union['RegistrationInfoArgs', 'RegistrationInfoArgsDict']]] = None,
|
|
580
|
+
relay_udp: Optional[pulumi.Input[Union[str, 'RelayUDP']]] = None,
|
|
581
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
582
|
+
ring: Optional[pulumi.Input[int]] = None,
|
|
583
|
+
sku: Optional[pulumi.Input[Union['SkuArgs', 'SkuArgsDict']]] = None,
|
|
584
|
+
sso_client_id: Optional[pulumi.Input[str]] = None,
|
|
585
|
+
sso_client_secret_key_vault_path: Optional[pulumi.Input[str]] = None,
|
|
586
|
+
sso_secret_type: Optional[pulumi.Input[Union[str, 'SSOSecretType']]] = None,
|
|
587
|
+
ssoadfs_authority: Optional[pulumi.Input[str]] = None,
|
|
588
|
+
start_vm_on_connect: Optional[pulumi.Input[bool]] = None,
|
|
589
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
590
|
+
validation_environment: Optional[pulumi.Input[bool]] = None,
|
|
591
|
+
vm_template: Optional[pulumi.Input[str]] = None,
|
|
592
|
+
__props__=None):
|
|
593
|
+
"""
|
|
594
|
+
Represents a HostPool definition.
|
|
595
|
+
|
|
596
|
+
:param str resource_name: The name of the resource.
|
|
597
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
598
|
+
:param pulumi.Input[Union['AgentUpdatePropertiesArgs', 'AgentUpdatePropertiesArgsDict']] agent_update: The session host configuration for updating agent, monitoring agent, and stack component.
|
|
599
|
+
:param pulumi.Input[str] custom_rdp_property: Custom rdp property of HostPool.
|
|
600
|
+
:param pulumi.Input[str] description: Description of HostPool.
|
|
601
|
+
:param pulumi.Input[Union[str, 'DirectUDP']] direct_udp: Default: AVD-wide settings are used to determine connection availability, Enabled: UDP will attempt this connection type when making connections. This means that this connection is possible, but is not guaranteed, as there are other factors that may prevent this connection type, Disabled: UDP will not attempt this connection type when making connections
|
|
602
|
+
:param pulumi.Input[str] friendly_name: Friendly name of HostPool.
|
|
603
|
+
:param pulumi.Input[str] host_pool_name: The name of the host pool within the specified resource group
|
|
604
|
+
:param pulumi.Input[Union[str, 'HostPoolType']] host_pool_type: HostPool type for desktop.
|
|
605
|
+
:param pulumi.Input[Union['ManagedServiceIdentityArgs', 'ManagedServiceIdentityArgsDict']] identity: Managed service identity (system assigned and/or user assigned identities)
|
|
606
|
+
:param pulumi.Input[str] kind: 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.
|
|
607
|
+
:param pulumi.Input[Union[str, 'LoadBalancerType']] load_balancer_type: The type of the load balancer.
|
|
608
|
+
:param pulumi.Input[str] location: The geo-location where the resource lives
|
|
609
|
+
:param pulumi.Input[str] managed_by: 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.
|
|
610
|
+
:param pulumi.Input[Union[str, 'ManagedPrivateUDP']] managed_private_udp: Default: AVD-wide settings are used to determine connection availability, Enabled: UDP will attempt this connection type when making connections. This means that this connection is possible, but is not guaranteed, as there are other factors that may prevent this connection type, Disabled: UDP will not attempt this connection type when making connections
|
|
611
|
+
:param pulumi.Input[Union[str, 'ManagementType']] management_type: The type of management for this hostpool, Automated or Standard. The default value is Automated.
|
|
612
|
+
:param pulumi.Input[int] max_session_limit: The max session limit of HostPool.
|
|
613
|
+
:param pulumi.Input[Union[str, 'PersonalDesktopAssignmentType']] personal_desktop_assignment_type: PersonalDesktopAssignment type for HostPool.
|
|
614
|
+
:param pulumi.Input[Union['PlanArgs', 'PlanArgsDict']] plan: Plan for the resource.
|
|
615
|
+
:param pulumi.Input[Union[str, 'PreferredAppGroupType']] preferred_app_group_type: The type of preferred application group type, default to Desktop Application Group
|
|
616
|
+
:param pulumi.Input[Union[str, 'HostpoolPublicNetworkAccess']] public_network_access: Enabled allows this resource to be accessed from both public and private networks, Disabled allows this resource to only be accessed via private endpoints
|
|
617
|
+
:param pulumi.Input[Union[str, 'PublicUDP']] public_udp: Default: AVD-wide settings are used to determine connection availability, Enabled: UDP will attempt this connection type when making connections. This means that this connection is possible, but is not guaranteed, as there are other factors that may prevent this connection type, Disabled: UDP will not attempt this connection type when making connections
|
|
618
|
+
:param pulumi.Input[Union['RegistrationInfoArgs', 'RegistrationInfoArgsDict']] registration_info: The registration info of HostPool. This is not returned on GET. In order to get the registration token use the retrieveRegistrationToken or listRegistrationTokens POST calls.
|
|
619
|
+
:param pulumi.Input[Union[str, 'RelayUDP']] relay_udp: Default: AVD-wide settings are used to determine connection availability, Enabled: UDP will attempt this connection type when making connections. This means that this connection is possible, but is not guaranteed, as there are other factors that may prevent this connection type, Disabled: UDP will not attempt this connection type when making connections
|
|
620
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
621
|
+
:param pulumi.Input[int] ring: The ring number of HostPool.
|
|
622
|
+
:param pulumi.Input[Union['SkuArgs', 'SkuArgsDict']] sku: The resource model definition representing SKU
|
|
623
|
+
:param pulumi.Input[str] sso_client_id: ClientId for the registered Relying Party used to issue WVD SSO certificates.
|
|
624
|
+
:param pulumi.Input[str] sso_client_secret_key_vault_path: Path to Azure KeyVault storing the secret used for communication to ADFS.
|
|
625
|
+
:param pulumi.Input[Union[str, 'SSOSecretType']] sso_secret_type: The type of single sign on Secret Type.
|
|
626
|
+
:param pulumi.Input[str] ssoadfs_authority: URL to customer ADFS server for signing WVD SSO certificates.
|
|
627
|
+
:param pulumi.Input[bool] start_vm_on_connect: The flag to turn on/off StartVMOnConnect feature.
|
|
628
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
|
|
629
|
+
:param pulumi.Input[bool] validation_environment: Is validation environment.
|
|
630
|
+
:param pulumi.Input[str] vm_template: VM template for sessionhosts configuration within hostpool.
|
|
631
|
+
"""
|
|
632
|
+
...
|
|
633
|
+
@overload
|
|
634
|
+
def __init__(__self__,
|
|
635
|
+
resource_name: str,
|
|
636
|
+
args: HostPoolArgs,
|
|
637
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
638
|
+
"""
|
|
639
|
+
Represents a HostPool definition.
|
|
640
|
+
|
|
641
|
+
:param str resource_name: The name of the resource.
|
|
642
|
+
:param HostPoolArgs args: The arguments to use to populate this resource's properties.
|
|
643
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
644
|
+
"""
|
|
645
|
+
...
|
|
646
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
647
|
+
resource_args, opts = _utilities.get_resource_args_opts(HostPoolArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
648
|
+
if resource_args is not None:
|
|
649
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
650
|
+
else:
|
|
651
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
652
|
+
|
|
653
|
+
def _internal_init(__self__,
|
|
654
|
+
resource_name: str,
|
|
655
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
656
|
+
agent_update: Optional[pulumi.Input[Union['AgentUpdatePropertiesArgs', 'AgentUpdatePropertiesArgsDict']]] = None,
|
|
657
|
+
custom_rdp_property: Optional[pulumi.Input[str]] = None,
|
|
658
|
+
description: Optional[pulumi.Input[str]] = None,
|
|
659
|
+
direct_udp: Optional[pulumi.Input[Union[str, 'DirectUDP']]] = None,
|
|
660
|
+
friendly_name: Optional[pulumi.Input[str]] = None,
|
|
661
|
+
host_pool_name: Optional[pulumi.Input[str]] = None,
|
|
662
|
+
host_pool_type: Optional[pulumi.Input[Union[str, 'HostPoolType']]] = None,
|
|
663
|
+
identity: Optional[pulumi.Input[Union['ManagedServiceIdentityArgs', 'ManagedServiceIdentityArgsDict']]] = None,
|
|
664
|
+
kind: Optional[pulumi.Input[str]] = None,
|
|
665
|
+
load_balancer_type: Optional[pulumi.Input[Union[str, 'LoadBalancerType']]] = None,
|
|
666
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
667
|
+
managed_by: Optional[pulumi.Input[str]] = None,
|
|
668
|
+
managed_private_udp: Optional[pulumi.Input[Union[str, 'ManagedPrivateUDP']]] = None,
|
|
669
|
+
management_type: Optional[pulumi.Input[Union[str, 'ManagementType']]] = None,
|
|
670
|
+
max_session_limit: Optional[pulumi.Input[int]] = None,
|
|
671
|
+
personal_desktop_assignment_type: Optional[pulumi.Input[Union[str, 'PersonalDesktopAssignmentType']]] = None,
|
|
672
|
+
plan: Optional[pulumi.Input[Union['PlanArgs', 'PlanArgsDict']]] = None,
|
|
673
|
+
preferred_app_group_type: Optional[pulumi.Input[Union[str, 'PreferredAppGroupType']]] = None,
|
|
674
|
+
public_network_access: Optional[pulumi.Input[Union[str, 'HostpoolPublicNetworkAccess']]] = None,
|
|
675
|
+
public_udp: Optional[pulumi.Input[Union[str, 'PublicUDP']]] = None,
|
|
676
|
+
registration_info: Optional[pulumi.Input[Union['RegistrationInfoArgs', 'RegistrationInfoArgsDict']]] = None,
|
|
677
|
+
relay_udp: Optional[pulumi.Input[Union[str, 'RelayUDP']]] = None,
|
|
678
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
679
|
+
ring: Optional[pulumi.Input[int]] = None,
|
|
680
|
+
sku: Optional[pulumi.Input[Union['SkuArgs', 'SkuArgsDict']]] = None,
|
|
681
|
+
sso_client_id: Optional[pulumi.Input[str]] = None,
|
|
682
|
+
sso_client_secret_key_vault_path: Optional[pulumi.Input[str]] = None,
|
|
683
|
+
sso_secret_type: Optional[pulumi.Input[Union[str, 'SSOSecretType']]] = None,
|
|
684
|
+
ssoadfs_authority: Optional[pulumi.Input[str]] = None,
|
|
685
|
+
start_vm_on_connect: Optional[pulumi.Input[bool]] = None,
|
|
686
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
687
|
+
validation_environment: Optional[pulumi.Input[bool]] = None,
|
|
688
|
+
vm_template: Optional[pulumi.Input[str]] = None,
|
|
689
|
+
__props__=None):
|
|
690
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
691
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
692
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
693
|
+
if opts.id is None:
|
|
694
|
+
if __props__ is not None:
|
|
695
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
696
|
+
__props__ = HostPoolArgs.__new__(HostPoolArgs)
|
|
697
|
+
|
|
698
|
+
__props__.__dict__["agent_update"] = agent_update
|
|
699
|
+
__props__.__dict__["custom_rdp_property"] = custom_rdp_property
|
|
700
|
+
__props__.__dict__["description"] = description
|
|
701
|
+
__props__.__dict__["direct_udp"] = direct_udp
|
|
702
|
+
__props__.__dict__["friendly_name"] = friendly_name
|
|
703
|
+
__props__.__dict__["host_pool_name"] = host_pool_name
|
|
704
|
+
if host_pool_type is None and not opts.urn:
|
|
705
|
+
raise TypeError("Missing required property 'host_pool_type'")
|
|
706
|
+
__props__.__dict__["host_pool_type"] = host_pool_type
|
|
707
|
+
__props__.__dict__["identity"] = identity
|
|
708
|
+
__props__.__dict__["kind"] = kind
|
|
709
|
+
if load_balancer_type is None and not opts.urn:
|
|
710
|
+
raise TypeError("Missing required property 'load_balancer_type'")
|
|
711
|
+
__props__.__dict__["load_balancer_type"] = load_balancer_type
|
|
712
|
+
__props__.__dict__["location"] = location
|
|
713
|
+
__props__.__dict__["managed_by"] = managed_by
|
|
714
|
+
__props__.__dict__["managed_private_udp"] = managed_private_udp
|
|
715
|
+
__props__.__dict__["management_type"] = management_type
|
|
716
|
+
__props__.__dict__["max_session_limit"] = max_session_limit
|
|
717
|
+
__props__.__dict__["personal_desktop_assignment_type"] = personal_desktop_assignment_type
|
|
718
|
+
__props__.__dict__["plan"] = plan
|
|
719
|
+
if preferred_app_group_type is None and not opts.urn:
|
|
720
|
+
raise TypeError("Missing required property 'preferred_app_group_type'")
|
|
721
|
+
__props__.__dict__["preferred_app_group_type"] = preferred_app_group_type
|
|
722
|
+
__props__.__dict__["public_network_access"] = public_network_access
|
|
723
|
+
__props__.__dict__["public_udp"] = public_udp
|
|
724
|
+
__props__.__dict__["registration_info"] = registration_info
|
|
725
|
+
__props__.__dict__["relay_udp"] = relay_udp
|
|
726
|
+
if resource_group_name is None and not opts.urn:
|
|
727
|
+
raise TypeError("Missing required property 'resource_group_name'")
|
|
728
|
+
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
729
|
+
__props__.__dict__["ring"] = ring
|
|
730
|
+
__props__.__dict__["sku"] = sku
|
|
731
|
+
__props__.__dict__["sso_client_id"] = sso_client_id
|
|
732
|
+
__props__.__dict__["sso_client_secret_key_vault_path"] = sso_client_secret_key_vault_path
|
|
733
|
+
__props__.__dict__["sso_secret_type"] = sso_secret_type
|
|
734
|
+
__props__.__dict__["ssoadfs_authority"] = ssoadfs_authority
|
|
735
|
+
__props__.__dict__["start_vm_on_connect"] = start_vm_on_connect
|
|
736
|
+
__props__.__dict__["tags"] = tags
|
|
737
|
+
__props__.__dict__["validation_environment"] = validation_environment
|
|
738
|
+
__props__.__dict__["vm_template"] = vm_template
|
|
739
|
+
__props__.__dict__["app_attach_package_references"] = None
|
|
740
|
+
__props__.__dict__["application_group_references"] = None
|
|
741
|
+
__props__.__dict__["cloud_pc_resource"] = None
|
|
742
|
+
__props__.__dict__["etag"] = None
|
|
743
|
+
__props__.__dict__["name"] = None
|
|
744
|
+
__props__.__dict__["object_id"] = None
|
|
745
|
+
__props__.__dict__["private_endpoint_connections"] = None
|
|
746
|
+
__props__.__dict__["system_data"] = None
|
|
747
|
+
__props__.__dict__["type"] = None
|
|
748
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:desktopvirtualization:HostPool"), pulumi.Alias(type_="azure-native:desktopvirtualization/v20190123preview:HostPool"), pulumi.Alias(type_="azure-native:desktopvirtualization/v20190924preview:HostPool"), pulumi.Alias(type_="azure-native:desktopvirtualization/v20191210preview:HostPool"), pulumi.Alias(type_="azure-native:desktopvirtualization/v20200921preview:HostPool"), pulumi.Alias(type_="azure-native:desktopvirtualization/v20201019preview:HostPool"), pulumi.Alias(type_="azure-native:desktopvirtualization/v20201102preview:HostPool"), pulumi.Alias(type_="azure-native:desktopvirtualization/v20201110preview:HostPool"), pulumi.Alias(type_="azure-native:desktopvirtualization/v20210114preview:HostPool"), pulumi.Alias(type_="azure-native:desktopvirtualization/v20210201preview:HostPool"), pulumi.Alias(type_="azure-native:desktopvirtualization/v20210309preview:HostPool"), pulumi.Alias(type_="azure-native:desktopvirtualization/v20210401preview:HostPool"), pulumi.Alias(type_="azure-native:desktopvirtualization/v20210712:HostPool"), pulumi.Alias(type_="azure-native:desktopvirtualization/v20210903preview:HostPool"), pulumi.Alias(type_="azure-native:desktopvirtualization/v20220210preview:HostPool"), pulumi.Alias(type_="azure-native:desktopvirtualization/v20220401preview:HostPool"), pulumi.Alias(type_="azure-native:desktopvirtualization/v20220909:HostPool"), pulumi.Alias(type_="azure-native:desktopvirtualization/v20221014preview:HostPool"), pulumi.Alias(type_="azure-native:desktopvirtualization/v20230707preview:HostPool"), pulumi.Alias(type_="azure-native:desktopvirtualization/v20230905:HostPool"), pulumi.Alias(type_="azure-native:desktopvirtualization/v20231004preview:HostPool"), pulumi.Alias(type_="azure-native:desktopvirtualization/v20231101preview:HostPool"), pulumi.Alias(type_="azure-native:desktopvirtualization/v20240116preview:HostPool"), pulumi.Alias(type_="azure-native:desktopvirtualization/v20240306preview:HostPool"), pulumi.Alias(type_="azure-native:desktopvirtualization/v20240403:HostPool"), pulumi.Alias(type_="azure-native:desktopvirtualization/v20240408preview:HostPool")])
|
|
749
|
+
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
750
|
+
super(HostPool, __self__).__init__(
|
|
751
|
+
'azure-native:desktopvirtualization/v20240808preview:HostPool',
|
|
752
|
+
resource_name,
|
|
753
|
+
__props__,
|
|
754
|
+
opts)
|
|
755
|
+
|
|
756
|
+
@staticmethod
|
|
757
|
+
def get(resource_name: str,
|
|
758
|
+
id: pulumi.Input[str],
|
|
759
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'HostPool':
|
|
760
|
+
"""
|
|
761
|
+
Get an existing HostPool resource's state with the given name, id, and optional extra
|
|
762
|
+
properties used to qualify the lookup.
|
|
763
|
+
|
|
764
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
765
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
766
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
767
|
+
"""
|
|
768
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
769
|
+
|
|
770
|
+
__props__ = HostPoolArgs.__new__(HostPoolArgs)
|
|
771
|
+
|
|
772
|
+
__props__.__dict__["agent_update"] = None
|
|
773
|
+
__props__.__dict__["app_attach_package_references"] = None
|
|
774
|
+
__props__.__dict__["application_group_references"] = None
|
|
775
|
+
__props__.__dict__["cloud_pc_resource"] = None
|
|
776
|
+
__props__.__dict__["custom_rdp_property"] = None
|
|
777
|
+
__props__.__dict__["description"] = None
|
|
778
|
+
__props__.__dict__["direct_udp"] = None
|
|
779
|
+
__props__.__dict__["etag"] = None
|
|
780
|
+
__props__.__dict__["friendly_name"] = None
|
|
781
|
+
__props__.__dict__["host_pool_type"] = None
|
|
782
|
+
__props__.__dict__["identity"] = None
|
|
783
|
+
__props__.__dict__["kind"] = None
|
|
784
|
+
__props__.__dict__["load_balancer_type"] = None
|
|
785
|
+
__props__.__dict__["location"] = None
|
|
786
|
+
__props__.__dict__["managed_by"] = None
|
|
787
|
+
__props__.__dict__["managed_private_udp"] = None
|
|
788
|
+
__props__.__dict__["management_type"] = None
|
|
789
|
+
__props__.__dict__["max_session_limit"] = None
|
|
790
|
+
__props__.__dict__["name"] = None
|
|
791
|
+
__props__.__dict__["object_id"] = None
|
|
792
|
+
__props__.__dict__["personal_desktop_assignment_type"] = None
|
|
793
|
+
__props__.__dict__["plan"] = None
|
|
794
|
+
__props__.__dict__["preferred_app_group_type"] = None
|
|
795
|
+
__props__.__dict__["private_endpoint_connections"] = None
|
|
796
|
+
__props__.__dict__["public_network_access"] = None
|
|
797
|
+
__props__.__dict__["public_udp"] = None
|
|
798
|
+
__props__.__dict__["registration_info"] = None
|
|
799
|
+
__props__.__dict__["relay_udp"] = None
|
|
800
|
+
__props__.__dict__["ring"] = None
|
|
801
|
+
__props__.__dict__["sku"] = None
|
|
802
|
+
__props__.__dict__["sso_client_id"] = None
|
|
803
|
+
__props__.__dict__["sso_client_secret_key_vault_path"] = None
|
|
804
|
+
__props__.__dict__["sso_secret_type"] = None
|
|
805
|
+
__props__.__dict__["ssoadfs_authority"] = None
|
|
806
|
+
__props__.__dict__["start_vm_on_connect"] = None
|
|
807
|
+
__props__.__dict__["system_data"] = None
|
|
808
|
+
__props__.__dict__["tags"] = None
|
|
809
|
+
__props__.__dict__["type"] = None
|
|
810
|
+
__props__.__dict__["validation_environment"] = None
|
|
811
|
+
__props__.__dict__["vm_template"] = None
|
|
812
|
+
return HostPool(resource_name, opts=opts, __props__=__props__)
|
|
813
|
+
|
|
814
|
+
@property
|
|
815
|
+
@pulumi.getter(name="agentUpdate")
|
|
816
|
+
def agent_update(self) -> pulumi.Output[Optional['outputs.AgentUpdatePropertiesResponse']]:
|
|
817
|
+
"""
|
|
818
|
+
The session host configuration for updating agent, monitoring agent, and stack component.
|
|
819
|
+
"""
|
|
820
|
+
return pulumi.get(self, "agent_update")
|
|
821
|
+
|
|
822
|
+
@property
|
|
823
|
+
@pulumi.getter(name="appAttachPackageReferences")
|
|
824
|
+
def app_attach_package_references(self) -> pulumi.Output[Sequence[str]]:
|
|
825
|
+
"""
|
|
826
|
+
List of App Attach Package links.
|
|
827
|
+
"""
|
|
828
|
+
return pulumi.get(self, "app_attach_package_references")
|
|
829
|
+
|
|
830
|
+
@property
|
|
831
|
+
@pulumi.getter(name="applicationGroupReferences")
|
|
832
|
+
def application_group_references(self) -> pulumi.Output[Sequence[str]]:
|
|
833
|
+
"""
|
|
834
|
+
List of applicationGroup links.
|
|
835
|
+
"""
|
|
836
|
+
return pulumi.get(self, "application_group_references")
|
|
837
|
+
|
|
838
|
+
@property
|
|
839
|
+
@pulumi.getter(name="cloudPcResource")
|
|
840
|
+
def cloud_pc_resource(self) -> pulumi.Output[bool]:
|
|
841
|
+
"""
|
|
842
|
+
Is cloud pc resource.
|
|
843
|
+
"""
|
|
844
|
+
return pulumi.get(self, "cloud_pc_resource")
|
|
845
|
+
|
|
846
|
+
@property
|
|
847
|
+
@pulumi.getter(name="customRdpProperty")
|
|
848
|
+
def custom_rdp_property(self) -> pulumi.Output[Optional[str]]:
|
|
849
|
+
"""
|
|
850
|
+
Custom rdp property of HostPool.
|
|
851
|
+
"""
|
|
852
|
+
return pulumi.get(self, "custom_rdp_property")
|
|
853
|
+
|
|
854
|
+
@property
|
|
855
|
+
@pulumi.getter
|
|
856
|
+
def description(self) -> pulumi.Output[Optional[str]]:
|
|
857
|
+
"""
|
|
858
|
+
Description of HostPool.
|
|
859
|
+
"""
|
|
860
|
+
return pulumi.get(self, "description")
|
|
861
|
+
|
|
862
|
+
@property
|
|
863
|
+
@pulumi.getter(name="directUDP")
|
|
864
|
+
def direct_udp(self) -> pulumi.Output[Optional[str]]:
|
|
865
|
+
"""
|
|
866
|
+
Default: AVD-wide settings are used to determine connection availability, Enabled: UDP will attempt this connection type when making connections. This means that this connection is possible, but is not guaranteed, as there are other factors that may prevent this connection type, Disabled: UDP will not attempt this connection type when making connections
|
|
867
|
+
"""
|
|
868
|
+
return pulumi.get(self, "direct_udp")
|
|
869
|
+
|
|
870
|
+
@property
|
|
871
|
+
@pulumi.getter
|
|
872
|
+
def etag(self) -> pulumi.Output[str]:
|
|
873
|
+
"""
|
|
874
|
+
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.
|
|
875
|
+
"""
|
|
876
|
+
return pulumi.get(self, "etag")
|
|
877
|
+
|
|
878
|
+
@property
|
|
879
|
+
@pulumi.getter(name="friendlyName")
|
|
880
|
+
def friendly_name(self) -> pulumi.Output[Optional[str]]:
|
|
881
|
+
"""
|
|
882
|
+
Friendly name of HostPool.
|
|
883
|
+
"""
|
|
884
|
+
return pulumi.get(self, "friendly_name")
|
|
885
|
+
|
|
886
|
+
@property
|
|
887
|
+
@pulumi.getter(name="hostPoolType")
|
|
888
|
+
def host_pool_type(self) -> pulumi.Output[str]:
|
|
889
|
+
"""
|
|
890
|
+
HostPool type for desktop.
|
|
891
|
+
"""
|
|
892
|
+
return pulumi.get(self, "host_pool_type")
|
|
893
|
+
|
|
894
|
+
@property
|
|
895
|
+
@pulumi.getter
|
|
896
|
+
def identity(self) -> pulumi.Output[Optional['outputs.ManagedServiceIdentityResponse']]:
|
|
897
|
+
"""
|
|
898
|
+
Managed service identity (system assigned and/or user assigned identities)
|
|
899
|
+
"""
|
|
900
|
+
return pulumi.get(self, "identity")
|
|
901
|
+
|
|
902
|
+
@property
|
|
903
|
+
@pulumi.getter
|
|
904
|
+
def kind(self) -> pulumi.Output[Optional[str]]:
|
|
905
|
+
"""
|
|
906
|
+
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.
|
|
907
|
+
"""
|
|
908
|
+
return pulumi.get(self, "kind")
|
|
909
|
+
|
|
910
|
+
@property
|
|
911
|
+
@pulumi.getter(name="loadBalancerType")
|
|
912
|
+
def load_balancer_type(self) -> pulumi.Output[str]:
|
|
913
|
+
"""
|
|
914
|
+
The type of the load balancer.
|
|
915
|
+
"""
|
|
916
|
+
return pulumi.get(self, "load_balancer_type")
|
|
917
|
+
|
|
918
|
+
@property
|
|
919
|
+
@pulumi.getter
|
|
920
|
+
def location(self) -> pulumi.Output[str]:
|
|
921
|
+
"""
|
|
922
|
+
The geo-location where the resource lives
|
|
923
|
+
"""
|
|
924
|
+
return pulumi.get(self, "location")
|
|
925
|
+
|
|
926
|
+
@property
|
|
927
|
+
@pulumi.getter(name="managedBy")
|
|
928
|
+
def managed_by(self) -> pulumi.Output[Optional[str]]:
|
|
929
|
+
"""
|
|
930
|
+
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.
|
|
931
|
+
"""
|
|
932
|
+
return pulumi.get(self, "managed_by")
|
|
933
|
+
|
|
934
|
+
@property
|
|
935
|
+
@pulumi.getter(name="managedPrivateUDP")
|
|
936
|
+
def managed_private_udp(self) -> pulumi.Output[Optional[str]]:
|
|
937
|
+
"""
|
|
938
|
+
Default: AVD-wide settings are used to determine connection availability, Enabled: UDP will attempt this connection type when making connections. This means that this connection is possible, but is not guaranteed, as there are other factors that may prevent this connection type, Disabled: UDP will not attempt this connection type when making connections
|
|
939
|
+
"""
|
|
940
|
+
return pulumi.get(self, "managed_private_udp")
|
|
941
|
+
|
|
942
|
+
@property
|
|
943
|
+
@pulumi.getter(name="managementType")
|
|
944
|
+
def management_type(self) -> pulumi.Output[Optional[str]]:
|
|
945
|
+
"""
|
|
946
|
+
The type of management for this hostpool, Automated or Standard. The default value is Automated.
|
|
947
|
+
"""
|
|
948
|
+
return pulumi.get(self, "management_type")
|
|
949
|
+
|
|
950
|
+
@property
|
|
951
|
+
@pulumi.getter(name="maxSessionLimit")
|
|
952
|
+
def max_session_limit(self) -> pulumi.Output[Optional[int]]:
|
|
953
|
+
"""
|
|
954
|
+
The max session limit of HostPool.
|
|
955
|
+
"""
|
|
956
|
+
return pulumi.get(self, "max_session_limit")
|
|
957
|
+
|
|
958
|
+
@property
|
|
959
|
+
@pulumi.getter
|
|
960
|
+
def name(self) -> pulumi.Output[str]:
|
|
961
|
+
"""
|
|
962
|
+
The name of the resource
|
|
963
|
+
"""
|
|
964
|
+
return pulumi.get(self, "name")
|
|
965
|
+
|
|
966
|
+
@property
|
|
967
|
+
@pulumi.getter(name="objectId")
|
|
968
|
+
def object_id(self) -> pulumi.Output[str]:
|
|
969
|
+
"""
|
|
970
|
+
ObjectId of HostPool. (internal use)
|
|
971
|
+
"""
|
|
972
|
+
return pulumi.get(self, "object_id")
|
|
973
|
+
|
|
974
|
+
@property
|
|
975
|
+
@pulumi.getter(name="personalDesktopAssignmentType")
|
|
976
|
+
def personal_desktop_assignment_type(self) -> pulumi.Output[Optional[str]]:
|
|
977
|
+
"""
|
|
978
|
+
PersonalDesktopAssignment type for HostPool.
|
|
979
|
+
"""
|
|
980
|
+
return pulumi.get(self, "personal_desktop_assignment_type")
|
|
981
|
+
|
|
982
|
+
@property
|
|
983
|
+
@pulumi.getter
|
|
984
|
+
def plan(self) -> pulumi.Output[Optional['outputs.PlanResponse']]:
|
|
985
|
+
"""
|
|
986
|
+
Plan for the resource.
|
|
987
|
+
"""
|
|
988
|
+
return pulumi.get(self, "plan")
|
|
989
|
+
|
|
990
|
+
@property
|
|
991
|
+
@pulumi.getter(name="preferredAppGroupType")
|
|
992
|
+
def preferred_app_group_type(self) -> pulumi.Output[str]:
|
|
993
|
+
"""
|
|
994
|
+
The type of preferred application group type, default to Desktop Application Group
|
|
995
|
+
"""
|
|
996
|
+
return pulumi.get(self, "preferred_app_group_type")
|
|
997
|
+
|
|
998
|
+
@property
|
|
999
|
+
@pulumi.getter(name="privateEndpointConnections")
|
|
1000
|
+
def private_endpoint_connections(self) -> pulumi.Output[Sequence['outputs.PrivateEndpointConnectionResponse']]:
|
|
1001
|
+
"""
|
|
1002
|
+
List of private endpoint connection associated with the specified resource
|
|
1003
|
+
"""
|
|
1004
|
+
return pulumi.get(self, "private_endpoint_connections")
|
|
1005
|
+
|
|
1006
|
+
@property
|
|
1007
|
+
@pulumi.getter(name="publicNetworkAccess")
|
|
1008
|
+
def public_network_access(self) -> pulumi.Output[Optional[str]]:
|
|
1009
|
+
"""
|
|
1010
|
+
Enabled allows this resource to be accessed from both public and private networks, Disabled allows this resource to only be accessed via private endpoints
|
|
1011
|
+
"""
|
|
1012
|
+
return pulumi.get(self, "public_network_access")
|
|
1013
|
+
|
|
1014
|
+
@property
|
|
1015
|
+
@pulumi.getter(name="publicUDP")
|
|
1016
|
+
def public_udp(self) -> pulumi.Output[Optional[str]]:
|
|
1017
|
+
"""
|
|
1018
|
+
Default: AVD-wide settings are used to determine connection availability, Enabled: UDP will attempt this connection type when making connections. This means that this connection is possible, but is not guaranteed, as there are other factors that may prevent this connection type, Disabled: UDP will not attempt this connection type when making connections
|
|
1019
|
+
"""
|
|
1020
|
+
return pulumi.get(self, "public_udp")
|
|
1021
|
+
|
|
1022
|
+
@property
|
|
1023
|
+
@pulumi.getter(name="registrationInfo")
|
|
1024
|
+
def registration_info(self) -> pulumi.Output[Optional['outputs.RegistrationInfoResponse']]:
|
|
1025
|
+
"""
|
|
1026
|
+
The registration info of HostPool. This is not returned on GET. In order to get the registration token use the retrieveRegistrationToken or listRegistrationTokens POST calls.
|
|
1027
|
+
"""
|
|
1028
|
+
return pulumi.get(self, "registration_info")
|
|
1029
|
+
|
|
1030
|
+
@property
|
|
1031
|
+
@pulumi.getter(name="relayUDP")
|
|
1032
|
+
def relay_udp(self) -> pulumi.Output[Optional[str]]:
|
|
1033
|
+
"""
|
|
1034
|
+
Default: AVD-wide settings are used to determine connection availability, Enabled: UDP will attempt this connection type when making connections. This means that this connection is possible, but is not guaranteed, as there are other factors that may prevent this connection type, Disabled: UDP will not attempt this connection type when making connections
|
|
1035
|
+
"""
|
|
1036
|
+
return pulumi.get(self, "relay_udp")
|
|
1037
|
+
|
|
1038
|
+
@property
|
|
1039
|
+
@pulumi.getter
|
|
1040
|
+
def ring(self) -> pulumi.Output[Optional[int]]:
|
|
1041
|
+
"""
|
|
1042
|
+
The ring number of HostPool.
|
|
1043
|
+
"""
|
|
1044
|
+
return pulumi.get(self, "ring")
|
|
1045
|
+
|
|
1046
|
+
@property
|
|
1047
|
+
@pulumi.getter
|
|
1048
|
+
def sku(self) -> pulumi.Output[Optional['outputs.SkuResponse']]:
|
|
1049
|
+
"""
|
|
1050
|
+
The resource model definition representing SKU
|
|
1051
|
+
"""
|
|
1052
|
+
return pulumi.get(self, "sku")
|
|
1053
|
+
|
|
1054
|
+
@property
|
|
1055
|
+
@pulumi.getter(name="ssoClientId")
|
|
1056
|
+
def sso_client_id(self) -> pulumi.Output[Optional[str]]:
|
|
1057
|
+
"""
|
|
1058
|
+
ClientId for the registered Relying Party used to issue WVD SSO certificates.
|
|
1059
|
+
"""
|
|
1060
|
+
return pulumi.get(self, "sso_client_id")
|
|
1061
|
+
|
|
1062
|
+
@property
|
|
1063
|
+
@pulumi.getter(name="ssoClientSecretKeyVaultPath")
|
|
1064
|
+
def sso_client_secret_key_vault_path(self) -> pulumi.Output[Optional[str]]:
|
|
1065
|
+
"""
|
|
1066
|
+
Path to Azure KeyVault storing the secret used for communication to ADFS.
|
|
1067
|
+
"""
|
|
1068
|
+
return pulumi.get(self, "sso_client_secret_key_vault_path")
|
|
1069
|
+
|
|
1070
|
+
@property
|
|
1071
|
+
@pulumi.getter(name="ssoSecretType")
|
|
1072
|
+
def sso_secret_type(self) -> pulumi.Output[Optional[str]]:
|
|
1073
|
+
"""
|
|
1074
|
+
The type of single sign on Secret Type.
|
|
1075
|
+
"""
|
|
1076
|
+
return pulumi.get(self, "sso_secret_type")
|
|
1077
|
+
|
|
1078
|
+
@property
|
|
1079
|
+
@pulumi.getter(name="ssoadfsAuthority")
|
|
1080
|
+
def ssoadfs_authority(self) -> pulumi.Output[Optional[str]]:
|
|
1081
|
+
"""
|
|
1082
|
+
URL to customer ADFS server for signing WVD SSO certificates.
|
|
1083
|
+
"""
|
|
1084
|
+
return pulumi.get(self, "ssoadfs_authority")
|
|
1085
|
+
|
|
1086
|
+
@property
|
|
1087
|
+
@pulumi.getter(name="startVMOnConnect")
|
|
1088
|
+
def start_vm_on_connect(self) -> pulumi.Output[Optional[bool]]:
|
|
1089
|
+
"""
|
|
1090
|
+
The flag to turn on/off StartVMOnConnect feature.
|
|
1091
|
+
"""
|
|
1092
|
+
return pulumi.get(self, "start_vm_on_connect")
|
|
1093
|
+
|
|
1094
|
+
@property
|
|
1095
|
+
@pulumi.getter(name="systemData")
|
|
1096
|
+
def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
|
|
1097
|
+
"""
|
|
1098
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
1099
|
+
"""
|
|
1100
|
+
return pulumi.get(self, "system_data")
|
|
1101
|
+
|
|
1102
|
+
@property
|
|
1103
|
+
@pulumi.getter
|
|
1104
|
+
def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
|
1105
|
+
"""
|
|
1106
|
+
Resource tags.
|
|
1107
|
+
"""
|
|
1108
|
+
return pulumi.get(self, "tags")
|
|
1109
|
+
|
|
1110
|
+
@property
|
|
1111
|
+
@pulumi.getter
|
|
1112
|
+
def type(self) -> pulumi.Output[str]:
|
|
1113
|
+
"""
|
|
1114
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
1115
|
+
"""
|
|
1116
|
+
return pulumi.get(self, "type")
|
|
1117
|
+
|
|
1118
|
+
@property
|
|
1119
|
+
@pulumi.getter(name="validationEnvironment")
|
|
1120
|
+
def validation_environment(self) -> pulumi.Output[Optional[bool]]:
|
|
1121
|
+
"""
|
|
1122
|
+
Is validation environment.
|
|
1123
|
+
"""
|
|
1124
|
+
return pulumi.get(self, "validation_environment")
|
|
1125
|
+
|
|
1126
|
+
@property
|
|
1127
|
+
@pulumi.getter(name="vmTemplate")
|
|
1128
|
+
def vm_template(self) -> pulumi.Output[Optional[str]]:
|
|
1129
|
+
"""
|
|
1130
|
+
VM template for sessionhosts configuration within hostpool.
|
|
1131
|
+
"""
|
|
1132
|
+
return pulumi.get(self, "vm_template")
|
|
1133
|
+
|