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,78 @@
|
|
|
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
|
+
|
|
12
|
+
__all__ = [
|
|
13
|
+
'ListOpenShiftClusterAdminCredentialsResult',
|
|
14
|
+
'AwaitableListOpenShiftClusterAdminCredentialsResult',
|
|
15
|
+
'list_open_shift_cluster_admin_credentials',
|
|
16
|
+
'list_open_shift_cluster_admin_credentials_output',
|
|
17
|
+
]
|
|
18
|
+
|
|
19
|
+
@pulumi.output_type
|
|
20
|
+
class ListOpenShiftClusterAdminCredentialsResult:
|
|
21
|
+
"""
|
|
22
|
+
OpenShiftClusterAdminKubeconfig represents an OpenShift cluster's admin kubeconfig.
|
|
23
|
+
"""
|
|
24
|
+
def __init__(__self__, kubeconfig=None):
|
|
25
|
+
if kubeconfig and not isinstance(kubeconfig, str):
|
|
26
|
+
raise TypeError("Expected argument 'kubeconfig' to be a str")
|
|
27
|
+
pulumi.set(__self__, "kubeconfig", kubeconfig)
|
|
28
|
+
|
|
29
|
+
@property
|
|
30
|
+
@pulumi.getter
|
|
31
|
+
def kubeconfig(self) -> Optional[str]:
|
|
32
|
+
"""
|
|
33
|
+
The base64-encoded kubeconfig file.
|
|
34
|
+
"""
|
|
35
|
+
return pulumi.get(self, "kubeconfig")
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
class AwaitableListOpenShiftClusterAdminCredentialsResult(ListOpenShiftClusterAdminCredentialsResult):
|
|
39
|
+
# pylint: disable=using-constant-test
|
|
40
|
+
def __await__(self):
|
|
41
|
+
if False:
|
|
42
|
+
yield self
|
|
43
|
+
return ListOpenShiftClusterAdminCredentialsResult(
|
|
44
|
+
kubeconfig=self.kubeconfig)
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
def list_open_shift_cluster_admin_credentials(resource_group_name: Optional[str] = None,
|
|
48
|
+
resource_name: Optional[str] = None,
|
|
49
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListOpenShiftClusterAdminCredentialsResult:
|
|
50
|
+
"""
|
|
51
|
+
The operation returns the admin kubeconfig.
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
55
|
+
:param str resource_name: The name of the OpenShift cluster resource.
|
|
56
|
+
"""
|
|
57
|
+
__args__ = dict()
|
|
58
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
59
|
+
__args__['resourceName'] = resource_name
|
|
60
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
61
|
+
__ret__ = pulumi.runtime.invoke('azure-native:redhatopenshift/v20230904:listOpenShiftClusterAdminCredentials', __args__, opts=opts, typ=ListOpenShiftClusterAdminCredentialsResult).value
|
|
62
|
+
|
|
63
|
+
return AwaitableListOpenShiftClusterAdminCredentialsResult(
|
|
64
|
+
kubeconfig=pulumi.get(__ret__, 'kubeconfig'))
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
@_utilities.lift_output_func(list_open_shift_cluster_admin_credentials)
|
|
68
|
+
def list_open_shift_cluster_admin_credentials_output(resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
69
|
+
resource_name: Optional[pulumi.Input[str]] = None,
|
|
70
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[ListOpenShiftClusterAdminCredentialsResult]:
|
|
71
|
+
"""
|
|
72
|
+
The operation returns the admin kubeconfig.
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
76
|
+
:param str resource_name: The name of the OpenShift cluster resource.
|
|
77
|
+
"""
|
|
78
|
+
...
|
|
@@ -0,0 +1,91 @@
|
|
|
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
|
+
|
|
12
|
+
__all__ = [
|
|
13
|
+
'ListOpenShiftClusterCredentialsResult',
|
|
14
|
+
'AwaitableListOpenShiftClusterCredentialsResult',
|
|
15
|
+
'list_open_shift_cluster_credentials',
|
|
16
|
+
'list_open_shift_cluster_credentials_output',
|
|
17
|
+
]
|
|
18
|
+
|
|
19
|
+
@pulumi.output_type
|
|
20
|
+
class ListOpenShiftClusterCredentialsResult:
|
|
21
|
+
"""
|
|
22
|
+
OpenShiftClusterCredentials represents an OpenShift cluster's credentials.
|
|
23
|
+
"""
|
|
24
|
+
def __init__(__self__, kubeadmin_password=None, kubeadmin_username=None):
|
|
25
|
+
if kubeadmin_password and not isinstance(kubeadmin_password, str):
|
|
26
|
+
raise TypeError("Expected argument 'kubeadmin_password' to be a str")
|
|
27
|
+
pulumi.set(__self__, "kubeadmin_password", kubeadmin_password)
|
|
28
|
+
if kubeadmin_username and not isinstance(kubeadmin_username, str):
|
|
29
|
+
raise TypeError("Expected argument 'kubeadmin_username' to be a str")
|
|
30
|
+
pulumi.set(__self__, "kubeadmin_username", kubeadmin_username)
|
|
31
|
+
|
|
32
|
+
@property
|
|
33
|
+
@pulumi.getter(name="kubeadminPassword")
|
|
34
|
+
def kubeadmin_password(self) -> Optional[str]:
|
|
35
|
+
"""
|
|
36
|
+
The password for the kubeadmin user.
|
|
37
|
+
"""
|
|
38
|
+
return pulumi.get(self, "kubeadmin_password")
|
|
39
|
+
|
|
40
|
+
@property
|
|
41
|
+
@pulumi.getter(name="kubeadminUsername")
|
|
42
|
+
def kubeadmin_username(self) -> Optional[str]:
|
|
43
|
+
"""
|
|
44
|
+
The username for the kubeadmin user.
|
|
45
|
+
"""
|
|
46
|
+
return pulumi.get(self, "kubeadmin_username")
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
class AwaitableListOpenShiftClusterCredentialsResult(ListOpenShiftClusterCredentialsResult):
|
|
50
|
+
# pylint: disable=using-constant-test
|
|
51
|
+
def __await__(self):
|
|
52
|
+
if False:
|
|
53
|
+
yield self
|
|
54
|
+
return ListOpenShiftClusterCredentialsResult(
|
|
55
|
+
kubeadmin_password=self.kubeadmin_password,
|
|
56
|
+
kubeadmin_username=self.kubeadmin_username)
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
def list_open_shift_cluster_credentials(resource_group_name: Optional[str] = None,
|
|
60
|
+
resource_name: Optional[str] = None,
|
|
61
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListOpenShiftClusterCredentialsResult:
|
|
62
|
+
"""
|
|
63
|
+
The operation returns the credentials.
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
67
|
+
:param str resource_name: The name of the OpenShift cluster resource.
|
|
68
|
+
"""
|
|
69
|
+
__args__ = dict()
|
|
70
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
71
|
+
__args__['resourceName'] = resource_name
|
|
72
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
73
|
+
__ret__ = pulumi.runtime.invoke('azure-native:redhatopenshift/v20230904:listOpenShiftClusterCredentials', __args__, opts=opts, typ=ListOpenShiftClusterCredentialsResult).value
|
|
74
|
+
|
|
75
|
+
return AwaitableListOpenShiftClusterCredentialsResult(
|
|
76
|
+
kubeadmin_password=pulumi.get(__ret__, 'kubeadmin_password'),
|
|
77
|
+
kubeadmin_username=pulumi.get(__ret__, 'kubeadmin_username'))
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
@_utilities.lift_output_func(list_open_shift_cluster_credentials)
|
|
81
|
+
def list_open_shift_cluster_credentials_output(resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
82
|
+
resource_name: Optional[pulumi.Input[str]] = None,
|
|
83
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[ListOpenShiftClusterCredentialsResult]:
|
|
84
|
+
"""
|
|
85
|
+
The operation returns the credentials.
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
89
|
+
:param str resource_name: The name of the OpenShift cluster resource.
|
|
90
|
+
"""
|
|
91
|
+
...
|
|
@@ -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
|
+
|
|
13
|
+
__all__ = ['MachinePoolArgs', 'MachinePool']
|
|
14
|
+
|
|
15
|
+
@pulumi.input_type
|
|
16
|
+
class MachinePoolArgs:
|
|
17
|
+
def __init__(__self__, *,
|
|
18
|
+
resource_group_name: pulumi.Input[str],
|
|
19
|
+
resource_name: pulumi.Input[str],
|
|
20
|
+
child_resource_name: Optional[pulumi.Input[str]] = None,
|
|
21
|
+
resources: Optional[pulumi.Input[str]] = None):
|
|
22
|
+
"""
|
|
23
|
+
The set of arguments for constructing a MachinePool resource.
|
|
24
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
25
|
+
:param pulumi.Input[str] resource_name: The name of the OpenShift cluster resource.
|
|
26
|
+
:param pulumi.Input[str] child_resource_name: The name of the MachinePool resource.
|
|
27
|
+
"""
|
|
28
|
+
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
29
|
+
pulumi.set(__self__, "resource_name", resource_name)
|
|
30
|
+
if child_resource_name is not None:
|
|
31
|
+
pulumi.set(__self__, "child_resource_name", child_resource_name)
|
|
32
|
+
if resources is not None:
|
|
33
|
+
pulumi.set(__self__, "resources", resources)
|
|
34
|
+
|
|
35
|
+
@property
|
|
36
|
+
@pulumi.getter(name="resourceGroupName")
|
|
37
|
+
def resource_group_name(self) -> pulumi.Input[str]:
|
|
38
|
+
"""
|
|
39
|
+
The name of the resource group. The name is case insensitive.
|
|
40
|
+
"""
|
|
41
|
+
return pulumi.get(self, "resource_group_name")
|
|
42
|
+
|
|
43
|
+
@resource_group_name.setter
|
|
44
|
+
def resource_group_name(self, value: pulumi.Input[str]):
|
|
45
|
+
pulumi.set(self, "resource_group_name", value)
|
|
46
|
+
|
|
47
|
+
@property
|
|
48
|
+
@pulumi.getter(name="resourceName")
|
|
49
|
+
def resource_name(self) -> pulumi.Input[str]:
|
|
50
|
+
"""
|
|
51
|
+
The name of the OpenShift cluster resource.
|
|
52
|
+
"""
|
|
53
|
+
return pulumi.get(self, "resource_name")
|
|
54
|
+
|
|
55
|
+
@resource_name.setter
|
|
56
|
+
def resource_name(self, value: pulumi.Input[str]):
|
|
57
|
+
pulumi.set(self, "resource_name", value)
|
|
58
|
+
|
|
59
|
+
@property
|
|
60
|
+
@pulumi.getter(name="childResourceName")
|
|
61
|
+
def child_resource_name(self) -> Optional[pulumi.Input[str]]:
|
|
62
|
+
"""
|
|
63
|
+
The name of the MachinePool resource.
|
|
64
|
+
"""
|
|
65
|
+
return pulumi.get(self, "child_resource_name")
|
|
66
|
+
|
|
67
|
+
@child_resource_name.setter
|
|
68
|
+
def child_resource_name(self, value: Optional[pulumi.Input[str]]):
|
|
69
|
+
pulumi.set(self, "child_resource_name", value)
|
|
70
|
+
|
|
71
|
+
@property
|
|
72
|
+
@pulumi.getter
|
|
73
|
+
def resources(self) -> Optional[pulumi.Input[str]]:
|
|
74
|
+
return pulumi.get(self, "resources")
|
|
75
|
+
|
|
76
|
+
@resources.setter
|
|
77
|
+
def resources(self, value: Optional[pulumi.Input[str]]):
|
|
78
|
+
pulumi.set(self, "resources", value)
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
class MachinePool(pulumi.CustomResource):
|
|
82
|
+
@overload
|
|
83
|
+
def __init__(__self__,
|
|
84
|
+
resource_name: str,
|
|
85
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
86
|
+
child_resource_name: Optional[pulumi.Input[str]] = None,
|
|
87
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
88
|
+
resource_name_: Optional[pulumi.Input[str]] = None,
|
|
89
|
+
resources: Optional[pulumi.Input[str]] = None,
|
|
90
|
+
__props__=None):
|
|
91
|
+
"""
|
|
92
|
+
MachinePool represents a MachinePool
|
|
93
|
+
|
|
94
|
+
:param str resource_name: The name of the resource.
|
|
95
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
96
|
+
:param pulumi.Input[str] child_resource_name: The name of the MachinePool resource.
|
|
97
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
98
|
+
:param pulumi.Input[str] resource_name_: The name of the OpenShift cluster resource.
|
|
99
|
+
"""
|
|
100
|
+
...
|
|
101
|
+
@overload
|
|
102
|
+
def __init__(__self__,
|
|
103
|
+
resource_name: str,
|
|
104
|
+
args: MachinePoolArgs,
|
|
105
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
106
|
+
"""
|
|
107
|
+
MachinePool represents a MachinePool
|
|
108
|
+
|
|
109
|
+
:param str resource_name: The name of the resource.
|
|
110
|
+
:param MachinePoolArgs args: The arguments to use to populate this resource's properties.
|
|
111
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
112
|
+
"""
|
|
113
|
+
...
|
|
114
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
115
|
+
resource_args, opts = _utilities.get_resource_args_opts(MachinePoolArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
116
|
+
if resource_args is not None:
|
|
117
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
118
|
+
else:
|
|
119
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
120
|
+
|
|
121
|
+
def _internal_init(__self__,
|
|
122
|
+
resource_name: str,
|
|
123
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
124
|
+
child_resource_name: Optional[pulumi.Input[str]] = None,
|
|
125
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
126
|
+
resource_name_: Optional[pulumi.Input[str]] = None,
|
|
127
|
+
resources: Optional[pulumi.Input[str]] = None,
|
|
128
|
+
__props__=None):
|
|
129
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
130
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
131
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
132
|
+
if opts.id is None:
|
|
133
|
+
if __props__ is not None:
|
|
134
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
135
|
+
__props__ = MachinePoolArgs.__new__(MachinePoolArgs)
|
|
136
|
+
|
|
137
|
+
__props__.__dict__["child_resource_name"] = child_resource_name
|
|
138
|
+
if resource_group_name is None and not opts.urn:
|
|
139
|
+
raise TypeError("Missing required property 'resource_group_name'")
|
|
140
|
+
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
141
|
+
if resource_name_ is None and not opts.urn:
|
|
142
|
+
raise TypeError("Missing required property 'resource_name_'")
|
|
143
|
+
__props__.__dict__["resource_name"] = resource_name_
|
|
144
|
+
__props__.__dict__["resources"] = resources
|
|
145
|
+
__props__.__dict__["name"] = None
|
|
146
|
+
__props__.__dict__["system_data"] = None
|
|
147
|
+
__props__.__dict__["type"] = None
|
|
148
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:redhatopenshift:MachinePool"), pulumi.Alias(type_="azure-native:redhatopenshift/v20220904:MachinePool"), pulumi.Alias(type_="azure-native:redhatopenshift/v20230401:MachinePool"), pulumi.Alias(type_="azure-native:redhatopenshift/v20230701preview:MachinePool")])
|
|
149
|
+
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
150
|
+
super(MachinePool, __self__).__init__(
|
|
151
|
+
'azure-native:redhatopenshift/v20230904:MachinePool',
|
|
152
|
+
resource_name,
|
|
153
|
+
__props__,
|
|
154
|
+
opts)
|
|
155
|
+
|
|
156
|
+
@staticmethod
|
|
157
|
+
def get(resource_name: str,
|
|
158
|
+
id: pulumi.Input[str],
|
|
159
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'MachinePool':
|
|
160
|
+
"""
|
|
161
|
+
Get an existing MachinePool resource's state with the given name, id, and optional extra
|
|
162
|
+
properties used to qualify the lookup.
|
|
163
|
+
|
|
164
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
165
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
166
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
167
|
+
"""
|
|
168
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
169
|
+
|
|
170
|
+
__props__ = MachinePoolArgs.__new__(MachinePoolArgs)
|
|
171
|
+
|
|
172
|
+
__props__.__dict__["name"] = None
|
|
173
|
+
__props__.__dict__["resources"] = None
|
|
174
|
+
__props__.__dict__["system_data"] = None
|
|
175
|
+
__props__.__dict__["type"] = None
|
|
176
|
+
return MachinePool(resource_name, opts=opts, __props__=__props__)
|
|
177
|
+
|
|
178
|
+
@property
|
|
179
|
+
@pulumi.getter
|
|
180
|
+
def name(self) -> pulumi.Output[str]:
|
|
181
|
+
"""
|
|
182
|
+
The name of the resource
|
|
183
|
+
"""
|
|
184
|
+
return pulumi.get(self, "name")
|
|
185
|
+
|
|
186
|
+
@property
|
|
187
|
+
@pulumi.getter
|
|
188
|
+
def resources(self) -> pulumi.Output[Optional[str]]:
|
|
189
|
+
return pulumi.get(self, "resources")
|
|
190
|
+
|
|
191
|
+
@property
|
|
192
|
+
@pulumi.getter(name="systemData")
|
|
193
|
+
def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
|
|
194
|
+
"""
|
|
195
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
196
|
+
"""
|
|
197
|
+
return pulumi.get(self, "system_data")
|
|
198
|
+
|
|
199
|
+
@property
|
|
200
|
+
@pulumi.getter
|
|
201
|
+
def type(self) -> pulumi.Output[str]:
|
|
202
|
+
"""
|
|
203
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
204
|
+
"""
|
|
205
|
+
return pulumi.get(self, "type")
|
|
206
|
+
|