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,92 @@
|
|
|
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
|
+
'ListMonitorMonitoredResourcesResult',
|
|
15
|
+
'AwaitableListMonitorMonitoredResourcesResult',
|
|
16
|
+
'list_monitor_monitored_resources',
|
|
17
|
+
'list_monitor_monitored_resources_output',
|
|
18
|
+
]
|
|
19
|
+
|
|
20
|
+
@pulumi.output_type
|
|
21
|
+
class ListMonitorMonitoredResourcesResult:
|
|
22
|
+
"""
|
|
23
|
+
Response of a list operation.
|
|
24
|
+
"""
|
|
25
|
+
def __init__(__self__, next_link=None, value=None):
|
|
26
|
+
if next_link and not isinstance(next_link, str):
|
|
27
|
+
raise TypeError("Expected argument 'next_link' to be a str")
|
|
28
|
+
pulumi.set(__self__, "next_link", next_link)
|
|
29
|
+
if value and not isinstance(value, list):
|
|
30
|
+
raise TypeError("Expected argument 'value' to be a list")
|
|
31
|
+
pulumi.set(__self__, "value", value)
|
|
32
|
+
|
|
33
|
+
@property
|
|
34
|
+
@pulumi.getter(name="nextLink")
|
|
35
|
+
def next_link(self) -> Optional[str]:
|
|
36
|
+
"""
|
|
37
|
+
Link to the next set of results, if any.
|
|
38
|
+
"""
|
|
39
|
+
return pulumi.get(self, "next_link")
|
|
40
|
+
|
|
41
|
+
@property
|
|
42
|
+
@pulumi.getter
|
|
43
|
+
def value(self) -> Optional[Sequence['outputs.MonitoredResourceResponse']]:
|
|
44
|
+
"""
|
|
45
|
+
Results of a list operation.
|
|
46
|
+
"""
|
|
47
|
+
return pulumi.get(self, "value")
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
class AwaitableListMonitorMonitoredResourcesResult(ListMonitorMonitoredResourcesResult):
|
|
51
|
+
# pylint: disable=using-constant-test
|
|
52
|
+
def __await__(self):
|
|
53
|
+
if False:
|
|
54
|
+
yield self
|
|
55
|
+
return ListMonitorMonitoredResourcesResult(
|
|
56
|
+
next_link=self.next_link,
|
|
57
|
+
value=self.value)
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
def list_monitor_monitored_resources(monitor_name: Optional[str] = None,
|
|
61
|
+
resource_group_name: Optional[str] = None,
|
|
62
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListMonitorMonitoredResourcesResult:
|
|
63
|
+
"""
|
|
64
|
+
Response of a list operation.
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
:param str monitor_name: Monitor resource name
|
|
68
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
69
|
+
"""
|
|
70
|
+
__args__ = dict()
|
|
71
|
+
__args__['monitorName'] = monitor_name
|
|
72
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
73
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
74
|
+
__ret__ = pulumi.runtime.invoke('azure-native:datadog/v20230101:listMonitorMonitoredResources', __args__, opts=opts, typ=ListMonitorMonitoredResourcesResult).value
|
|
75
|
+
|
|
76
|
+
return AwaitableListMonitorMonitoredResourcesResult(
|
|
77
|
+
next_link=pulumi.get(__ret__, 'next_link'),
|
|
78
|
+
value=pulumi.get(__ret__, 'value'))
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
@_utilities.lift_output_func(list_monitor_monitored_resources)
|
|
82
|
+
def list_monitor_monitored_resources_output(monitor_name: Optional[pulumi.Input[str]] = None,
|
|
83
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
84
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[ListMonitorMonitoredResourcesResult]:
|
|
85
|
+
"""
|
|
86
|
+
Response of a list operation.
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
:param str monitor_name: Monitor resource name
|
|
90
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
91
|
+
"""
|
|
92
|
+
...
|
|
@@ -0,0 +1,277 @@
|
|
|
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
|
+
from ._inputs import *
|
|
14
|
+
|
|
15
|
+
__all__ = ['MonitorArgs', 'Monitor']
|
|
16
|
+
|
|
17
|
+
@pulumi.input_type
|
|
18
|
+
class MonitorArgs:
|
|
19
|
+
def __init__(__self__, *,
|
|
20
|
+
resource_group_name: pulumi.Input[str],
|
|
21
|
+
identity: Optional[pulumi.Input['IdentityPropertiesArgs']] = None,
|
|
22
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
23
|
+
monitor_name: Optional[pulumi.Input[str]] = None,
|
|
24
|
+
properties: Optional[pulumi.Input['MonitorPropertiesArgs']] = None,
|
|
25
|
+
sku: Optional[pulumi.Input['ResourceSkuArgs']] = None,
|
|
26
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
|
|
27
|
+
"""
|
|
28
|
+
The set of arguments for constructing a Monitor resource.
|
|
29
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
30
|
+
:param pulumi.Input[str] monitor_name: Monitor resource name
|
|
31
|
+
:param pulumi.Input['MonitorPropertiesArgs'] properties: Properties specific to the monitor resource.
|
|
32
|
+
"""
|
|
33
|
+
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
34
|
+
if identity is not None:
|
|
35
|
+
pulumi.set(__self__, "identity", identity)
|
|
36
|
+
if location is not None:
|
|
37
|
+
pulumi.set(__self__, "location", location)
|
|
38
|
+
if monitor_name is not None:
|
|
39
|
+
pulumi.set(__self__, "monitor_name", monitor_name)
|
|
40
|
+
if properties is not None:
|
|
41
|
+
pulumi.set(__self__, "properties", properties)
|
|
42
|
+
if sku is not None:
|
|
43
|
+
pulumi.set(__self__, "sku", sku)
|
|
44
|
+
if tags is not None:
|
|
45
|
+
pulumi.set(__self__, "tags", tags)
|
|
46
|
+
|
|
47
|
+
@property
|
|
48
|
+
@pulumi.getter(name="resourceGroupName")
|
|
49
|
+
def resource_group_name(self) -> pulumi.Input[str]:
|
|
50
|
+
"""
|
|
51
|
+
The name of the resource group. The name is case insensitive.
|
|
52
|
+
"""
|
|
53
|
+
return pulumi.get(self, "resource_group_name")
|
|
54
|
+
|
|
55
|
+
@resource_group_name.setter
|
|
56
|
+
def resource_group_name(self, value: pulumi.Input[str]):
|
|
57
|
+
pulumi.set(self, "resource_group_name", value)
|
|
58
|
+
|
|
59
|
+
@property
|
|
60
|
+
@pulumi.getter
|
|
61
|
+
def identity(self) -> Optional[pulumi.Input['IdentityPropertiesArgs']]:
|
|
62
|
+
return pulumi.get(self, "identity")
|
|
63
|
+
|
|
64
|
+
@identity.setter
|
|
65
|
+
def identity(self, value: Optional[pulumi.Input['IdentityPropertiesArgs']]):
|
|
66
|
+
pulumi.set(self, "identity", value)
|
|
67
|
+
|
|
68
|
+
@property
|
|
69
|
+
@pulumi.getter
|
|
70
|
+
def location(self) -> Optional[pulumi.Input[str]]:
|
|
71
|
+
return pulumi.get(self, "location")
|
|
72
|
+
|
|
73
|
+
@location.setter
|
|
74
|
+
def location(self, value: Optional[pulumi.Input[str]]):
|
|
75
|
+
pulumi.set(self, "location", value)
|
|
76
|
+
|
|
77
|
+
@property
|
|
78
|
+
@pulumi.getter(name="monitorName")
|
|
79
|
+
def monitor_name(self) -> Optional[pulumi.Input[str]]:
|
|
80
|
+
"""
|
|
81
|
+
Monitor resource name
|
|
82
|
+
"""
|
|
83
|
+
return pulumi.get(self, "monitor_name")
|
|
84
|
+
|
|
85
|
+
@monitor_name.setter
|
|
86
|
+
def monitor_name(self, value: Optional[pulumi.Input[str]]):
|
|
87
|
+
pulumi.set(self, "monitor_name", value)
|
|
88
|
+
|
|
89
|
+
@property
|
|
90
|
+
@pulumi.getter
|
|
91
|
+
def properties(self) -> Optional[pulumi.Input['MonitorPropertiesArgs']]:
|
|
92
|
+
"""
|
|
93
|
+
Properties specific to the monitor resource.
|
|
94
|
+
"""
|
|
95
|
+
return pulumi.get(self, "properties")
|
|
96
|
+
|
|
97
|
+
@properties.setter
|
|
98
|
+
def properties(self, value: Optional[pulumi.Input['MonitorPropertiesArgs']]):
|
|
99
|
+
pulumi.set(self, "properties", value)
|
|
100
|
+
|
|
101
|
+
@property
|
|
102
|
+
@pulumi.getter
|
|
103
|
+
def sku(self) -> Optional[pulumi.Input['ResourceSkuArgs']]:
|
|
104
|
+
return pulumi.get(self, "sku")
|
|
105
|
+
|
|
106
|
+
@sku.setter
|
|
107
|
+
def sku(self, value: Optional[pulumi.Input['ResourceSkuArgs']]):
|
|
108
|
+
pulumi.set(self, "sku", value)
|
|
109
|
+
|
|
110
|
+
@property
|
|
111
|
+
@pulumi.getter
|
|
112
|
+
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
113
|
+
return pulumi.get(self, "tags")
|
|
114
|
+
|
|
115
|
+
@tags.setter
|
|
116
|
+
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
117
|
+
pulumi.set(self, "tags", value)
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
class Monitor(pulumi.CustomResource):
|
|
121
|
+
@overload
|
|
122
|
+
def __init__(__self__,
|
|
123
|
+
resource_name: str,
|
|
124
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
125
|
+
identity: Optional[pulumi.Input[pulumi.InputType['IdentityPropertiesArgs']]] = None,
|
|
126
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
127
|
+
monitor_name: Optional[pulumi.Input[str]] = None,
|
|
128
|
+
properties: Optional[pulumi.Input[pulumi.InputType['MonitorPropertiesArgs']]] = None,
|
|
129
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
130
|
+
sku: Optional[pulumi.Input[pulumi.InputType['ResourceSkuArgs']]] = None,
|
|
131
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
132
|
+
__props__=None):
|
|
133
|
+
"""
|
|
134
|
+
Create a Monitor resource with the given unique name, props, and options.
|
|
135
|
+
:param str resource_name: The name of the resource.
|
|
136
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
137
|
+
:param pulumi.Input[str] monitor_name: Monitor resource name
|
|
138
|
+
:param pulumi.Input[pulumi.InputType['MonitorPropertiesArgs']] properties: Properties specific to the monitor resource.
|
|
139
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
140
|
+
"""
|
|
141
|
+
...
|
|
142
|
+
@overload
|
|
143
|
+
def __init__(__self__,
|
|
144
|
+
resource_name: str,
|
|
145
|
+
args: MonitorArgs,
|
|
146
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
147
|
+
"""
|
|
148
|
+
Create a Monitor resource with the given unique name, props, and options.
|
|
149
|
+
:param str resource_name: The name of the resource.
|
|
150
|
+
:param MonitorArgs args: The arguments to use to populate this resource's properties.
|
|
151
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
152
|
+
"""
|
|
153
|
+
...
|
|
154
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
155
|
+
resource_args, opts = _utilities.get_resource_args_opts(MonitorArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
156
|
+
if resource_args is not None:
|
|
157
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
158
|
+
else:
|
|
159
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
160
|
+
|
|
161
|
+
def _internal_init(__self__,
|
|
162
|
+
resource_name: str,
|
|
163
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
164
|
+
identity: Optional[pulumi.Input[pulumi.InputType['IdentityPropertiesArgs']]] = None,
|
|
165
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
166
|
+
monitor_name: Optional[pulumi.Input[str]] = None,
|
|
167
|
+
properties: Optional[pulumi.Input[pulumi.InputType['MonitorPropertiesArgs']]] = None,
|
|
168
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
169
|
+
sku: Optional[pulumi.Input[pulumi.InputType['ResourceSkuArgs']]] = None,
|
|
170
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
171
|
+
__props__=None):
|
|
172
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
173
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
174
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
175
|
+
if opts.id is None:
|
|
176
|
+
if __props__ is not None:
|
|
177
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
178
|
+
__props__ = MonitorArgs.__new__(MonitorArgs)
|
|
179
|
+
|
|
180
|
+
__props__.__dict__["identity"] = identity
|
|
181
|
+
__props__.__dict__["location"] = location
|
|
182
|
+
__props__.__dict__["monitor_name"] = monitor_name
|
|
183
|
+
__props__.__dict__["properties"] = properties
|
|
184
|
+
if resource_group_name is None and not opts.urn:
|
|
185
|
+
raise TypeError("Missing required property 'resource_group_name'")
|
|
186
|
+
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
187
|
+
__props__.__dict__["sku"] = sku
|
|
188
|
+
__props__.__dict__["tags"] = tags
|
|
189
|
+
__props__.__dict__["name"] = None
|
|
190
|
+
__props__.__dict__["system_data"] = None
|
|
191
|
+
__props__.__dict__["type"] = None
|
|
192
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:datadog:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20200201preview:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20210301:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20220601:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20220801:Monitor")])
|
|
193
|
+
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
194
|
+
super(Monitor, __self__).__init__(
|
|
195
|
+
'azure-native:datadog/v20230101:Monitor',
|
|
196
|
+
resource_name,
|
|
197
|
+
__props__,
|
|
198
|
+
opts)
|
|
199
|
+
|
|
200
|
+
@staticmethod
|
|
201
|
+
def get(resource_name: str,
|
|
202
|
+
id: pulumi.Input[str],
|
|
203
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'Monitor':
|
|
204
|
+
"""
|
|
205
|
+
Get an existing Monitor resource's state with the given name, id, and optional extra
|
|
206
|
+
properties used to qualify the lookup.
|
|
207
|
+
|
|
208
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
209
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
210
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
211
|
+
"""
|
|
212
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
213
|
+
|
|
214
|
+
__props__ = MonitorArgs.__new__(MonitorArgs)
|
|
215
|
+
|
|
216
|
+
__props__.__dict__["identity"] = None
|
|
217
|
+
__props__.__dict__["location"] = None
|
|
218
|
+
__props__.__dict__["name"] = None
|
|
219
|
+
__props__.__dict__["properties"] = None
|
|
220
|
+
__props__.__dict__["sku"] = None
|
|
221
|
+
__props__.__dict__["system_data"] = None
|
|
222
|
+
__props__.__dict__["tags"] = None
|
|
223
|
+
__props__.__dict__["type"] = None
|
|
224
|
+
return Monitor(resource_name, opts=opts, __props__=__props__)
|
|
225
|
+
|
|
226
|
+
@property
|
|
227
|
+
@pulumi.getter
|
|
228
|
+
def identity(self) -> pulumi.Output[Optional['outputs.IdentityPropertiesResponse']]:
|
|
229
|
+
return pulumi.get(self, "identity")
|
|
230
|
+
|
|
231
|
+
@property
|
|
232
|
+
@pulumi.getter
|
|
233
|
+
def location(self) -> pulumi.Output[str]:
|
|
234
|
+
return pulumi.get(self, "location")
|
|
235
|
+
|
|
236
|
+
@property
|
|
237
|
+
@pulumi.getter
|
|
238
|
+
def name(self) -> pulumi.Output[str]:
|
|
239
|
+
"""
|
|
240
|
+
Name of the monitor resource.
|
|
241
|
+
"""
|
|
242
|
+
return pulumi.get(self, "name")
|
|
243
|
+
|
|
244
|
+
@property
|
|
245
|
+
@pulumi.getter
|
|
246
|
+
def properties(self) -> pulumi.Output['outputs.MonitorPropertiesResponse']:
|
|
247
|
+
"""
|
|
248
|
+
Properties specific to the monitor resource.
|
|
249
|
+
"""
|
|
250
|
+
return pulumi.get(self, "properties")
|
|
251
|
+
|
|
252
|
+
@property
|
|
253
|
+
@pulumi.getter
|
|
254
|
+
def sku(self) -> pulumi.Output[Optional['outputs.ResourceSkuResponse']]:
|
|
255
|
+
return pulumi.get(self, "sku")
|
|
256
|
+
|
|
257
|
+
@property
|
|
258
|
+
@pulumi.getter(name="systemData")
|
|
259
|
+
def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
|
|
260
|
+
"""
|
|
261
|
+
Metadata pertaining to creation and last modification of the resource.
|
|
262
|
+
"""
|
|
263
|
+
return pulumi.get(self, "system_data")
|
|
264
|
+
|
|
265
|
+
@property
|
|
266
|
+
@pulumi.getter
|
|
267
|
+
def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
|
268
|
+
return pulumi.get(self, "tags")
|
|
269
|
+
|
|
270
|
+
@property
|
|
271
|
+
@pulumi.getter
|
|
272
|
+
def type(self) -> pulumi.Output[str]:
|
|
273
|
+
"""
|
|
274
|
+
The type of the monitor resource.
|
|
275
|
+
"""
|
|
276
|
+
return pulumi.get(self, "type")
|
|
277
|
+
|
|
@@ -0,0 +1,206 @@
|
|
|
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
|
+
from ._inputs import *
|
|
14
|
+
|
|
15
|
+
__all__ = ['MonitoredSubscriptionInitArgs', 'MonitoredSubscription']
|
|
16
|
+
|
|
17
|
+
@pulumi.input_type
|
|
18
|
+
class MonitoredSubscriptionInitArgs:
|
|
19
|
+
def __init__(__self__, *,
|
|
20
|
+
monitor_name: pulumi.Input[str],
|
|
21
|
+
resource_group_name: pulumi.Input[str],
|
|
22
|
+
configuration_name: Optional[pulumi.Input[str]] = None,
|
|
23
|
+
properties: Optional[pulumi.Input['SubscriptionListArgs']] = None):
|
|
24
|
+
"""
|
|
25
|
+
The set of arguments for constructing a MonitoredSubscription resource.
|
|
26
|
+
:param pulumi.Input[str] monitor_name: Monitor resource name
|
|
27
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
28
|
+
:param pulumi.Input[str] configuration_name: The configuration name. Only 'default' value is supported.
|
|
29
|
+
:param pulumi.Input['SubscriptionListArgs'] properties: The request to update subscriptions needed to be monitored by the Datadog monitor resource.
|
|
30
|
+
"""
|
|
31
|
+
pulumi.set(__self__, "monitor_name", monitor_name)
|
|
32
|
+
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
33
|
+
if configuration_name is not None:
|
|
34
|
+
pulumi.set(__self__, "configuration_name", configuration_name)
|
|
35
|
+
if properties is not None:
|
|
36
|
+
pulumi.set(__self__, "properties", properties)
|
|
37
|
+
|
|
38
|
+
@property
|
|
39
|
+
@pulumi.getter(name="monitorName")
|
|
40
|
+
def monitor_name(self) -> pulumi.Input[str]:
|
|
41
|
+
"""
|
|
42
|
+
Monitor resource name
|
|
43
|
+
"""
|
|
44
|
+
return pulumi.get(self, "monitor_name")
|
|
45
|
+
|
|
46
|
+
@monitor_name.setter
|
|
47
|
+
def monitor_name(self, value: pulumi.Input[str]):
|
|
48
|
+
pulumi.set(self, "monitor_name", value)
|
|
49
|
+
|
|
50
|
+
@property
|
|
51
|
+
@pulumi.getter(name="resourceGroupName")
|
|
52
|
+
def resource_group_name(self) -> pulumi.Input[str]:
|
|
53
|
+
"""
|
|
54
|
+
The name of the resource group. The name is case insensitive.
|
|
55
|
+
"""
|
|
56
|
+
return pulumi.get(self, "resource_group_name")
|
|
57
|
+
|
|
58
|
+
@resource_group_name.setter
|
|
59
|
+
def resource_group_name(self, value: pulumi.Input[str]):
|
|
60
|
+
pulumi.set(self, "resource_group_name", value)
|
|
61
|
+
|
|
62
|
+
@property
|
|
63
|
+
@pulumi.getter(name="configurationName")
|
|
64
|
+
def configuration_name(self) -> Optional[pulumi.Input[str]]:
|
|
65
|
+
"""
|
|
66
|
+
The configuration name. Only 'default' value is supported.
|
|
67
|
+
"""
|
|
68
|
+
return pulumi.get(self, "configuration_name")
|
|
69
|
+
|
|
70
|
+
@configuration_name.setter
|
|
71
|
+
def configuration_name(self, value: Optional[pulumi.Input[str]]):
|
|
72
|
+
pulumi.set(self, "configuration_name", value)
|
|
73
|
+
|
|
74
|
+
@property
|
|
75
|
+
@pulumi.getter
|
|
76
|
+
def properties(self) -> Optional[pulumi.Input['SubscriptionListArgs']]:
|
|
77
|
+
"""
|
|
78
|
+
The request to update subscriptions needed to be monitored by the Datadog monitor resource.
|
|
79
|
+
"""
|
|
80
|
+
return pulumi.get(self, "properties")
|
|
81
|
+
|
|
82
|
+
@properties.setter
|
|
83
|
+
def properties(self, value: Optional[pulumi.Input['SubscriptionListArgs']]):
|
|
84
|
+
pulumi.set(self, "properties", value)
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
class MonitoredSubscription(pulumi.CustomResource):
|
|
88
|
+
@overload
|
|
89
|
+
def __init__(__self__,
|
|
90
|
+
resource_name: str,
|
|
91
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
92
|
+
configuration_name: Optional[pulumi.Input[str]] = None,
|
|
93
|
+
monitor_name: Optional[pulumi.Input[str]] = None,
|
|
94
|
+
properties: Optional[pulumi.Input[pulumi.InputType['SubscriptionListArgs']]] = None,
|
|
95
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
96
|
+
__props__=None):
|
|
97
|
+
"""
|
|
98
|
+
The request to update subscriptions needed to be monitored by the Datadog monitor resource.
|
|
99
|
+
|
|
100
|
+
:param str resource_name: The name of the resource.
|
|
101
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
102
|
+
:param pulumi.Input[str] configuration_name: The configuration name. Only 'default' value is supported.
|
|
103
|
+
:param pulumi.Input[str] monitor_name: Monitor resource name
|
|
104
|
+
:param pulumi.Input[pulumi.InputType['SubscriptionListArgs']] properties: The request to update subscriptions needed to be monitored by the Datadog monitor resource.
|
|
105
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
106
|
+
"""
|
|
107
|
+
...
|
|
108
|
+
@overload
|
|
109
|
+
def __init__(__self__,
|
|
110
|
+
resource_name: str,
|
|
111
|
+
args: MonitoredSubscriptionInitArgs,
|
|
112
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
113
|
+
"""
|
|
114
|
+
The request to update subscriptions needed to be monitored by the Datadog monitor resource.
|
|
115
|
+
|
|
116
|
+
:param str resource_name: The name of the resource.
|
|
117
|
+
:param MonitoredSubscriptionInitArgs args: The arguments to use to populate this resource's properties.
|
|
118
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
119
|
+
"""
|
|
120
|
+
...
|
|
121
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
122
|
+
resource_args, opts = _utilities.get_resource_args_opts(MonitoredSubscriptionInitArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
123
|
+
if resource_args is not None:
|
|
124
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
125
|
+
else:
|
|
126
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
127
|
+
|
|
128
|
+
def _internal_init(__self__,
|
|
129
|
+
resource_name: str,
|
|
130
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
131
|
+
configuration_name: Optional[pulumi.Input[str]] = None,
|
|
132
|
+
monitor_name: Optional[pulumi.Input[str]] = None,
|
|
133
|
+
properties: Optional[pulumi.Input[pulumi.InputType['SubscriptionListArgs']]] = None,
|
|
134
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
135
|
+
__props__=None):
|
|
136
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
137
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
138
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
139
|
+
if opts.id is None:
|
|
140
|
+
if __props__ is not None:
|
|
141
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
142
|
+
__props__ = MonitoredSubscriptionInitArgs.__new__(MonitoredSubscriptionInitArgs)
|
|
143
|
+
|
|
144
|
+
__props__.__dict__["configuration_name"] = configuration_name
|
|
145
|
+
if monitor_name is None and not opts.urn:
|
|
146
|
+
raise TypeError("Missing required property 'monitor_name'")
|
|
147
|
+
__props__.__dict__["monitor_name"] = monitor_name
|
|
148
|
+
__props__.__dict__["properties"] = properties
|
|
149
|
+
if resource_group_name is None and not opts.urn:
|
|
150
|
+
raise TypeError("Missing required property 'resource_group_name'")
|
|
151
|
+
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
152
|
+
__props__.__dict__["name"] = None
|
|
153
|
+
__props__.__dict__["type"] = None
|
|
154
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:datadog:MonitoredSubscription")])
|
|
155
|
+
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
156
|
+
super(MonitoredSubscription, __self__).__init__(
|
|
157
|
+
'azure-native:datadog/v20230101:MonitoredSubscription',
|
|
158
|
+
resource_name,
|
|
159
|
+
__props__,
|
|
160
|
+
opts)
|
|
161
|
+
|
|
162
|
+
@staticmethod
|
|
163
|
+
def get(resource_name: str,
|
|
164
|
+
id: pulumi.Input[str],
|
|
165
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'MonitoredSubscription':
|
|
166
|
+
"""
|
|
167
|
+
Get an existing MonitoredSubscription resource's state with the given name, id, and optional extra
|
|
168
|
+
properties used to qualify the lookup.
|
|
169
|
+
|
|
170
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
171
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
172
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
173
|
+
"""
|
|
174
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
175
|
+
|
|
176
|
+
__props__ = MonitoredSubscriptionInitArgs.__new__(MonitoredSubscriptionInitArgs)
|
|
177
|
+
|
|
178
|
+
__props__.__dict__["name"] = None
|
|
179
|
+
__props__.__dict__["properties"] = None
|
|
180
|
+
__props__.__dict__["type"] = None
|
|
181
|
+
return MonitoredSubscription(resource_name, opts=opts, __props__=__props__)
|
|
182
|
+
|
|
183
|
+
@property
|
|
184
|
+
@pulumi.getter
|
|
185
|
+
def name(self) -> pulumi.Output[str]:
|
|
186
|
+
"""
|
|
187
|
+
Name of the monitored subscription resource.
|
|
188
|
+
"""
|
|
189
|
+
return pulumi.get(self, "name")
|
|
190
|
+
|
|
191
|
+
@property
|
|
192
|
+
@pulumi.getter
|
|
193
|
+
def properties(self) -> pulumi.Output['outputs.SubscriptionListResponse']:
|
|
194
|
+
"""
|
|
195
|
+
The request to update subscriptions needed to be monitored by the Datadog monitor resource.
|
|
196
|
+
"""
|
|
197
|
+
return pulumi.get(self, "properties")
|
|
198
|
+
|
|
199
|
+
@property
|
|
200
|
+
@pulumi.getter
|
|
201
|
+
def type(self) -> pulumi.Output[str]:
|
|
202
|
+
"""
|
|
203
|
+
The type of the monitored subscription resource.
|
|
204
|
+
"""
|
|
205
|
+
return pulumi.get(self, "type")
|
|
206
|
+
|