pulumi-azure-native 2.26.2a1706204883__py3-none-any.whl → 2.27.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 +86 -0
- pulumi_azure_native/containerservice/__init__.py +3 -0
- pulumi_azure_native/containerservice/agent_pool.py +3 -3
- pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
- pulumi_azure_native/containerservice/get_maintenance_configuration.py +2 -2
- pulumi_azure_native/containerservice/get_managed_cluster.py +2 -2
- pulumi_azure_native/containerservice/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/containerservice/get_snapshot.py +2 -2
- pulumi_azure_native/containerservice/get_trusted_access_role_binding.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_monitoring_user_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py +2 -2
- pulumi_azure_native/containerservice/maintenance_configuration.py +3 -3
- pulumi_azure_native/containerservice/managed_cluster.py +3 -3
- pulumi_azure_native/containerservice/private_endpoint_connection.py +3 -3
- pulumi_azure_native/containerservice/snapshot.py +3 -3
- pulumi_azure_native/containerservice/trusted_access_role_binding.py +3 -3
- pulumi_azure_native/containerservice/v20190601/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20200601/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20210201/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20210501/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20210801/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20220402preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230401/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230401/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230401/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230401/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230401/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230601/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230601/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230601/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230601/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230601/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230701/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230701/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230701/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230701/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230701/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230801/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230801/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230801/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230801/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230801/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230901/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230901/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230901/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230901/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230901/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230901/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231001/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20231001/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20231001/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20231001/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20231001/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231001/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231101/__init__.py +25 -0
- pulumi_azure_native/containerservice/v20231101/_enums.py +620 -0
- pulumi_azure_native/containerservice/v20231101/_inputs.py +5328 -0
- pulumi_azure_native/containerservice/v20231101/agent_pool.py +1357 -0
- pulumi_azure_native/containerservice/v20231101/get_agent_pool.py +656 -0
- pulumi_azure_native/containerservice/v20231101/get_maintenance_configuration.py +162 -0
- pulumi_azure_native/containerservice/v20231101/get_managed_cluster.py +690 -0
- pulumi_azure_native/containerservice/v20231101/get_private_endpoint_connection.py +149 -0
- pulumi_azure_native/containerservice/v20231101/get_snapshot.py +248 -0
- pulumi_azure_native/containerservice/v20231101/get_trusted_access_role_binding.py +162 -0
- pulumi_azure_native/containerservice/v20231101/list_managed_cluster_admin_credentials.py +84 -0
- pulumi_azure_native/containerservice/v20231101/list_managed_cluster_monitoring_user_credentials.py +84 -0
- pulumi_azure_native/containerservice/v20231101/list_managed_cluster_user_credentials.py +89 -0
- pulumi_azure_native/containerservice/v20231101/maintenance_configuration.py +274 -0
- pulumi_azure_native/containerservice/v20231101/managed_cluster.py +1290 -0
- pulumi_azure_native/containerservice/v20231101/outputs.py +6160 -0
- pulumi_azure_native/containerservice/v20231101/private_endpoint_connection.py +246 -0
- pulumi_azure_native/containerservice/v20231101/snapshot.py +342 -0
- pulumi_azure_native/containerservice/v20231101/trusted_access_role_binding.py +255 -0
- pulumi_azure_native/databox/__init__.py +3 -0
- pulumi_azure_native/databox/get_job.py +2 -2
- pulumi_azure_native/databox/job.py +3 -3
- pulumi_azure_native/databox/list_job_credentials.py +2 -2
- pulumi_azure_native/databox/v20221201/job.py +1 -1
- pulumi_azure_native/databox/v20230301/job.py +1 -1
- pulumi_azure_native/databox/v20231201/job.py +1 -1
- pulumi_azure_native/databox/v20240201preview/__init__.py +13 -0
- pulumi_azure_native/databox/v20240201preview/_enums.py +270 -0
- pulumi_azure_native/databox/v20240201preview/_inputs.py +2350 -0
- pulumi_azure_native/databox/v20240201preview/get_job.py +396 -0
- pulumi_azure_native/databox/v20240201preview/job.py +534 -0
- pulumi_azure_native/databox/v20240201preview/list_job_credentials.py +92 -0
- pulumi_azure_native/databox/v20240201preview/outputs.py +6380 -0
- pulumi_azure_native/databoxedge/__init__.py +3 -0
- pulumi_azure_native/databoxedge/arc_addon.py +1 -1
- pulumi_azure_native/databoxedge/bandwidth_schedule.py +3 -3
- pulumi_azure_native/databoxedge/cloud_edge_management_role.py +1 -1
- pulumi_azure_native/databoxedge/container.py +3 -3
- pulumi_azure_native/databoxedge/device.py +3 -3
- pulumi_azure_native/databoxedge/file_event_trigger.py +1 -1
- pulumi_azure_native/databoxedge/get_bandwidth_schedule.py +2 -2
- pulumi_azure_native/databoxedge/get_container.py +2 -2
- pulumi_azure_native/databoxedge/get_device.py +2 -2
- pulumi_azure_native/databoxedge/get_device_extended_information.py +2 -2
- pulumi_azure_native/databoxedge/get_monitoring_config.py +2 -2
- pulumi_azure_native/databoxedge/get_order.py +2 -2
- pulumi_azure_native/databoxedge/get_share.py +2 -2
- pulumi_azure_native/databoxedge/get_storage_account.py +2 -2
- pulumi_azure_native/databoxedge/get_storage_account_credential.py +2 -2
- pulumi_azure_native/databoxedge/get_user.py +2 -2
- pulumi_azure_native/databoxedge/io_t_addon.py +1 -1
- pulumi_azure_native/databoxedge/io_t_role.py +1 -1
- pulumi_azure_native/databoxedge/kubernetes_role.py +1 -1
- pulumi_azure_native/databoxedge/list_order_dc_access_code.py +2 -2
- pulumi_azure_native/databoxedge/mec_role.py +1 -1
- pulumi_azure_native/databoxedge/monitoring_config.py +3 -3
- pulumi_azure_native/databoxedge/order.py +3 -3
- pulumi_azure_native/databoxedge/periodic_timer_event_trigger.py +1 -1
- pulumi_azure_native/databoxedge/share.py +3 -3
- pulumi_azure_native/databoxedge/storage_account.py +3 -3
- pulumi_azure_native/databoxedge/storage_account_credential.py +3 -3
- pulumi_azure_native/databoxedge/user.py +3 -3
- pulumi_azure_native/databoxedge/v20210201/device.py +1 -1
- pulumi_azure_native/databoxedge/v20210201preview/device.py +1 -1
- pulumi_azure_native/databoxedge/v20210201preview/user.py +1 -1
- pulumi_azure_native/databoxedge/v20220301/bandwidth_schedule.py +1 -1
- pulumi_azure_native/databoxedge/v20220301/container.py +1 -1
- pulumi_azure_native/databoxedge/v20220301/device.py +1 -1
- pulumi_azure_native/databoxedge/v20220301/io_t_addon.py +1 -1
- pulumi_azure_native/databoxedge/v20220301/monitoring_config.py +1 -1
- pulumi_azure_native/databoxedge/v20220301/order.py +1 -1
- pulumi_azure_native/databoxedge/v20220301/share.py +1 -1
- pulumi_azure_native/databoxedge/v20220301/storage_account.py +1 -1
- pulumi_azure_native/databoxedge/v20220301/storage_account_credential.py +1 -1
- pulumi_azure_native/databoxedge/v20220301/user.py +1 -1
- pulumi_azure_native/databoxedge/v20220401preview/device.py +1 -1
- pulumi_azure_native/databoxedge/v20220401preview/order.py +1 -1
- pulumi_azure_native/databoxedge/v20230101preview/arc_addon.py +1 -1
- pulumi_azure_native/databoxedge/v20230101preview/bandwidth_schedule.py +1 -1
- pulumi_azure_native/databoxedge/v20230101preview/cloud_edge_management_role.py +1 -1
- pulumi_azure_native/databoxedge/v20230101preview/container.py +1 -1
- pulumi_azure_native/databoxedge/v20230101preview/device.py +1 -1
- pulumi_azure_native/databoxedge/v20230101preview/file_event_trigger.py +1 -1
- pulumi_azure_native/databoxedge/v20230101preview/io_t_role.py +1 -1
- pulumi_azure_native/databoxedge/v20230101preview/kubernetes_role.py +1 -1
- pulumi_azure_native/databoxedge/v20230101preview/mec_role.py +1 -1
- pulumi_azure_native/databoxedge/v20230101preview/monitoring_config.py +1 -1
- pulumi_azure_native/databoxedge/v20230101preview/order.py +1 -1
- pulumi_azure_native/databoxedge/v20230101preview/periodic_timer_event_trigger.py +1 -1
- pulumi_azure_native/databoxedge/v20230101preview/share.py +1 -1
- pulumi_azure_native/databoxedge/v20230101preview/storage_account.py +1 -1
- pulumi_azure_native/databoxedge/v20230101preview/storage_account_credential.py +1 -1
- pulumi_azure_native/databoxedge/v20230101preview/user.py +1 -1
- pulumi_azure_native/databoxedge/v20230701/arc_addon.py +1 -1
- pulumi_azure_native/databoxedge/v20230701/bandwidth_schedule.py +1 -1
- pulumi_azure_native/databoxedge/v20230701/cloud_edge_management_role.py +1 -1
- pulumi_azure_native/databoxedge/v20230701/container.py +1 -1
- pulumi_azure_native/databoxedge/v20230701/device.py +1 -1
- pulumi_azure_native/databoxedge/v20230701/file_event_trigger.py +1 -1
- pulumi_azure_native/databoxedge/v20230701/io_t_addon.py +1 -1
- pulumi_azure_native/databoxedge/v20230701/io_t_role.py +1 -1
- pulumi_azure_native/databoxedge/v20230701/kubernetes_role.py +1 -1
- pulumi_azure_native/databoxedge/v20230701/mec_role.py +1 -1
- pulumi_azure_native/databoxedge/v20230701/monitoring_config.py +1 -1
- pulumi_azure_native/databoxedge/v20230701/order.py +1 -1
- pulumi_azure_native/databoxedge/v20230701/periodic_timer_event_trigger.py +1 -1
- pulumi_azure_native/databoxedge/v20230701/share.py +1 -1
- pulumi_azure_native/databoxedge/v20230701/storage_account.py +1 -1
- pulumi_azure_native/databoxedge/v20230701/storage_account_credential.py +1 -1
- pulumi_azure_native/databoxedge/v20230701/user.py +1 -1
- pulumi_azure_native/databoxedge/v20231201/__init__.py +46 -0
- pulumi_azure_native/databoxedge/v20231201/_enums.py +261 -0
- pulumi_azure_native/databoxedge/v20231201/_inputs.py +1271 -0
- pulumi_azure_native/databoxedge/v20231201/arc_addon.py +379 -0
- pulumi_azure_native/databoxedge/v20231201/bandwidth_schedule.py +305 -0
- pulumi_azure_native/databoxedge/v20231201/cloud_edge_management_role.py +273 -0
- pulumi_azure_native/databoxedge/v20231201/container.py +267 -0
- pulumi_azure_native/databoxedge/v20231201/device.py +501 -0
- pulumi_azure_native/databoxedge/v20231201/file_event_trigger.py +308 -0
- pulumi_azure_native/databoxedge/v20231201/get_arc_addon.py +246 -0
- pulumi_azure_native/databoxedge/v20231201/get_bandwidth_schedule.py +175 -0
- pulumi_azure_native/databoxedge/v20231201/get_cloud_edge_management_role.py +178 -0
- pulumi_azure_native/databoxedge/v20231201/get_container.py +180 -0
- pulumi_azure_native/databoxedge/v20231201/get_device.py +430 -0
- pulumi_azure_native/databoxedge/v20231201/get_device_extended_information.py +313 -0
- pulumi_azure_native/databoxedge/v20231201/get_file_event_trigger.py +176 -0
- pulumi_azure_native/databoxedge/v20231201/get_io_t_addon.py +220 -0
- pulumi_azure_native/databoxedge/v20231201/get_io_t_role.py +241 -0
- pulumi_azure_native/databoxedge/v20231201/get_kubernetes_role.py +222 -0
- pulumi_azure_native/databoxedge/v20231201/get_mec_role.py +189 -0
- pulumi_azure_native/databoxedge/v20231201/get_monitoring_config.py +136 -0
- pulumi_azure_native/databoxedge/v20231201/get_order.py +248 -0
- pulumi_azure_native/databoxedge/v20231201/get_periodic_timer_event_trigger.py +176 -0
- pulumi_azure_native/databoxedge/v20231201/get_share.py +253 -0
- pulumi_azure_native/databoxedge/v20231201/get_storage_account.py +201 -0
- pulumi_azure_native/databoxedge/v20231201/get_storage_account_credential.py +227 -0
- pulumi_azure_native/databoxedge/v20231201/get_user.py +162 -0
- pulumi_azure_native/databoxedge/v20231201/io_t_addon.py +342 -0
- pulumi_azure_native/databoxedge/v20231201/io_t_role.py +437 -0
- pulumi_azure_native/databoxedge/v20231201/kubernetes_role.py +374 -0
- pulumi_azure_native/databoxedge/v20231201/list_order_dc_access_code.py +78 -0
- pulumi_azure_native/databoxedge/v20231201/mec_role.py +337 -0
- pulumi_azure_native/databoxedge/v20231201/monitoring_config.py +217 -0
- pulumi_azure_native/databoxedge/v20231201/order.py +325 -0
- pulumi_azure_native/databoxedge/v20231201/outputs.py +2702 -0
- pulumi_azure_native/databoxedge/v20231201/periodic_timer_event_trigger.py +308 -0
- pulumi_azure_native/databoxedge/v20231201/share.py +460 -0
- pulumi_azure_native/databoxedge/v20231201/storage_account.py +323 -0
- pulumi_azure_native/databoxedge/v20231201/storage_account_credential.py +421 -0
- pulumi_azure_native/databoxedge/v20231201/user.py +255 -0
- pulumi_azure_native/datafactory/_inputs.py +79 -47
- pulumi_azure_native/datafactory/outputs.py +68 -40
- pulumi_azure_native/datafactory/v20180601/_inputs.py +79 -47
- pulumi_azure_native/datafactory/v20180601/outputs.py +68 -40
- 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_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/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/__init__.py +32 -0
- pulumi_azure_native/desktopvirtualization/v20240116preview/_enums.py +314 -0
- pulumi_azure_native/desktopvirtualization/v20240116preview/_inputs.py +1332 -0
- pulumi_azure_native/desktopvirtualization/v20240116preview/app_attach_package.py +254 -0
- pulumi_azure_native/desktopvirtualization/v20240116preview/application.py +536 -0
- pulumi_azure_native/desktopvirtualization/v20240116preview/application_group.py +532 -0
- pulumi_azure_native/desktopvirtualization/v20240116preview/get_app_attach_package.py +157 -0
- pulumi_azure_native/desktopvirtualization/v20240116preview/get_application.py +305 -0
- pulumi_azure_native/desktopvirtualization/v20240116preview/get_application_group.py +317 -0
- pulumi_azure_native/desktopvirtualization/v20240116preview/get_host_pool.py +590 -0
- pulumi_azure_native/desktopvirtualization/v20240116preview/get_msix_package.py +266 -0
- pulumi_azure_native/desktopvirtualization/v20240116preview/get_private_endpoint_connection_by_host_pool.py +162 -0
- pulumi_azure_native/desktopvirtualization/v20240116preview/get_private_endpoint_connection_by_workspace.py +162 -0
- pulumi_azure_native/desktopvirtualization/v20240116preview/get_scaling_plan.py +317 -0
- pulumi_azure_native/desktopvirtualization/v20240116preview/get_scaling_plan_personal_schedule.py +461 -0
- pulumi_azure_native/desktopvirtualization/v20240116preview/get_scaling_plan_pooled_schedule.py +344 -0
- pulumi_azure_native/desktopvirtualization/v20240116preview/get_workspace.py +304 -0
- pulumi_azure_native/desktopvirtualization/v20240116preview/host_pool.py +1104 -0
- pulumi_azure_native/desktopvirtualization/v20240116preview/msix_package.py +505 -0
- pulumi_azure_native/desktopvirtualization/v20240116preview/outputs.py +1625 -0
- pulumi_azure_native/desktopvirtualization/v20240116preview/private_endpoint_connection_by_host_pool.py +237 -0
- pulumi_azure_native/desktopvirtualization/v20240116preview/private_endpoint_connection_by_workspace.py +237 -0
- pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan.py +573 -0
- pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan_personal_schedule.py +957 -0
- pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan_pooled_schedule.py +680 -0
- pulumi_azure_native/desktopvirtualization/v20240116preview/workspace.py +501 -0
- pulumi_azure_native/desktopvirtualization/workspace.py +3 -3
- pulumi_azure_native/healthcareapis/__init__.py +3 -0
- pulumi_azure_native/healthcareapis/dicom_service.py +3 -3
- pulumi_azure_native/healthcareapis/fhir_service.py +3 -3
- pulumi_azure_native/healthcareapis/get_dicom_service.py +2 -2
- pulumi_azure_native/healthcareapis/get_fhir_service.py +2 -2
- pulumi_azure_native/healthcareapis/get_iot_connector.py +2 -2
- pulumi_azure_native/healthcareapis/get_iot_connector_fhir_destination.py +2 -2
- pulumi_azure_native/healthcareapis/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/healthcareapis/get_service.py +2 -2
- pulumi_azure_native/healthcareapis/get_workspace.py +2 -2
- pulumi_azure_native/healthcareapis/get_workspace_private_endpoint_connection.py +2 -2
- pulumi_azure_native/healthcareapis/iot_connector.py +3 -3
- pulumi_azure_native/healthcareapis/iot_connector_fhir_destination.py +3 -3
- pulumi_azure_native/healthcareapis/private_endpoint_connection.py +3 -3
- pulumi_azure_native/healthcareapis/service.py +3 -3
- pulumi_azure_native/healthcareapis/v20230228/dicom_service.py +1 -1
- pulumi_azure_native/healthcareapis/v20230228/fhir_service.py +1 -1
- pulumi_azure_native/healthcareapis/v20230228/iot_connector.py +1 -1
- pulumi_azure_native/healthcareapis/v20230228/iot_connector_fhir_destination.py +1 -1
- pulumi_azure_native/healthcareapis/v20230228/private_endpoint_connection.py +1 -1
- pulumi_azure_native/healthcareapis/v20230228/service.py +1 -1
- pulumi_azure_native/healthcareapis/v20230228/workspace.py +1 -1
- pulumi_azure_native/healthcareapis/v20230228/workspace_private_endpoint_connection.py +1 -1
- pulumi_azure_native/healthcareapis/v20230906/dicom_service.py +1 -1
- pulumi_azure_native/healthcareapis/v20230906/fhir_service.py +1 -1
- pulumi_azure_native/healthcareapis/v20230906/iot_connector.py +1 -1
- pulumi_azure_native/healthcareapis/v20230906/iot_connector_fhir_destination.py +1 -1
- pulumi_azure_native/healthcareapis/v20230906/private_endpoint_connection.py +1 -1
- pulumi_azure_native/healthcareapis/v20230906/service.py +1 -1
- pulumi_azure_native/healthcareapis/v20230906/workspace.py +1 -1
- pulumi_azure_native/healthcareapis/v20230906/workspace_private_endpoint_connection.py +1 -1
- pulumi_azure_native/healthcareapis/v20231101/dicom_service.py +1 -1
- pulumi_azure_native/healthcareapis/v20231101/fhir_service.py +1 -1
- pulumi_azure_native/healthcareapis/v20231101/iot_connector.py +1 -1
- pulumi_azure_native/healthcareapis/v20231101/iot_connector_fhir_destination.py +1 -1
- pulumi_azure_native/healthcareapis/v20231101/private_endpoint_connection.py +1 -1
- pulumi_azure_native/healthcareapis/v20231101/service.py +1 -1
- pulumi_azure_native/healthcareapis/v20231101/workspace.py +1 -1
- pulumi_azure_native/healthcareapis/v20231101/workspace_private_endpoint_connection.py +1 -1
- pulumi_azure_native/healthcareapis/v20231201/__init__.py +26 -0
- pulumi_azure_native/healthcareapis/v20231201/_enums.py +93 -0
- pulumi_azure_native/healthcareapis/v20231201/_inputs.py +1391 -0
- pulumi_azure_native/healthcareapis/v20231201/dicom_service.py +402 -0
- pulumi_azure_native/healthcareapis/v20231201/fhir_service.py +585 -0
- pulumi_azure_native/healthcareapis/v20231201/get_dicom_service.py +279 -0
- pulumi_azure_native/healthcareapis/v20231201/get_fhir_service.py +344 -0
- pulumi_azure_native/healthcareapis/v20231201/get_iot_connector.py +214 -0
- pulumi_azure_native/healthcareapis/v20231201/get_iot_connector_fhir_destination.py +193 -0
- pulumi_azure_native/healthcareapis/v20231201/get_private_endpoint_connection.py +162 -0
- pulumi_azure_native/healthcareapis/v20231201/get_service.py +196 -0
- pulumi_azure_native/healthcareapis/v20231201/get_workspace.py +170 -0
- pulumi_azure_native/healthcareapis/v20231201/get_workspace_private_endpoint_connection.py +162 -0
- pulumi_azure_native/healthcareapis/v20231201/iot_connector.py +352 -0
- pulumi_azure_native/healthcareapis/v20231201/iot_connector_fhir_destination.py +337 -0
- pulumi_azure_native/healthcareapis/v20231201/outputs.py +2068 -0
- pulumi_azure_native/healthcareapis/v20231201/private_endpoint_connection.py +237 -0
- pulumi_azure_native/healthcareapis/v20231201/service.py +322 -0
- pulumi_azure_native/healthcareapis/v20231201/workspace.py +242 -0
- pulumi_azure_native/healthcareapis/v20231201/workspace_private_endpoint_connection.py +237 -0
- pulumi_azure_native/healthcareapis/workspace.py +3 -3
- pulumi_azure_native/healthcareapis/workspace_private_endpoint_connection.py +3 -3
- pulumi_azure_native/quantum/__init__.py +4 -0
- pulumi_azure_native/quantum/get_workspace.py +4 -0
- pulumi_azure_native/quantum/list_workspace_keys.py +133 -0
- pulumi_azure_native/quantum/outputs.py +35 -0
- pulumi_azure_native/quantum/v20220110preview/workspace.py +1 -1
- pulumi_azure_native/quantum/v20231113preview/__init__.py +13 -0
- pulumi_azure_native/quantum/v20231113preview/_enums.py +30 -0
- pulumi_azure_native/quantum/v20231113preview/_inputs.py +145 -0
- pulumi_azure_native/quantum/v20231113preview/get_workspace.py +235 -0
- pulumi_azure_native/quantum/v20231113preview/list_workspace_keys.py +131 -0
- pulumi_azure_native/quantum/v20231113preview/outputs.py +337 -0
- pulumi_azure_native/quantum/v20231113preview/workspace.py +370 -0
- pulumi_azure_native/quantum/workspace.py +5 -1
- {pulumi_azure_native-2.26.2a1706204883.dist-info → pulumi_azure_native-2.27.0.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.26.2a1706204883.dist-info → pulumi_azure_native-2.27.0.dist-info}/RECORD +434 -314
- {pulumi_azure_native-2.26.2a1706204883.dist-info → pulumi_azure_native-2.27.0.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.26.2a1706204883.dist-info → pulumi_azure_native-2.27.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,175 @@
|
|
|
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 pulumi
|
|
8
|
+
import pulumi.runtime
|
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
|
+
from ... import _utilities
|
|
11
|
+
from . import outputs
|
|
12
|
+
|
|
13
|
+
__all__ = [
|
|
14
|
+
'GetBandwidthScheduleResult',
|
|
15
|
+
'AwaitableGetBandwidthScheduleResult',
|
|
16
|
+
'get_bandwidth_schedule',
|
|
17
|
+
'get_bandwidth_schedule_output',
|
|
18
|
+
]
|
|
19
|
+
|
|
20
|
+
@pulumi.output_type
|
|
21
|
+
class GetBandwidthScheduleResult:
|
|
22
|
+
"""
|
|
23
|
+
The bandwidth schedule details.
|
|
24
|
+
"""
|
|
25
|
+
def __init__(__self__, days=None, id=None, name=None, rate_in_mbps=None, start=None, stop=None, system_data=None, type=None):
|
|
26
|
+
if days and not isinstance(days, list):
|
|
27
|
+
raise TypeError("Expected argument 'days' to be a list")
|
|
28
|
+
pulumi.set(__self__, "days", days)
|
|
29
|
+
if id and not isinstance(id, str):
|
|
30
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
31
|
+
pulumi.set(__self__, "id", id)
|
|
32
|
+
if name and not isinstance(name, str):
|
|
33
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
34
|
+
pulumi.set(__self__, "name", name)
|
|
35
|
+
if rate_in_mbps and not isinstance(rate_in_mbps, int):
|
|
36
|
+
raise TypeError("Expected argument 'rate_in_mbps' to be a int")
|
|
37
|
+
pulumi.set(__self__, "rate_in_mbps", rate_in_mbps)
|
|
38
|
+
if start and not isinstance(start, str):
|
|
39
|
+
raise TypeError("Expected argument 'start' to be a str")
|
|
40
|
+
pulumi.set(__self__, "start", start)
|
|
41
|
+
if stop and not isinstance(stop, str):
|
|
42
|
+
raise TypeError("Expected argument 'stop' to be a str")
|
|
43
|
+
pulumi.set(__self__, "stop", stop)
|
|
44
|
+
if system_data and not isinstance(system_data, dict):
|
|
45
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
46
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
47
|
+
if type and not isinstance(type, str):
|
|
48
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
49
|
+
pulumi.set(__self__, "type", type)
|
|
50
|
+
|
|
51
|
+
@property
|
|
52
|
+
@pulumi.getter
|
|
53
|
+
def days(self) -> Sequence[str]:
|
|
54
|
+
"""
|
|
55
|
+
The days of the week when this schedule is applicable.
|
|
56
|
+
"""
|
|
57
|
+
return pulumi.get(self, "days")
|
|
58
|
+
|
|
59
|
+
@property
|
|
60
|
+
@pulumi.getter
|
|
61
|
+
def id(self) -> str:
|
|
62
|
+
"""
|
|
63
|
+
The path ID that uniquely identifies the object.
|
|
64
|
+
"""
|
|
65
|
+
return pulumi.get(self, "id")
|
|
66
|
+
|
|
67
|
+
@property
|
|
68
|
+
@pulumi.getter
|
|
69
|
+
def name(self) -> str:
|
|
70
|
+
"""
|
|
71
|
+
The object name.
|
|
72
|
+
"""
|
|
73
|
+
return pulumi.get(self, "name")
|
|
74
|
+
|
|
75
|
+
@property
|
|
76
|
+
@pulumi.getter(name="rateInMbps")
|
|
77
|
+
def rate_in_mbps(self) -> int:
|
|
78
|
+
"""
|
|
79
|
+
The bandwidth rate in Mbps.
|
|
80
|
+
"""
|
|
81
|
+
return pulumi.get(self, "rate_in_mbps")
|
|
82
|
+
|
|
83
|
+
@property
|
|
84
|
+
@pulumi.getter
|
|
85
|
+
def start(self) -> str:
|
|
86
|
+
"""
|
|
87
|
+
The start time of the schedule in UTC.
|
|
88
|
+
"""
|
|
89
|
+
return pulumi.get(self, "start")
|
|
90
|
+
|
|
91
|
+
@property
|
|
92
|
+
@pulumi.getter
|
|
93
|
+
def stop(self) -> str:
|
|
94
|
+
"""
|
|
95
|
+
The stop time of the schedule in UTC.
|
|
96
|
+
"""
|
|
97
|
+
return pulumi.get(self, "stop")
|
|
98
|
+
|
|
99
|
+
@property
|
|
100
|
+
@pulumi.getter(name="systemData")
|
|
101
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
102
|
+
"""
|
|
103
|
+
Metadata pertaining to creation and last modification of BandwidthSchedule
|
|
104
|
+
"""
|
|
105
|
+
return pulumi.get(self, "system_data")
|
|
106
|
+
|
|
107
|
+
@property
|
|
108
|
+
@pulumi.getter
|
|
109
|
+
def type(self) -> str:
|
|
110
|
+
"""
|
|
111
|
+
The hierarchical type of the object.
|
|
112
|
+
"""
|
|
113
|
+
return pulumi.get(self, "type")
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
class AwaitableGetBandwidthScheduleResult(GetBandwidthScheduleResult):
|
|
117
|
+
# pylint: disable=using-constant-test
|
|
118
|
+
def __await__(self):
|
|
119
|
+
if False:
|
|
120
|
+
yield self
|
|
121
|
+
return GetBandwidthScheduleResult(
|
|
122
|
+
days=self.days,
|
|
123
|
+
id=self.id,
|
|
124
|
+
name=self.name,
|
|
125
|
+
rate_in_mbps=self.rate_in_mbps,
|
|
126
|
+
start=self.start,
|
|
127
|
+
stop=self.stop,
|
|
128
|
+
system_data=self.system_data,
|
|
129
|
+
type=self.type)
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
def get_bandwidth_schedule(device_name: Optional[str] = None,
|
|
133
|
+
name: Optional[str] = None,
|
|
134
|
+
resource_group_name: Optional[str] = None,
|
|
135
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetBandwidthScheduleResult:
|
|
136
|
+
"""
|
|
137
|
+
Gets the properties of the specified bandwidth schedule.
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
:param str device_name: The device name.
|
|
141
|
+
:param str name: The bandwidth schedule name.
|
|
142
|
+
:param str resource_group_name: The resource group name.
|
|
143
|
+
"""
|
|
144
|
+
__args__ = dict()
|
|
145
|
+
__args__['deviceName'] = device_name
|
|
146
|
+
__args__['name'] = name
|
|
147
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
148
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
149
|
+
__ret__ = pulumi.runtime.invoke('azure-native:databoxedge/v20231201:getBandwidthSchedule', __args__, opts=opts, typ=GetBandwidthScheduleResult).value
|
|
150
|
+
|
|
151
|
+
return AwaitableGetBandwidthScheduleResult(
|
|
152
|
+
days=pulumi.get(__ret__, 'days'),
|
|
153
|
+
id=pulumi.get(__ret__, 'id'),
|
|
154
|
+
name=pulumi.get(__ret__, 'name'),
|
|
155
|
+
rate_in_mbps=pulumi.get(__ret__, 'rate_in_mbps'),
|
|
156
|
+
start=pulumi.get(__ret__, 'start'),
|
|
157
|
+
stop=pulumi.get(__ret__, 'stop'),
|
|
158
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
159
|
+
type=pulumi.get(__ret__, 'type'))
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
@_utilities.lift_output_func(get_bandwidth_schedule)
|
|
163
|
+
def get_bandwidth_schedule_output(device_name: Optional[pulumi.Input[str]] = None,
|
|
164
|
+
name: Optional[pulumi.Input[str]] = None,
|
|
165
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
166
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetBandwidthScheduleResult]:
|
|
167
|
+
"""
|
|
168
|
+
Gets the properties of the specified bandwidth schedule.
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
:param str device_name: The device name.
|
|
172
|
+
:param str name: The bandwidth schedule name.
|
|
173
|
+
:param str resource_group_name: The resource group name.
|
|
174
|
+
"""
|
|
175
|
+
...
|
|
@@ -0,0 +1,178 @@
|
|
|
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 pulumi
|
|
8
|
+
import pulumi.runtime
|
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
|
+
from ... import _utilities
|
|
11
|
+
from . import outputs
|
|
12
|
+
|
|
13
|
+
__all__ = [
|
|
14
|
+
'GetCloudEdgeManagementRoleResult',
|
|
15
|
+
'AwaitableGetCloudEdgeManagementRoleResult',
|
|
16
|
+
'get_cloud_edge_management_role',
|
|
17
|
+
'get_cloud_edge_management_role_output',
|
|
18
|
+
]
|
|
19
|
+
|
|
20
|
+
@pulumi.output_type
|
|
21
|
+
class GetCloudEdgeManagementRoleResult:
|
|
22
|
+
"""
|
|
23
|
+
The preview of Virtual Machine Cloud Management from the Azure supports deploying and managing VMs on your Azure Stack Edge device from Azure Portal.
|
|
24
|
+
For more information, refer to: https://docs.microsoft.com/en-us/azure/databox-online/azure-stack-edge-gpu-virtual-machine-overview
|
|
25
|
+
By using this feature, you agree to the preview legal terms. See the https://azure.microsoft.com/en-us/support/legal/preview-supplemental-terms/ for additional details.
|
|
26
|
+
"""
|
|
27
|
+
def __init__(__self__, edge_profile=None, id=None, kind=None, local_management_status=None, name=None, role_status=None, system_data=None, type=None):
|
|
28
|
+
if edge_profile and not isinstance(edge_profile, dict):
|
|
29
|
+
raise TypeError("Expected argument 'edge_profile' to be a dict")
|
|
30
|
+
pulumi.set(__self__, "edge_profile", edge_profile)
|
|
31
|
+
if id and not isinstance(id, str):
|
|
32
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
33
|
+
pulumi.set(__self__, "id", id)
|
|
34
|
+
if kind and not isinstance(kind, str):
|
|
35
|
+
raise TypeError("Expected argument 'kind' to be a str")
|
|
36
|
+
pulumi.set(__self__, "kind", kind)
|
|
37
|
+
if local_management_status and not isinstance(local_management_status, str):
|
|
38
|
+
raise TypeError("Expected argument 'local_management_status' to be a str")
|
|
39
|
+
pulumi.set(__self__, "local_management_status", local_management_status)
|
|
40
|
+
if name and not isinstance(name, str):
|
|
41
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
42
|
+
pulumi.set(__self__, "name", name)
|
|
43
|
+
if role_status and not isinstance(role_status, str):
|
|
44
|
+
raise TypeError("Expected argument 'role_status' to be a str")
|
|
45
|
+
pulumi.set(__self__, "role_status", role_status)
|
|
46
|
+
if system_data and not isinstance(system_data, dict):
|
|
47
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
48
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
49
|
+
if type and not isinstance(type, str):
|
|
50
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
51
|
+
pulumi.set(__self__, "type", type)
|
|
52
|
+
|
|
53
|
+
@property
|
|
54
|
+
@pulumi.getter(name="edgeProfile")
|
|
55
|
+
def edge_profile(self) -> 'outputs.EdgeProfileResponse':
|
|
56
|
+
"""
|
|
57
|
+
Edge Profile of the resource
|
|
58
|
+
"""
|
|
59
|
+
return pulumi.get(self, "edge_profile")
|
|
60
|
+
|
|
61
|
+
@property
|
|
62
|
+
@pulumi.getter
|
|
63
|
+
def id(self) -> str:
|
|
64
|
+
"""
|
|
65
|
+
The path ID that uniquely identifies the object.
|
|
66
|
+
"""
|
|
67
|
+
return pulumi.get(self, "id")
|
|
68
|
+
|
|
69
|
+
@property
|
|
70
|
+
@pulumi.getter
|
|
71
|
+
def kind(self) -> str:
|
|
72
|
+
"""
|
|
73
|
+
Role type.
|
|
74
|
+
Expected value is 'CloudEdgeManagement'.
|
|
75
|
+
"""
|
|
76
|
+
return pulumi.get(self, "kind")
|
|
77
|
+
|
|
78
|
+
@property
|
|
79
|
+
@pulumi.getter(name="localManagementStatus")
|
|
80
|
+
def local_management_status(self) -> str:
|
|
81
|
+
"""
|
|
82
|
+
Local Edge Management Status
|
|
83
|
+
"""
|
|
84
|
+
return pulumi.get(self, "local_management_status")
|
|
85
|
+
|
|
86
|
+
@property
|
|
87
|
+
@pulumi.getter
|
|
88
|
+
def name(self) -> str:
|
|
89
|
+
"""
|
|
90
|
+
The object name.
|
|
91
|
+
"""
|
|
92
|
+
return pulumi.get(self, "name")
|
|
93
|
+
|
|
94
|
+
@property
|
|
95
|
+
@pulumi.getter(name="roleStatus")
|
|
96
|
+
def role_status(self) -> str:
|
|
97
|
+
"""
|
|
98
|
+
Role status.
|
|
99
|
+
"""
|
|
100
|
+
return pulumi.get(self, "role_status")
|
|
101
|
+
|
|
102
|
+
@property
|
|
103
|
+
@pulumi.getter(name="systemData")
|
|
104
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
105
|
+
"""
|
|
106
|
+
Metadata pertaining to creation and last modification of Role
|
|
107
|
+
"""
|
|
108
|
+
return pulumi.get(self, "system_data")
|
|
109
|
+
|
|
110
|
+
@property
|
|
111
|
+
@pulumi.getter
|
|
112
|
+
def type(self) -> str:
|
|
113
|
+
"""
|
|
114
|
+
The hierarchical type of the object.
|
|
115
|
+
"""
|
|
116
|
+
return pulumi.get(self, "type")
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
class AwaitableGetCloudEdgeManagementRoleResult(GetCloudEdgeManagementRoleResult):
|
|
120
|
+
# pylint: disable=using-constant-test
|
|
121
|
+
def __await__(self):
|
|
122
|
+
if False:
|
|
123
|
+
yield self
|
|
124
|
+
return GetCloudEdgeManagementRoleResult(
|
|
125
|
+
edge_profile=self.edge_profile,
|
|
126
|
+
id=self.id,
|
|
127
|
+
kind=self.kind,
|
|
128
|
+
local_management_status=self.local_management_status,
|
|
129
|
+
name=self.name,
|
|
130
|
+
role_status=self.role_status,
|
|
131
|
+
system_data=self.system_data,
|
|
132
|
+
type=self.type)
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
def get_cloud_edge_management_role(device_name: Optional[str] = None,
|
|
136
|
+
name: Optional[str] = None,
|
|
137
|
+
resource_group_name: Optional[str] = None,
|
|
138
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetCloudEdgeManagementRoleResult:
|
|
139
|
+
"""
|
|
140
|
+
Gets a specific role by name.
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
:param str device_name: The device name.
|
|
144
|
+
:param str name: The role name.
|
|
145
|
+
:param str resource_group_name: The resource group name.
|
|
146
|
+
"""
|
|
147
|
+
__args__ = dict()
|
|
148
|
+
__args__['deviceName'] = device_name
|
|
149
|
+
__args__['name'] = name
|
|
150
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
151
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
152
|
+
__ret__ = pulumi.runtime.invoke('azure-native:databoxedge/v20231201:getCloudEdgeManagementRole', __args__, opts=opts, typ=GetCloudEdgeManagementRoleResult).value
|
|
153
|
+
|
|
154
|
+
return AwaitableGetCloudEdgeManagementRoleResult(
|
|
155
|
+
edge_profile=pulumi.get(__ret__, 'edge_profile'),
|
|
156
|
+
id=pulumi.get(__ret__, 'id'),
|
|
157
|
+
kind=pulumi.get(__ret__, 'kind'),
|
|
158
|
+
local_management_status=pulumi.get(__ret__, 'local_management_status'),
|
|
159
|
+
name=pulumi.get(__ret__, 'name'),
|
|
160
|
+
role_status=pulumi.get(__ret__, 'role_status'),
|
|
161
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
162
|
+
type=pulumi.get(__ret__, 'type'))
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
@_utilities.lift_output_func(get_cloud_edge_management_role)
|
|
166
|
+
def get_cloud_edge_management_role_output(device_name: Optional[pulumi.Input[str]] = None,
|
|
167
|
+
name: Optional[pulumi.Input[str]] = None,
|
|
168
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
169
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetCloudEdgeManagementRoleResult]:
|
|
170
|
+
"""
|
|
171
|
+
Gets a specific role by name.
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
:param str device_name: The device name.
|
|
175
|
+
:param str name: The role name.
|
|
176
|
+
:param str resource_group_name: The resource group name.
|
|
177
|
+
"""
|
|
178
|
+
...
|
|
@@ -0,0 +1,180 @@
|
|
|
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 pulumi
|
|
8
|
+
import pulumi.runtime
|
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
|
+
from ... import _utilities
|
|
11
|
+
from . import outputs
|
|
12
|
+
|
|
13
|
+
__all__ = [
|
|
14
|
+
'GetContainerResult',
|
|
15
|
+
'AwaitableGetContainerResult',
|
|
16
|
+
'get_container',
|
|
17
|
+
'get_container_output',
|
|
18
|
+
]
|
|
19
|
+
|
|
20
|
+
@pulumi.output_type
|
|
21
|
+
class GetContainerResult:
|
|
22
|
+
"""
|
|
23
|
+
Represents a container on the Data Box Edge/Gateway device.
|
|
24
|
+
"""
|
|
25
|
+
def __init__(__self__, container_status=None, created_date_time=None, data_format=None, id=None, name=None, refresh_details=None, system_data=None, type=None):
|
|
26
|
+
if container_status and not isinstance(container_status, str):
|
|
27
|
+
raise TypeError("Expected argument 'container_status' to be a str")
|
|
28
|
+
pulumi.set(__self__, "container_status", container_status)
|
|
29
|
+
if created_date_time and not isinstance(created_date_time, str):
|
|
30
|
+
raise TypeError("Expected argument 'created_date_time' to be a str")
|
|
31
|
+
pulumi.set(__self__, "created_date_time", created_date_time)
|
|
32
|
+
if data_format and not isinstance(data_format, str):
|
|
33
|
+
raise TypeError("Expected argument 'data_format' to be a str")
|
|
34
|
+
pulumi.set(__self__, "data_format", data_format)
|
|
35
|
+
if id and not isinstance(id, str):
|
|
36
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
37
|
+
pulumi.set(__self__, "id", id)
|
|
38
|
+
if name and not isinstance(name, str):
|
|
39
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
40
|
+
pulumi.set(__self__, "name", name)
|
|
41
|
+
if refresh_details and not isinstance(refresh_details, dict):
|
|
42
|
+
raise TypeError("Expected argument 'refresh_details' to be a dict")
|
|
43
|
+
pulumi.set(__self__, "refresh_details", refresh_details)
|
|
44
|
+
if system_data and not isinstance(system_data, dict):
|
|
45
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
46
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
47
|
+
if type and not isinstance(type, str):
|
|
48
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
49
|
+
pulumi.set(__self__, "type", type)
|
|
50
|
+
|
|
51
|
+
@property
|
|
52
|
+
@pulumi.getter(name="containerStatus")
|
|
53
|
+
def container_status(self) -> str:
|
|
54
|
+
"""
|
|
55
|
+
Current status of the container.
|
|
56
|
+
"""
|
|
57
|
+
return pulumi.get(self, "container_status")
|
|
58
|
+
|
|
59
|
+
@property
|
|
60
|
+
@pulumi.getter(name="createdDateTime")
|
|
61
|
+
def created_date_time(self) -> str:
|
|
62
|
+
"""
|
|
63
|
+
The UTC time when container got created.
|
|
64
|
+
"""
|
|
65
|
+
return pulumi.get(self, "created_date_time")
|
|
66
|
+
|
|
67
|
+
@property
|
|
68
|
+
@pulumi.getter(name="dataFormat")
|
|
69
|
+
def data_format(self) -> str:
|
|
70
|
+
"""
|
|
71
|
+
DataFormat for Container
|
|
72
|
+
"""
|
|
73
|
+
return pulumi.get(self, "data_format")
|
|
74
|
+
|
|
75
|
+
@property
|
|
76
|
+
@pulumi.getter
|
|
77
|
+
def id(self) -> str:
|
|
78
|
+
"""
|
|
79
|
+
The path ID that uniquely identifies the object.
|
|
80
|
+
"""
|
|
81
|
+
return pulumi.get(self, "id")
|
|
82
|
+
|
|
83
|
+
@property
|
|
84
|
+
@pulumi.getter
|
|
85
|
+
def name(self) -> str:
|
|
86
|
+
"""
|
|
87
|
+
The object name.
|
|
88
|
+
"""
|
|
89
|
+
return pulumi.get(self, "name")
|
|
90
|
+
|
|
91
|
+
@property
|
|
92
|
+
@pulumi.getter(name="refreshDetails")
|
|
93
|
+
def refresh_details(self) -> 'outputs.RefreshDetailsResponse':
|
|
94
|
+
"""
|
|
95
|
+
Details of the refresh job on this container.
|
|
96
|
+
"""
|
|
97
|
+
return pulumi.get(self, "refresh_details")
|
|
98
|
+
|
|
99
|
+
@property
|
|
100
|
+
@pulumi.getter(name="systemData")
|
|
101
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
102
|
+
"""
|
|
103
|
+
Metadata pertaining to creation and last modification of Container
|
|
104
|
+
"""
|
|
105
|
+
return pulumi.get(self, "system_data")
|
|
106
|
+
|
|
107
|
+
@property
|
|
108
|
+
@pulumi.getter
|
|
109
|
+
def type(self) -> str:
|
|
110
|
+
"""
|
|
111
|
+
The hierarchical type of the object.
|
|
112
|
+
"""
|
|
113
|
+
return pulumi.get(self, "type")
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
class AwaitableGetContainerResult(GetContainerResult):
|
|
117
|
+
# pylint: disable=using-constant-test
|
|
118
|
+
def __await__(self):
|
|
119
|
+
if False:
|
|
120
|
+
yield self
|
|
121
|
+
return GetContainerResult(
|
|
122
|
+
container_status=self.container_status,
|
|
123
|
+
created_date_time=self.created_date_time,
|
|
124
|
+
data_format=self.data_format,
|
|
125
|
+
id=self.id,
|
|
126
|
+
name=self.name,
|
|
127
|
+
refresh_details=self.refresh_details,
|
|
128
|
+
system_data=self.system_data,
|
|
129
|
+
type=self.type)
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
def get_container(container_name: Optional[str] = None,
|
|
133
|
+
device_name: Optional[str] = None,
|
|
134
|
+
resource_group_name: Optional[str] = None,
|
|
135
|
+
storage_account_name: Optional[str] = None,
|
|
136
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetContainerResult:
|
|
137
|
+
"""
|
|
138
|
+
Represents a container on the Data Box Edge/Gateway device.
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
:param str container_name: The container Name
|
|
142
|
+
:param str device_name: The device name.
|
|
143
|
+
:param str resource_group_name: The resource group name.
|
|
144
|
+
:param str storage_account_name: The Storage Account Name
|
|
145
|
+
"""
|
|
146
|
+
__args__ = dict()
|
|
147
|
+
__args__['containerName'] = container_name
|
|
148
|
+
__args__['deviceName'] = device_name
|
|
149
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
150
|
+
__args__['storageAccountName'] = storage_account_name
|
|
151
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
152
|
+
__ret__ = pulumi.runtime.invoke('azure-native:databoxedge/v20231201:getContainer', __args__, opts=opts, typ=GetContainerResult).value
|
|
153
|
+
|
|
154
|
+
return AwaitableGetContainerResult(
|
|
155
|
+
container_status=pulumi.get(__ret__, 'container_status'),
|
|
156
|
+
created_date_time=pulumi.get(__ret__, 'created_date_time'),
|
|
157
|
+
data_format=pulumi.get(__ret__, 'data_format'),
|
|
158
|
+
id=pulumi.get(__ret__, 'id'),
|
|
159
|
+
name=pulumi.get(__ret__, 'name'),
|
|
160
|
+
refresh_details=pulumi.get(__ret__, 'refresh_details'),
|
|
161
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
162
|
+
type=pulumi.get(__ret__, 'type'))
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
@_utilities.lift_output_func(get_container)
|
|
166
|
+
def get_container_output(container_name: Optional[pulumi.Input[str]] = None,
|
|
167
|
+
device_name: Optional[pulumi.Input[str]] = None,
|
|
168
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
169
|
+
storage_account_name: Optional[pulumi.Input[str]] = None,
|
|
170
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetContainerResult]:
|
|
171
|
+
"""
|
|
172
|
+
Represents a container on the Data Box Edge/Gateway device.
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
:param str container_name: The container Name
|
|
176
|
+
:param str device_name: The device name.
|
|
177
|
+
:param str resource_group_name: The resource group name.
|
|
178
|
+
:param str storage_account_name: The Storage Account Name
|
|
179
|
+
"""
|
|
180
|
+
...
|