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,483 @@
|
|
|
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
|
+
from ._enums import *
|
|
13
|
+
|
|
14
|
+
__all__ = ['JobDefinitionArgs', 'JobDefinition']
|
|
15
|
+
|
|
16
|
+
@pulumi.input_type
|
|
17
|
+
class JobDefinitionArgs:
|
|
18
|
+
def __init__(__self__, *,
|
|
19
|
+
copy_mode: pulumi.Input[Union[str, 'CopyMode']],
|
|
20
|
+
project_name: pulumi.Input[str],
|
|
21
|
+
resource_group_name: pulumi.Input[str],
|
|
22
|
+
source_name: pulumi.Input[str],
|
|
23
|
+
storage_mover_name: pulumi.Input[str],
|
|
24
|
+
target_name: pulumi.Input[str],
|
|
25
|
+
agent_name: Optional[pulumi.Input[str]] = None,
|
|
26
|
+
description: Optional[pulumi.Input[str]] = None,
|
|
27
|
+
job_definition_name: Optional[pulumi.Input[str]] = None,
|
|
28
|
+
source_subpath: Optional[pulumi.Input[str]] = None,
|
|
29
|
+
target_subpath: Optional[pulumi.Input[str]] = None):
|
|
30
|
+
"""
|
|
31
|
+
The set of arguments for constructing a JobDefinition resource.
|
|
32
|
+
:param pulumi.Input[Union[str, 'CopyMode']] copy_mode: Strategy to use for copy.
|
|
33
|
+
:param pulumi.Input[str] project_name: The name of the Project resource.
|
|
34
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
35
|
+
:param pulumi.Input[str] source_name: The name of the source Endpoint.
|
|
36
|
+
:param pulumi.Input[str] storage_mover_name: The name of the Storage Mover resource.
|
|
37
|
+
:param pulumi.Input[str] target_name: The name of the target Endpoint.
|
|
38
|
+
:param pulumi.Input[str] agent_name: Name of the Agent to assign for new Job Runs of this Job Definition.
|
|
39
|
+
:param pulumi.Input[str] description: A description for the Job Definition.
|
|
40
|
+
:param pulumi.Input[str] job_definition_name: The name of the Job Definition resource.
|
|
41
|
+
:param pulumi.Input[str] source_subpath: The subpath to use when reading from the source Endpoint.
|
|
42
|
+
:param pulumi.Input[str] target_subpath: The subpath to use when writing to the target Endpoint.
|
|
43
|
+
"""
|
|
44
|
+
pulumi.set(__self__, "copy_mode", copy_mode)
|
|
45
|
+
pulumi.set(__self__, "project_name", project_name)
|
|
46
|
+
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
47
|
+
pulumi.set(__self__, "source_name", source_name)
|
|
48
|
+
pulumi.set(__self__, "storage_mover_name", storage_mover_name)
|
|
49
|
+
pulumi.set(__self__, "target_name", target_name)
|
|
50
|
+
if agent_name is not None:
|
|
51
|
+
pulumi.set(__self__, "agent_name", agent_name)
|
|
52
|
+
if description is not None:
|
|
53
|
+
pulumi.set(__self__, "description", description)
|
|
54
|
+
if job_definition_name is not None:
|
|
55
|
+
pulumi.set(__self__, "job_definition_name", job_definition_name)
|
|
56
|
+
if source_subpath is not None:
|
|
57
|
+
pulumi.set(__self__, "source_subpath", source_subpath)
|
|
58
|
+
if target_subpath is not None:
|
|
59
|
+
pulumi.set(__self__, "target_subpath", target_subpath)
|
|
60
|
+
|
|
61
|
+
@property
|
|
62
|
+
@pulumi.getter(name="copyMode")
|
|
63
|
+
def copy_mode(self) -> pulumi.Input[Union[str, 'CopyMode']]:
|
|
64
|
+
"""
|
|
65
|
+
Strategy to use for copy.
|
|
66
|
+
"""
|
|
67
|
+
return pulumi.get(self, "copy_mode")
|
|
68
|
+
|
|
69
|
+
@copy_mode.setter
|
|
70
|
+
def copy_mode(self, value: pulumi.Input[Union[str, 'CopyMode']]):
|
|
71
|
+
pulumi.set(self, "copy_mode", value)
|
|
72
|
+
|
|
73
|
+
@property
|
|
74
|
+
@pulumi.getter(name="projectName")
|
|
75
|
+
def project_name(self) -> pulumi.Input[str]:
|
|
76
|
+
"""
|
|
77
|
+
The name of the Project resource.
|
|
78
|
+
"""
|
|
79
|
+
return pulumi.get(self, "project_name")
|
|
80
|
+
|
|
81
|
+
@project_name.setter
|
|
82
|
+
def project_name(self, value: pulumi.Input[str]):
|
|
83
|
+
pulumi.set(self, "project_name", value)
|
|
84
|
+
|
|
85
|
+
@property
|
|
86
|
+
@pulumi.getter(name="resourceGroupName")
|
|
87
|
+
def resource_group_name(self) -> pulumi.Input[str]:
|
|
88
|
+
"""
|
|
89
|
+
The name of the resource group. The name is case insensitive.
|
|
90
|
+
"""
|
|
91
|
+
return pulumi.get(self, "resource_group_name")
|
|
92
|
+
|
|
93
|
+
@resource_group_name.setter
|
|
94
|
+
def resource_group_name(self, value: pulumi.Input[str]):
|
|
95
|
+
pulumi.set(self, "resource_group_name", value)
|
|
96
|
+
|
|
97
|
+
@property
|
|
98
|
+
@pulumi.getter(name="sourceName")
|
|
99
|
+
def source_name(self) -> pulumi.Input[str]:
|
|
100
|
+
"""
|
|
101
|
+
The name of the source Endpoint.
|
|
102
|
+
"""
|
|
103
|
+
return pulumi.get(self, "source_name")
|
|
104
|
+
|
|
105
|
+
@source_name.setter
|
|
106
|
+
def source_name(self, value: pulumi.Input[str]):
|
|
107
|
+
pulumi.set(self, "source_name", value)
|
|
108
|
+
|
|
109
|
+
@property
|
|
110
|
+
@pulumi.getter(name="storageMoverName")
|
|
111
|
+
def storage_mover_name(self) -> pulumi.Input[str]:
|
|
112
|
+
"""
|
|
113
|
+
The name of the Storage Mover resource.
|
|
114
|
+
"""
|
|
115
|
+
return pulumi.get(self, "storage_mover_name")
|
|
116
|
+
|
|
117
|
+
@storage_mover_name.setter
|
|
118
|
+
def storage_mover_name(self, value: pulumi.Input[str]):
|
|
119
|
+
pulumi.set(self, "storage_mover_name", value)
|
|
120
|
+
|
|
121
|
+
@property
|
|
122
|
+
@pulumi.getter(name="targetName")
|
|
123
|
+
def target_name(self) -> pulumi.Input[str]:
|
|
124
|
+
"""
|
|
125
|
+
The name of the target Endpoint.
|
|
126
|
+
"""
|
|
127
|
+
return pulumi.get(self, "target_name")
|
|
128
|
+
|
|
129
|
+
@target_name.setter
|
|
130
|
+
def target_name(self, value: pulumi.Input[str]):
|
|
131
|
+
pulumi.set(self, "target_name", value)
|
|
132
|
+
|
|
133
|
+
@property
|
|
134
|
+
@pulumi.getter(name="agentName")
|
|
135
|
+
def agent_name(self) -> Optional[pulumi.Input[str]]:
|
|
136
|
+
"""
|
|
137
|
+
Name of the Agent to assign for new Job Runs of this Job Definition.
|
|
138
|
+
"""
|
|
139
|
+
return pulumi.get(self, "agent_name")
|
|
140
|
+
|
|
141
|
+
@agent_name.setter
|
|
142
|
+
def agent_name(self, value: Optional[pulumi.Input[str]]):
|
|
143
|
+
pulumi.set(self, "agent_name", value)
|
|
144
|
+
|
|
145
|
+
@property
|
|
146
|
+
@pulumi.getter
|
|
147
|
+
def description(self) -> Optional[pulumi.Input[str]]:
|
|
148
|
+
"""
|
|
149
|
+
A description for the Job Definition.
|
|
150
|
+
"""
|
|
151
|
+
return pulumi.get(self, "description")
|
|
152
|
+
|
|
153
|
+
@description.setter
|
|
154
|
+
def description(self, value: Optional[pulumi.Input[str]]):
|
|
155
|
+
pulumi.set(self, "description", value)
|
|
156
|
+
|
|
157
|
+
@property
|
|
158
|
+
@pulumi.getter(name="jobDefinitionName")
|
|
159
|
+
def job_definition_name(self) -> Optional[pulumi.Input[str]]:
|
|
160
|
+
"""
|
|
161
|
+
The name of the Job Definition resource.
|
|
162
|
+
"""
|
|
163
|
+
return pulumi.get(self, "job_definition_name")
|
|
164
|
+
|
|
165
|
+
@job_definition_name.setter
|
|
166
|
+
def job_definition_name(self, value: Optional[pulumi.Input[str]]):
|
|
167
|
+
pulumi.set(self, "job_definition_name", value)
|
|
168
|
+
|
|
169
|
+
@property
|
|
170
|
+
@pulumi.getter(name="sourceSubpath")
|
|
171
|
+
def source_subpath(self) -> Optional[pulumi.Input[str]]:
|
|
172
|
+
"""
|
|
173
|
+
The subpath to use when reading from the source Endpoint.
|
|
174
|
+
"""
|
|
175
|
+
return pulumi.get(self, "source_subpath")
|
|
176
|
+
|
|
177
|
+
@source_subpath.setter
|
|
178
|
+
def source_subpath(self, value: Optional[pulumi.Input[str]]):
|
|
179
|
+
pulumi.set(self, "source_subpath", value)
|
|
180
|
+
|
|
181
|
+
@property
|
|
182
|
+
@pulumi.getter(name="targetSubpath")
|
|
183
|
+
def target_subpath(self) -> Optional[pulumi.Input[str]]:
|
|
184
|
+
"""
|
|
185
|
+
The subpath to use when writing to the target Endpoint.
|
|
186
|
+
"""
|
|
187
|
+
return pulumi.get(self, "target_subpath")
|
|
188
|
+
|
|
189
|
+
@target_subpath.setter
|
|
190
|
+
def target_subpath(self, value: Optional[pulumi.Input[str]]):
|
|
191
|
+
pulumi.set(self, "target_subpath", value)
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
class JobDefinition(pulumi.CustomResource):
|
|
195
|
+
@overload
|
|
196
|
+
def __init__(__self__,
|
|
197
|
+
resource_name: str,
|
|
198
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
199
|
+
agent_name: Optional[pulumi.Input[str]] = None,
|
|
200
|
+
copy_mode: Optional[pulumi.Input[Union[str, 'CopyMode']]] = None,
|
|
201
|
+
description: Optional[pulumi.Input[str]] = None,
|
|
202
|
+
job_definition_name: Optional[pulumi.Input[str]] = None,
|
|
203
|
+
project_name: Optional[pulumi.Input[str]] = None,
|
|
204
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
205
|
+
source_name: Optional[pulumi.Input[str]] = None,
|
|
206
|
+
source_subpath: Optional[pulumi.Input[str]] = None,
|
|
207
|
+
storage_mover_name: Optional[pulumi.Input[str]] = None,
|
|
208
|
+
target_name: Optional[pulumi.Input[str]] = None,
|
|
209
|
+
target_subpath: Optional[pulumi.Input[str]] = None,
|
|
210
|
+
__props__=None):
|
|
211
|
+
"""
|
|
212
|
+
The Job Definition resource.
|
|
213
|
+
|
|
214
|
+
:param str resource_name: The name of the resource.
|
|
215
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
216
|
+
:param pulumi.Input[str] agent_name: Name of the Agent to assign for new Job Runs of this Job Definition.
|
|
217
|
+
:param pulumi.Input[Union[str, 'CopyMode']] copy_mode: Strategy to use for copy.
|
|
218
|
+
:param pulumi.Input[str] description: A description for the Job Definition.
|
|
219
|
+
:param pulumi.Input[str] job_definition_name: The name of the Job Definition resource.
|
|
220
|
+
:param pulumi.Input[str] project_name: The name of the Project resource.
|
|
221
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
222
|
+
:param pulumi.Input[str] source_name: The name of the source Endpoint.
|
|
223
|
+
:param pulumi.Input[str] source_subpath: The subpath to use when reading from the source Endpoint.
|
|
224
|
+
:param pulumi.Input[str] storage_mover_name: The name of the Storage Mover resource.
|
|
225
|
+
:param pulumi.Input[str] target_name: The name of the target Endpoint.
|
|
226
|
+
:param pulumi.Input[str] target_subpath: The subpath to use when writing to the target Endpoint.
|
|
227
|
+
"""
|
|
228
|
+
...
|
|
229
|
+
@overload
|
|
230
|
+
def __init__(__self__,
|
|
231
|
+
resource_name: str,
|
|
232
|
+
args: JobDefinitionArgs,
|
|
233
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
234
|
+
"""
|
|
235
|
+
The Job Definition resource.
|
|
236
|
+
|
|
237
|
+
:param str resource_name: The name of the resource.
|
|
238
|
+
:param JobDefinitionArgs args: The arguments to use to populate this resource's properties.
|
|
239
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
240
|
+
"""
|
|
241
|
+
...
|
|
242
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
243
|
+
resource_args, opts = _utilities.get_resource_args_opts(JobDefinitionArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
244
|
+
if resource_args is not None:
|
|
245
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
246
|
+
else:
|
|
247
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
248
|
+
|
|
249
|
+
def _internal_init(__self__,
|
|
250
|
+
resource_name: str,
|
|
251
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
252
|
+
agent_name: Optional[pulumi.Input[str]] = None,
|
|
253
|
+
copy_mode: Optional[pulumi.Input[Union[str, 'CopyMode']]] = None,
|
|
254
|
+
description: Optional[pulumi.Input[str]] = None,
|
|
255
|
+
job_definition_name: Optional[pulumi.Input[str]] = None,
|
|
256
|
+
project_name: Optional[pulumi.Input[str]] = None,
|
|
257
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
258
|
+
source_name: Optional[pulumi.Input[str]] = None,
|
|
259
|
+
source_subpath: Optional[pulumi.Input[str]] = None,
|
|
260
|
+
storage_mover_name: Optional[pulumi.Input[str]] = None,
|
|
261
|
+
target_name: Optional[pulumi.Input[str]] = None,
|
|
262
|
+
target_subpath: Optional[pulumi.Input[str]] = None,
|
|
263
|
+
__props__=None):
|
|
264
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
265
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
266
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
267
|
+
if opts.id is None:
|
|
268
|
+
if __props__ is not None:
|
|
269
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
270
|
+
__props__ = JobDefinitionArgs.__new__(JobDefinitionArgs)
|
|
271
|
+
|
|
272
|
+
__props__.__dict__["agent_name"] = agent_name
|
|
273
|
+
if copy_mode is None and not opts.urn:
|
|
274
|
+
raise TypeError("Missing required property 'copy_mode'")
|
|
275
|
+
__props__.__dict__["copy_mode"] = copy_mode
|
|
276
|
+
__props__.__dict__["description"] = description
|
|
277
|
+
__props__.__dict__["job_definition_name"] = job_definition_name
|
|
278
|
+
if project_name is None and not opts.urn:
|
|
279
|
+
raise TypeError("Missing required property 'project_name'")
|
|
280
|
+
__props__.__dict__["project_name"] = project_name
|
|
281
|
+
if resource_group_name is None and not opts.urn:
|
|
282
|
+
raise TypeError("Missing required property 'resource_group_name'")
|
|
283
|
+
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
284
|
+
if source_name is None and not opts.urn:
|
|
285
|
+
raise TypeError("Missing required property 'source_name'")
|
|
286
|
+
__props__.__dict__["source_name"] = source_name
|
|
287
|
+
__props__.__dict__["source_subpath"] = source_subpath
|
|
288
|
+
if storage_mover_name is None and not opts.urn:
|
|
289
|
+
raise TypeError("Missing required property 'storage_mover_name'")
|
|
290
|
+
__props__.__dict__["storage_mover_name"] = storage_mover_name
|
|
291
|
+
if target_name is None and not opts.urn:
|
|
292
|
+
raise TypeError("Missing required property 'target_name'")
|
|
293
|
+
__props__.__dict__["target_name"] = target_name
|
|
294
|
+
__props__.__dict__["target_subpath"] = target_subpath
|
|
295
|
+
__props__.__dict__["agent_resource_id"] = None
|
|
296
|
+
__props__.__dict__["latest_job_run_name"] = None
|
|
297
|
+
__props__.__dict__["latest_job_run_resource_id"] = None
|
|
298
|
+
__props__.__dict__["latest_job_run_status"] = None
|
|
299
|
+
__props__.__dict__["name"] = None
|
|
300
|
+
__props__.__dict__["provisioning_state"] = None
|
|
301
|
+
__props__.__dict__["source_resource_id"] = None
|
|
302
|
+
__props__.__dict__["system_data"] = None
|
|
303
|
+
__props__.__dict__["target_resource_id"] = None
|
|
304
|
+
__props__.__dict__["type"] = None
|
|
305
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:storagemover:JobDefinition"), pulumi.Alias(type_="azure-native:storagemover/v20220701preview:JobDefinition"), pulumi.Alias(type_="azure-native:storagemover/v20230301:JobDefinition"), pulumi.Alias(type_="azure-native:storagemover/v20230701preview:JobDefinition")])
|
|
306
|
+
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
307
|
+
super(JobDefinition, __self__).__init__(
|
|
308
|
+
'azure-native:storagemover/v20231001:JobDefinition',
|
|
309
|
+
resource_name,
|
|
310
|
+
__props__,
|
|
311
|
+
opts)
|
|
312
|
+
|
|
313
|
+
@staticmethod
|
|
314
|
+
def get(resource_name: str,
|
|
315
|
+
id: pulumi.Input[str],
|
|
316
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'JobDefinition':
|
|
317
|
+
"""
|
|
318
|
+
Get an existing JobDefinition resource's state with the given name, id, and optional extra
|
|
319
|
+
properties used to qualify the lookup.
|
|
320
|
+
|
|
321
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
322
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
323
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
324
|
+
"""
|
|
325
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
326
|
+
|
|
327
|
+
__props__ = JobDefinitionArgs.__new__(JobDefinitionArgs)
|
|
328
|
+
|
|
329
|
+
__props__.__dict__["agent_name"] = None
|
|
330
|
+
__props__.__dict__["agent_resource_id"] = None
|
|
331
|
+
__props__.__dict__["copy_mode"] = None
|
|
332
|
+
__props__.__dict__["description"] = None
|
|
333
|
+
__props__.__dict__["latest_job_run_name"] = None
|
|
334
|
+
__props__.__dict__["latest_job_run_resource_id"] = None
|
|
335
|
+
__props__.__dict__["latest_job_run_status"] = None
|
|
336
|
+
__props__.__dict__["name"] = None
|
|
337
|
+
__props__.__dict__["provisioning_state"] = None
|
|
338
|
+
__props__.__dict__["source_name"] = None
|
|
339
|
+
__props__.__dict__["source_resource_id"] = None
|
|
340
|
+
__props__.__dict__["source_subpath"] = None
|
|
341
|
+
__props__.__dict__["system_data"] = None
|
|
342
|
+
__props__.__dict__["target_name"] = None
|
|
343
|
+
__props__.__dict__["target_resource_id"] = None
|
|
344
|
+
__props__.__dict__["target_subpath"] = None
|
|
345
|
+
__props__.__dict__["type"] = None
|
|
346
|
+
return JobDefinition(resource_name, opts=opts, __props__=__props__)
|
|
347
|
+
|
|
348
|
+
@property
|
|
349
|
+
@pulumi.getter(name="agentName")
|
|
350
|
+
def agent_name(self) -> pulumi.Output[Optional[str]]:
|
|
351
|
+
"""
|
|
352
|
+
Name of the Agent to assign for new Job Runs of this Job Definition.
|
|
353
|
+
"""
|
|
354
|
+
return pulumi.get(self, "agent_name")
|
|
355
|
+
|
|
356
|
+
@property
|
|
357
|
+
@pulumi.getter(name="agentResourceId")
|
|
358
|
+
def agent_resource_id(self) -> pulumi.Output[str]:
|
|
359
|
+
"""
|
|
360
|
+
Fully qualified resource id of the Agent to assign for new Job Runs of this Job Definition.
|
|
361
|
+
"""
|
|
362
|
+
return pulumi.get(self, "agent_resource_id")
|
|
363
|
+
|
|
364
|
+
@property
|
|
365
|
+
@pulumi.getter(name="copyMode")
|
|
366
|
+
def copy_mode(self) -> pulumi.Output[str]:
|
|
367
|
+
"""
|
|
368
|
+
Strategy to use for copy.
|
|
369
|
+
"""
|
|
370
|
+
return pulumi.get(self, "copy_mode")
|
|
371
|
+
|
|
372
|
+
@property
|
|
373
|
+
@pulumi.getter
|
|
374
|
+
def description(self) -> pulumi.Output[Optional[str]]:
|
|
375
|
+
"""
|
|
376
|
+
A description for the Job Definition.
|
|
377
|
+
"""
|
|
378
|
+
return pulumi.get(self, "description")
|
|
379
|
+
|
|
380
|
+
@property
|
|
381
|
+
@pulumi.getter(name="latestJobRunName")
|
|
382
|
+
def latest_job_run_name(self) -> pulumi.Output[str]:
|
|
383
|
+
"""
|
|
384
|
+
The name of the Job Run in a non-terminal state, if exists.
|
|
385
|
+
"""
|
|
386
|
+
return pulumi.get(self, "latest_job_run_name")
|
|
387
|
+
|
|
388
|
+
@property
|
|
389
|
+
@pulumi.getter(name="latestJobRunResourceId")
|
|
390
|
+
def latest_job_run_resource_id(self) -> pulumi.Output[str]:
|
|
391
|
+
"""
|
|
392
|
+
The fully qualified resource ID of the Job Run in a non-terminal state, if exists.
|
|
393
|
+
"""
|
|
394
|
+
return pulumi.get(self, "latest_job_run_resource_id")
|
|
395
|
+
|
|
396
|
+
@property
|
|
397
|
+
@pulumi.getter(name="latestJobRunStatus")
|
|
398
|
+
def latest_job_run_status(self) -> pulumi.Output[str]:
|
|
399
|
+
"""
|
|
400
|
+
The current status of the Job Run in a non-terminal state, if exists.
|
|
401
|
+
"""
|
|
402
|
+
return pulumi.get(self, "latest_job_run_status")
|
|
403
|
+
|
|
404
|
+
@property
|
|
405
|
+
@pulumi.getter
|
|
406
|
+
def name(self) -> pulumi.Output[str]:
|
|
407
|
+
"""
|
|
408
|
+
The name of the resource
|
|
409
|
+
"""
|
|
410
|
+
return pulumi.get(self, "name")
|
|
411
|
+
|
|
412
|
+
@property
|
|
413
|
+
@pulumi.getter(name="provisioningState")
|
|
414
|
+
def provisioning_state(self) -> pulumi.Output[str]:
|
|
415
|
+
"""
|
|
416
|
+
The provisioning state of this resource.
|
|
417
|
+
"""
|
|
418
|
+
return pulumi.get(self, "provisioning_state")
|
|
419
|
+
|
|
420
|
+
@property
|
|
421
|
+
@pulumi.getter(name="sourceName")
|
|
422
|
+
def source_name(self) -> pulumi.Output[str]:
|
|
423
|
+
"""
|
|
424
|
+
The name of the source Endpoint.
|
|
425
|
+
"""
|
|
426
|
+
return pulumi.get(self, "source_name")
|
|
427
|
+
|
|
428
|
+
@property
|
|
429
|
+
@pulumi.getter(name="sourceResourceId")
|
|
430
|
+
def source_resource_id(self) -> pulumi.Output[str]:
|
|
431
|
+
"""
|
|
432
|
+
Fully qualified resource ID of the source Endpoint.
|
|
433
|
+
"""
|
|
434
|
+
return pulumi.get(self, "source_resource_id")
|
|
435
|
+
|
|
436
|
+
@property
|
|
437
|
+
@pulumi.getter(name="sourceSubpath")
|
|
438
|
+
def source_subpath(self) -> pulumi.Output[Optional[str]]:
|
|
439
|
+
"""
|
|
440
|
+
The subpath to use when reading from the source Endpoint.
|
|
441
|
+
"""
|
|
442
|
+
return pulumi.get(self, "source_subpath")
|
|
443
|
+
|
|
444
|
+
@property
|
|
445
|
+
@pulumi.getter(name="systemData")
|
|
446
|
+
def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
|
|
447
|
+
"""
|
|
448
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
449
|
+
"""
|
|
450
|
+
return pulumi.get(self, "system_data")
|
|
451
|
+
|
|
452
|
+
@property
|
|
453
|
+
@pulumi.getter(name="targetName")
|
|
454
|
+
def target_name(self) -> pulumi.Output[str]:
|
|
455
|
+
"""
|
|
456
|
+
The name of the target Endpoint.
|
|
457
|
+
"""
|
|
458
|
+
return pulumi.get(self, "target_name")
|
|
459
|
+
|
|
460
|
+
@property
|
|
461
|
+
@pulumi.getter(name="targetResourceId")
|
|
462
|
+
def target_resource_id(self) -> pulumi.Output[str]:
|
|
463
|
+
"""
|
|
464
|
+
Fully qualified resource ID of the target Endpoint.
|
|
465
|
+
"""
|
|
466
|
+
return pulumi.get(self, "target_resource_id")
|
|
467
|
+
|
|
468
|
+
@property
|
|
469
|
+
@pulumi.getter(name="targetSubpath")
|
|
470
|
+
def target_subpath(self) -> pulumi.Output[Optional[str]]:
|
|
471
|
+
"""
|
|
472
|
+
The subpath to use when writing to the target Endpoint.
|
|
473
|
+
"""
|
|
474
|
+
return pulumi.get(self, "target_subpath")
|
|
475
|
+
|
|
476
|
+
@property
|
|
477
|
+
@pulumi.getter
|
|
478
|
+
def type(self) -> pulumi.Output[str]:
|
|
479
|
+
"""
|
|
480
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
481
|
+
"""
|
|
482
|
+
return pulumi.get(self, "type")
|
|
483
|
+
|