pulumi-azure-native 2.9.1a1696411987__py3-none-any.whl → 2.10.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 +133 -1
- pulumi_azure_native/baremetalinfrastructure/__init__.py +3 -0
- pulumi_azure_native/baremetalinfrastructure/azure_bare_metal_storage_instance.py +1 -1
- pulumi_azure_native/baremetalinfrastructure/v20230406/azure_bare_metal_storage_instance.py +1 -1
- pulumi_azure_native/baremetalinfrastructure/v20230804preview/__init__.py +12 -0
- pulumi_azure_native/baremetalinfrastructure/v20230804preview/_enums.py +23 -0
- pulumi_azure_native/baremetalinfrastructure/v20230804preview/_inputs.py +177 -0
- pulumi_azure_native/baremetalinfrastructure/v20230804preview/azure_bare_metal_storage_instance.py +282 -0
- pulumi_azure_native/baremetalinfrastructure/v20230804preview/get_azure_bare_metal_storage_instance.py +170 -0
- pulumi_azure_native/baremetalinfrastructure/v20230804preview/outputs.py +305 -0
- pulumi_azure_native/chaos/__init__.py +3 -0
- pulumi_azure_native/chaos/capability.py +1 -1
- pulumi_azure_native/chaos/experiment.py +1 -1
- pulumi_azure_native/chaos/target.py +1 -1
- pulumi_azure_native/chaos/v20230415preview/capability.py +1 -1
- pulumi_azure_native/chaos/v20230415preview/experiment.py +1 -1
- pulumi_azure_native/chaos/v20230415preview/target.py +1 -1
- pulumi_azure_native/chaos/v20230901preview/__init__.py +16 -0
- pulumi_azure_native/chaos/v20230901preview/_enums.py +43 -0
- pulumi_azure_native/chaos/v20230901preview/_inputs.py +689 -0
- pulumi_azure_native/chaos/v20230901preview/capability.py +258 -0
- pulumi_azure_native/chaos/v20230901preview/experiment.py +293 -0
- pulumi_azure_native/chaos/v20230901preview/get_capability.py +151 -0
- pulumi_azure_native/chaos/v20230901preview/get_experiment.py +183 -0
- pulumi_azure_native/chaos/v20230901preview/get_target.py +159 -0
- pulumi_azure_native/chaos/v20230901preview/outputs.py +931 -0
- pulumi_azure_native/chaos/v20230901preview/target.py +286 -0
- pulumi_azure_native/containerservice/__init__.py +3 -0
- pulumi_azure_native/containerservice/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/snapshot.py +1 -1
- pulumi_azure_native/containerservice/trusted_access_role_binding.py +1 -1
- 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/managed_cluster_snapshot.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/managed_cluster_snapshot.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/managed_cluster_snapshot.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/__init__.py +27 -0
- pulumi_azure_native/containerservice/v20230802preview/_enums.py +741 -0
- pulumi_azure_native/containerservice/v20230802preview/_inputs.py +6236 -0
- pulumi_azure_native/containerservice/v20230802preview/agent_pool.py +1473 -0
- pulumi_azure_native/containerservice/v20230802preview/get_agent_pool.py +708 -0
- pulumi_azure_native/containerservice/v20230802preview/get_maintenance_configuration.py +162 -0
- pulumi_azure_native/containerservice/v20230802preview/get_managed_cluster.py +768 -0
- pulumi_azure_native/containerservice/v20230802preview/get_managed_cluster_snapshot.py +183 -0
- pulumi_azure_native/containerservice/v20230802preview/get_private_endpoint_connection.py +149 -0
- pulumi_azure_native/containerservice/v20230802preview/get_snapshot.py +248 -0
- pulumi_azure_native/containerservice/v20230802preview/get_trusted_access_role_binding.py +162 -0
- pulumi_azure_native/containerservice/v20230802preview/list_managed_cluster_admin_credentials.py +84 -0
- pulumi_azure_native/containerservice/v20230802preview/list_managed_cluster_monitoring_user_credentials.py +84 -0
- pulumi_azure_native/containerservice/v20230802preview/list_managed_cluster_user_credentials.py +89 -0
- pulumi_azure_native/containerservice/v20230802preview/maintenance_configuration.py +274 -0
- pulumi_azure_native/containerservice/v20230802preview/managed_cluster.py +1464 -0
- pulumi_azure_native/containerservice/v20230802preview/managed_cluster_snapshot.py +292 -0
- pulumi_azure_native/containerservice/v20230802preview/outputs.py +7383 -0
- pulumi_azure_native/containerservice/v20230802preview/private_endpoint_connection.py +246 -0
- pulumi_azure_native/containerservice/v20230802preview/snapshot.py +342 -0
- pulumi_azure_native/containerservice/v20230802preview/trusted_access_role_binding.py +255 -0
- pulumi_azure_native/dashboard/__init__.py +5 -0
- pulumi_azure_native/dashboard/get_managed_private_endpoint.py +255 -0
- pulumi_azure_native/dashboard/grafana.py +1 -1
- pulumi_azure_native/dashboard/managed_private_endpoint.py +420 -0
- pulumi_azure_native/dashboard/outputs.py +34 -0
- pulumi_azure_native/dashboard/private_endpoint_connection.py +1 -1
- pulumi_azure_native/dashboard/v20210901preview/grafana.py +1 -1
- pulumi_azure_native/dashboard/v20220801/grafana.py +1 -1
- pulumi_azure_native/dashboard/v20220801/private_endpoint_connection.py +1 -1
- pulumi_azure_native/dashboard/v20221001preview/__init__.py +16 -0
- pulumi_azure_native/dashboard/v20221001preview/_enums.py +93 -0
- pulumi_azure_native/dashboard/v20221001preview/_inputs.py +560 -0
- pulumi_azure_native/dashboard/v20221001preview/get_grafana.py +183 -0
- pulumi_azure_native/dashboard/v20221001preview/get_managed_private_endpoint.py +253 -0
- pulumi_azure_native/dashboard/v20221001preview/get_private_endpoint_connection.py +175 -0
- pulumi_azure_native/dashboard/v20221001preview/grafana.py +311 -0
- pulumi_azure_native/dashboard/v20221001preview/managed_private_endpoint.py +418 -0
- pulumi_azure_native/dashboard/v20221001preview/outputs.py +1092 -0
- pulumi_azure_native/dashboard/v20221001preview/private_endpoint_connection.py +266 -0
- pulumi_azure_native/datadog/__init__.py +8 -0
- pulumi_azure_native/datadog/_enums.py +32 -0
- pulumi_azure_native/datadog/_inputs.py +326 -0
- pulumi_azure_native/datadog/get_monitored_subscription.py +125 -0
- pulumi_azure_native/datadog/monitor.py +1 -1
- pulumi_azure_native/datadog/monitored_subscription.py +208 -0
- pulumi_azure_native/datadog/outputs.py +368 -0
- pulumi_azure_native/datadog/v20220601/monitor.py +1 -1
- pulumi_azure_native/datadog/v20220801/__init__.py +17 -0
- pulumi_azure_native/datadog/v20220801/_enums.py +26 -0
- pulumi_azure_native/datadog/v20220801/_inputs.py +329 -0
- pulumi_azure_native/datadog/v20220801/get_monitor.py +166 -0
- pulumi_azure_native/datadog/v20220801/get_monitor_default_key.py +112 -0
- pulumi_azure_native/datadog/v20220801/list_monitor_api_keys.py +92 -0
- pulumi_azure_native/datadog/v20220801/list_monitor_hosts.py +92 -0
- pulumi_azure_native/datadog/v20220801/list_monitor_linked_resources.py +92 -0
- pulumi_azure_native/datadog/v20220801/list_monitor_monitored_resources.py +92 -0
- pulumi_azure_native/datadog/v20220801/monitor.py +277 -0
- pulumi_azure_native/datadog/v20220801/outputs.py +738 -0
- pulumi_azure_native/datadog/v20230101/__init__.py +19 -0
- pulumi_azure_native/datadog/v20230101/_enums.py +58 -0
- pulumi_azure_native/datadog/v20230101/_inputs.py +655 -0
- pulumi_azure_native/datadog/v20230101/get_monitor.py +166 -0
- pulumi_azure_native/datadog/v20230101/get_monitor_default_key.py +112 -0
- pulumi_azure_native/datadog/v20230101/get_monitored_subscription.py +123 -0
- pulumi_azure_native/datadog/v20230101/list_monitor_api_keys.py +92 -0
- pulumi_azure_native/datadog/v20230101/list_monitor_hosts.py +92 -0
- pulumi_azure_native/datadog/v20230101/list_monitor_linked_resources.py +92 -0
- pulumi_azure_native/datadog/v20230101/list_monitor_monitored_resources.py +92 -0
- pulumi_azure_native/datadog/v20230101/monitor.py +277 -0
- pulumi_azure_native/datadog/v20230101/monitored_subscription.py +206 -0
- pulumi_azure_native/datadog/v20230101/outputs.py +1106 -0
- pulumi_azure_native/datafactory/_inputs.py +16 -0
- pulumi_azure_native/datafactory/outputs.py +12 -0
- pulumi_azure_native/datafactory/v20180601/_inputs.py +16 -0
- pulumi_azure_native/datafactory/v20180601/outputs.py +12 -0
- pulumi_azure_native/migrate/__init__.py +8 -0
- pulumi_azure_native/migrate/_enums.py +69 -5
- pulumi_azure_native/migrate/_inputs.py +20 -20
- pulumi_azure_native/migrate/get_private_endpoint_connection_proxy_controller.py +139 -0
- pulumi_azure_native/migrate/get_solutions_controller_config.py +85 -0
- pulumi_azure_native/migrate/get_solutions_controller_solution.py +138 -0
- pulumi_azure_native/migrate/migrate_project.py +1 -1
- pulumi_azure_native/migrate/migrate_projects_controller_migrate_project.py +1 -1
- pulumi_azure_native/migrate/outputs.py +471 -3
- pulumi_azure_native/migrate/private_endpoint_connection_controller_private_endpoint_connection.py +1 -1
- pulumi_azure_native/migrate/private_endpoint_connection_proxy_controller.py +212 -0
- pulumi_azure_native/migrate/solution.py +2 -1
- pulumi_azure_native/migrate/solutions_controller_solution.py +218 -0
- pulumi_azure_native/migrate/v20180901preview/migrate_project.py +1 -1
- pulumi_azure_native/migrate/v20180901preview/solution.py +1 -1
- pulumi_azure_native/migrate/v20200501/migrate_projects_controller_migrate_project.py +1 -1
- pulumi_azure_native/migrate/v20200501/private_endpoint_connection_controller_private_endpoint_connection.py +1 -1
- pulumi_azure_native/migrate/v20230101/__init__.py +19 -0
- pulumi_azure_native/migrate/v20230101/_enums.py +104 -0
- pulumi_azure_native/migrate/v20230101/_inputs.py +316 -0
- pulumi_azure_native/migrate/v20230101/get_migrate_projects_controller_migrate_project.py +157 -0
- pulumi_azure_native/migrate/v20230101/get_private_endpoint_connection_controller_private_endpoint_connection.py +149 -0
- pulumi_azure_native/migrate/v20230101/get_private_endpoint_connection_proxy_controller.py +137 -0
- pulumi_azure_native/migrate/v20230101/get_solutions_controller_config.py +83 -0
- pulumi_azure_native/migrate/v20230101/get_solutions_controller_solution.py +136 -0
- pulumi_azure_native/migrate/v20230101/migrate_projects_controller_migrate_project.py +253 -0
- pulumi_azure_native/migrate/v20230101/outputs.py +1240 -0
- pulumi_azure_native/migrate/v20230101/private_endpoint_connection_controller_private_endpoint_connection.py +226 -0
- pulumi_azure_native/migrate/v20230101/private_endpoint_connection_proxy_controller.py +210 -0
- pulumi_azure_native/migrate/v20230101/solutions_controller_solution.py +216 -0
- pulumi_azure_native/networkanalytics/__init__.py +23 -0
- pulumi_azure_native/networkanalytics/_enums.py +64 -0
- pulumi_azure_native/networkanalytics/_inputs.py +313 -0
- pulumi_azure_native/networkanalytics/data_product.py +715 -0
- pulumi_azure_native/networkanalytics/data_type.py +334 -0
- pulumi_azure_native/networkanalytics/get_data_product.py +406 -0
- pulumi_azure_native/networkanalytics/get_data_type.py +216 -0
- pulumi_azure_native/networkanalytics/list_data_product_roles_assignments.py +94 -0
- pulumi_azure_native/networkanalytics/outputs.py +679 -0
- pulumi_azure_native/networkanalytics/v20231115/__init__.py +15 -0
- pulumi_azure_native/networkanalytics/v20231115/_enums.py +64 -0
- pulumi_azure_native/networkanalytics/v20231115/_inputs.py +313 -0
- pulumi_azure_native/networkanalytics/v20231115/data_product.py +713 -0
- pulumi_azure_native/networkanalytics/v20231115/data_type.py +332 -0
- pulumi_azure_native/networkanalytics/v20231115/get_data_product.py +404 -0
- pulumi_azure_native/networkanalytics/v20231115/get_data_type.py +214 -0
- pulumi_azure_native/networkanalytics/v20231115/list_data_product_roles_assignments.py +92 -0
- pulumi_azure_native/networkanalytics/v20231115/outputs.py +679 -0
- pulumi_azure_native/redhatopenshift/__init__.py +3 -0
- pulumi_azure_native/redhatopenshift/machine_pool.py +1 -1
- pulumi_azure_native/redhatopenshift/open_shift_cluster.py +1 -1
- pulumi_azure_native/redhatopenshift/secret.py +1 -1
- pulumi_azure_native/redhatopenshift/sync_identity_provider.py +1 -1
- pulumi_azure_native/redhatopenshift/sync_set.py +1 -1
- pulumi_azure_native/redhatopenshift/v20220904/machine_pool.py +1 -1
- pulumi_azure_native/redhatopenshift/v20220904/open_shift_cluster.py +1 -1
- pulumi_azure_native/redhatopenshift/v20220904/secret.py +1 -1
- pulumi_azure_native/redhatopenshift/v20220904/sync_identity_provider.py +1 -1
- pulumi_azure_native/redhatopenshift/v20220904/sync_set.py +1 -1
- pulumi_azure_native/redhatopenshift/v20230401/machine_pool.py +1 -1
- pulumi_azure_native/redhatopenshift/v20230401/open_shift_cluster.py +1 -1
- pulumi_azure_native/redhatopenshift/v20230401/secret.py +1 -1
- pulumi_azure_native/redhatopenshift/v20230401/sync_identity_provider.py +1 -1
- pulumi_azure_native/redhatopenshift/v20230401/sync_set.py +1 -1
- pulumi_azure_native/redhatopenshift/v20230701preview/machine_pool.py +1 -1
- pulumi_azure_native/redhatopenshift/v20230701preview/open_shift_cluster.py +1 -1
- pulumi_azure_native/redhatopenshift/v20230701preview/secret.py +1 -1
- pulumi_azure_native/redhatopenshift/v20230701preview/sync_identity_provider.py +1 -1
- pulumi_azure_native/redhatopenshift/v20230701preview/sync_set.py +1 -1
- pulumi_azure_native/redhatopenshift/v20230904/__init__.py +22 -0
- pulumi_azure_native/redhatopenshift/v20230904/_enums.py +66 -0
- pulumi_azure_native/redhatopenshift/v20230904/_inputs.py +551 -0
- pulumi_azure_native/redhatopenshift/v20230904/get_machine_pool.py +133 -0
- pulumi_azure_native/redhatopenshift/v20230904/get_open_shift_cluster.py +274 -0
- pulumi_azure_native/redhatopenshift/v20230904/get_secret.py +136 -0
- pulumi_azure_native/redhatopenshift/v20230904/get_sync_identity_provider.py +133 -0
- pulumi_azure_native/redhatopenshift/v20230904/get_sync_set.py +136 -0
- pulumi_azure_native/redhatopenshift/v20230904/list_open_shift_cluster_admin_credentials.py +78 -0
- pulumi_azure_native/redhatopenshift/v20230904/list_open_shift_cluster_credentials.py +91 -0
- pulumi_azure_native/redhatopenshift/v20230904/machine_pool.py +206 -0
- pulumi_azure_native/redhatopenshift/v20230904/open_shift_cluster.py +495 -0
- pulumi_azure_native/redhatopenshift/v20230904/outputs.py +681 -0
- pulumi_azure_native/redhatopenshift/v20230904/secret.py +214 -0
- pulumi_azure_native/redhatopenshift/v20230904/sync_identity_provider.py +206 -0
- pulumi_azure_native/redhatopenshift/v20230904/sync_set.py +214 -0
- pulumi_azure_native/servicefabric/__init__.py +3 -0
- pulumi_azure_native/servicefabric/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/managed_cluster_application.py +1 -1
- pulumi_azure_native/servicefabric/managed_cluster_application_type.py +1 -1
- pulumi_azure_native/servicefabric/managed_cluster_application_type_version.py +1 -1
- pulumi_azure_native/servicefabric/managed_cluster_service.py +1 -1
- pulumi_azure_native/servicefabric/node_type.py +1 -1
- pulumi_azure_native/servicefabric/v20200101preview/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20220101/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20221001preview/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20230301preview/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_application.py +1 -1
- pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_application_type.py +1 -1
- pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_application_type_version.py +1 -1
- pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_service.py +1 -1
- pulumi_azure_native/servicefabric/v20230301preview/node_type.py +1 -1
- pulumi_azure_native/servicefabric/v20230701preview/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_application.py +1 -1
- pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_application_type.py +1 -1
- pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_application_type_version.py +1 -1
- pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_service.py +1 -1
- pulumi_azure_native/servicefabric/v20230701preview/node_type.py +1 -1
- pulumi_azure_native/servicefabric/v20230901preview/__init__.py +24 -0
- pulumi_azure_native/servicefabric/v20230901preview/_enums.py +484 -0
- pulumi_azure_native/servicefabric/v20230901preview/_inputs.py +3501 -0
- pulumi_azure_native/servicefabric/v20230901preview/get_managed_cluster.py +625 -0
- pulumi_azure_native/servicefabric/v20230901preview/get_managed_cluster_application.py +228 -0
- pulumi_azure_native/servicefabric/v20230901preview/get_managed_cluster_application_type.py +162 -0
- pulumi_azure_native/servicefabric/v20230901preview/get_managed_cluster_application_type_version.py +180 -0
- pulumi_azure_native/servicefabric/v20230901preview/get_managed_cluster_service.py +167 -0
- pulumi_azure_native/servicefabric/v20230901preview/get_node_type.py +760 -0
- pulumi_azure_native/servicefabric/v20230901preview/getmanaged_az_resiliency_status.py +92 -0
- pulumi_azure_native/servicefabric/v20230901preview/getmanaged_maintenance_window_status.py +156 -0
- pulumi_azure_native/servicefabric/v20230901preview/managed_cluster.py +1160 -0
- pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_application.py +404 -0
- pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_application_type.py +253 -0
- pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_application_type_version.py +304 -0
- pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_service.py +295 -0
- pulumi_azure_native/servicefabric/v20230901preview/node_type.py +1603 -0
- pulumi_azure_native/servicefabric/v20230901preview/outputs.py +4039 -0
- pulumi_azure_native/storagemover/__init__.py +3 -0
- pulumi_azure_native/storagemover/agent.py +1 -1
- pulumi_azure_native/storagemover/endpoint.py +1 -1
- pulumi_azure_native/storagemover/job_definition.py +1 -1
- pulumi_azure_native/storagemover/project.py +1 -1
- pulumi_azure_native/storagemover/storage_mover.py +1 -1
- pulumi_azure_native/storagemover/v20230301/agent.py +1 -1
- pulumi_azure_native/storagemover/v20230301/endpoint.py +1 -1
- pulumi_azure_native/storagemover/v20230301/job_definition.py +1 -1
- pulumi_azure_native/storagemover/v20230301/project.py +1 -1
- pulumi_azure_native/storagemover/v20230301/storage_mover.py +1 -1
- pulumi_azure_native/storagemover/v20230701preview/agent.py +1 -1
- pulumi_azure_native/storagemover/v20230701preview/endpoint.py +1 -1
- pulumi_azure_native/storagemover/v20230701preview/job_definition.py +1 -1
- pulumi_azure_native/storagemover/v20230701preview/project.py +1 -1
- pulumi_azure_native/storagemover/v20230701preview/storage_mover.py +1 -1
- pulumi_azure_native/storagemover/v20231001/__init__.py +20 -0
- pulumi_azure_native/storagemover/v20231001/_enums.py +46 -0
- pulumi_azure_native/storagemover/v20231001/_inputs.py +393 -0
- pulumi_azure_native/storagemover/v20231001/agent.py +361 -0
- pulumi_azure_native/storagemover/v20231001/endpoint.py +217 -0
- pulumi_azure_native/storagemover/v20231001/get_agent.py +276 -0
- pulumi_azure_native/storagemover/v20231001/get_endpoint.py +136 -0
- pulumi_azure_native/storagemover/v20231001/get_job_definition.py +310 -0
- pulumi_azure_native/storagemover/v20231001/get_project.py +149 -0
- pulumi_azure_native/storagemover/v20231001/get_storage_mover.py +170 -0
- pulumi_azure_native/storagemover/v20231001/job_definition.py +483 -0
- pulumi_azure_native/storagemover/v20231001/outputs.py +619 -0
- pulumi_azure_native/storagemover/v20231001/project.py +224 -0
- pulumi_azure_native/storagemover/v20231001/storage_mover.py +261 -0
- {pulumi_azure_native-2.9.1a1696411987.dist-info → pulumi_azure_native-2.10.0.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.9.1a1696411987.dist-info → pulumi_azure_native-2.10.0.dist-info}/RECORD +317 -158
- {pulumi_azure_native-2.9.1a1696411987.dist-info → pulumi_azure_native-2.10.0.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.9.1a1696411987.dist-info → pulumi_azure_native-2.10.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,276 @@
|
|
|
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
|
+
'GetAgentResult',
|
|
15
|
+
'AwaitableGetAgentResult',
|
|
16
|
+
'get_agent',
|
|
17
|
+
'get_agent_output',
|
|
18
|
+
]
|
|
19
|
+
|
|
20
|
+
@pulumi.output_type
|
|
21
|
+
class GetAgentResult:
|
|
22
|
+
"""
|
|
23
|
+
The Agent resource.
|
|
24
|
+
"""
|
|
25
|
+
def __init__(__self__, agent_status=None, agent_version=None, arc_resource_id=None, arc_vm_uuid=None, description=None, error_details=None, id=None, last_status_update=None, local_ip_address=None, memory_in_mb=None, name=None, number_of_cores=None, provisioning_state=None, system_data=None, type=None, uptime_in_seconds=None):
|
|
26
|
+
if agent_status and not isinstance(agent_status, str):
|
|
27
|
+
raise TypeError("Expected argument 'agent_status' to be a str")
|
|
28
|
+
pulumi.set(__self__, "agent_status", agent_status)
|
|
29
|
+
if agent_version and not isinstance(agent_version, str):
|
|
30
|
+
raise TypeError("Expected argument 'agent_version' to be a str")
|
|
31
|
+
pulumi.set(__self__, "agent_version", agent_version)
|
|
32
|
+
if arc_resource_id and not isinstance(arc_resource_id, str):
|
|
33
|
+
raise TypeError("Expected argument 'arc_resource_id' to be a str")
|
|
34
|
+
pulumi.set(__self__, "arc_resource_id", arc_resource_id)
|
|
35
|
+
if arc_vm_uuid and not isinstance(arc_vm_uuid, str):
|
|
36
|
+
raise TypeError("Expected argument 'arc_vm_uuid' to be a str")
|
|
37
|
+
pulumi.set(__self__, "arc_vm_uuid", arc_vm_uuid)
|
|
38
|
+
if description and not isinstance(description, str):
|
|
39
|
+
raise TypeError("Expected argument 'description' to be a str")
|
|
40
|
+
pulumi.set(__self__, "description", description)
|
|
41
|
+
if error_details and not isinstance(error_details, dict):
|
|
42
|
+
raise TypeError("Expected argument 'error_details' to be a dict")
|
|
43
|
+
pulumi.set(__self__, "error_details", error_details)
|
|
44
|
+
if id and not isinstance(id, str):
|
|
45
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
46
|
+
pulumi.set(__self__, "id", id)
|
|
47
|
+
if last_status_update and not isinstance(last_status_update, str):
|
|
48
|
+
raise TypeError("Expected argument 'last_status_update' to be a str")
|
|
49
|
+
pulumi.set(__self__, "last_status_update", last_status_update)
|
|
50
|
+
if local_ip_address and not isinstance(local_ip_address, str):
|
|
51
|
+
raise TypeError("Expected argument 'local_ip_address' to be a str")
|
|
52
|
+
pulumi.set(__self__, "local_ip_address", local_ip_address)
|
|
53
|
+
if memory_in_mb and not isinstance(memory_in_mb, float):
|
|
54
|
+
raise TypeError("Expected argument 'memory_in_mb' to be a float")
|
|
55
|
+
pulumi.set(__self__, "memory_in_mb", memory_in_mb)
|
|
56
|
+
if name and not isinstance(name, str):
|
|
57
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
58
|
+
pulumi.set(__self__, "name", name)
|
|
59
|
+
if number_of_cores and not isinstance(number_of_cores, float):
|
|
60
|
+
raise TypeError("Expected argument 'number_of_cores' to be a float")
|
|
61
|
+
pulumi.set(__self__, "number_of_cores", number_of_cores)
|
|
62
|
+
if provisioning_state and not isinstance(provisioning_state, str):
|
|
63
|
+
raise TypeError("Expected argument 'provisioning_state' to be a str")
|
|
64
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
65
|
+
if system_data and not isinstance(system_data, dict):
|
|
66
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
67
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
68
|
+
if type and not isinstance(type, str):
|
|
69
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
70
|
+
pulumi.set(__self__, "type", type)
|
|
71
|
+
if uptime_in_seconds and not isinstance(uptime_in_seconds, float):
|
|
72
|
+
raise TypeError("Expected argument 'uptime_in_seconds' to be a float")
|
|
73
|
+
pulumi.set(__self__, "uptime_in_seconds", uptime_in_seconds)
|
|
74
|
+
|
|
75
|
+
@property
|
|
76
|
+
@pulumi.getter(name="agentStatus")
|
|
77
|
+
def agent_status(self) -> str:
|
|
78
|
+
"""
|
|
79
|
+
The Agent status.
|
|
80
|
+
"""
|
|
81
|
+
return pulumi.get(self, "agent_status")
|
|
82
|
+
|
|
83
|
+
@property
|
|
84
|
+
@pulumi.getter(name="agentVersion")
|
|
85
|
+
def agent_version(self) -> str:
|
|
86
|
+
"""
|
|
87
|
+
The Agent version.
|
|
88
|
+
"""
|
|
89
|
+
return pulumi.get(self, "agent_version")
|
|
90
|
+
|
|
91
|
+
@property
|
|
92
|
+
@pulumi.getter(name="arcResourceId")
|
|
93
|
+
def arc_resource_id(self) -> str:
|
|
94
|
+
"""
|
|
95
|
+
The fully qualified resource ID of the Hybrid Compute resource for the Agent.
|
|
96
|
+
"""
|
|
97
|
+
return pulumi.get(self, "arc_resource_id")
|
|
98
|
+
|
|
99
|
+
@property
|
|
100
|
+
@pulumi.getter(name="arcVmUuid")
|
|
101
|
+
def arc_vm_uuid(self) -> str:
|
|
102
|
+
"""
|
|
103
|
+
The VM UUID of the Hybrid Compute resource for the Agent.
|
|
104
|
+
"""
|
|
105
|
+
return pulumi.get(self, "arc_vm_uuid")
|
|
106
|
+
|
|
107
|
+
@property
|
|
108
|
+
@pulumi.getter
|
|
109
|
+
def description(self) -> Optional[str]:
|
|
110
|
+
"""
|
|
111
|
+
A description for the Agent.
|
|
112
|
+
"""
|
|
113
|
+
return pulumi.get(self, "description")
|
|
114
|
+
|
|
115
|
+
@property
|
|
116
|
+
@pulumi.getter(name="errorDetails")
|
|
117
|
+
def error_details(self) -> 'outputs.AgentPropertiesResponseErrorDetails':
|
|
118
|
+
return pulumi.get(self, "error_details")
|
|
119
|
+
|
|
120
|
+
@property
|
|
121
|
+
@pulumi.getter
|
|
122
|
+
def id(self) -> str:
|
|
123
|
+
"""
|
|
124
|
+
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
125
|
+
"""
|
|
126
|
+
return pulumi.get(self, "id")
|
|
127
|
+
|
|
128
|
+
@property
|
|
129
|
+
@pulumi.getter(name="lastStatusUpdate")
|
|
130
|
+
def last_status_update(self) -> str:
|
|
131
|
+
"""
|
|
132
|
+
The last updated time of the Agent status.
|
|
133
|
+
"""
|
|
134
|
+
return pulumi.get(self, "last_status_update")
|
|
135
|
+
|
|
136
|
+
@property
|
|
137
|
+
@pulumi.getter(name="localIPAddress")
|
|
138
|
+
def local_ip_address(self) -> str:
|
|
139
|
+
"""
|
|
140
|
+
Local IP address reported by the Agent.
|
|
141
|
+
"""
|
|
142
|
+
return pulumi.get(self, "local_ip_address")
|
|
143
|
+
|
|
144
|
+
@property
|
|
145
|
+
@pulumi.getter(name="memoryInMB")
|
|
146
|
+
def memory_in_mb(self) -> float:
|
|
147
|
+
"""
|
|
148
|
+
Available memory reported by the Agent, in MB.
|
|
149
|
+
"""
|
|
150
|
+
return pulumi.get(self, "memory_in_mb")
|
|
151
|
+
|
|
152
|
+
@property
|
|
153
|
+
@pulumi.getter
|
|
154
|
+
def name(self) -> str:
|
|
155
|
+
"""
|
|
156
|
+
The name of the resource
|
|
157
|
+
"""
|
|
158
|
+
return pulumi.get(self, "name")
|
|
159
|
+
|
|
160
|
+
@property
|
|
161
|
+
@pulumi.getter(name="numberOfCores")
|
|
162
|
+
def number_of_cores(self) -> float:
|
|
163
|
+
"""
|
|
164
|
+
Available compute cores reported by the Agent.
|
|
165
|
+
"""
|
|
166
|
+
return pulumi.get(self, "number_of_cores")
|
|
167
|
+
|
|
168
|
+
@property
|
|
169
|
+
@pulumi.getter(name="provisioningState")
|
|
170
|
+
def provisioning_state(self) -> str:
|
|
171
|
+
"""
|
|
172
|
+
The provisioning state of this resource.
|
|
173
|
+
"""
|
|
174
|
+
return pulumi.get(self, "provisioning_state")
|
|
175
|
+
|
|
176
|
+
@property
|
|
177
|
+
@pulumi.getter(name="systemData")
|
|
178
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
179
|
+
"""
|
|
180
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
181
|
+
"""
|
|
182
|
+
return pulumi.get(self, "system_data")
|
|
183
|
+
|
|
184
|
+
@property
|
|
185
|
+
@pulumi.getter
|
|
186
|
+
def type(self) -> str:
|
|
187
|
+
"""
|
|
188
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
189
|
+
"""
|
|
190
|
+
return pulumi.get(self, "type")
|
|
191
|
+
|
|
192
|
+
@property
|
|
193
|
+
@pulumi.getter(name="uptimeInSeconds")
|
|
194
|
+
def uptime_in_seconds(self) -> float:
|
|
195
|
+
"""
|
|
196
|
+
Uptime of the Agent in seconds.
|
|
197
|
+
"""
|
|
198
|
+
return pulumi.get(self, "uptime_in_seconds")
|
|
199
|
+
|
|
200
|
+
|
|
201
|
+
class AwaitableGetAgentResult(GetAgentResult):
|
|
202
|
+
# pylint: disable=using-constant-test
|
|
203
|
+
def __await__(self):
|
|
204
|
+
if False:
|
|
205
|
+
yield self
|
|
206
|
+
return GetAgentResult(
|
|
207
|
+
agent_status=self.agent_status,
|
|
208
|
+
agent_version=self.agent_version,
|
|
209
|
+
arc_resource_id=self.arc_resource_id,
|
|
210
|
+
arc_vm_uuid=self.arc_vm_uuid,
|
|
211
|
+
description=self.description,
|
|
212
|
+
error_details=self.error_details,
|
|
213
|
+
id=self.id,
|
|
214
|
+
last_status_update=self.last_status_update,
|
|
215
|
+
local_ip_address=self.local_ip_address,
|
|
216
|
+
memory_in_mb=self.memory_in_mb,
|
|
217
|
+
name=self.name,
|
|
218
|
+
number_of_cores=self.number_of_cores,
|
|
219
|
+
provisioning_state=self.provisioning_state,
|
|
220
|
+
system_data=self.system_data,
|
|
221
|
+
type=self.type,
|
|
222
|
+
uptime_in_seconds=self.uptime_in_seconds)
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
def get_agent(agent_name: Optional[str] = None,
|
|
226
|
+
resource_group_name: Optional[str] = None,
|
|
227
|
+
storage_mover_name: Optional[str] = None,
|
|
228
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAgentResult:
|
|
229
|
+
"""
|
|
230
|
+
Gets an Agent resource.
|
|
231
|
+
|
|
232
|
+
|
|
233
|
+
:param str agent_name: The name of the Agent resource.
|
|
234
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
235
|
+
:param str storage_mover_name: The name of the Storage Mover resource.
|
|
236
|
+
"""
|
|
237
|
+
__args__ = dict()
|
|
238
|
+
__args__['agentName'] = agent_name
|
|
239
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
240
|
+
__args__['storageMoverName'] = storage_mover_name
|
|
241
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
242
|
+
__ret__ = pulumi.runtime.invoke('azure-native:storagemover/v20231001:getAgent', __args__, opts=opts, typ=GetAgentResult).value
|
|
243
|
+
|
|
244
|
+
return AwaitableGetAgentResult(
|
|
245
|
+
agent_status=pulumi.get(__ret__, 'agent_status'),
|
|
246
|
+
agent_version=pulumi.get(__ret__, 'agent_version'),
|
|
247
|
+
arc_resource_id=pulumi.get(__ret__, 'arc_resource_id'),
|
|
248
|
+
arc_vm_uuid=pulumi.get(__ret__, 'arc_vm_uuid'),
|
|
249
|
+
description=pulumi.get(__ret__, 'description'),
|
|
250
|
+
error_details=pulumi.get(__ret__, 'error_details'),
|
|
251
|
+
id=pulumi.get(__ret__, 'id'),
|
|
252
|
+
last_status_update=pulumi.get(__ret__, 'last_status_update'),
|
|
253
|
+
local_ip_address=pulumi.get(__ret__, 'local_ip_address'),
|
|
254
|
+
memory_in_mb=pulumi.get(__ret__, 'memory_in_mb'),
|
|
255
|
+
name=pulumi.get(__ret__, 'name'),
|
|
256
|
+
number_of_cores=pulumi.get(__ret__, 'number_of_cores'),
|
|
257
|
+
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
258
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
259
|
+
type=pulumi.get(__ret__, 'type'),
|
|
260
|
+
uptime_in_seconds=pulumi.get(__ret__, 'uptime_in_seconds'))
|
|
261
|
+
|
|
262
|
+
|
|
263
|
+
@_utilities.lift_output_func(get_agent)
|
|
264
|
+
def get_agent_output(agent_name: Optional[pulumi.Input[str]] = None,
|
|
265
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
266
|
+
storage_mover_name: Optional[pulumi.Input[str]] = None,
|
|
267
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetAgentResult]:
|
|
268
|
+
"""
|
|
269
|
+
Gets an Agent resource.
|
|
270
|
+
|
|
271
|
+
|
|
272
|
+
:param str agent_name: The name of the Agent resource.
|
|
273
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
274
|
+
:param str storage_mover_name: The name of the Storage Mover resource.
|
|
275
|
+
"""
|
|
276
|
+
...
|
|
@@ -0,0 +1,136 @@
|
|
|
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
|
+
'GetEndpointResult',
|
|
15
|
+
'AwaitableGetEndpointResult',
|
|
16
|
+
'get_endpoint',
|
|
17
|
+
'get_endpoint_output',
|
|
18
|
+
]
|
|
19
|
+
|
|
20
|
+
@pulumi.output_type
|
|
21
|
+
class GetEndpointResult:
|
|
22
|
+
"""
|
|
23
|
+
The Endpoint resource, which contains information about file sources and targets.
|
|
24
|
+
"""
|
|
25
|
+
def __init__(__self__, id=None, name=None, properties=None, system_data=None, type=None):
|
|
26
|
+
if id and not isinstance(id, str):
|
|
27
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
28
|
+
pulumi.set(__self__, "id", id)
|
|
29
|
+
if name and not isinstance(name, str):
|
|
30
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
31
|
+
pulumi.set(__self__, "name", name)
|
|
32
|
+
if properties and not isinstance(properties, dict):
|
|
33
|
+
raise TypeError("Expected argument 'properties' to be a dict")
|
|
34
|
+
pulumi.set(__self__, "properties", properties)
|
|
35
|
+
if system_data and not isinstance(system_data, dict):
|
|
36
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
37
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
38
|
+
if type and not isinstance(type, str):
|
|
39
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
40
|
+
pulumi.set(__self__, "type", type)
|
|
41
|
+
|
|
42
|
+
@property
|
|
43
|
+
@pulumi.getter
|
|
44
|
+
def id(self) -> str:
|
|
45
|
+
"""
|
|
46
|
+
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
47
|
+
"""
|
|
48
|
+
return pulumi.get(self, "id")
|
|
49
|
+
|
|
50
|
+
@property
|
|
51
|
+
@pulumi.getter
|
|
52
|
+
def name(self) -> str:
|
|
53
|
+
"""
|
|
54
|
+
The name of the resource
|
|
55
|
+
"""
|
|
56
|
+
return pulumi.get(self, "name")
|
|
57
|
+
|
|
58
|
+
@property
|
|
59
|
+
@pulumi.getter
|
|
60
|
+
def properties(self) -> Any:
|
|
61
|
+
"""
|
|
62
|
+
The resource specific properties for the Storage Mover resource.
|
|
63
|
+
"""
|
|
64
|
+
return pulumi.get(self, "properties")
|
|
65
|
+
|
|
66
|
+
@property
|
|
67
|
+
@pulumi.getter(name="systemData")
|
|
68
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
69
|
+
"""
|
|
70
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
71
|
+
"""
|
|
72
|
+
return pulumi.get(self, "system_data")
|
|
73
|
+
|
|
74
|
+
@property
|
|
75
|
+
@pulumi.getter
|
|
76
|
+
def type(self) -> str:
|
|
77
|
+
"""
|
|
78
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
79
|
+
"""
|
|
80
|
+
return pulumi.get(self, "type")
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
class AwaitableGetEndpointResult(GetEndpointResult):
|
|
84
|
+
# pylint: disable=using-constant-test
|
|
85
|
+
def __await__(self):
|
|
86
|
+
if False:
|
|
87
|
+
yield self
|
|
88
|
+
return GetEndpointResult(
|
|
89
|
+
id=self.id,
|
|
90
|
+
name=self.name,
|
|
91
|
+
properties=self.properties,
|
|
92
|
+
system_data=self.system_data,
|
|
93
|
+
type=self.type)
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
def get_endpoint(endpoint_name: Optional[str] = None,
|
|
97
|
+
resource_group_name: Optional[str] = None,
|
|
98
|
+
storage_mover_name: Optional[str] = None,
|
|
99
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetEndpointResult:
|
|
100
|
+
"""
|
|
101
|
+
Gets an Endpoint resource.
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
:param str endpoint_name: The name of the Endpoint resource.
|
|
105
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
106
|
+
:param str storage_mover_name: The name of the Storage Mover resource.
|
|
107
|
+
"""
|
|
108
|
+
__args__ = dict()
|
|
109
|
+
__args__['endpointName'] = endpoint_name
|
|
110
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
111
|
+
__args__['storageMoverName'] = storage_mover_name
|
|
112
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
113
|
+
__ret__ = pulumi.runtime.invoke('azure-native:storagemover/v20231001:getEndpoint', __args__, opts=opts, typ=GetEndpointResult).value
|
|
114
|
+
|
|
115
|
+
return AwaitableGetEndpointResult(
|
|
116
|
+
id=pulumi.get(__ret__, 'id'),
|
|
117
|
+
name=pulumi.get(__ret__, 'name'),
|
|
118
|
+
properties=pulumi.get(__ret__, 'properties'),
|
|
119
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
120
|
+
type=pulumi.get(__ret__, 'type'))
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
@_utilities.lift_output_func(get_endpoint)
|
|
124
|
+
def get_endpoint_output(endpoint_name: Optional[pulumi.Input[str]] = None,
|
|
125
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
126
|
+
storage_mover_name: Optional[pulumi.Input[str]] = None,
|
|
127
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetEndpointResult]:
|
|
128
|
+
"""
|
|
129
|
+
Gets an Endpoint resource.
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
:param str endpoint_name: The name of the Endpoint resource.
|
|
133
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
134
|
+
:param str storage_mover_name: The name of the Storage Mover resource.
|
|
135
|
+
"""
|
|
136
|
+
...
|