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,404 @@
|
|
|
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
|
+
'GetDataProductResult',
|
|
15
|
+
'AwaitableGetDataProductResult',
|
|
16
|
+
'get_data_product',
|
|
17
|
+
'get_data_product_output',
|
|
18
|
+
]
|
|
19
|
+
|
|
20
|
+
@pulumi.output_type
|
|
21
|
+
class GetDataProductResult:
|
|
22
|
+
"""
|
|
23
|
+
The data product resource.
|
|
24
|
+
"""
|
|
25
|
+
def __init__(__self__, available_minor_versions=None, consumption_endpoints=None, current_minor_version=None, customer_encryption_key=None, customer_managed_key_encryption_enabled=None, documentation=None, id=None, identity=None, key_vault_url=None, location=None, major_version=None, name=None, networkacls=None, owners=None, private_links_enabled=None, product=None, provisioning_state=None, public_network_access=None, publisher=None, purview_account=None, purview_collection=None, redundancy=None, resource_guid=None, system_data=None, tags=None, type=None):
|
|
26
|
+
if available_minor_versions and not isinstance(available_minor_versions, list):
|
|
27
|
+
raise TypeError("Expected argument 'available_minor_versions' to be a list")
|
|
28
|
+
pulumi.set(__self__, "available_minor_versions", available_minor_versions)
|
|
29
|
+
if consumption_endpoints and not isinstance(consumption_endpoints, dict):
|
|
30
|
+
raise TypeError("Expected argument 'consumption_endpoints' to be a dict")
|
|
31
|
+
pulumi.set(__self__, "consumption_endpoints", consumption_endpoints)
|
|
32
|
+
if current_minor_version and not isinstance(current_minor_version, str):
|
|
33
|
+
raise TypeError("Expected argument 'current_minor_version' to be a str")
|
|
34
|
+
pulumi.set(__self__, "current_minor_version", current_minor_version)
|
|
35
|
+
if customer_encryption_key and not isinstance(customer_encryption_key, dict):
|
|
36
|
+
raise TypeError("Expected argument 'customer_encryption_key' to be a dict")
|
|
37
|
+
pulumi.set(__self__, "customer_encryption_key", customer_encryption_key)
|
|
38
|
+
if customer_managed_key_encryption_enabled and not isinstance(customer_managed_key_encryption_enabled, str):
|
|
39
|
+
raise TypeError("Expected argument 'customer_managed_key_encryption_enabled' to be a str")
|
|
40
|
+
pulumi.set(__self__, "customer_managed_key_encryption_enabled", customer_managed_key_encryption_enabled)
|
|
41
|
+
if documentation and not isinstance(documentation, str):
|
|
42
|
+
raise TypeError("Expected argument 'documentation' to be a str")
|
|
43
|
+
pulumi.set(__self__, "documentation", documentation)
|
|
44
|
+
if id and not isinstance(id, str):
|
|
45
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
46
|
+
pulumi.set(__self__, "id", id)
|
|
47
|
+
if identity and not isinstance(identity, dict):
|
|
48
|
+
raise TypeError("Expected argument 'identity' to be a dict")
|
|
49
|
+
pulumi.set(__self__, "identity", identity)
|
|
50
|
+
if key_vault_url and not isinstance(key_vault_url, str):
|
|
51
|
+
raise TypeError("Expected argument 'key_vault_url' to be a str")
|
|
52
|
+
pulumi.set(__self__, "key_vault_url", key_vault_url)
|
|
53
|
+
if location and not isinstance(location, str):
|
|
54
|
+
raise TypeError("Expected argument 'location' to be a str")
|
|
55
|
+
pulumi.set(__self__, "location", location)
|
|
56
|
+
if major_version and not isinstance(major_version, str):
|
|
57
|
+
raise TypeError("Expected argument 'major_version' to be a str")
|
|
58
|
+
pulumi.set(__self__, "major_version", major_version)
|
|
59
|
+
if name and not isinstance(name, str):
|
|
60
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
61
|
+
pulumi.set(__self__, "name", name)
|
|
62
|
+
if networkacls and not isinstance(networkacls, dict):
|
|
63
|
+
raise TypeError("Expected argument 'networkacls' to be a dict")
|
|
64
|
+
pulumi.set(__self__, "networkacls", networkacls)
|
|
65
|
+
if owners and not isinstance(owners, list):
|
|
66
|
+
raise TypeError("Expected argument 'owners' to be a list")
|
|
67
|
+
pulumi.set(__self__, "owners", owners)
|
|
68
|
+
if private_links_enabled and not isinstance(private_links_enabled, str):
|
|
69
|
+
raise TypeError("Expected argument 'private_links_enabled' to be a str")
|
|
70
|
+
pulumi.set(__self__, "private_links_enabled", private_links_enabled)
|
|
71
|
+
if product and not isinstance(product, str):
|
|
72
|
+
raise TypeError("Expected argument 'product' to be a str")
|
|
73
|
+
pulumi.set(__self__, "product", product)
|
|
74
|
+
if provisioning_state and not isinstance(provisioning_state, str):
|
|
75
|
+
raise TypeError("Expected argument 'provisioning_state' to be a str")
|
|
76
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
77
|
+
if public_network_access and not isinstance(public_network_access, str):
|
|
78
|
+
raise TypeError("Expected argument 'public_network_access' to be a str")
|
|
79
|
+
pulumi.set(__self__, "public_network_access", public_network_access)
|
|
80
|
+
if publisher and not isinstance(publisher, str):
|
|
81
|
+
raise TypeError("Expected argument 'publisher' to be a str")
|
|
82
|
+
pulumi.set(__self__, "publisher", publisher)
|
|
83
|
+
if purview_account and not isinstance(purview_account, str):
|
|
84
|
+
raise TypeError("Expected argument 'purview_account' to be a str")
|
|
85
|
+
pulumi.set(__self__, "purview_account", purview_account)
|
|
86
|
+
if purview_collection and not isinstance(purview_collection, str):
|
|
87
|
+
raise TypeError("Expected argument 'purview_collection' to be a str")
|
|
88
|
+
pulumi.set(__self__, "purview_collection", purview_collection)
|
|
89
|
+
if redundancy and not isinstance(redundancy, str):
|
|
90
|
+
raise TypeError("Expected argument 'redundancy' to be a str")
|
|
91
|
+
pulumi.set(__self__, "redundancy", redundancy)
|
|
92
|
+
if resource_guid and not isinstance(resource_guid, str):
|
|
93
|
+
raise TypeError("Expected argument 'resource_guid' to be a str")
|
|
94
|
+
pulumi.set(__self__, "resource_guid", resource_guid)
|
|
95
|
+
if system_data and not isinstance(system_data, dict):
|
|
96
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
97
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
98
|
+
if tags and not isinstance(tags, dict):
|
|
99
|
+
raise TypeError("Expected argument 'tags' to be a dict")
|
|
100
|
+
pulumi.set(__self__, "tags", tags)
|
|
101
|
+
if type and not isinstance(type, str):
|
|
102
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
103
|
+
pulumi.set(__self__, "type", type)
|
|
104
|
+
|
|
105
|
+
@property
|
|
106
|
+
@pulumi.getter(name="availableMinorVersions")
|
|
107
|
+
def available_minor_versions(self) -> Sequence[str]:
|
|
108
|
+
"""
|
|
109
|
+
List of available minor versions of the data product resource.
|
|
110
|
+
"""
|
|
111
|
+
return pulumi.get(self, "available_minor_versions")
|
|
112
|
+
|
|
113
|
+
@property
|
|
114
|
+
@pulumi.getter(name="consumptionEndpoints")
|
|
115
|
+
def consumption_endpoints(self) -> 'outputs.ConsumptionEndpointsPropertiesResponse':
|
|
116
|
+
"""
|
|
117
|
+
Resource links which exposed to the customer to query the data.
|
|
118
|
+
"""
|
|
119
|
+
return pulumi.get(self, "consumption_endpoints")
|
|
120
|
+
|
|
121
|
+
@property
|
|
122
|
+
@pulumi.getter(name="currentMinorVersion")
|
|
123
|
+
def current_minor_version(self) -> Optional[str]:
|
|
124
|
+
"""
|
|
125
|
+
Current configured minor version of the data product resource.
|
|
126
|
+
"""
|
|
127
|
+
return pulumi.get(self, "current_minor_version")
|
|
128
|
+
|
|
129
|
+
@property
|
|
130
|
+
@pulumi.getter(name="customerEncryptionKey")
|
|
131
|
+
def customer_encryption_key(self) -> Optional['outputs.EncryptionKeyDetailsResponse']:
|
|
132
|
+
"""
|
|
133
|
+
Customer managed encryption key details for data product.
|
|
134
|
+
"""
|
|
135
|
+
return pulumi.get(self, "customer_encryption_key")
|
|
136
|
+
|
|
137
|
+
@property
|
|
138
|
+
@pulumi.getter(name="customerManagedKeyEncryptionEnabled")
|
|
139
|
+
def customer_managed_key_encryption_enabled(self) -> Optional[str]:
|
|
140
|
+
"""
|
|
141
|
+
Flag to enable customer managed key encryption for data product.
|
|
142
|
+
"""
|
|
143
|
+
return pulumi.get(self, "customer_managed_key_encryption_enabled")
|
|
144
|
+
|
|
145
|
+
@property
|
|
146
|
+
@pulumi.getter
|
|
147
|
+
def documentation(self) -> str:
|
|
148
|
+
"""
|
|
149
|
+
Documentation link for the data product based on definition file.
|
|
150
|
+
"""
|
|
151
|
+
return pulumi.get(self, "documentation")
|
|
152
|
+
|
|
153
|
+
@property
|
|
154
|
+
@pulumi.getter
|
|
155
|
+
def id(self) -> str:
|
|
156
|
+
"""
|
|
157
|
+
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
158
|
+
"""
|
|
159
|
+
return pulumi.get(self, "id")
|
|
160
|
+
|
|
161
|
+
@property
|
|
162
|
+
@pulumi.getter
|
|
163
|
+
def identity(self) -> Optional['outputs.ManagedServiceIdentityResponse']:
|
|
164
|
+
"""
|
|
165
|
+
The managed service identities assigned to this resource.
|
|
166
|
+
"""
|
|
167
|
+
return pulumi.get(self, "identity")
|
|
168
|
+
|
|
169
|
+
@property
|
|
170
|
+
@pulumi.getter(name="keyVaultUrl")
|
|
171
|
+
def key_vault_url(self) -> str:
|
|
172
|
+
"""
|
|
173
|
+
Key vault url.
|
|
174
|
+
"""
|
|
175
|
+
return pulumi.get(self, "key_vault_url")
|
|
176
|
+
|
|
177
|
+
@property
|
|
178
|
+
@pulumi.getter
|
|
179
|
+
def location(self) -> str:
|
|
180
|
+
"""
|
|
181
|
+
The geo-location where the resource lives
|
|
182
|
+
"""
|
|
183
|
+
return pulumi.get(self, "location")
|
|
184
|
+
|
|
185
|
+
@property
|
|
186
|
+
@pulumi.getter(name="majorVersion")
|
|
187
|
+
def major_version(self) -> str:
|
|
188
|
+
"""
|
|
189
|
+
Major version of data product.
|
|
190
|
+
"""
|
|
191
|
+
return pulumi.get(self, "major_version")
|
|
192
|
+
|
|
193
|
+
@property
|
|
194
|
+
@pulumi.getter
|
|
195
|
+
def name(self) -> str:
|
|
196
|
+
"""
|
|
197
|
+
The name of the resource
|
|
198
|
+
"""
|
|
199
|
+
return pulumi.get(self, "name")
|
|
200
|
+
|
|
201
|
+
@property
|
|
202
|
+
@pulumi.getter
|
|
203
|
+
def networkacls(self) -> Optional['outputs.DataProductNetworkAclsResponse']:
|
|
204
|
+
"""
|
|
205
|
+
Network rule set for data product.
|
|
206
|
+
"""
|
|
207
|
+
return pulumi.get(self, "networkacls")
|
|
208
|
+
|
|
209
|
+
@property
|
|
210
|
+
@pulumi.getter
|
|
211
|
+
def owners(self) -> Optional[Sequence[str]]:
|
|
212
|
+
"""
|
|
213
|
+
List of name or email associated with data product resource deployment.
|
|
214
|
+
"""
|
|
215
|
+
return pulumi.get(self, "owners")
|
|
216
|
+
|
|
217
|
+
@property
|
|
218
|
+
@pulumi.getter(name="privateLinksEnabled")
|
|
219
|
+
def private_links_enabled(self) -> Optional[str]:
|
|
220
|
+
"""
|
|
221
|
+
Flag to enable or disable private link for data product resource.
|
|
222
|
+
"""
|
|
223
|
+
return pulumi.get(self, "private_links_enabled")
|
|
224
|
+
|
|
225
|
+
@property
|
|
226
|
+
@pulumi.getter
|
|
227
|
+
def product(self) -> str:
|
|
228
|
+
"""
|
|
229
|
+
Product name of data product.
|
|
230
|
+
"""
|
|
231
|
+
return pulumi.get(self, "product")
|
|
232
|
+
|
|
233
|
+
@property
|
|
234
|
+
@pulumi.getter(name="provisioningState")
|
|
235
|
+
def provisioning_state(self) -> str:
|
|
236
|
+
"""
|
|
237
|
+
Latest provisioning state of data product.
|
|
238
|
+
"""
|
|
239
|
+
return pulumi.get(self, "provisioning_state")
|
|
240
|
+
|
|
241
|
+
@property
|
|
242
|
+
@pulumi.getter(name="publicNetworkAccess")
|
|
243
|
+
def public_network_access(self) -> Optional[str]:
|
|
244
|
+
"""
|
|
245
|
+
Flag to enable or disable public access of data product resource.
|
|
246
|
+
"""
|
|
247
|
+
return pulumi.get(self, "public_network_access")
|
|
248
|
+
|
|
249
|
+
@property
|
|
250
|
+
@pulumi.getter
|
|
251
|
+
def publisher(self) -> str:
|
|
252
|
+
"""
|
|
253
|
+
Data product publisher name.
|
|
254
|
+
"""
|
|
255
|
+
return pulumi.get(self, "publisher")
|
|
256
|
+
|
|
257
|
+
@property
|
|
258
|
+
@pulumi.getter(name="purviewAccount")
|
|
259
|
+
def purview_account(self) -> Optional[str]:
|
|
260
|
+
"""
|
|
261
|
+
Purview account url for data product to connect to.
|
|
262
|
+
"""
|
|
263
|
+
return pulumi.get(self, "purview_account")
|
|
264
|
+
|
|
265
|
+
@property
|
|
266
|
+
@pulumi.getter(name="purviewCollection")
|
|
267
|
+
def purview_collection(self) -> Optional[str]:
|
|
268
|
+
"""
|
|
269
|
+
Purview collection url for data product to connect to.
|
|
270
|
+
"""
|
|
271
|
+
return pulumi.get(self, "purview_collection")
|
|
272
|
+
|
|
273
|
+
@property
|
|
274
|
+
@pulumi.getter
|
|
275
|
+
def redundancy(self) -> Optional[str]:
|
|
276
|
+
"""
|
|
277
|
+
Flag to enable or disable redundancy for data product.
|
|
278
|
+
"""
|
|
279
|
+
return pulumi.get(self, "redundancy")
|
|
280
|
+
|
|
281
|
+
@property
|
|
282
|
+
@pulumi.getter(name="resourceGuid")
|
|
283
|
+
def resource_guid(self) -> str:
|
|
284
|
+
"""
|
|
285
|
+
The resource GUID property of the data product resource.
|
|
286
|
+
"""
|
|
287
|
+
return pulumi.get(self, "resource_guid")
|
|
288
|
+
|
|
289
|
+
@property
|
|
290
|
+
@pulumi.getter(name="systemData")
|
|
291
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
292
|
+
"""
|
|
293
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
294
|
+
"""
|
|
295
|
+
return pulumi.get(self, "system_data")
|
|
296
|
+
|
|
297
|
+
@property
|
|
298
|
+
@pulumi.getter
|
|
299
|
+
def tags(self) -> Optional[Mapping[str, str]]:
|
|
300
|
+
"""
|
|
301
|
+
Resource tags.
|
|
302
|
+
"""
|
|
303
|
+
return pulumi.get(self, "tags")
|
|
304
|
+
|
|
305
|
+
@property
|
|
306
|
+
@pulumi.getter
|
|
307
|
+
def type(self) -> str:
|
|
308
|
+
"""
|
|
309
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
310
|
+
"""
|
|
311
|
+
return pulumi.get(self, "type")
|
|
312
|
+
|
|
313
|
+
|
|
314
|
+
class AwaitableGetDataProductResult(GetDataProductResult):
|
|
315
|
+
# pylint: disable=using-constant-test
|
|
316
|
+
def __await__(self):
|
|
317
|
+
if False:
|
|
318
|
+
yield self
|
|
319
|
+
return GetDataProductResult(
|
|
320
|
+
available_minor_versions=self.available_minor_versions,
|
|
321
|
+
consumption_endpoints=self.consumption_endpoints,
|
|
322
|
+
current_minor_version=self.current_minor_version,
|
|
323
|
+
customer_encryption_key=self.customer_encryption_key,
|
|
324
|
+
customer_managed_key_encryption_enabled=self.customer_managed_key_encryption_enabled,
|
|
325
|
+
documentation=self.documentation,
|
|
326
|
+
id=self.id,
|
|
327
|
+
identity=self.identity,
|
|
328
|
+
key_vault_url=self.key_vault_url,
|
|
329
|
+
location=self.location,
|
|
330
|
+
major_version=self.major_version,
|
|
331
|
+
name=self.name,
|
|
332
|
+
networkacls=self.networkacls,
|
|
333
|
+
owners=self.owners,
|
|
334
|
+
private_links_enabled=self.private_links_enabled,
|
|
335
|
+
product=self.product,
|
|
336
|
+
provisioning_state=self.provisioning_state,
|
|
337
|
+
public_network_access=self.public_network_access,
|
|
338
|
+
publisher=self.publisher,
|
|
339
|
+
purview_account=self.purview_account,
|
|
340
|
+
purview_collection=self.purview_collection,
|
|
341
|
+
redundancy=self.redundancy,
|
|
342
|
+
resource_guid=self.resource_guid,
|
|
343
|
+
system_data=self.system_data,
|
|
344
|
+
tags=self.tags,
|
|
345
|
+
type=self.type)
|
|
346
|
+
|
|
347
|
+
|
|
348
|
+
def get_data_product(data_product_name: Optional[str] = None,
|
|
349
|
+
resource_group_name: Optional[str] = None,
|
|
350
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetDataProductResult:
|
|
351
|
+
"""
|
|
352
|
+
Retrieve data product resource.
|
|
353
|
+
|
|
354
|
+
|
|
355
|
+
:param str data_product_name: The data product resource name
|
|
356
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
357
|
+
"""
|
|
358
|
+
__args__ = dict()
|
|
359
|
+
__args__['dataProductName'] = data_product_name
|
|
360
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
361
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
362
|
+
__ret__ = pulumi.runtime.invoke('azure-native:networkanalytics/v20231115:getDataProduct', __args__, opts=opts, typ=GetDataProductResult).value
|
|
363
|
+
|
|
364
|
+
return AwaitableGetDataProductResult(
|
|
365
|
+
available_minor_versions=pulumi.get(__ret__, 'available_minor_versions'),
|
|
366
|
+
consumption_endpoints=pulumi.get(__ret__, 'consumption_endpoints'),
|
|
367
|
+
current_minor_version=pulumi.get(__ret__, 'current_minor_version'),
|
|
368
|
+
customer_encryption_key=pulumi.get(__ret__, 'customer_encryption_key'),
|
|
369
|
+
customer_managed_key_encryption_enabled=pulumi.get(__ret__, 'customer_managed_key_encryption_enabled'),
|
|
370
|
+
documentation=pulumi.get(__ret__, 'documentation'),
|
|
371
|
+
id=pulumi.get(__ret__, 'id'),
|
|
372
|
+
identity=pulumi.get(__ret__, 'identity'),
|
|
373
|
+
key_vault_url=pulumi.get(__ret__, 'key_vault_url'),
|
|
374
|
+
location=pulumi.get(__ret__, 'location'),
|
|
375
|
+
major_version=pulumi.get(__ret__, 'major_version'),
|
|
376
|
+
name=pulumi.get(__ret__, 'name'),
|
|
377
|
+
networkacls=pulumi.get(__ret__, 'networkacls'),
|
|
378
|
+
owners=pulumi.get(__ret__, 'owners'),
|
|
379
|
+
private_links_enabled=pulumi.get(__ret__, 'private_links_enabled'),
|
|
380
|
+
product=pulumi.get(__ret__, 'product'),
|
|
381
|
+
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
382
|
+
public_network_access=pulumi.get(__ret__, 'public_network_access'),
|
|
383
|
+
publisher=pulumi.get(__ret__, 'publisher'),
|
|
384
|
+
purview_account=pulumi.get(__ret__, 'purview_account'),
|
|
385
|
+
purview_collection=pulumi.get(__ret__, 'purview_collection'),
|
|
386
|
+
redundancy=pulumi.get(__ret__, 'redundancy'),
|
|
387
|
+
resource_guid=pulumi.get(__ret__, 'resource_guid'),
|
|
388
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
389
|
+
tags=pulumi.get(__ret__, 'tags'),
|
|
390
|
+
type=pulumi.get(__ret__, 'type'))
|
|
391
|
+
|
|
392
|
+
|
|
393
|
+
@_utilities.lift_output_func(get_data_product)
|
|
394
|
+
def get_data_product_output(data_product_name: Optional[pulumi.Input[str]] = None,
|
|
395
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
396
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetDataProductResult]:
|
|
397
|
+
"""
|
|
398
|
+
Retrieve data product resource.
|
|
399
|
+
|
|
400
|
+
|
|
401
|
+
:param str data_product_name: The data product resource name
|
|
402
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
403
|
+
"""
|
|
404
|
+
...
|
|
@@ -0,0 +1,214 @@
|
|
|
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
|
+
'GetDataTypeResult',
|
|
15
|
+
'AwaitableGetDataTypeResult',
|
|
16
|
+
'get_data_type',
|
|
17
|
+
'get_data_type_output',
|
|
18
|
+
]
|
|
19
|
+
|
|
20
|
+
@pulumi.output_type
|
|
21
|
+
class GetDataTypeResult:
|
|
22
|
+
"""
|
|
23
|
+
The data type resource.
|
|
24
|
+
"""
|
|
25
|
+
def __init__(__self__, database_cache_retention=None, database_retention=None, id=None, name=None, provisioning_state=None, state=None, state_reason=None, storage_output_retention=None, system_data=None, type=None, visualization_url=None):
|
|
26
|
+
if database_cache_retention and not isinstance(database_cache_retention, int):
|
|
27
|
+
raise TypeError("Expected argument 'database_cache_retention' to be a int")
|
|
28
|
+
pulumi.set(__self__, "database_cache_retention", database_cache_retention)
|
|
29
|
+
if database_retention and not isinstance(database_retention, int):
|
|
30
|
+
raise TypeError("Expected argument 'database_retention' to be a int")
|
|
31
|
+
pulumi.set(__self__, "database_retention", database_retention)
|
|
32
|
+
if id and not isinstance(id, str):
|
|
33
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
34
|
+
pulumi.set(__self__, "id", id)
|
|
35
|
+
if name and not isinstance(name, str):
|
|
36
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
37
|
+
pulumi.set(__self__, "name", name)
|
|
38
|
+
if provisioning_state and not isinstance(provisioning_state, str):
|
|
39
|
+
raise TypeError("Expected argument 'provisioning_state' to be a str")
|
|
40
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
41
|
+
if state and not isinstance(state, str):
|
|
42
|
+
raise TypeError("Expected argument 'state' to be a str")
|
|
43
|
+
pulumi.set(__self__, "state", state)
|
|
44
|
+
if state_reason and not isinstance(state_reason, str):
|
|
45
|
+
raise TypeError("Expected argument 'state_reason' to be a str")
|
|
46
|
+
pulumi.set(__self__, "state_reason", state_reason)
|
|
47
|
+
if storage_output_retention and not isinstance(storage_output_retention, int):
|
|
48
|
+
raise TypeError("Expected argument 'storage_output_retention' to be a int")
|
|
49
|
+
pulumi.set(__self__, "storage_output_retention", storage_output_retention)
|
|
50
|
+
if system_data and not isinstance(system_data, dict):
|
|
51
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
52
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
53
|
+
if type and not isinstance(type, str):
|
|
54
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
55
|
+
pulumi.set(__self__, "type", type)
|
|
56
|
+
if visualization_url and not isinstance(visualization_url, str):
|
|
57
|
+
raise TypeError("Expected argument 'visualization_url' to be a str")
|
|
58
|
+
pulumi.set(__self__, "visualization_url", visualization_url)
|
|
59
|
+
|
|
60
|
+
@property
|
|
61
|
+
@pulumi.getter(name="databaseCacheRetention")
|
|
62
|
+
def database_cache_retention(self) -> Optional[int]:
|
|
63
|
+
"""
|
|
64
|
+
Field for database cache retention in days.
|
|
65
|
+
"""
|
|
66
|
+
return pulumi.get(self, "database_cache_retention")
|
|
67
|
+
|
|
68
|
+
@property
|
|
69
|
+
@pulumi.getter(name="databaseRetention")
|
|
70
|
+
def database_retention(self) -> Optional[int]:
|
|
71
|
+
"""
|
|
72
|
+
Field for database data retention in days.
|
|
73
|
+
"""
|
|
74
|
+
return pulumi.get(self, "database_retention")
|
|
75
|
+
|
|
76
|
+
@property
|
|
77
|
+
@pulumi.getter
|
|
78
|
+
def id(self) -> str:
|
|
79
|
+
"""
|
|
80
|
+
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
81
|
+
"""
|
|
82
|
+
return pulumi.get(self, "id")
|
|
83
|
+
|
|
84
|
+
@property
|
|
85
|
+
@pulumi.getter
|
|
86
|
+
def name(self) -> str:
|
|
87
|
+
"""
|
|
88
|
+
The name of the resource
|
|
89
|
+
"""
|
|
90
|
+
return pulumi.get(self, "name")
|
|
91
|
+
|
|
92
|
+
@property
|
|
93
|
+
@pulumi.getter(name="provisioningState")
|
|
94
|
+
def provisioning_state(self) -> str:
|
|
95
|
+
"""
|
|
96
|
+
Latest provisioning state of data product.
|
|
97
|
+
"""
|
|
98
|
+
return pulumi.get(self, "provisioning_state")
|
|
99
|
+
|
|
100
|
+
@property
|
|
101
|
+
@pulumi.getter
|
|
102
|
+
def state(self) -> Optional[str]:
|
|
103
|
+
"""
|
|
104
|
+
State of data type.
|
|
105
|
+
"""
|
|
106
|
+
return pulumi.get(self, "state")
|
|
107
|
+
|
|
108
|
+
@property
|
|
109
|
+
@pulumi.getter(name="stateReason")
|
|
110
|
+
def state_reason(self) -> str:
|
|
111
|
+
"""
|
|
112
|
+
Reason for the state of data type.
|
|
113
|
+
"""
|
|
114
|
+
return pulumi.get(self, "state_reason")
|
|
115
|
+
|
|
116
|
+
@property
|
|
117
|
+
@pulumi.getter(name="storageOutputRetention")
|
|
118
|
+
def storage_output_retention(self) -> Optional[int]:
|
|
119
|
+
"""
|
|
120
|
+
Field for storage output retention in days.
|
|
121
|
+
"""
|
|
122
|
+
return pulumi.get(self, "storage_output_retention")
|
|
123
|
+
|
|
124
|
+
@property
|
|
125
|
+
@pulumi.getter(name="systemData")
|
|
126
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
127
|
+
"""
|
|
128
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
129
|
+
"""
|
|
130
|
+
return pulumi.get(self, "system_data")
|
|
131
|
+
|
|
132
|
+
@property
|
|
133
|
+
@pulumi.getter
|
|
134
|
+
def type(self) -> str:
|
|
135
|
+
"""
|
|
136
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
137
|
+
"""
|
|
138
|
+
return pulumi.get(self, "type")
|
|
139
|
+
|
|
140
|
+
@property
|
|
141
|
+
@pulumi.getter(name="visualizationUrl")
|
|
142
|
+
def visualization_url(self) -> str:
|
|
143
|
+
"""
|
|
144
|
+
Url for data visualization.
|
|
145
|
+
"""
|
|
146
|
+
return pulumi.get(self, "visualization_url")
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
class AwaitableGetDataTypeResult(GetDataTypeResult):
|
|
150
|
+
# pylint: disable=using-constant-test
|
|
151
|
+
def __await__(self):
|
|
152
|
+
if False:
|
|
153
|
+
yield self
|
|
154
|
+
return GetDataTypeResult(
|
|
155
|
+
database_cache_retention=self.database_cache_retention,
|
|
156
|
+
database_retention=self.database_retention,
|
|
157
|
+
id=self.id,
|
|
158
|
+
name=self.name,
|
|
159
|
+
provisioning_state=self.provisioning_state,
|
|
160
|
+
state=self.state,
|
|
161
|
+
state_reason=self.state_reason,
|
|
162
|
+
storage_output_retention=self.storage_output_retention,
|
|
163
|
+
system_data=self.system_data,
|
|
164
|
+
type=self.type,
|
|
165
|
+
visualization_url=self.visualization_url)
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
def get_data_type(data_product_name: Optional[str] = None,
|
|
169
|
+
data_type_name: Optional[str] = None,
|
|
170
|
+
resource_group_name: Optional[str] = None,
|
|
171
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetDataTypeResult:
|
|
172
|
+
"""
|
|
173
|
+
Retrieve data type resource.
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
:param str data_product_name: The data product resource name
|
|
177
|
+
:param str data_type_name: The data type name.
|
|
178
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
179
|
+
"""
|
|
180
|
+
__args__ = dict()
|
|
181
|
+
__args__['dataProductName'] = data_product_name
|
|
182
|
+
__args__['dataTypeName'] = data_type_name
|
|
183
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
184
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
185
|
+
__ret__ = pulumi.runtime.invoke('azure-native:networkanalytics/v20231115:getDataType', __args__, opts=opts, typ=GetDataTypeResult).value
|
|
186
|
+
|
|
187
|
+
return AwaitableGetDataTypeResult(
|
|
188
|
+
database_cache_retention=pulumi.get(__ret__, 'database_cache_retention'),
|
|
189
|
+
database_retention=pulumi.get(__ret__, 'database_retention'),
|
|
190
|
+
id=pulumi.get(__ret__, 'id'),
|
|
191
|
+
name=pulumi.get(__ret__, 'name'),
|
|
192
|
+
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
193
|
+
state=pulumi.get(__ret__, 'state'),
|
|
194
|
+
state_reason=pulumi.get(__ret__, 'state_reason'),
|
|
195
|
+
storage_output_retention=pulumi.get(__ret__, 'storage_output_retention'),
|
|
196
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
197
|
+
type=pulumi.get(__ret__, 'type'),
|
|
198
|
+
visualization_url=pulumi.get(__ret__, 'visualization_url'))
|
|
199
|
+
|
|
200
|
+
|
|
201
|
+
@_utilities.lift_output_func(get_data_type)
|
|
202
|
+
def get_data_type_output(data_product_name: Optional[pulumi.Input[str]] = None,
|
|
203
|
+
data_type_name: Optional[pulumi.Input[str]] = None,
|
|
204
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
205
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetDataTypeResult]:
|
|
206
|
+
"""
|
|
207
|
+
Retrieve data type resource.
|
|
208
|
+
|
|
209
|
+
|
|
210
|
+
:param str data_product_name: The data product resource name
|
|
211
|
+
:param str data_type_name: The data type name.
|
|
212
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
213
|
+
"""
|
|
214
|
+
...
|