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,310 @@
|
|
|
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
|
+
'GetJobDefinitionResult',
|
|
15
|
+
'AwaitableGetJobDefinitionResult',
|
|
16
|
+
'get_job_definition',
|
|
17
|
+
'get_job_definition_output',
|
|
18
|
+
]
|
|
19
|
+
|
|
20
|
+
@pulumi.output_type
|
|
21
|
+
class GetJobDefinitionResult:
|
|
22
|
+
"""
|
|
23
|
+
The Job Definition resource.
|
|
24
|
+
"""
|
|
25
|
+
def __init__(__self__, agent_name=None, agent_resource_id=None, copy_mode=None, description=None, id=None, latest_job_run_name=None, latest_job_run_resource_id=None, latest_job_run_status=None, name=None, provisioning_state=None, source_name=None, source_resource_id=None, source_subpath=None, system_data=None, target_name=None, target_resource_id=None, target_subpath=None, type=None):
|
|
26
|
+
if agent_name and not isinstance(agent_name, str):
|
|
27
|
+
raise TypeError("Expected argument 'agent_name' to be a str")
|
|
28
|
+
pulumi.set(__self__, "agent_name", agent_name)
|
|
29
|
+
if agent_resource_id and not isinstance(agent_resource_id, str):
|
|
30
|
+
raise TypeError("Expected argument 'agent_resource_id' to be a str")
|
|
31
|
+
pulumi.set(__self__, "agent_resource_id", agent_resource_id)
|
|
32
|
+
if copy_mode and not isinstance(copy_mode, str):
|
|
33
|
+
raise TypeError("Expected argument 'copy_mode' to be a str")
|
|
34
|
+
pulumi.set(__self__, "copy_mode", copy_mode)
|
|
35
|
+
if description and not isinstance(description, str):
|
|
36
|
+
raise TypeError("Expected argument 'description' to be a str")
|
|
37
|
+
pulumi.set(__self__, "description", description)
|
|
38
|
+
if id and not isinstance(id, str):
|
|
39
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
40
|
+
pulumi.set(__self__, "id", id)
|
|
41
|
+
if latest_job_run_name and not isinstance(latest_job_run_name, str):
|
|
42
|
+
raise TypeError("Expected argument 'latest_job_run_name' to be a str")
|
|
43
|
+
pulumi.set(__self__, "latest_job_run_name", latest_job_run_name)
|
|
44
|
+
if latest_job_run_resource_id and not isinstance(latest_job_run_resource_id, str):
|
|
45
|
+
raise TypeError("Expected argument 'latest_job_run_resource_id' to be a str")
|
|
46
|
+
pulumi.set(__self__, "latest_job_run_resource_id", latest_job_run_resource_id)
|
|
47
|
+
if latest_job_run_status and not isinstance(latest_job_run_status, str):
|
|
48
|
+
raise TypeError("Expected argument 'latest_job_run_status' to be a str")
|
|
49
|
+
pulumi.set(__self__, "latest_job_run_status", latest_job_run_status)
|
|
50
|
+
if name and not isinstance(name, str):
|
|
51
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
52
|
+
pulumi.set(__self__, "name", name)
|
|
53
|
+
if provisioning_state and not isinstance(provisioning_state, str):
|
|
54
|
+
raise TypeError("Expected argument 'provisioning_state' to be a str")
|
|
55
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
56
|
+
if source_name and not isinstance(source_name, str):
|
|
57
|
+
raise TypeError("Expected argument 'source_name' to be a str")
|
|
58
|
+
pulumi.set(__self__, "source_name", source_name)
|
|
59
|
+
if source_resource_id and not isinstance(source_resource_id, str):
|
|
60
|
+
raise TypeError("Expected argument 'source_resource_id' to be a str")
|
|
61
|
+
pulumi.set(__self__, "source_resource_id", source_resource_id)
|
|
62
|
+
if source_subpath and not isinstance(source_subpath, str):
|
|
63
|
+
raise TypeError("Expected argument 'source_subpath' to be a str")
|
|
64
|
+
pulumi.set(__self__, "source_subpath", source_subpath)
|
|
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 target_name and not isinstance(target_name, str):
|
|
69
|
+
raise TypeError("Expected argument 'target_name' to be a str")
|
|
70
|
+
pulumi.set(__self__, "target_name", target_name)
|
|
71
|
+
if target_resource_id and not isinstance(target_resource_id, str):
|
|
72
|
+
raise TypeError("Expected argument 'target_resource_id' to be a str")
|
|
73
|
+
pulumi.set(__self__, "target_resource_id", target_resource_id)
|
|
74
|
+
if target_subpath and not isinstance(target_subpath, str):
|
|
75
|
+
raise TypeError("Expected argument 'target_subpath' to be a str")
|
|
76
|
+
pulumi.set(__self__, "target_subpath", target_subpath)
|
|
77
|
+
if type and not isinstance(type, str):
|
|
78
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
79
|
+
pulumi.set(__self__, "type", type)
|
|
80
|
+
|
|
81
|
+
@property
|
|
82
|
+
@pulumi.getter(name="agentName")
|
|
83
|
+
def agent_name(self) -> Optional[str]:
|
|
84
|
+
"""
|
|
85
|
+
Name of the Agent to assign for new Job Runs of this Job Definition.
|
|
86
|
+
"""
|
|
87
|
+
return pulumi.get(self, "agent_name")
|
|
88
|
+
|
|
89
|
+
@property
|
|
90
|
+
@pulumi.getter(name="agentResourceId")
|
|
91
|
+
def agent_resource_id(self) -> str:
|
|
92
|
+
"""
|
|
93
|
+
Fully qualified resource id of the Agent to assign for new Job Runs of this Job Definition.
|
|
94
|
+
"""
|
|
95
|
+
return pulumi.get(self, "agent_resource_id")
|
|
96
|
+
|
|
97
|
+
@property
|
|
98
|
+
@pulumi.getter(name="copyMode")
|
|
99
|
+
def copy_mode(self) -> str:
|
|
100
|
+
"""
|
|
101
|
+
Strategy to use for copy.
|
|
102
|
+
"""
|
|
103
|
+
return pulumi.get(self, "copy_mode")
|
|
104
|
+
|
|
105
|
+
@property
|
|
106
|
+
@pulumi.getter
|
|
107
|
+
def description(self) -> Optional[str]:
|
|
108
|
+
"""
|
|
109
|
+
A description for the Job Definition.
|
|
110
|
+
"""
|
|
111
|
+
return pulumi.get(self, "description")
|
|
112
|
+
|
|
113
|
+
@property
|
|
114
|
+
@pulumi.getter
|
|
115
|
+
def id(self) -> str:
|
|
116
|
+
"""
|
|
117
|
+
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
118
|
+
"""
|
|
119
|
+
return pulumi.get(self, "id")
|
|
120
|
+
|
|
121
|
+
@property
|
|
122
|
+
@pulumi.getter(name="latestJobRunName")
|
|
123
|
+
def latest_job_run_name(self) -> str:
|
|
124
|
+
"""
|
|
125
|
+
The name of the Job Run in a non-terminal state, if exists.
|
|
126
|
+
"""
|
|
127
|
+
return pulumi.get(self, "latest_job_run_name")
|
|
128
|
+
|
|
129
|
+
@property
|
|
130
|
+
@pulumi.getter(name="latestJobRunResourceId")
|
|
131
|
+
def latest_job_run_resource_id(self) -> str:
|
|
132
|
+
"""
|
|
133
|
+
The fully qualified resource ID of the Job Run in a non-terminal state, if exists.
|
|
134
|
+
"""
|
|
135
|
+
return pulumi.get(self, "latest_job_run_resource_id")
|
|
136
|
+
|
|
137
|
+
@property
|
|
138
|
+
@pulumi.getter(name="latestJobRunStatus")
|
|
139
|
+
def latest_job_run_status(self) -> str:
|
|
140
|
+
"""
|
|
141
|
+
The current status of the Job Run in a non-terminal state, if exists.
|
|
142
|
+
"""
|
|
143
|
+
return pulumi.get(self, "latest_job_run_status")
|
|
144
|
+
|
|
145
|
+
@property
|
|
146
|
+
@pulumi.getter
|
|
147
|
+
def name(self) -> str:
|
|
148
|
+
"""
|
|
149
|
+
The name of the resource
|
|
150
|
+
"""
|
|
151
|
+
return pulumi.get(self, "name")
|
|
152
|
+
|
|
153
|
+
@property
|
|
154
|
+
@pulumi.getter(name="provisioningState")
|
|
155
|
+
def provisioning_state(self) -> str:
|
|
156
|
+
"""
|
|
157
|
+
The provisioning state of this resource.
|
|
158
|
+
"""
|
|
159
|
+
return pulumi.get(self, "provisioning_state")
|
|
160
|
+
|
|
161
|
+
@property
|
|
162
|
+
@pulumi.getter(name="sourceName")
|
|
163
|
+
def source_name(self) -> str:
|
|
164
|
+
"""
|
|
165
|
+
The name of the source Endpoint.
|
|
166
|
+
"""
|
|
167
|
+
return pulumi.get(self, "source_name")
|
|
168
|
+
|
|
169
|
+
@property
|
|
170
|
+
@pulumi.getter(name="sourceResourceId")
|
|
171
|
+
def source_resource_id(self) -> str:
|
|
172
|
+
"""
|
|
173
|
+
Fully qualified resource ID of the source Endpoint.
|
|
174
|
+
"""
|
|
175
|
+
return pulumi.get(self, "source_resource_id")
|
|
176
|
+
|
|
177
|
+
@property
|
|
178
|
+
@pulumi.getter(name="sourceSubpath")
|
|
179
|
+
def source_subpath(self) -> Optional[str]:
|
|
180
|
+
"""
|
|
181
|
+
The subpath to use when reading from the source Endpoint.
|
|
182
|
+
"""
|
|
183
|
+
return pulumi.get(self, "source_subpath")
|
|
184
|
+
|
|
185
|
+
@property
|
|
186
|
+
@pulumi.getter(name="systemData")
|
|
187
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
188
|
+
"""
|
|
189
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
190
|
+
"""
|
|
191
|
+
return pulumi.get(self, "system_data")
|
|
192
|
+
|
|
193
|
+
@property
|
|
194
|
+
@pulumi.getter(name="targetName")
|
|
195
|
+
def target_name(self) -> str:
|
|
196
|
+
"""
|
|
197
|
+
The name of the target Endpoint.
|
|
198
|
+
"""
|
|
199
|
+
return pulumi.get(self, "target_name")
|
|
200
|
+
|
|
201
|
+
@property
|
|
202
|
+
@pulumi.getter(name="targetResourceId")
|
|
203
|
+
def target_resource_id(self) -> str:
|
|
204
|
+
"""
|
|
205
|
+
Fully qualified resource ID of the target Endpoint.
|
|
206
|
+
"""
|
|
207
|
+
return pulumi.get(self, "target_resource_id")
|
|
208
|
+
|
|
209
|
+
@property
|
|
210
|
+
@pulumi.getter(name="targetSubpath")
|
|
211
|
+
def target_subpath(self) -> Optional[str]:
|
|
212
|
+
"""
|
|
213
|
+
The subpath to use when writing to the target Endpoint.
|
|
214
|
+
"""
|
|
215
|
+
return pulumi.get(self, "target_subpath")
|
|
216
|
+
|
|
217
|
+
@property
|
|
218
|
+
@pulumi.getter
|
|
219
|
+
def type(self) -> str:
|
|
220
|
+
"""
|
|
221
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
222
|
+
"""
|
|
223
|
+
return pulumi.get(self, "type")
|
|
224
|
+
|
|
225
|
+
|
|
226
|
+
class AwaitableGetJobDefinitionResult(GetJobDefinitionResult):
|
|
227
|
+
# pylint: disable=using-constant-test
|
|
228
|
+
def __await__(self):
|
|
229
|
+
if False:
|
|
230
|
+
yield self
|
|
231
|
+
return GetJobDefinitionResult(
|
|
232
|
+
agent_name=self.agent_name,
|
|
233
|
+
agent_resource_id=self.agent_resource_id,
|
|
234
|
+
copy_mode=self.copy_mode,
|
|
235
|
+
description=self.description,
|
|
236
|
+
id=self.id,
|
|
237
|
+
latest_job_run_name=self.latest_job_run_name,
|
|
238
|
+
latest_job_run_resource_id=self.latest_job_run_resource_id,
|
|
239
|
+
latest_job_run_status=self.latest_job_run_status,
|
|
240
|
+
name=self.name,
|
|
241
|
+
provisioning_state=self.provisioning_state,
|
|
242
|
+
source_name=self.source_name,
|
|
243
|
+
source_resource_id=self.source_resource_id,
|
|
244
|
+
source_subpath=self.source_subpath,
|
|
245
|
+
system_data=self.system_data,
|
|
246
|
+
target_name=self.target_name,
|
|
247
|
+
target_resource_id=self.target_resource_id,
|
|
248
|
+
target_subpath=self.target_subpath,
|
|
249
|
+
type=self.type)
|
|
250
|
+
|
|
251
|
+
|
|
252
|
+
def get_job_definition(job_definition_name: Optional[str] = None,
|
|
253
|
+
project_name: Optional[str] = None,
|
|
254
|
+
resource_group_name: Optional[str] = None,
|
|
255
|
+
storage_mover_name: Optional[str] = None,
|
|
256
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetJobDefinitionResult:
|
|
257
|
+
"""
|
|
258
|
+
Gets a Job Definition resource.
|
|
259
|
+
|
|
260
|
+
|
|
261
|
+
:param str job_definition_name: The name of the Job Definition resource.
|
|
262
|
+
:param str project_name: The name of the Project resource.
|
|
263
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
264
|
+
:param str storage_mover_name: The name of the Storage Mover resource.
|
|
265
|
+
"""
|
|
266
|
+
__args__ = dict()
|
|
267
|
+
__args__['jobDefinitionName'] = job_definition_name
|
|
268
|
+
__args__['projectName'] = project_name
|
|
269
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
270
|
+
__args__['storageMoverName'] = storage_mover_name
|
|
271
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
272
|
+
__ret__ = pulumi.runtime.invoke('azure-native:storagemover/v20231001:getJobDefinition', __args__, opts=opts, typ=GetJobDefinitionResult).value
|
|
273
|
+
|
|
274
|
+
return AwaitableGetJobDefinitionResult(
|
|
275
|
+
agent_name=pulumi.get(__ret__, 'agent_name'),
|
|
276
|
+
agent_resource_id=pulumi.get(__ret__, 'agent_resource_id'),
|
|
277
|
+
copy_mode=pulumi.get(__ret__, 'copy_mode'),
|
|
278
|
+
description=pulumi.get(__ret__, 'description'),
|
|
279
|
+
id=pulumi.get(__ret__, 'id'),
|
|
280
|
+
latest_job_run_name=pulumi.get(__ret__, 'latest_job_run_name'),
|
|
281
|
+
latest_job_run_resource_id=pulumi.get(__ret__, 'latest_job_run_resource_id'),
|
|
282
|
+
latest_job_run_status=pulumi.get(__ret__, 'latest_job_run_status'),
|
|
283
|
+
name=pulumi.get(__ret__, 'name'),
|
|
284
|
+
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
285
|
+
source_name=pulumi.get(__ret__, 'source_name'),
|
|
286
|
+
source_resource_id=pulumi.get(__ret__, 'source_resource_id'),
|
|
287
|
+
source_subpath=pulumi.get(__ret__, 'source_subpath'),
|
|
288
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
289
|
+
target_name=pulumi.get(__ret__, 'target_name'),
|
|
290
|
+
target_resource_id=pulumi.get(__ret__, 'target_resource_id'),
|
|
291
|
+
target_subpath=pulumi.get(__ret__, 'target_subpath'),
|
|
292
|
+
type=pulumi.get(__ret__, 'type'))
|
|
293
|
+
|
|
294
|
+
|
|
295
|
+
@_utilities.lift_output_func(get_job_definition)
|
|
296
|
+
def get_job_definition_output(job_definition_name: Optional[pulumi.Input[str]] = None,
|
|
297
|
+
project_name: Optional[pulumi.Input[str]] = None,
|
|
298
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
299
|
+
storage_mover_name: Optional[pulumi.Input[str]] = None,
|
|
300
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetJobDefinitionResult]:
|
|
301
|
+
"""
|
|
302
|
+
Gets a Job Definition resource.
|
|
303
|
+
|
|
304
|
+
|
|
305
|
+
:param str job_definition_name: The name of the Job Definition resource.
|
|
306
|
+
:param str project_name: The name of the Project resource.
|
|
307
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
308
|
+
:param str storage_mover_name: The name of the Storage Mover resource.
|
|
309
|
+
"""
|
|
310
|
+
...
|
|
@@ -0,0 +1,149 @@
|
|
|
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
|
+
'GetProjectResult',
|
|
15
|
+
'AwaitableGetProjectResult',
|
|
16
|
+
'get_project',
|
|
17
|
+
'get_project_output',
|
|
18
|
+
]
|
|
19
|
+
|
|
20
|
+
@pulumi.output_type
|
|
21
|
+
class GetProjectResult:
|
|
22
|
+
"""
|
|
23
|
+
The Project resource.
|
|
24
|
+
"""
|
|
25
|
+
def __init__(__self__, description=None, id=None, name=None, provisioning_state=None, system_data=None, type=None):
|
|
26
|
+
if description and not isinstance(description, str):
|
|
27
|
+
raise TypeError("Expected argument 'description' to be a str")
|
|
28
|
+
pulumi.set(__self__, "description", description)
|
|
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 provisioning_state and not isinstance(provisioning_state, str):
|
|
36
|
+
raise TypeError("Expected argument 'provisioning_state' to be a str")
|
|
37
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
38
|
+
if system_data and not isinstance(system_data, dict):
|
|
39
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
40
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
41
|
+
if type and not isinstance(type, str):
|
|
42
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
43
|
+
pulumi.set(__self__, "type", type)
|
|
44
|
+
|
|
45
|
+
@property
|
|
46
|
+
@pulumi.getter
|
|
47
|
+
def description(self) -> Optional[str]:
|
|
48
|
+
"""
|
|
49
|
+
A description for the Project.
|
|
50
|
+
"""
|
|
51
|
+
return pulumi.get(self, "description")
|
|
52
|
+
|
|
53
|
+
@property
|
|
54
|
+
@pulumi.getter
|
|
55
|
+
def id(self) -> str:
|
|
56
|
+
"""
|
|
57
|
+
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
58
|
+
"""
|
|
59
|
+
return pulumi.get(self, "id")
|
|
60
|
+
|
|
61
|
+
@property
|
|
62
|
+
@pulumi.getter
|
|
63
|
+
def name(self) -> str:
|
|
64
|
+
"""
|
|
65
|
+
The name of the resource
|
|
66
|
+
"""
|
|
67
|
+
return pulumi.get(self, "name")
|
|
68
|
+
|
|
69
|
+
@property
|
|
70
|
+
@pulumi.getter(name="provisioningState")
|
|
71
|
+
def provisioning_state(self) -> str:
|
|
72
|
+
"""
|
|
73
|
+
The provisioning state of this resource.
|
|
74
|
+
"""
|
|
75
|
+
return pulumi.get(self, "provisioning_state")
|
|
76
|
+
|
|
77
|
+
@property
|
|
78
|
+
@pulumi.getter(name="systemData")
|
|
79
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
80
|
+
"""
|
|
81
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
82
|
+
"""
|
|
83
|
+
return pulumi.get(self, "system_data")
|
|
84
|
+
|
|
85
|
+
@property
|
|
86
|
+
@pulumi.getter
|
|
87
|
+
def type(self) -> str:
|
|
88
|
+
"""
|
|
89
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
90
|
+
"""
|
|
91
|
+
return pulumi.get(self, "type")
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
class AwaitableGetProjectResult(GetProjectResult):
|
|
95
|
+
# pylint: disable=using-constant-test
|
|
96
|
+
def __await__(self):
|
|
97
|
+
if False:
|
|
98
|
+
yield self
|
|
99
|
+
return GetProjectResult(
|
|
100
|
+
description=self.description,
|
|
101
|
+
id=self.id,
|
|
102
|
+
name=self.name,
|
|
103
|
+
provisioning_state=self.provisioning_state,
|
|
104
|
+
system_data=self.system_data,
|
|
105
|
+
type=self.type)
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
def get_project(project_name: Optional[str] = None,
|
|
109
|
+
resource_group_name: Optional[str] = None,
|
|
110
|
+
storage_mover_name: Optional[str] = None,
|
|
111
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetProjectResult:
|
|
112
|
+
"""
|
|
113
|
+
Gets a Project resource.
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
:param str project_name: The name of the Project resource.
|
|
117
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
118
|
+
:param str storage_mover_name: The name of the Storage Mover resource.
|
|
119
|
+
"""
|
|
120
|
+
__args__ = dict()
|
|
121
|
+
__args__['projectName'] = project_name
|
|
122
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
123
|
+
__args__['storageMoverName'] = storage_mover_name
|
|
124
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
125
|
+
__ret__ = pulumi.runtime.invoke('azure-native:storagemover/v20231001:getProject', __args__, opts=opts, typ=GetProjectResult).value
|
|
126
|
+
|
|
127
|
+
return AwaitableGetProjectResult(
|
|
128
|
+
description=pulumi.get(__ret__, 'description'),
|
|
129
|
+
id=pulumi.get(__ret__, 'id'),
|
|
130
|
+
name=pulumi.get(__ret__, 'name'),
|
|
131
|
+
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
132
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
133
|
+
type=pulumi.get(__ret__, 'type'))
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
@_utilities.lift_output_func(get_project)
|
|
137
|
+
def get_project_output(project_name: Optional[pulumi.Input[str]] = None,
|
|
138
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
139
|
+
storage_mover_name: Optional[pulumi.Input[str]] = None,
|
|
140
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetProjectResult]:
|
|
141
|
+
"""
|
|
142
|
+
Gets a Project resource.
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
:param str project_name: The name of the Project resource.
|
|
146
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
147
|
+
:param str storage_mover_name: The name of the Storage Mover resource.
|
|
148
|
+
"""
|
|
149
|
+
...
|
|
@@ -0,0 +1,170 @@
|
|
|
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
|
+
'GetStorageMoverResult',
|
|
15
|
+
'AwaitableGetStorageMoverResult',
|
|
16
|
+
'get_storage_mover',
|
|
17
|
+
'get_storage_mover_output',
|
|
18
|
+
]
|
|
19
|
+
|
|
20
|
+
@pulumi.output_type
|
|
21
|
+
class GetStorageMoverResult:
|
|
22
|
+
"""
|
|
23
|
+
The Storage Mover resource, which is a container for a group of Agents, Projects, and Endpoints.
|
|
24
|
+
"""
|
|
25
|
+
def __init__(__self__, description=None, id=None, location=None, name=None, provisioning_state=None, system_data=None, tags=None, type=None):
|
|
26
|
+
if description and not isinstance(description, str):
|
|
27
|
+
raise TypeError("Expected argument 'description' to be a str")
|
|
28
|
+
pulumi.set(__self__, "description", description)
|
|
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 location and not isinstance(location, str):
|
|
33
|
+
raise TypeError("Expected argument 'location' to be a str")
|
|
34
|
+
pulumi.set(__self__, "location", location)
|
|
35
|
+
if name and not isinstance(name, str):
|
|
36
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
37
|
+
pulumi.set(__self__, "name", name)
|
|
38
|
+
if provisioning_state and not isinstance(provisioning_state, str):
|
|
39
|
+
raise TypeError("Expected argument 'provisioning_state' to be a str")
|
|
40
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
41
|
+
if system_data and not isinstance(system_data, dict):
|
|
42
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
43
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
44
|
+
if tags and not isinstance(tags, dict):
|
|
45
|
+
raise TypeError("Expected argument 'tags' to be a dict")
|
|
46
|
+
pulumi.set(__self__, "tags", tags)
|
|
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 description(self) -> Optional[str]:
|
|
54
|
+
"""
|
|
55
|
+
A description for the Storage Mover.
|
|
56
|
+
"""
|
|
57
|
+
return pulumi.get(self, "description")
|
|
58
|
+
|
|
59
|
+
@property
|
|
60
|
+
@pulumi.getter
|
|
61
|
+
def id(self) -> str:
|
|
62
|
+
"""
|
|
63
|
+
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
64
|
+
"""
|
|
65
|
+
return pulumi.get(self, "id")
|
|
66
|
+
|
|
67
|
+
@property
|
|
68
|
+
@pulumi.getter
|
|
69
|
+
def location(self) -> str:
|
|
70
|
+
"""
|
|
71
|
+
The geo-location where the resource lives
|
|
72
|
+
"""
|
|
73
|
+
return pulumi.get(self, "location")
|
|
74
|
+
|
|
75
|
+
@property
|
|
76
|
+
@pulumi.getter
|
|
77
|
+
def name(self) -> str:
|
|
78
|
+
"""
|
|
79
|
+
The name of the resource
|
|
80
|
+
"""
|
|
81
|
+
return pulumi.get(self, "name")
|
|
82
|
+
|
|
83
|
+
@property
|
|
84
|
+
@pulumi.getter(name="provisioningState")
|
|
85
|
+
def provisioning_state(self) -> str:
|
|
86
|
+
"""
|
|
87
|
+
The provisioning state of this resource.
|
|
88
|
+
"""
|
|
89
|
+
return pulumi.get(self, "provisioning_state")
|
|
90
|
+
|
|
91
|
+
@property
|
|
92
|
+
@pulumi.getter(name="systemData")
|
|
93
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
94
|
+
"""
|
|
95
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
96
|
+
"""
|
|
97
|
+
return pulumi.get(self, "system_data")
|
|
98
|
+
|
|
99
|
+
@property
|
|
100
|
+
@pulumi.getter
|
|
101
|
+
def tags(self) -> Optional[Mapping[str, str]]:
|
|
102
|
+
"""
|
|
103
|
+
Resource tags.
|
|
104
|
+
"""
|
|
105
|
+
return pulumi.get(self, "tags")
|
|
106
|
+
|
|
107
|
+
@property
|
|
108
|
+
@pulumi.getter
|
|
109
|
+
def type(self) -> str:
|
|
110
|
+
"""
|
|
111
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
112
|
+
"""
|
|
113
|
+
return pulumi.get(self, "type")
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
class AwaitableGetStorageMoverResult(GetStorageMoverResult):
|
|
117
|
+
# pylint: disable=using-constant-test
|
|
118
|
+
def __await__(self):
|
|
119
|
+
if False:
|
|
120
|
+
yield self
|
|
121
|
+
return GetStorageMoverResult(
|
|
122
|
+
description=self.description,
|
|
123
|
+
id=self.id,
|
|
124
|
+
location=self.location,
|
|
125
|
+
name=self.name,
|
|
126
|
+
provisioning_state=self.provisioning_state,
|
|
127
|
+
system_data=self.system_data,
|
|
128
|
+
tags=self.tags,
|
|
129
|
+
type=self.type)
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
def get_storage_mover(resource_group_name: Optional[str] = None,
|
|
133
|
+
storage_mover_name: Optional[str] = None,
|
|
134
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetStorageMoverResult:
|
|
135
|
+
"""
|
|
136
|
+
Gets a Storage Mover resource.
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
140
|
+
:param str storage_mover_name: The name of the Storage Mover resource.
|
|
141
|
+
"""
|
|
142
|
+
__args__ = dict()
|
|
143
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
144
|
+
__args__['storageMoverName'] = storage_mover_name
|
|
145
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
146
|
+
__ret__ = pulumi.runtime.invoke('azure-native:storagemover/v20231001:getStorageMover', __args__, opts=opts, typ=GetStorageMoverResult).value
|
|
147
|
+
|
|
148
|
+
return AwaitableGetStorageMoverResult(
|
|
149
|
+
description=pulumi.get(__ret__, 'description'),
|
|
150
|
+
id=pulumi.get(__ret__, 'id'),
|
|
151
|
+
location=pulumi.get(__ret__, 'location'),
|
|
152
|
+
name=pulumi.get(__ret__, 'name'),
|
|
153
|
+
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
154
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
155
|
+
tags=pulumi.get(__ret__, 'tags'),
|
|
156
|
+
type=pulumi.get(__ret__, 'type'))
|
|
157
|
+
|
|
158
|
+
|
|
159
|
+
@_utilities.lift_output_func(get_storage_mover)
|
|
160
|
+
def get_storage_mover_output(resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
161
|
+
storage_mover_name: Optional[pulumi.Input[str]] = None,
|
|
162
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetStorageMoverResult]:
|
|
163
|
+
"""
|
|
164
|
+
Gets a Storage Mover resource.
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
168
|
+
:param str storage_mover_name: The name of the Storage Mover resource.
|
|
169
|
+
"""
|
|
170
|
+
...
|