pulumi-azure-native 2.77.0a1733914767__py3-none-any.whl → 2.77.0a1733990841__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 +65 -0
- pulumi_azure_native/automation/__init__.py +3 -0
- pulumi_azure_native/automation/automation_account.py +3 -3
- pulumi_azure_native/automation/certificate.py +3 -3
- pulumi_azure_native/automation/connection.py +3 -3
- pulumi_azure_native/automation/connection_type.py +3 -3
- pulumi_azure_native/automation/credential.py +3 -3
- pulumi_azure_native/automation/dsc_configuration.py +3 -3
- pulumi_azure_native/automation/dsc_node_configuration.py +3 -3
- pulumi_azure_native/automation/get_automation_account.py +2 -2
- pulumi_azure_native/automation/get_certificate.py +2 -2
- pulumi_azure_native/automation/get_connection.py +2 -2
- pulumi_azure_native/automation/get_connection_type.py +2 -2
- pulumi_azure_native/automation/get_credential.py +2 -2
- pulumi_azure_native/automation/get_dsc_configuration.py +2 -2
- pulumi_azure_native/automation/get_dsc_node_configuration.py +2 -2
- pulumi_azure_native/automation/get_hybrid_runbook_worker.py +2 -2
- pulumi_azure_native/automation/get_hybrid_runbook_worker_group.py +2 -2
- pulumi_azure_native/automation/get_job_schedule.py +2 -2
- pulumi_azure_native/automation/get_module.py +2 -2
- pulumi_azure_native/automation/get_package.py +4 -0
- pulumi_azure_native/automation/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/automation/get_python2_package.py +2 -2
- pulumi_azure_native/automation/get_python3_package.py +2 -2
- pulumi_azure_native/automation/get_runbook.py +2 -2
- pulumi_azure_native/automation/get_runtime_environment.py +4 -0
- pulumi_azure_native/automation/get_schedule.py +2 -2
- pulumi_azure_native/automation/get_software_update_configuration_by_name.py +2 -2
- pulumi_azure_native/automation/get_source_control.py +2 -2
- pulumi_azure_native/automation/get_variable.py +2 -2
- pulumi_azure_native/automation/get_watcher.py +2 -2
- pulumi_azure_native/automation/get_webhook.py +2 -2
- pulumi_azure_native/automation/hybrid_runbook_worker.py +3 -3
- pulumi_azure_native/automation/hybrid_runbook_worker_group.py +3 -3
- pulumi_azure_native/automation/job_schedule.py +3 -3
- pulumi_azure_native/automation/list_automation_account_deleted_runbooks.py +4 -0
- pulumi_azure_native/automation/list_key_by_automation_account.py +2 -2
- pulumi_azure_native/automation/module.py +3 -3
- pulumi_azure_native/automation/package.py +5 -1
- pulumi_azure_native/automation/private_endpoint_connection.py +3 -3
- pulumi_azure_native/automation/python2_package.py +3 -3
- pulumi_azure_native/automation/python3_package.py +3 -3
- pulumi_azure_native/automation/runbook.py +3 -3
- pulumi_azure_native/automation/runtime_environment.py +5 -1
- pulumi_azure_native/automation/schedule.py +3 -3
- pulumi_azure_native/automation/software_update_configuration_by_name.py +3 -3
- pulumi_azure_native/automation/source_control.py +3 -3
- pulumi_azure_native/automation/v20151031/webhook.py +1 -1
- pulumi_azure_native/automation/v20170515preview/software_update_configuration_by_name.py +1 -1
- pulumi_azure_native/automation/v20190601/software_update_configuration_by_name.py +1 -1
- pulumi_azure_native/automation/v20200113preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/automation/v20200113preview/watcher.py +1 -1
- pulumi_azure_native/automation/v20210622/hybrid_runbook_worker_group.py +1 -1
- pulumi_azure_native/automation/v20220808/automation_account.py +1 -1
- pulumi_azure_native/automation/v20220808/certificate.py +1 -1
- pulumi_azure_native/automation/v20220808/connection.py +1 -1
- pulumi_azure_native/automation/v20220808/connection_type.py +1 -1
- pulumi_azure_native/automation/v20220808/credential.py +1 -1
- pulumi_azure_native/automation/v20220808/dsc_configuration.py +1 -1
- pulumi_azure_native/automation/v20220808/dsc_node_configuration.py +1 -1
- pulumi_azure_native/automation/v20220808/hybrid_runbook_worker.py +1 -1
- pulumi_azure_native/automation/v20220808/hybrid_runbook_worker_group.py +1 -1
- pulumi_azure_native/automation/v20220808/job_schedule.py +1 -1
- pulumi_azure_native/automation/v20220808/module.py +1 -1
- pulumi_azure_native/automation/v20220808/python2_package.py +1 -1
- pulumi_azure_native/automation/v20220808/python3_package.py +1 -1
- pulumi_azure_native/automation/v20220808/runbook.py +1 -1
- pulumi_azure_native/automation/v20220808/schedule.py +1 -1
- pulumi_azure_native/automation/v20220808/source_control.py +1 -1
- pulumi_azure_native/automation/v20220808/variable.py +1 -1
- pulumi_azure_native/automation/v20230515preview/automation_account.py +1 -1
- pulumi_azure_native/automation/v20230515preview/certificate.py +1 -1
- pulumi_azure_native/automation/v20230515preview/connection.py +1 -1
- pulumi_azure_native/automation/v20230515preview/connection_type.py +1 -1
- pulumi_azure_native/automation/v20230515preview/credential.py +1 -1
- pulumi_azure_native/automation/v20230515preview/dsc_configuration.py +1 -1
- pulumi_azure_native/automation/v20230515preview/dsc_node_configuration.py +1 -1
- pulumi_azure_native/automation/v20230515preview/hybrid_runbook_worker.py +1 -1
- pulumi_azure_native/automation/v20230515preview/hybrid_runbook_worker_group.py +1 -1
- pulumi_azure_native/automation/v20230515preview/job_schedule.py +1 -1
- pulumi_azure_native/automation/v20230515preview/module.py +1 -1
- pulumi_azure_native/automation/v20230515preview/package.py +1 -1
- pulumi_azure_native/automation/v20230515preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/automation/v20230515preview/python2_package.py +1 -1
- pulumi_azure_native/automation/v20230515preview/python3_package.py +1 -1
- pulumi_azure_native/automation/v20230515preview/runbook.py +1 -1
- pulumi_azure_native/automation/v20230515preview/runtime_environment.py +1 -1
- pulumi_azure_native/automation/v20230515preview/schedule.py +1 -1
- pulumi_azure_native/automation/v20230515preview/software_update_configuration_by_name.py +1 -1
- pulumi_azure_native/automation/v20230515preview/source_control.py +1 -1
- pulumi_azure_native/automation/v20230515preview/variable.py +1 -1
- pulumi_azure_native/automation/v20230515preview/watcher.py +1 -1
- pulumi_azure_native/automation/v20230515preview/webhook.py +1 -1
- pulumi_azure_native/automation/v20231101/automation_account.py +1 -1
- pulumi_azure_native/automation/v20231101/certificate.py +1 -1
- pulumi_azure_native/automation/v20231101/connection.py +1 -1
- pulumi_azure_native/automation/v20231101/connection_type.py +1 -1
- pulumi_azure_native/automation/v20231101/credential.py +1 -1
- pulumi_azure_native/automation/v20231101/dsc_configuration.py +1 -1
- pulumi_azure_native/automation/v20231101/dsc_node_configuration.py +1 -1
- pulumi_azure_native/automation/v20231101/hybrid_runbook_worker.py +1 -1
- pulumi_azure_native/automation/v20231101/hybrid_runbook_worker_group.py +1 -1
- pulumi_azure_native/automation/v20231101/job_schedule.py +1 -1
- pulumi_azure_native/automation/v20231101/module.py +1 -1
- pulumi_azure_native/automation/v20231101/python2_package.py +1 -1
- pulumi_azure_native/automation/v20231101/python3_package.py +1 -1
- pulumi_azure_native/automation/v20231101/runbook.py +1 -1
- pulumi_azure_native/automation/v20231101/schedule.py +1 -1
- pulumi_azure_native/automation/v20231101/source_control.py +1 -1
- pulumi_azure_native/automation/v20231101/variable.py +1 -1
- pulumi_azure_native/automation/v20241023/__init__.py +58 -0
- pulumi_azure_native/automation/v20241023/_enums.py +157 -0
- pulumi_azure_native/automation/v20241023/_inputs.py +2602 -0
- pulumi_azure_native/automation/v20241023/automation_account.py +473 -0
- pulumi_azure_native/automation/v20241023/certificate.py +348 -0
- pulumi_azure_native/automation/v20241023/connection.py +319 -0
- pulumi_azure_native/automation/v20241023/connection_type.py +290 -0
- pulumi_azure_native/automation/v20241023/credential.py +310 -0
- pulumi_azure_native/automation/v20241023/dsc_configuration.py +476 -0
- pulumi_azure_native/automation/v20241023/dsc_node_configuration.py +350 -0
- pulumi_azure_native/automation/v20241023/get_automation_account.py +339 -0
- pulumi_azure_native/automation/v20241023/get_certificate.py +219 -0
- pulumi_azure_native/automation/v20241023/get_connection.py +205 -0
- pulumi_azure_native/automation/v20241023/get_connection_type.py +191 -0
- pulumi_azure_native/automation/v20241023/get_credential.py +191 -0
- pulumi_azure_native/automation/v20241023/get_dsc_configuration.py +317 -0
- pulumi_azure_native/automation/v20241023/get_dsc_node_configuration.py +219 -0
- pulumi_azure_native/automation/v20241023/get_hybrid_runbook_worker.py +253 -0
- pulumi_azure_native/automation/v20241023/get_hybrid_runbook_worker_group.py +191 -0
- pulumi_azure_native/automation/v20241023/get_job_schedule.py +191 -0
- pulumi_azure_native/automation/v20241023/get_module.py +331 -0
- pulumi_azure_native/automation/v20241023/get_package.py +267 -0
- pulumi_azure_native/automation/v20241023/get_private_endpoint_connection.py +177 -0
- pulumi_azure_native/automation/v20241023/get_python2_package.py +331 -0
- pulumi_azure_native/automation/v20241023/get_python3_package.py +331 -0
- pulumi_azure_native/automation/v20241023/get_runbook.py +401 -0
- pulumi_azure_native/automation/v20241023/get_runtime_environment.py +219 -0
- pulumi_azure_native/automation/v20241023/get_schedule.py +331 -0
- pulumi_azure_native/automation/v20241023/get_software_update_configuration_by_name.py +247 -0
- pulumi_azure_native/automation/v20241023/get_source_control.py +261 -0
- pulumi_azure_native/automation/v20241023/get_variable.py +205 -0
- pulumi_azure_native/automation/v20241023/get_watcher.py +303 -0
- pulumi_azure_native/automation/v20241023/get_webhook.py +289 -0
- pulumi_azure_native/automation/v20241023/hybrid_runbook_worker.py +310 -0
- pulumi_azure_native/automation/v20241023/hybrid_runbook_worker_group.py +269 -0
- pulumi_azure_native/automation/v20241023/job_schedule.py +308 -0
- pulumi_azure_native/automation/v20241023/list_automation_account_deleted_runbooks.py +101 -0
- pulumi_azure_native/automation/v20241023/list_key_by_automation_account.py +84 -0
- pulumi_azure_native/automation/v20241023/module.py +408 -0
- pulumi_azure_native/automation/v20241023/outputs.py +2492 -0
- pulumi_azure_native/automation/v20241023/package.py +341 -0
- pulumi_azure_native/automation/v20241023/private_endpoint_connection.py +278 -0
- pulumi_azure_native/automation/v20241023/python2_package.py +370 -0
- pulumi_azure_native/automation/v20241023/python3_package.py +370 -0
- pulumi_azure_native/automation/v20241023/runbook.py +592 -0
- pulumi_azure_native/automation/v20241023/runtime_environment.py +364 -0
- pulumi_azure_native/automation/v20241023/schedule.py +487 -0
- pulumi_azure_native/automation/v20241023/software_update_configuration_by_name.py +350 -0
- pulumi_azure_native/automation/v20241023/source_control.py +435 -0
- pulumi_azure_native/automation/v20241023/variable.py +317 -0
- pulumi_azure_native/automation/v20241023/watcher.py +443 -0
- pulumi_azure_native/automation/v20241023/webhook.py +435 -0
- pulumi_azure_native/automation/variable.py +3 -3
- pulumi_azure_native/automation/watcher.py +3 -3
- pulumi_azure_native/automation/webhook.py +3 -3
- pulumi_azure_native/datafactory/_inputs.py +20 -0
- pulumi_azure_native/datafactory/outputs.py +14 -0
- pulumi_azure_native/datafactory/v20180601/_inputs.py +20 -0
- pulumi_azure_native/datafactory/v20180601/outputs.py +14 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/outputs.py +2 -2
- pulumi_azure_native/offazure/__init__.py +3 -0
- pulumi_azure_native/offazure/get_hyperv_cluster_controller_cluster.py +2 -2
- pulumi_azure_native/offazure/get_hyperv_host_controller.py +2 -2
- pulumi_azure_native/offazure/get_hyperv_sites_controller.py +2 -2
- pulumi_azure_native/offazure/get_import_sites_controller.py +2 -2
- pulumi_azure_native/offazure/get_master_sites_controller.py +2 -2
- pulumi_azure_native/offazure/get_private_endpoint_connection_controller.py +2 -2
- pulumi_azure_native/offazure/get_server_sites_controller.py +2 -2
- pulumi_azure_native/offazure/get_sites_controller.py +2 -2
- pulumi_azure_native/offazure/get_sql_discovery_site_data_source_controller.py +2 -2
- pulumi_azure_native/offazure/get_sql_sites_controller.py +2 -2
- pulumi_azure_native/offazure/get_vcenter_controller.py +2 -2
- pulumi_azure_native/offazure/get_web_app_discovery_site_data_sources_controller.py +2 -2
- pulumi_azure_native/offazure/get_web_app_sites_controller.py +2 -2
- pulumi_azure_native/offazure/hyper_v_site.py +1 -1
- pulumi_azure_native/offazure/hyperv_cluster_controller_cluster.py +3 -3
- pulumi_azure_native/offazure/hyperv_host_controller.py +3 -3
- pulumi_azure_native/offazure/hyperv_sites_controller.py +3 -3
- pulumi_azure_native/offazure/import_sites_controller.py +3 -3
- pulumi_azure_native/offazure/list_hyperv_sites_controller_health_summary.py +2 -2
- pulumi_azure_native/offazure/list_server_sites_controller_health_summary.py +2 -2
- pulumi_azure_native/offazure/list_sites_controller_health_summary.py +2 -2
- pulumi_azure_native/offazure/master_sites_controller.py +3 -3
- pulumi_azure_native/offazure/private_endpoint_connection.py +1 -1
- pulumi_azure_native/offazure/private_endpoint_connection_controller.py +3 -3
- pulumi_azure_native/offazure/server_sites_controller.py +3 -3
- pulumi_azure_native/offazure/site.py +1 -1
- pulumi_azure_native/offazure/sites_controller.py +3 -3
- pulumi_azure_native/offazure/sql_discovery_site_data_source_controller.py +3 -3
- pulumi_azure_native/offazure/sql_sites_controller.py +3 -3
- pulumi_azure_native/offazure/v20200707/hyper_v_site.py +1 -1
- pulumi_azure_native/offazure/v20200707/private_endpoint_connection.py +1 -1
- pulumi_azure_native/offazure/v20200707/site.py +1 -1
- pulumi_azure_native/offazure/v20230606/hyperv_cluster_controller_cluster.py +1 -1
- pulumi_azure_native/offazure/v20230606/hyperv_host_controller.py +1 -1
- pulumi_azure_native/offazure/v20230606/hyperv_sites_controller.py +1 -1
- pulumi_azure_native/offazure/v20230606/import_sites_controller.py +1 -1
- pulumi_azure_native/offazure/v20230606/master_sites_controller.py +1 -1
- pulumi_azure_native/offazure/v20230606/private_endpoint_connection_controller.py +1 -1
- pulumi_azure_native/offazure/v20230606/server_sites_controller.py +1 -1
- pulumi_azure_native/offazure/v20230606/sites_controller.py +1 -1
- pulumi_azure_native/offazure/v20230606/sql_discovery_site_data_source_controller.py +1 -1
- pulumi_azure_native/offazure/v20230606/sql_sites_controller.py +1 -1
- pulumi_azure_native/offazure/v20230606/vcenter_controller.py +1 -1
- pulumi_azure_native/offazure/v20230606/web_app_discovery_site_data_sources_controller.py +1 -1
- pulumi_azure_native/offazure/v20230606/web_app_sites_controller.py +1 -1
- pulumi_azure_native/offazure/v20231001preview/hyperv_cluster_controller_cluster.py +1 -1
- pulumi_azure_native/offazure/v20231001preview/hyperv_host_controller.py +1 -1
- pulumi_azure_native/offazure/v20231001preview/hyperv_sites_controller.py +1 -1
- pulumi_azure_native/offazure/v20231001preview/import_sites_controller.py +1 -1
- pulumi_azure_native/offazure/v20231001preview/master_sites_controller.py +1 -1
- pulumi_azure_native/offazure/v20231001preview/private_endpoint_connection_controller.py +1 -1
- pulumi_azure_native/offazure/v20231001preview/server_sites_controller.py +1 -1
- pulumi_azure_native/offazure/v20231001preview/sites_controller.py +1 -1
- pulumi_azure_native/offazure/v20231001preview/sql_discovery_site_data_source_controller.py +1 -1
- pulumi_azure_native/offazure/v20231001preview/sql_sites_controller.py +1 -1
- pulumi_azure_native/offazure/v20231001preview/vcenter_controller.py +1 -1
- pulumi_azure_native/offazure/v20231001preview/web_app_discovery_site_data_sources_controller.py +1 -1
- pulumi_azure_native/offazure/v20231001preview/web_app_sites_controller.py +1 -1
- pulumi_azure_native/offazure/v20240501preview/__init__.py +39 -0
- pulumi_azure_native/offazure/v20240501preview/_enums.py +115 -0
- pulumi_azure_native/offazure/v20240501preview/_inputs.py +410 -0
- pulumi_azure_native/offazure/v20240501preview/get_hyperv_cluster_controller_cluster.py +261 -0
- pulumi_azure_native/offazure/v20240501preview/get_hyperv_host_controller.py +233 -0
- pulumi_azure_native/offazure/v20240501preview/get_hyperv_sites_controller.py +257 -0
- pulumi_azure_native/offazure/v20240501preview/get_import_sites_controller.py +213 -0
- pulumi_azure_native/offazure/v20240501preview/get_master_sites_controller.py +258 -0
- pulumi_azure_native/offazure/v20240501preview/get_private_endpoint_connection_controller.py +191 -0
- pulumi_azure_native/offazure/v20240501preview/get_server_sites_controller.py +257 -0
- pulumi_azure_native/offazure/v20240501preview/get_sites_controller.py +271 -0
- pulumi_azure_native/offazure/v20240501preview/get_sql_discovery_site_data_source_controller.py +169 -0
- pulumi_azure_native/offazure/v20240501preview/get_sql_sites_controller.py +193 -0
- pulumi_azure_native/offazure/v20240501preview/get_vcenter_controller.py +289 -0
- pulumi_azure_native/offazure/v20240501preview/get_web_app_discovery_site_data_sources_controller.py +169 -0
- pulumi_azure_native/offazure/v20240501preview/get_web_app_sites_controller.py +193 -0
- pulumi_azure_native/offazure/v20240501preview/hyperv_cluster_controller_cluster.py +357 -0
- pulumi_azure_native/offazure/v20240501preview/hyperv_host_controller.py +318 -0
- pulumi_azure_native/offazure/v20240501preview/hyperv_sites_controller.py +402 -0
- pulumi_azure_native/offazure/v20240501preview/import_sites_controller.py +306 -0
- pulumi_azure_native/offazure/v20240501preview/list_hyperv_sites_controller_health_summary.py +101 -0
- pulumi_azure_native/offazure/v20240501preview/list_server_sites_controller_health_summary.py +101 -0
- pulumi_azure_native/offazure/v20240501preview/list_sites_controller_health_summary.py +101 -0
- pulumi_azure_native/offazure/v20240501preview/master_sites_controller.py +386 -0
- pulumi_azure_native/offazure/v20240501preview/outputs.py +972 -0
- pulumi_azure_native/offazure/v20240501preview/private_endpoint_connection_controller.py +251 -0
- pulumi_azure_native/offazure/v20240501preview/server_sites_controller.py +382 -0
- pulumi_azure_native/offazure/v20240501preview/sites_controller.py +392 -0
- pulumi_azure_native/offazure/v20240501preview/sql_discovery_site_data_source_controller.py +250 -0
- pulumi_azure_native/offazure/v20240501preview/sql_sites_controller.py +278 -0
- pulumi_azure_native/offazure/v20240501preview/vcenter_controller.py +396 -0
- pulumi_azure_native/offazure/v20240501preview/web_app_discovery_site_data_sources_controller.py +250 -0
- pulumi_azure_native/offazure/v20240501preview/web_app_sites_controller.py +278 -0
- pulumi_azure_native/offazure/vcenter_controller.py +3 -3
- pulumi_azure_native/offazure/web_app_discovery_site_data_sources_controller.py +3 -3
- pulumi_azure_native/offazure/web_app_sites_controller.py +3 -3
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/recoveryservices/v20241001/_enums.py +1 -0
- pulumi_azure_native/recoveryservices/v20241001/_inputs.py +20 -0
- pulumi_azure_native/recoveryservices/v20241001/outputs.py +14 -0
- pulumi_azure_native/resources/__init__.py +3 -0
- pulumi_azure_native/resources/deployment.py +3 -3
- pulumi_azure_native/resources/deployment_at_management_group_scope.py +3 -3
- pulumi_azure_native/resources/deployment_at_scope.py +3 -3
- pulumi_azure_native/resources/deployment_at_subscription_scope.py +3 -3
- pulumi_azure_native/resources/deployment_at_tenant_scope.py +3 -3
- pulumi_azure_native/resources/get_deployment.py +2 -2
- pulumi_azure_native/resources/get_deployment_at_management_group_scope.py +2 -2
- pulumi_azure_native/resources/get_deployment_at_scope.py +2 -2
- pulumi_azure_native/resources/get_deployment_at_subscription_scope.py +2 -2
- pulumi_azure_native/resources/get_deployment_at_tenant_scope.py +2 -2
- pulumi_azure_native/resources/get_resource.py +2 -2
- pulumi_azure_native/resources/get_resource_group.py +2 -2
- pulumi_azure_native/resources/get_tag_at_scope.py +2 -2
- pulumi_azure_native/resources/resource.py +3 -3
- pulumi_azure_native/resources/resource_group.py +3 -3
- pulumi_azure_native/resources/tag_at_scope.py +3 -3
- pulumi_azure_native/resources/v20220901/deployment.py +1 -1
- pulumi_azure_native/resources/v20220901/deployment_at_management_group_scope.py +1 -1
- pulumi_azure_native/resources/v20220901/deployment_at_scope.py +1 -1
- pulumi_azure_native/resources/v20220901/deployment_at_subscription_scope.py +1 -1
- pulumi_azure_native/resources/v20220901/deployment_at_tenant_scope.py +1 -1
- pulumi_azure_native/resources/v20220901/resource.py +1 -1
- pulumi_azure_native/resources/v20220901/resource_group.py +1 -1
- pulumi_azure_native/resources/v20220901/tag_at_scope.py +1 -1
- pulumi_azure_native/resources/v20230701/deployment.py +1 -1
- pulumi_azure_native/resources/v20230701/deployment_at_management_group_scope.py +1 -1
- pulumi_azure_native/resources/v20230701/deployment_at_scope.py +1 -1
- pulumi_azure_native/resources/v20230701/deployment_at_subscription_scope.py +1 -1
- pulumi_azure_native/resources/v20230701/deployment_at_tenant_scope.py +1 -1
- pulumi_azure_native/resources/v20230701/resource.py +1 -1
- pulumi_azure_native/resources/v20230701/resource_group.py +1 -1
- pulumi_azure_native/resources/v20230701/tag_at_scope.py +1 -1
- pulumi_azure_native/resources/v20240301/deployment.py +1 -1
- pulumi_azure_native/resources/v20240301/deployment_at_management_group_scope.py +1 -1
- pulumi_azure_native/resources/v20240301/deployment_at_scope.py +1 -1
- pulumi_azure_native/resources/v20240301/deployment_at_subscription_scope.py +1 -1
- pulumi_azure_native/resources/v20240301/deployment_at_tenant_scope.py +1 -1
- pulumi_azure_native/resources/v20240301/resource.py +1 -1
- pulumi_azure_native/resources/v20240301/resource_group.py +1 -1
- pulumi_azure_native/resources/v20240301/tag_at_scope.py +1 -1
- pulumi_azure_native/resources/v20240701/deployment.py +1 -1
- pulumi_azure_native/resources/v20240701/deployment_at_management_group_scope.py +1 -1
- pulumi_azure_native/resources/v20240701/deployment_at_scope.py +1 -1
- pulumi_azure_native/resources/v20240701/deployment_at_subscription_scope.py +1 -1
- pulumi_azure_native/resources/v20240701/deployment_at_tenant_scope.py +1 -1
- pulumi_azure_native/resources/v20240701/resource.py +1 -1
- pulumi_azure_native/resources/v20240701/resource_group.py +1 -1
- pulumi_azure_native/resources/v20240701/tag_at_scope.py +1 -1
- pulumi_azure_native/resources/v20241101/__init__.py +26 -0
- pulumi_azure_native/resources/v20241101/_enums.py +74 -0
- pulumi_azure_native/resources/v20241101/_inputs.py +1102 -0
- pulumi_azure_native/resources/v20241101/deployment.py +249 -0
- pulumi_azure_native/resources/v20241101/deployment_at_management_group_scope.py +249 -0
- pulumi_azure_native/resources/v20241101/deployment_at_scope.py +249 -0
- pulumi_azure_native/resources/v20241101/deployment_at_subscription_scope.py +228 -0
- pulumi_azure_native/resources/v20241101/deployment_at_tenant_scope.py +228 -0
- pulumi_azure_native/resources/v20241101/get_deployment.py +157 -0
- pulumi_azure_native/resources/v20241101/get_deployment_at_management_group_scope.py +157 -0
- pulumi_azure_native/resources/v20241101/get_deployment_at_scope.py +157 -0
- pulumi_azure_native/resources/v20241101/get_deployment_at_subscription_scope.py +151 -0
- pulumi_azure_native/resources/v20241101/get_deployment_at_tenant_scope.py +151 -0
- pulumi_azure_native/resources/v20241101/get_resource.py +259 -0
- pulumi_azure_native/resources/v20241101/get_resource_group.py +165 -0
- pulumi_azure_native/resources/v20241101/get_tag_at_scope.py +123 -0
- pulumi_azure_native/resources/v20241101/outputs.py +1952 -0
- pulumi_azure_native/resources/v20241101/resource.py +485 -0
- pulumi_azure_native/resources/v20241101/resource_group.py +235 -0
- pulumi_azure_native/resources/v20241101/tag_at_scope.py +170 -0
- {pulumi_azure_native-2.77.0a1733914767.dist-info → pulumi_azure_native-2.77.0a1733990841.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.77.0a1733914767.dist-info → pulumi_azure_native-2.77.0a1733990841.dist-info}/RECORD +342 -237
- {pulumi_azure_native-2.77.0a1733914767.dist-info → pulumi_azure_native-2.77.0a1733990841.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.77.0a1733914767.dist-info → pulumi_azure_native-2.77.0a1733990841.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,2602 @@
|
|
|
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 sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from ... import _utilities
|
|
16
|
+
from ._enums import *
|
|
17
|
+
|
|
18
|
+
__all__ = [
|
|
19
|
+
'AdvancedScheduleMonthlyOccurrenceArgs',
|
|
20
|
+
'AdvancedScheduleMonthlyOccurrenceArgsDict',
|
|
21
|
+
'AdvancedScheduleArgs',
|
|
22
|
+
'AdvancedScheduleArgsDict',
|
|
23
|
+
'AzureQueryPropertiesArgs',
|
|
24
|
+
'AzureQueryPropertiesArgsDict',
|
|
25
|
+
'ConnectionTypeAssociationPropertyArgs',
|
|
26
|
+
'ConnectionTypeAssociationPropertyArgsDict',
|
|
27
|
+
'ContentHashArgs',
|
|
28
|
+
'ContentHashArgsDict',
|
|
29
|
+
'ContentLinkArgs',
|
|
30
|
+
'ContentLinkArgsDict',
|
|
31
|
+
'ContentSourceArgs',
|
|
32
|
+
'ContentSourceArgsDict',
|
|
33
|
+
'DscConfigurationAssociationPropertyArgs',
|
|
34
|
+
'DscConfigurationAssociationPropertyArgsDict',
|
|
35
|
+
'DscConfigurationParameterArgs',
|
|
36
|
+
'DscConfigurationParameterArgsDict',
|
|
37
|
+
'EncryptionPropertiesIdentityArgs',
|
|
38
|
+
'EncryptionPropertiesIdentityArgsDict',
|
|
39
|
+
'EncryptionPropertiesArgs',
|
|
40
|
+
'EncryptionPropertiesArgsDict',
|
|
41
|
+
'ErrorResponseArgs',
|
|
42
|
+
'ErrorResponseArgsDict',
|
|
43
|
+
'FieldDefinitionArgs',
|
|
44
|
+
'FieldDefinitionArgsDict',
|
|
45
|
+
'IdentityArgs',
|
|
46
|
+
'IdentityArgsDict',
|
|
47
|
+
'KeyVaultPropertiesArgs',
|
|
48
|
+
'KeyVaultPropertiesArgsDict',
|
|
49
|
+
'LinuxPropertiesArgs',
|
|
50
|
+
'LinuxPropertiesArgsDict',
|
|
51
|
+
'NonAzureQueryPropertiesArgs',
|
|
52
|
+
'NonAzureQueryPropertiesArgsDict',
|
|
53
|
+
'PrivateEndpointPropertyArgs',
|
|
54
|
+
'PrivateEndpointPropertyArgsDict',
|
|
55
|
+
'PrivateLinkServiceConnectionStatePropertyArgs',
|
|
56
|
+
'PrivateLinkServiceConnectionStatePropertyArgsDict',
|
|
57
|
+
'RunAsCredentialAssociationPropertyArgs',
|
|
58
|
+
'RunAsCredentialAssociationPropertyArgsDict',
|
|
59
|
+
'RunbookAssociationPropertyArgs',
|
|
60
|
+
'RunbookAssociationPropertyArgsDict',
|
|
61
|
+
'RunbookDraftArgs',
|
|
62
|
+
'RunbookDraftArgsDict',
|
|
63
|
+
'RunbookParameterArgs',
|
|
64
|
+
'RunbookParameterArgsDict',
|
|
65
|
+
'SUCSchedulePropertiesArgs',
|
|
66
|
+
'SUCSchedulePropertiesArgsDict',
|
|
67
|
+
'ScheduleAssociationPropertyArgs',
|
|
68
|
+
'ScheduleAssociationPropertyArgsDict',
|
|
69
|
+
'SkuArgs',
|
|
70
|
+
'SkuArgsDict',
|
|
71
|
+
'SoftwareUpdateConfigurationTasksArgs',
|
|
72
|
+
'SoftwareUpdateConfigurationTasksArgsDict',
|
|
73
|
+
'SourceControlSecurityTokenPropertiesArgs',
|
|
74
|
+
'SourceControlSecurityTokenPropertiesArgsDict',
|
|
75
|
+
'TagSettingsPropertiesArgs',
|
|
76
|
+
'TagSettingsPropertiesArgsDict',
|
|
77
|
+
'TargetPropertiesArgs',
|
|
78
|
+
'TargetPropertiesArgsDict',
|
|
79
|
+
'TaskPropertiesArgs',
|
|
80
|
+
'TaskPropertiesArgsDict',
|
|
81
|
+
'TrackedResourceArgs',
|
|
82
|
+
'TrackedResourceArgsDict',
|
|
83
|
+
'UpdateConfigurationArgs',
|
|
84
|
+
'UpdateConfigurationArgsDict',
|
|
85
|
+
'WindowsPropertiesArgs',
|
|
86
|
+
'WindowsPropertiesArgsDict',
|
|
87
|
+
]
|
|
88
|
+
|
|
89
|
+
MYPY = False
|
|
90
|
+
|
|
91
|
+
if not MYPY:
|
|
92
|
+
class AdvancedScheduleMonthlyOccurrenceArgsDict(TypedDict):
|
|
93
|
+
"""
|
|
94
|
+
The properties of the create advanced schedule monthly occurrence.
|
|
95
|
+
"""
|
|
96
|
+
day: NotRequired[pulumi.Input[Union[str, 'ScheduleDay']]]
|
|
97
|
+
"""
|
|
98
|
+
Day of the occurrence. Must be one of monday, tuesday, wednesday, thursday, friday, saturday, sunday.
|
|
99
|
+
"""
|
|
100
|
+
occurrence: NotRequired[pulumi.Input[int]]
|
|
101
|
+
"""
|
|
102
|
+
Occurrence of the week within the month. Must be between 1 and 5
|
|
103
|
+
"""
|
|
104
|
+
elif False:
|
|
105
|
+
AdvancedScheduleMonthlyOccurrenceArgsDict: TypeAlias = Mapping[str, Any]
|
|
106
|
+
|
|
107
|
+
@pulumi.input_type
|
|
108
|
+
class AdvancedScheduleMonthlyOccurrenceArgs:
|
|
109
|
+
def __init__(__self__, *,
|
|
110
|
+
day: Optional[pulumi.Input[Union[str, 'ScheduleDay']]] = None,
|
|
111
|
+
occurrence: Optional[pulumi.Input[int]] = None):
|
|
112
|
+
"""
|
|
113
|
+
The properties of the create advanced schedule monthly occurrence.
|
|
114
|
+
:param pulumi.Input[Union[str, 'ScheduleDay']] day: Day of the occurrence. Must be one of monday, tuesday, wednesday, thursday, friday, saturday, sunday.
|
|
115
|
+
:param pulumi.Input[int] occurrence: Occurrence of the week within the month. Must be between 1 and 5
|
|
116
|
+
"""
|
|
117
|
+
if day is not None:
|
|
118
|
+
pulumi.set(__self__, "day", day)
|
|
119
|
+
if occurrence is not None:
|
|
120
|
+
pulumi.set(__self__, "occurrence", occurrence)
|
|
121
|
+
|
|
122
|
+
@property
|
|
123
|
+
@pulumi.getter
|
|
124
|
+
def day(self) -> Optional[pulumi.Input[Union[str, 'ScheduleDay']]]:
|
|
125
|
+
"""
|
|
126
|
+
Day of the occurrence. Must be one of monday, tuesday, wednesday, thursday, friday, saturday, sunday.
|
|
127
|
+
"""
|
|
128
|
+
return pulumi.get(self, "day")
|
|
129
|
+
|
|
130
|
+
@day.setter
|
|
131
|
+
def day(self, value: Optional[pulumi.Input[Union[str, 'ScheduleDay']]]):
|
|
132
|
+
pulumi.set(self, "day", value)
|
|
133
|
+
|
|
134
|
+
@property
|
|
135
|
+
@pulumi.getter
|
|
136
|
+
def occurrence(self) -> Optional[pulumi.Input[int]]:
|
|
137
|
+
"""
|
|
138
|
+
Occurrence of the week within the month. Must be between 1 and 5
|
|
139
|
+
"""
|
|
140
|
+
return pulumi.get(self, "occurrence")
|
|
141
|
+
|
|
142
|
+
@occurrence.setter
|
|
143
|
+
def occurrence(self, value: Optional[pulumi.Input[int]]):
|
|
144
|
+
pulumi.set(self, "occurrence", value)
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
if not MYPY:
|
|
148
|
+
class AdvancedScheduleArgsDict(TypedDict):
|
|
149
|
+
"""
|
|
150
|
+
The properties of the create Advanced Schedule.
|
|
151
|
+
"""
|
|
152
|
+
month_days: NotRequired[pulumi.Input[Sequence[pulumi.Input[int]]]]
|
|
153
|
+
"""
|
|
154
|
+
Days of the month that the job should execute on. Must be between 1 and 31.
|
|
155
|
+
"""
|
|
156
|
+
monthly_occurrences: NotRequired[pulumi.Input[Sequence[pulumi.Input['AdvancedScheduleMonthlyOccurrenceArgsDict']]]]
|
|
157
|
+
"""
|
|
158
|
+
Occurrences of days within a month.
|
|
159
|
+
"""
|
|
160
|
+
week_days: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
161
|
+
"""
|
|
162
|
+
Days of the week that the job should execute on.
|
|
163
|
+
"""
|
|
164
|
+
elif False:
|
|
165
|
+
AdvancedScheduleArgsDict: TypeAlias = Mapping[str, Any]
|
|
166
|
+
|
|
167
|
+
@pulumi.input_type
|
|
168
|
+
class AdvancedScheduleArgs:
|
|
169
|
+
def __init__(__self__, *,
|
|
170
|
+
month_days: Optional[pulumi.Input[Sequence[pulumi.Input[int]]]] = None,
|
|
171
|
+
monthly_occurrences: Optional[pulumi.Input[Sequence[pulumi.Input['AdvancedScheduleMonthlyOccurrenceArgs']]]] = None,
|
|
172
|
+
week_days: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
173
|
+
"""
|
|
174
|
+
The properties of the create Advanced Schedule.
|
|
175
|
+
:param pulumi.Input[Sequence[pulumi.Input[int]]] month_days: Days of the month that the job should execute on. Must be between 1 and 31.
|
|
176
|
+
:param pulumi.Input[Sequence[pulumi.Input['AdvancedScheduleMonthlyOccurrenceArgs']]] monthly_occurrences: Occurrences of days within a month.
|
|
177
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] week_days: Days of the week that the job should execute on.
|
|
178
|
+
"""
|
|
179
|
+
if month_days is not None:
|
|
180
|
+
pulumi.set(__self__, "month_days", month_days)
|
|
181
|
+
if monthly_occurrences is not None:
|
|
182
|
+
pulumi.set(__self__, "monthly_occurrences", monthly_occurrences)
|
|
183
|
+
if week_days is not None:
|
|
184
|
+
pulumi.set(__self__, "week_days", week_days)
|
|
185
|
+
|
|
186
|
+
@property
|
|
187
|
+
@pulumi.getter(name="monthDays")
|
|
188
|
+
def month_days(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[int]]]]:
|
|
189
|
+
"""
|
|
190
|
+
Days of the month that the job should execute on. Must be between 1 and 31.
|
|
191
|
+
"""
|
|
192
|
+
return pulumi.get(self, "month_days")
|
|
193
|
+
|
|
194
|
+
@month_days.setter
|
|
195
|
+
def month_days(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[int]]]]):
|
|
196
|
+
pulumi.set(self, "month_days", value)
|
|
197
|
+
|
|
198
|
+
@property
|
|
199
|
+
@pulumi.getter(name="monthlyOccurrences")
|
|
200
|
+
def monthly_occurrences(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['AdvancedScheduleMonthlyOccurrenceArgs']]]]:
|
|
201
|
+
"""
|
|
202
|
+
Occurrences of days within a month.
|
|
203
|
+
"""
|
|
204
|
+
return pulumi.get(self, "monthly_occurrences")
|
|
205
|
+
|
|
206
|
+
@monthly_occurrences.setter
|
|
207
|
+
def monthly_occurrences(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['AdvancedScheduleMonthlyOccurrenceArgs']]]]):
|
|
208
|
+
pulumi.set(self, "monthly_occurrences", value)
|
|
209
|
+
|
|
210
|
+
@property
|
|
211
|
+
@pulumi.getter(name="weekDays")
|
|
212
|
+
def week_days(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
213
|
+
"""
|
|
214
|
+
Days of the week that the job should execute on.
|
|
215
|
+
"""
|
|
216
|
+
return pulumi.get(self, "week_days")
|
|
217
|
+
|
|
218
|
+
@week_days.setter
|
|
219
|
+
def week_days(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
220
|
+
pulumi.set(self, "week_days", value)
|
|
221
|
+
|
|
222
|
+
|
|
223
|
+
if not MYPY:
|
|
224
|
+
class AzureQueryPropertiesArgsDict(TypedDict):
|
|
225
|
+
"""
|
|
226
|
+
Azure query for the update configuration.
|
|
227
|
+
"""
|
|
228
|
+
locations: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
229
|
+
"""
|
|
230
|
+
List of locations to scope the query to.
|
|
231
|
+
"""
|
|
232
|
+
scope: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
233
|
+
"""
|
|
234
|
+
List of Subscription or Resource Group ARM Ids.
|
|
235
|
+
"""
|
|
236
|
+
tag_settings: NotRequired[pulumi.Input['TagSettingsPropertiesArgsDict']]
|
|
237
|
+
"""
|
|
238
|
+
Tag settings for the VM.
|
|
239
|
+
"""
|
|
240
|
+
elif False:
|
|
241
|
+
AzureQueryPropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
|
242
|
+
|
|
243
|
+
@pulumi.input_type
|
|
244
|
+
class AzureQueryPropertiesArgs:
|
|
245
|
+
def __init__(__self__, *,
|
|
246
|
+
locations: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
247
|
+
scope: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
248
|
+
tag_settings: Optional[pulumi.Input['TagSettingsPropertiesArgs']] = None):
|
|
249
|
+
"""
|
|
250
|
+
Azure query for the update configuration.
|
|
251
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] locations: List of locations to scope the query to.
|
|
252
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] scope: List of Subscription or Resource Group ARM Ids.
|
|
253
|
+
:param pulumi.Input['TagSettingsPropertiesArgs'] tag_settings: Tag settings for the VM.
|
|
254
|
+
"""
|
|
255
|
+
if locations is not None:
|
|
256
|
+
pulumi.set(__self__, "locations", locations)
|
|
257
|
+
if scope is not None:
|
|
258
|
+
pulumi.set(__self__, "scope", scope)
|
|
259
|
+
if tag_settings is not None:
|
|
260
|
+
pulumi.set(__self__, "tag_settings", tag_settings)
|
|
261
|
+
|
|
262
|
+
@property
|
|
263
|
+
@pulumi.getter
|
|
264
|
+
def locations(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
265
|
+
"""
|
|
266
|
+
List of locations to scope the query to.
|
|
267
|
+
"""
|
|
268
|
+
return pulumi.get(self, "locations")
|
|
269
|
+
|
|
270
|
+
@locations.setter
|
|
271
|
+
def locations(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
272
|
+
pulumi.set(self, "locations", value)
|
|
273
|
+
|
|
274
|
+
@property
|
|
275
|
+
@pulumi.getter
|
|
276
|
+
def scope(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
277
|
+
"""
|
|
278
|
+
List of Subscription or Resource Group ARM Ids.
|
|
279
|
+
"""
|
|
280
|
+
return pulumi.get(self, "scope")
|
|
281
|
+
|
|
282
|
+
@scope.setter
|
|
283
|
+
def scope(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
284
|
+
pulumi.set(self, "scope", value)
|
|
285
|
+
|
|
286
|
+
@property
|
|
287
|
+
@pulumi.getter(name="tagSettings")
|
|
288
|
+
def tag_settings(self) -> Optional[pulumi.Input['TagSettingsPropertiesArgs']]:
|
|
289
|
+
"""
|
|
290
|
+
Tag settings for the VM.
|
|
291
|
+
"""
|
|
292
|
+
return pulumi.get(self, "tag_settings")
|
|
293
|
+
|
|
294
|
+
@tag_settings.setter
|
|
295
|
+
def tag_settings(self, value: Optional[pulumi.Input['TagSettingsPropertiesArgs']]):
|
|
296
|
+
pulumi.set(self, "tag_settings", value)
|
|
297
|
+
|
|
298
|
+
|
|
299
|
+
if not MYPY:
|
|
300
|
+
class ConnectionTypeAssociationPropertyArgsDict(TypedDict):
|
|
301
|
+
"""
|
|
302
|
+
The connection type property associated with the entity.
|
|
303
|
+
"""
|
|
304
|
+
name: NotRequired[pulumi.Input[str]]
|
|
305
|
+
"""
|
|
306
|
+
Gets or sets the name of the connection type.
|
|
307
|
+
"""
|
|
308
|
+
elif False:
|
|
309
|
+
ConnectionTypeAssociationPropertyArgsDict: TypeAlias = Mapping[str, Any]
|
|
310
|
+
|
|
311
|
+
@pulumi.input_type
|
|
312
|
+
class ConnectionTypeAssociationPropertyArgs:
|
|
313
|
+
def __init__(__self__, *,
|
|
314
|
+
name: Optional[pulumi.Input[str]] = None):
|
|
315
|
+
"""
|
|
316
|
+
The connection type property associated with the entity.
|
|
317
|
+
:param pulumi.Input[str] name: Gets or sets the name of the connection type.
|
|
318
|
+
"""
|
|
319
|
+
if name is not None:
|
|
320
|
+
pulumi.set(__self__, "name", name)
|
|
321
|
+
|
|
322
|
+
@property
|
|
323
|
+
@pulumi.getter
|
|
324
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
|
325
|
+
"""
|
|
326
|
+
Gets or sets the name of the connection type.
|
|
327
|
+
"""
|
|
328
|
+
return pulumi.get(self, "name")
|
|
329
|
+
|
|
330
|
+
@name.setter
|
|
331
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
|
332
|
+
pulumi.set(self, "name", value)
|
|
333
|
+
|
|
334
|
+
|
|
335
|
+
if not MYPY:
|
|
336
|
+
class ContentHashArgsDict(TypedDict):
|
|
337
|
+
"""
|
|
338
|
+
Definition of the runbook property type.
|
|
339
|
+
"""
|
|
340
|
+
algorithm: pulumi.Input[str]
|
|
341
|
+
"""
|
|
342
|
+
Gets or sets the content hash algorithm used to hash the content.
|
|
343
|
+
"""
|
|
344
|
+
value: pulumi.Input[str]
|
|
345
|
+
"""
|
|
346
|
+
Gets or sets expected hash value of the content.
|
|
347
|
+
"""
|
|
348
|
+
elif False:
|
|
349
|
+
ContentHashArgsDict: TypeAlias = Mapping[str, Any]
|
|
350
|
+
|
|
351
|
+
@pulumi.input_type
|
|
352
|
+
class ContentHashArgs:
|
|
353
|
+
def __init__(__self__, *,
|
|
354
|
+
algorithm: pulumi.Input[str],
|
|
355
|
+
value: pulumi.Input[str]):
|
|
356
|
+
"""
|
|
357
|
+
Definition of the runbook property type.
|
|
358
|
+
:param pulumi.Input[str] algorithm: Gets or sets the content hash algorithm used to hash the content.
|
|
359
|
+
:param pulumi.Input[str] value: Gets or sets expected hash value of the content.
|
|
360
|
+
"""
|
|
361
|
+
pulumi.set(__self__, "algorithm", algorithm)
|
|
362
|
+
pulumi.set(__self__, "value", value)
|
|
363
|
+
|
|
364
|
+
@property
|
|
365
|
+
@pulumi.getter
|
|
366
|
+
def algorithm(self) -> pulumi.Input[str]:
|
|
367
|
+
"""
|
|
368
|
+
Gets or sets the content hash algorithm used to hash the content.
|
|
369
|
+
"""
|
|
370
|
+
return pulumi.get(self, "algorithm")
|
|
371
|
+
|
|
372
|
+
@algorithm.setter
|
|
373
|
+
def algorithm(self, value: pulumi.Input[str]):
|
|
374
|
+
pulumi.set(self, "algorithm", value)
|
|
375
|
+
|
|
376
|
+
@property
|
|
377
|
+
@pulumi.getter
|
|
378
|
+
def value(self) -> pulumi.Input[str]:
|
|
379
|
+
"""
|
|
380
|
+
Gets or sets expected hash value of the content.
|
|
381
|
+
"""
|
|
382
|
+
return pulumi.get(self, "value")
|
|
383
|
+
|
|
384
|
+
@value.setter
|
|
385
|
+
def value(self, value: pulumi.Input[str]):
|
|
386
|
+
pulumi.set(self, "value", value)
|
|
387
|
+
|
|
388
|
+
|
|
389
|
+
if not MYPY:
|
|
390
|
+
class ContentLinkArgsDict(TypedDict):
|
|
391
|
+
"""
|
|
392
|
+
Definition of the content link.
|
|
393
|
+
"""
|
|
394
|
+
content_hash: NotRequired[pulumi.Input['ContentHashArgsDict']]
|
|
395
|
+
"""
|
|
396
|
+
Gets or sets the hash.
|
|
397
|
+
"""
|
|
398
|
+
uri: NotRequired[pulumi.Input[str]]
|
|
399
|
+
"""
|
|
400
|
+
Gets or sets the uri of content.
|
|
401
|
+
"""
|
|
402
|
+
version: NotRequired[pulumi.Input[str]]
|
|
403
|
+
"""
|
|
404
|
+
Gets or sets the version of the content.
|
|
405
|
+
"""
|
|
406
|
+
elif False:
|
|
407
|
+
ContentLinkArgsDict: TypeAlias = Mapping[str, Any]
|
|
408
|
+
|
|
409
|
+
@pulumi.input_type
|
|
410
|
+
class ContentLinkArgs:
|
|
411
|
+
def __init__(__self__, *,
|
|
412
|
+
content_hash: Optional[pulumi.Input['ContentHashArgs']] = None,
|
|
413
|
+
uri: Optional[pulumi.Input[str]] = None,
|
|
414
|
+
version: Optional[pulumi.Input[str]] = None):
|
|
415
|
+
"""
|
|
416
|
+
Definition of the content link.
|
|
417
|
+
:param pulumi.Input['ContentHashArgs'] content_hash: Gets or sets the hash.
|
|
418
|
+
:param pulumi.Input[str] uri: Gets or sets the uri of content.
|
|
419
|
+
:param pulumi.Input[str] version: Gets or sets the version of the content.
|
|
420
|
+
"""
|
|
421
|
+
if content_hash is not None:
|
|
422
|
+
pulumi.set(__self__, "content_hash", content_hash)
|
|
423
|
+
if uri is not None:
|
|
424
|
+
pulumi.set(__self__, "uri", uri)
|
|
425
|
+
if version is not None:
|
|
426
|
+
pulumi.set(__self__, "version", version)
|
|
427
|
+
|
|
428
|
+
@property
|
|
429
|
+
@pulumi.getter(name="contentHash")
|
|
430
|
+
def content_hash(self) -> Optional[pulumi.Input['ContentHashArgs']]:
|
|
431
|
+
"""
|
|
432
|
+
Gets or sets the hash.
|
|
433
|
+
"""
|
|
434
|
+
return pulumi.get(self, "content_hash")
|
|
435
|
+
|
|
436
|
+
@content_hash.setter
|
|
437
|
+
def content_hash(self, value: Optional[pulumi.Input['ContentHashArgs']]):
|
|
438
|
+
pulumi.set(self, "content_hash", value)
|
|
439
|
+
|
|
440
|
+
@property
|
|
441
|
+
@pulumi.getter
|
|
442
|
+
def uri(self) -> Optional[pulumi.Input[str]]:
|
|
443
|
+
"""
|
|
444
|
+
Gets or sets the uri of content.
|
|
445
|
+
"""
|
|
446
|
+
return pulumi.get(self, "uri")
|
|
447
|
+
|
|
448
|
+
@uri.setter
|
|
449
|
+
def uri(self, value: Optional[pulumi.Input[str]]):
|
|
450
|
+
pulumi.set(self, "uri", value)
|
|
451
|
+
|
|
452
|
+
@property
|
|
453
|
+
@pulumi.getter
|
|
454
|
+
def version(self) -> Optional[pulumi.Input[str]]:
|
|
455
|
+
"""
|
|
456
|
+
Gets or sets the version of the content.
|
|
457
|
+
"""
|
|
458
|
+
return pulumi.get(self, "version")
|
|
459
|
+
|
|
460
|
+
@version.setter
|
|
461
|
+
def version(self, value: Optional[pulumi.Input[str]]):
|
|
462
|
+
pulumi.set(self, "version", value)
|
|
463
|
+
|
|
464
|
+
|
|
465
|
+
if not MYPY:
|
|
466
|
+
class ContentSourceArgsDict(TypedDict):
|
|
467
|
+
"""
|
|
468
|
+
Definition of the content source.
|
|
469
|
+
"""
|
|
470
|
+
hash: NotRequired[pulumi.Input['ContentHashArgsDict']]
|
|
471
|
+
"""
|
|
472
|
+
Gets or sets the hash.
|
|
473
|
+
"""
|
|
474
|
+
type: NotRequired[pulumi.Input[Union[str, 'ContentSourceType']]]
|
|
475
|
+
"""
|
|
476
|
+
Gets or sets the content source type.
|
|
477
|
+
"""
|
|
478
|
+
value: NotRequired[pulumi.Input[str]]
|
|
479
|
+
"""
|
|
480
|
+
Gets or sets the value of the content. This is based on the content source type.
|
|
481
|
+
"""
|
|
482
|
+
version: NotRequired[pulumi.Input[str]]
|
|
483
|
+
"""
|
|
484
|
+
Gets or sets the version of the content.
|
|
485
|
+
"""
|
|
486
|
+
elif False:
|
|
487
|
+
ContentSourceArgsDict: TypeAlias = Mapping[str, Any]
|
|
488
|
+
|
|
489
|
+
@pulumi.input_type
|
|
490
|
+
class ContentSourceArgs:
|
|
491
|
+
def __init__(__self__, *,
|
|
492
|
+
hash: Optional[pulumi.Input['ContentHashArgs']] = None,
|
|
493
|
+
type: Optional[pulumi.Input[Union[str, 'ContentSourceType']]] = None,
|
|
494
|
+
value: Optional[pulumi.Input[str]] = None,
|
|
495
|
+
version: Optional[pulumi.Input[str]] = None):
|
|
496
|
+
"""
|
|
497
|
+
Definition of the content source.
|
|
498
|
+
:param pulumi.Input['ContentHashArgs'] hash: Gets or sets the hash.
|
|
499
|
+
:param pulumi.Input[Union[str, 'ContentSourceType']] type: Gets or sets the content source type.
|
|
500
|
+
:param pulumi.Input[str] value: Gets or sets the value of the content. This is based on the content source type.
|
|
501
|
+
:param pulumi.Input[str] version: Gets or sets the version of the content.
|
|
502
|
+
"""
|
|
503
|
+
if hash is not None:
|
|
504
|
+
pulumi.set(__self__, "hash", hash)
|
|
505
|
+
if type is not None:
|
|
506
|
+
pulumi.set(__self__, "type", type)
|
|
507
|
+
if value is not None:
|
|
508
|
+
pulumi.set(__self__, "value", value)
|
|
509
|
+
if version is not None:
|
|
510
|
+
pulumi.set(__self__, "version", version)
|
|
511
|
+
|
|
512
|
+
@property
|
|
513
|
+
@pulumi.getter
|
|
514
|
+
def hash(self) -> Optional[pulumi.Input['ContentHashArgs']]:
|
|
515
|
+
"""
|
|
516
|
+
Gets or sets the hash.
|
|
517
|
+
"""
|
|
518
|
+
return pulumi.get(self, "hash")
|
|
519
|
+
|
|
520
|
+
@hash.setter
|
|
521
|
+
def hash(self, value: Optional[pulumi.Input['ContentHashArgs']]):
|
|
522
|
+
pulumi.set(self, "hash", value)
|
|
523
|
+
|
|
524
|
+
@property
|
|
525
|
+
@pulumi.getter
|
|
526
|
+
def type(self) -> Optional[pulumi.Input[Union[str, 'ContentSourceType']]]:
|
|
527
|
+
"""
|
|
528
|
+
Gets or sets the content source type.
|
|
529
|
+
"""
|
|
530
|
+
return pulumi.get(self, "type")
|
|
531
|
+
|
|
532
|
+
@type.setter
|
|
533
|
+
def type(self, value: Optional[pulumi.Input[Union[str, 'ContentSourceType']]]):
|
|
534
|
+
pulumi.set(self, "type", value)
|
|
535
|
+
|
|
536
|
+
@property
|
|
537
|
+
@pulumi.getter
|
|
538
|
+
def value(self) -> Optional[pulumi.Input[str]]:
|
|
539
|
+
"""
|
|
540
|
+
Gets or sets the value of the content. This is based on the content source type.
|
|
541
|
+
"""
|
|
542
|
+
return pulumi.get(self, "value")
|
|
543
|
+
|
|
544
|
+
@value.setter
|
|
545
|
+
def value(self, value: Optional[pulumi.Input[str]]):
|
|
546
|
+
pulumi.set(self, "value", value)
|
|
547
|
+
|
|
548
|
+
@property
|
|
549
|
+
@pulumi.getter
|
|
550
|
+
def version(self) -> Optional[pulumi.Input[str]]:
|
|
551
|
+
"""
|
|
552
|
+
Gets or sets the version of the content.
|
|
553
|
+
"""
|
|
554
|
+
return pulumi.get(self, "version")
|
|
555
|
+
|
|
556
|
+
@version.setter
|
|
557
|
+
def version(self, value: Optional[pulumi.Input[str]]):
|
|
558
|
+
pulumi.set(self, "version", value)
|
|
559
|
+
|
|
560
|
+
|
|
561
|
+
if not MYPY:
|
|
562
|
+
class DscConfigurationAssociationPropertyArgsDict(TypedDict):
|
|
563
|
+
"""
|
|
564
|
+
The Dsc configuration property associated with the entity.
|
|
565
|
+
"""
|
|
566
|
+
name: NotRequired[pulumi.Input[str]]
|
|
567
|
+
"""
|
|
568
|
+
Gets or sets the name of the Dsc configuration.
|
|
569
|
+
"""
|
|
570
|
+
elif False:
|
|
571
|
+
DscConfigurationAssociationPropertyArgsDict: TypeAlias = Mapping[str, Any]
|
|
572
|
+
|
|
573
|
+
@pulumi.input_type
|
|
574
|
+
class DscConfigurationAssociationPropertyArgs:
|
|
575
|
+
def __init__(__self__, *,
|
|
576
|
+
name: Optional[pulumi.Input[str]] = None):
|
|
577
|
+
"""
|
|
578
|
+
The Dsc configuration property associated with the entity.
|
|
579
|
+
:param pulumi.Input[str] name: Gets or sets the name of the Dsc configuration.
|
|
580
|
+
"""
|
|
581
|
+
if name is not None:
|
|
582
|
+
pulumi.set(__self__, "name", name)
|
|
583
|
+
|
|
584
|
+
@property
|
|
585
|
+
@pulumi.getter
|
|
586
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
|
587
|
+
"""
|
|
588
|
+
Gets or sets the name of the Dsc configuration.
|
|
589
|
+
"""
|
|
590
|
+
return pulumi.get(self, "name")
|
|
591
|
+
|
|
592
|
+
@name.setter
|
|
593
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
|
594
|
+
pulumi.set(self, "name", value)
|
|
595
|
+
|
|
596
|
+
|
|
597
|
+
if not MYPY:
|
|
598
|
+
class DscConfigurationParameterArgsDict(TypedDict):
|
|
599
|
+
"""
|
|
600
|
+
Definition of the configuration parameter type.
|
|
601
|
+
"""
|
|
602
|
+
default_value: NotRequired[pulumi.Input[str]]
|
|
603
|
+
"""
|
|
604
|
+
Gets or sets the default value of parameter.
|
|
605
|
+
"""
|
|
606
|
+
is_mandatory: NotRequired[pulumi.Input[bool]]
|
|
607
|
+
"""
|
|
608
|
+
Gets or sets a Boolean value to indicate whether the parameter is mandatory or not.
|
|
609
|
+
"""
|
|
610
|
+
position: NotRequired[pulumi.Input[int]]
|
|
611
|
+
"""
|
|
612
|
+
Get or sets the position of the parameter.
|
|
613
|
+
"""
|
|
614
|
+
type: NotRequired[pulumi.Input[str]]
|
|
615
|
+
"""
|
|
616
|
+
Gets or sets the type of the parameter.
|
|
617
|
+
"""
|
|
618
|
+
elif False:
|
|
619
|
+
DscConfigurationParameterArgsDict: TypeAlias = Mapping[str, Any]
|
|
620
|
+
|
|
621
|
+
@pulumi.input_type
|
|
622
|
+
class DscConfigurationParameterArgs:
|
|
623
|
+
def __init__(__self__, *,
|
|
624
|
+
default_value: Optional[pulumi.Input[str]] = None,
|
|
625
|
+
is_mandatory: Optional[pulumi.Input[bool]] = None,
|
|
626
|
+
position: Optional[pulumi.Input[int]] = None,
|
|
627
|
+
type: Optional[pulumi.Input[str]] = None):
|
|
628
|
+
"""
|
|
629
|
+
Definition of the configuration parameter type.
|
|
630
|
+
:param pulumi.Input[str] default_value: Gets or sets the default value of parameter.
|
|
631
|
+
:param pulumi.Input[bool] is_mandatory: Gets or sets a Boolean value to indicate whether the parameter is mandatory or not.
|
|
632
|
+
:param pulumi.Input[int] position: Get or sets the position of the parameter.
|
|
633
|
+
:param pulumi.Input[str] type: Gets or sets the type of the parameter.
|
|
634
|
+
"""
|
|
635
|
+
if default_value is not None:
|
|
636
|
+
pulumi.set(__self__, "default_value", default_value)
|
|
637
|
+
if is_mandatory is not None:
|
|
638
|
+
pulumi.set(__self__, "is_mandatory", is_mandatory)
|
|
639
|
+
if position is not None:
|
|
640
|
+
pulumi.set(__self__, "position", position)
|
|
641
|
+
if type is not None:
|
|
642
|
+
pulumi.set(__self__, "type", type)
|
|
643
|
+
|
|
644
|
+
@property
|
|
645
|
+
@pulumi.getter(name="defaultValue")
|
|
646
|
+
def default_value(self) -> Optional[pulumi.Input[str]]:
|
|
647
|
+
"""
|
|
648
|
+
Gets or sets the default value of parameter.
|
|
649
|
+
"""
|
|
650
|
+
return pulumi.get(self, "default_value")
|
|
651
|
+
|
|
652
|
+
@default_value.setter
|
|
653
|
+
def default_value(self, value: Optional[pulumi.Input[str]]):
|
|
654
|
+
pulumi.set(self, "default_value", value)
|
|
655
|
+
|
|
656
|
+
@property
|
|
657
|
+
@pulumi.getter(name="isMandatory")
|
|
658
|
+
def is_mandatory(self) -> Optional[pulumi.Input[bool]]:
|
|
659
|
+
"""
|
|
660
|
+
Gets or sets a Boolean value to indicate whether the parameter is mandatory or not.
|
|
661
|
+
"""
|
|
662
|
+
return pulumi.get(self, "is_mandatory")
|
|
663
|
+
|
|
664
|
+
@is_mandatory.setter
|
|
665
|
+
def is_mandatory(self, value: Optional[pulumi.Input[bool]]):
|
|
666
|
+
pulumi.set(self, "is_mandatory", value)
|
|
667
|
+
|
|
668
|
+
@property
|
|
669
|
+
@pulumi.getter
|
|
670
|
+
def position(self) -> Optional[pulumi.Input[int]]:
|
|
671
|
+
"""
|
|
672
|
+
Get or sets the position of the parameter.
|
|
673
|
+
"""
|
|
674
|
+
return pulumi.get(self, "position")
|
|
675
|
+
|
|
676
|
+
@position.setter
|
|
677
|
+
def position(self, value: Optional[pulumi.Input[int]]):
|
|
678
|
+
pulumi.set(self, "position", value)
|
|
679
|
+
|
|
680
|
+
@property
|
|
681
|
+
@pulumi.getter
|
|
682
|
+
def type(self) -> Optional[pulumi.Input[str]]:
|
|
683
|
+
"""
|
|
684
|
+
Gets or sets the type of the parameter.
|
|
685
|
+
"""
|
|
686
|
+
return pulumi.get(self, "type")
|
|
687
|
+
|
|
688
|
+
@type.setter
|
|
689
|
+
def type(self, value: Optional[pulumi.Input[str]]):
|
|
690
|
+
pulumi.set(self, "type", value)
|
|
691
|
+
|
|
692
|
+
|
|
693
|
+
if not MYPY:
|
|
694
|
+
class EncryptionPropertiesIdentityArgsDict(TypedDict):
|
|
695
|
+
"""
|
|
696
|
+
User identity used for CMK.
|
|
697
|
+
"""
|
|
698
|
+
user_assigned_identity: NotRequired[Any]
|
|
699
|
+
"""
|
|
700
|
+
The user identity used for CMK. It will be an ARM resource id in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
|
|
701
|
+
"""
|
|
702
|
+
elif False:
|
|
703
|
+
EncryptionPropertiesIdentityArgsDict: TypeAlias = Mapping[str, Any]
|
|
704
|
+
|
|
705
|
+
@pulumi.input_type
|
|
706
|
+
class EncryptionPropertiesIdentityArgs:
|
|
707
|
+
def __init__(__self__, *,
|
|
708
|
+
user_assigned_identity: Optional[Any] = None):
|
|
709
|
+
"""
|
|
710
|
+
User identity used for CMK.
|
|
711
|
+
:param Any user_assigned_identity: The user identity used for CMK. It will be an ARM resource id in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
|
|
712
|
+
"""
|
|
713
|
+
if user_assigned_identity is not None:
|
|
714
|
+
pulumi.set(__self__, "user_assigned_identity", user_assigned_identity)
|
|
715
|
+
|
|
716
|
+
@property
|
|
717
|
+
@pulumi.getter(name="userAssignedIdentity")
|
|
718
|
+
def user_assigned_identity(self) -> Optional[Any]:
|
|
719
|
+
"""
|
|
720
|
+
The user identity used for CMK. It will be an ARM resource id in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
|
|
721
|
+
"""
|
|
722
|
+
return pulumi.get(self, "user_assigned_identity")
|
|
723
|
+
|
|
724
|
+
@user_assigned_identity.setter
|
|
725
|
+
def user_assigned_identity(self, value: Optional[Any]):
|
|
726
|
+
pulumi.set(self, "user_assigned_identity", value)
|
|
727
|
+
|
|
728
|
+
|
|
729
|
+
if not MYPY:
|
|
730
|
+
class EncryptionPropertiesArgsDict(TypedDict):
|
|
731
|
+
"""
|
|
732
|
+
The encryption settings for automation account
|
|
733
|
+
"""
|
|
734
|
+
identity: NotRequired[pulumi.Input['EncryptionPropertiesIdentityArgsDict']]
|
|
735
|
+
"""
|
|
736
|
+
User identity used for CMK.
|
|
737
|
+
"""
|
|
738
|
+
key_source: NotRequired[pulumi.Input['EncryptionKeySourceType']]
|
|
739
|
+
"""
|
|
740
|
+
Encryption Key Source
|
|
741
|
+
"""
|
|
742
|
+
key_vault_properties: NotRequired[pulumi.Input['KeyVaultPropertiesArgsDict']]
|
|
743
|
+
"""
|
|
744
|
+
Key vault properties.
|
|
745
|
+
"""
|
|
746
|
+
elif False:
|
|
747
|
+
EncryptionPropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
|
748
|
+
|
|
749
|
+
@pulumi.input_type
|
|
750
|
+
class EncryptionPropertiesArgs:
|
|
751
|
+
def __init__(__self__, *,
|
|
752
|
+
identity: Optional[pulumi.Input['EncryptionPropertiesIdentityArgs']] = None,
|
|
753
|
+
key_source: Optional[pulumi.Input['EncryptionKeySourceType']] = None,
|
|
754
|
+
key_vault_properties: Optional[pulumi.Input['KeyVaultPropertiesArgs']] = None):
|
|
755
|
+
"""
|
|
756
|
+
The encryption settings for automation account
|
|
757
|
+
:param pulumi.Input['EncryptionPropertiesIdentityArgs'] identity: User identity used for CMK.
|
|
758
|
+
:param pulumi.Input['EncryptionKeySourceType'] key_source: Encryption Key Source
|
|
759
|
+
:param pulumi.Input['KeyVaultPropertiesArgs'] key_vault_properties: Key vault properties.
|
|
760
|
+
"""
|
|
761
|
+
if identity is not None:
|
|
762
|
+
pulumi.set(__self__, "identity", identity)
|
|
763
|
+
if key_source is not None:
|
|
764
|
+
pulumi.set(__self__, "key_source", key_source)
|
|
765
|
+
if key_vault_properties is not None:
|
|
766
|
+
pulumi.set(__self__, "key_vault_properties", key_vault_properties)
|
|
767
|
+
|
|
768
|
+
@property
|
|
769
|
+
@pulumi.getter
|
|
770
|
+
def identity(self) -> Optional[pulumi.Input['EncryptionPropertiesIdentityArgs']]:
|
|
771
|
+
"""
|
|
772
|
+
User identity used for CMK.
|
|
773
|
+
"""
|
|
774
|
+
return pulumi.get(self, "identity")
|
|
775
|
+
|
|
776
|
+
@identity.setter
|
|
777
|
+
def identity(self, value: Optional[pulumi.Input['EncryptionPropertiesIdentityArgs']]):
|
|
778
|
+
pulumi.set(self, "identity", value)
|
|
779
|
+
|
|
780
|
+
@property
|
|
781
|
+
@pulumi.getter(name="keySource")
|
|
782
|
+
def key_source(self) -> Optional[pulumi.Input['EncryptionKeySourceType']]:
|
|
783
|
+
"""
|
|
784
|
+
Encryption Key Source
|
|
785
|
+
"""
|
|
786
|
+
return pulumi.get(self, "key_source")
|
|
787
|
+
|
|
788
|
+
@key_source.setter
|
|
789
|
+
def key_source(self, value: Optional[pulumi.Input['EncryptionKeySourceType']]):
|
|
790
|
+
pulumi.set(self, "key_source", value)
|
|
791
|
+
|
|
792
|
+
@property
|
|
793
|
+
@pulumi.getter(name="keyVaultProperties")
|
|
794
|
+
def key_vault_properties(self) -> Optional[pulumi.Input['KeyVaultPropertiesArgs']]:
|
|
795
|
+
"""
|
|
796
|
+
Key vault properties.
|
|
797
|
+
"""
|
|
798
|
+
return pulumi.get(self, "key_vault_properties")
|
|
799
|
+
|
|
800
|
+
@key_vault_properties.setter
|
|
801
|
+
def key_vault_properties(self, value: Optional[pulumi.Input['KeyVaultPropertiesArgs']]):
|
|
802
|
+
pulumi.set(self, "key_vault_properties", value)
|
|
803
|
+
|
|
804
|
+
|
|
805
|
+
if not MYPY:
|
|
806
|
+
class ErrorResponseArgsDict(TypedDict):
|
|
807
|
+
"""
|
|
808
|
+
Error response of an operation failure
|
|
809
|
+
"""
|
|
810
|
+
code: NotRequired[pulumi.Input[str]]
|
|
811
|
+
"""
|
|
812
|
+
Error code
|
|
813
|
+
"""
|
|
814
|
+
message: NotRequired[pulumi.Input[str]]
|
|
815
|
+
"""
|
|
816
|
+
Error message indicating why the operation failed.
|
|
817
|
+
"""
|
|
818
|
+
elif False:
|
|
819
|
+
ErrorResponseArgsDict: TypeAlias = Mapping[str, Any]
|
|
820
|
+
|
|
821
|
+
@pulumi.input_type
|
|
822
|
+
class ErrorResponseArgs:
|
|
823
|
+
def __init__(__self__, *,
|
|
824
|
+
code: Optional[pulumi.Input[str]] = None,
|
|
825
|
+
message: Optional[pulumi.Input[str]] = None):
|
|
826
|
+
"""
|
|
827
|
+
Error response of an operation failure
|
|
828
|
+
:param pulumi.Input[str] code: Error code
|
|
829
|
+
:param pulumi.Input[str] message: Error message indicating why the operation failed.
|
|
830
|
+
"""
|
|
831
|
+
if code is not None:
|
|
832
|
+
pulumi.set(__self__, "code", code)
|
|
833
|
+
if message is not None:
|
|
834
|
+
pulumi.set(__self__, "message", message)
|
|
835
|
+
|
|
836
|
+
@property
|
|
837
|
+
@pulumi.getter
|
|
838
|
+
def code(self) -> Optional[pulumi.Input[str]]:
|
|
839
|
+
"""
|
|
840
|
+
Error code
|
|
841
|
+
"""
|
|
842
|
+
return pulumi.get(self, "code")
|
|
843
|
+
|
|
844
|
+
@code.setter
|
|
845
|
+
def code(self, value: Optional[pulumi.Input[str]]):
|
|
846
|
+
pulumi.set(self, "code", value)
|
|
847
|
+
|
|
848
|
+
@property
|
|
849
|
+
@pulumi.getter
|
|
850
|
+
def message(self) -> Optional[pulumi.Input[str]]:
|
|
851
|
+
"""
|
|
852
|
+
Error message indicating why the operation failed.
|
|
853
|
+
"""
|
|
854
|
+
return pulumi.get(self, "message")
|
|
855
|
+
|
|
856
|
+
@message.setter
|
|
857
|
+
def message(self, value: Optional[pulumi.Input[str]]):
|
|
858
|
+
pulumi.set(self, "message", value)
|
|
859
|
+
|
|
860
|
+
|
|
861
|
+
if not MYPY:
|
|
862
|
+
class FieldDefinitionArgsDict(TypedDict):
|
|
863
|
+
"""
|
|
864
|
+
Definition of the connection fields.
|
|
865
|
+
"""
|
|
866
|
+
type: pulumi.Input[str]
|
|
867
|
+
"""
|
|
868
|
+
Gets or sets the type of the connection field definition.
|
|
869
|
+
"""
|
|
870
|
+
is_encrypted: NotRequired[pulumi.Input[bool]]
|
|
871
|
+
"""
|
|
872
|
+
Gets or sets the isEncrypted flag of the connection field definition.
|
|
873
|
+
"""
|
|
874
|
+
is_optional: NotRequired[pulumi.Input[bool]]
|
|
875
|
+
"""
|
|
876
|
+
Gets or sets the isOptional flag of the connection field definition.
|
|
877
|
+
"""
|
|
878
|
+
elif False:
|
|
879
|
+
FieldDefinitionArgsDict: TypeAlias = Mapping[str, Any]
|
|
880
|
+
|
|
881
|
+
@pulumi.input_type
|
|
882
|
+
class FieldDefinitionArgs:
|
|
883
|
+
def __init__(__self__, *,
|
|
884
|
+
type: pulumi.Input[str],
|
|
885
|
+
is_encrypted: Optional[pulumi.Input[bool]] = None,
|
|
886
|
+
is_optional: Optional[pulumi.Input[bool]] = None):
|
|
887
|
+
"""
|
|
888
|
+
Definition of the connection fields.
|
|
889
|
+
:param pulumi.Input[str] type: Gets or sets the type of the connection field definition.
|
|
890
|
+
:param pulumi.Input[bool] is_encrypted: Gets or sets the isEncrypted flag of the connection field definition.
|
|
891
|
+
:param pulumi.Input[bool] is_optional: Gets or sets the isOptional flag of the connection field definition.
|
|
892
|
+
"""
|
|
893
|
+
pulumi.set(__self__, "type", type)
|
|
894
|
+
if is_encrypted is not None:
|
|
895
|
+
pulumi.set(__self__, "is_encrypted", is_encrypted)
|
|
896
|
+
if is_optional is not None:
|
|
897
|
+
pulumi.set(__self__, "is_optional", is_optional)
|
|
898
|
+
|
|
899
|
+
@property
|
|
900
|
+
@pulumi.getter
|
|
901
|
+
def type(self) -> pulumi.Input[str]:
|
|
902
|
+
"""
|
|
903
|
+
Gets or sets the type of the connection field definition.
|
|
904
|
+
"""
|
|
905
|
+
return pulumi.get(self, "type")
|
|
906
|
+
|
|
907
|
+
@type.setter
|
|
908
|
+
def type(self, value: pulumi.Input[str]):
|
|
909
|
+
pulumi.set(self, "type", value)
|
|
910
|
+
|
|
911
|
+
@property
|
|
912
|
+
@pulumi.getter(name="isEncrypted")
|
|
913
|
+
def is_encrypted(self) -> Optional[pulumi.Input[bool]]:
|
|
914
|
+
"""
|
|
915
|
+
Gets or sets the isEncrypted flag of the connection field definition.
|
|
916
|
+
"""
|
|
917
|
+
return pulumi.get(self, "is_encrypted")
|
|
918
|
+
|
|
919
|
+
@is_encrypted.setter
|
|
920
|
+
def is_encrypted(self, value: Optional[pulumi.Input[bool]]):
|
|
921
|
+
pulumi.set(self, "is_encrypted", value)
|
|
922
|
+
|
|
923
|
+
@property
|
|
924
|
+
@pulumi.getter(name="isOptional")
|
|
925
|
+
def is_optional(self) -> Optional[pulumi.Input[bool]]:
|
|
926
|
+
"""
|
|
927
|
+
Gets or sets the isOptional flag of the connection field definition.
|
|
928
|
+
"""
|
|
929
|
+
return pulumi.get(self, "is_optional")
|
|
930
|
+
|
|
931
|
+
@is_optional.setter
|
|
932
|
+
def is_optional(self, value: Optional[pulumi.Input[bool]]):
|
|
933
|
+
pulumi.set(self, "is_optional", value)
|
|
934
|
+
|
|
935
|
+
|
|
936
|
+
if not MYPY:
|
|
937
|
+
class IdentityArgsDict(TypedDict):
|
|
938
|
+
"""
|
|
939
|
+
Identity for the resource.
|
|
940
|
+
"""
|
|
941
|
+
type: NotRequired[pulumi.Input['ResourceIdentityType']]
|
|
942
|
+
"""
|
|
943
|
+
The identity type.
|
|
944
|
+
"""
|
|
945
|
+
user_assigned_identities: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
946
|
+
"""
|
|
947
|
+
The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
|
|
948
|
+
"""
|
|
949
|
+
elif False:
|
|
950
|
+
IdentityArgsDict: TypeAlias = Mapping[str, Any]
|
|
951
|
+
|
|
952
|
+
@pulumi.input_type
|
|
953
|
+
class IdentityArgs:
|
|
954
|
+
def __init__(__self__, *,
|
|
955
|
+
type: Optional[pulumi.Input['ResourceIdentityType']] = None,
|
|
956
|
+
user_assigned_identities: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
957
|
+
"""
|
|
958
|
+
Identity for the resource.
|
|
959
|
+
:param pulumi.Input['ResourceIdentityType'] type: The identity type.
|
|
960
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] user_assigned_identities: The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
|
|
961
|
+
"""
|
|
962
|
+
if type is not None:
|
|
963
|
+
pulumi.set(__self__, "type", type)
|
|
964
|
+
if user_assigned_identities is not None:
|
|
965
|
+
pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
|
|
966
|
+
|
|
967
|
+
@property
|
|
968
|
+
@pulumi.getter
|
|
969
|
+
def type(self) -> Optional[pulumi.Input['ResourceIdentityType']]:
|
|
970
|
+
"""
|
|
971
|
+
The identity type.
|
|
972
|
+
"""
|
|
973
|
+
return pulumi.get(self, "type")
|
|
974
|
+
|
|
975
|
+
@type.setter
|
|
976
|
+
def type(self, value: Optional[pulumi.Input['ResourceIdentityType']]):
|
|
977
|
+
pulumi.set(self, "type", value)
|
|
978
|
+
|
|
979
|
+
@property
|
|
980
|
+
@pulumi.getter(name="userAssignedIdentities")
|
|
981
|
+
def user_assigned_identities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
982
|
+
"""
|
|
983
|
+
The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
|
|
984
|
+
"""
|
|
985
|
+
return pulumi.get(self, "user_assigned_identities")
|
|
986
|
+
|
|
987
|
+
@user_assigned_identities.setter
|
|
988
|
+
def user_assigned_identities(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
989
|
+
pulumi.set(self, "user_assigned_identities", value)
|
|
990
|
+
|
|
991
|
+
|
|
992
|
+
if not MYPY:
|
|
993
|
+
class KeyVaultPropertiesArgsDict(TypedDict):
|
|
994
|
+
"""
|
|
995
|
+
Settings concerning key vault encryption for a configuration store.
|
|
996
|
+
"""
|
|
997
|
+
key_name: NotRequired[pulumi.Input[str]]
|
|
998
|
+
"""
|
|
999
|
+
The name of key used to encrypt data.
|
|
1000
|
+
"""
|
|
1001
|
+
key_version: NotRequired[pulumi.Input[str]]
|
|
1002
|
+
"""
|
|
1003
|
+
The key version of the key used to encrypt data.
|
|
1004
|
+
"""
|
|
1005
|
+
keyvault_uri: NotRequired[pulumi.Input[str]]
|
|
1006
|
+
"""
|
|
1007
|
+
The URI of the key vault key used to encrypt data.
|
|
1008
|
+
"""
|
|
1009
|
+
elif False:
|
|
1010
|
+
KeyVaultPropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
|
1011
|
+
|
|
1012
|
+
@pulumi.input_type
|
|
1013
|
+
class KeyVaultPropertiesArgs:
|
|
1014
|
+
def __init__(__self__, *,
|
|
1015
|
+
key_name: Optional[pulumi.Input[str]] = None,
|
|
1016
|
+
key_version: Optional[pulumi.Input[str]] = None,
|
|
1017
|
+
keyvault_uri: Optional[pulumi.Input[str]] = None):
|
|
1018
|
+
"""
|
|
1019
|
+
Settings concerning key vault encryption for a configuration store.
|
|
1020
|
+
:param pulumi.Input[str] key_name: The name of key used to encrypt data.
|
|
1021
|
+
:param pulumi.Input[str] key_version: The key version of the key used to encrypt data.
|
|
1022
|
+
:param pulumi.Input[str] keyvault_uri: The URI of the key vault key used to encrypt data.
|
|
1023
|
+
"""
|
|
1024
|
+
if key_name is not None:
|
|
1025
|
+
pulumi.set(__self__, "key_name", key_name)
|
|
1026
|
+
if key_version is not None:
|
|
1027
|
+
pulumi.set(__self__, "key_version", key_version)
|
|
1028
|
+
if keyvault_uri is not None:
|
|
1029
|
+
pulumi.set(__self__, "keyvault_uri", keyvault_uri)
|
|
1030
|
+
|
|
1031
|
+
@property
|
|
1032
|
+
@pulumi.getter(name="keyName")
|
|
1033
|
+
def key_name(self) -> Optional[pulumi.Input[str]]:
|
|
1034
|
+
"""
|
|
1035
|
+
The name of key used to encrypt data.
|
|
1036
|
+
"""
|
|
1037
|
+
return pulumi.get(self, "key_name")
|
|
1038
|
+
|
|
1039
|
+
@key_name.setter
|
|
1040
|
+
def key_name(self, value: Optional[pulumi.Input[str]]):
|
|
1041
|
+
pulumi.set(self, "key_name", value)
|
|
1042
|
+
|
|
1043
|
+
@property
|
|
1044
|
+
@pulumi.getter(name="keyVersion")
|
|
1045
|
+
def key_version(self) -> Optional[pulumi.Input[str]]:
|
|
1046
|
+
"""
|
|
1047
|
+
The key version of the key used to encrypt data.
|
|
1048
|
+
"""
|
|
1049
|
+
return pulumi.get(self, "key_version")
|
|
1050
|
+
|
|
1051
|
+
@key_version.setter
|
|
1052
|
+
def key_version(self, value: Optional[pulumi.Input[str]]):
|
|
1053
|
+
pulumi.set(self, "key_version", value)
|
|
1054
|
+
|
|
1055
|
+
@property
|
|
1056
|
+
@pulumi.getter(name="keyvaultUri")
|
|
1057
|
+
def keyvault_uri(self) -> Optional[pulumi.Input[str]]:
|
|
1058
|
+
"""
|
|
1059
|
+
The URI of the key vault key used to encrypt data.
|
|
1060
|
+
"""
|
|
1061
|
+
return pulumi.get(self, "keyvault_uri")
|
|
1062
|
+
|
|
1063
|
+
@keyvault_uri.setter
|
|
1064
|
+
def keyvault_uri(self, value: Optional[pulumi.Input[str]]):
|
|
1065
|
+
pulumi.set(self, "keyvault_uri", value)
|
|
1066
|
+
|
|
1067
|
+
|
|
1068
|
+
if not MYPY:
|
|
1069
|
+
class LinuxPropertiesArgsDict(TypedDict):
|
|
1070
|
+
"""
|
|
1071
|
+
Linux specific update configuration.
|
|
1072
|
+
"""
|
|
1073
|
+
excluded_package_name_masks: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
1074
|
+
"""
|
|
1075
|
+
packages excluded from the software update configuration.
|
|
1076
|
+
"""
|
|
1077
|
+
included_package_classifications: NotRequired[pulumi.Input[Union[str, 'LinuxUpdateClasses']]]
|
|
1078
|
+
"""
|
|
1079
|
+
Update classifications included in the software update configuration.
|
|
1080
|
+
"""
|
|
1081
|
+
included_package_name_masks: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
1082
|
+
"""
|
|
1083
|
+
packages included from the software update configuration.
|
|
1084
|
+
"""
|
|
1085
|
+
reboot_setting: NotRequired[pulumi.Input[str]]
|
|
1086
|
+
"""
|
|
1087
|
+
Reboot setting for the software update configuration.
|
|
1088
|
+
"""
|
|
1089
|
+
elif False:
|
|
1090
|
+
LinuxPropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
|
1091
|
+
|
|
1092
|
+
@pulumi.input_type
|
|
1093
|
+
class LinuxPropertiesArgs:
|
|
1094
|
+
def __init__(__self__, *,
|
|
1095
|
+
excluded_package_name_masks: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
1096
|
+
included_package_classifications: Optional[pulumi.Input[Union[str, 'LinuxUpdateClasses']]] = None,
|
|
1097
|
+
included_package_name_masks: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
1098
|
+
reboot_setting: Optional[pulumi.Input[str]] = None):
|
|
1099
|
+
"""
|
|
1100
|
+
Linux specific update configuration.
|
|
1101
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] excluded_package_name_masks: packages excluded from the software update configuration.
|
|
1102
|
+
:param pulumi.Input[Union[str, 'LinuxUpdateClasses']] included_package_classifications: Update classifications included in the software update configuration.
|
|
1103
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] included_package_name_masks: packages included from the software update configuration.
|
|
1104
|
+
:param pulumi.Input[str] reboot_setting: Reboot setting for the software update configuration.
|
|
1105
|
+
"""
|
|
1106
|
+
if excluded_package_name_masks is not None:
|
|
1107
|
+
pulumi.set(__self__, "excluded_package_name_masks", excluded_package_name_masks)
|
|
1108
|
+
if included_package_classifications is not None:
|
|
1109
|
+
pulumi.set(__self__, "included_package_classifications", included_package_classifications)
|
|
1110
|
+
if included_package_name_masks is not None:
|
|
1111
|
+
pulumi.set(__self__, "included_package_name_masks", included_package_name_masks)
|
|
1112
|
+
if reboot_setting is not None:
|
|
1113
|
+
pulumi.set(__self__, "reboot_setting", reboot_setting)
|
|
1114
|
+
|
|
1115
|
+
@property
|
|
1116
|
+
@pulumi.getter(name="excludedPackageNameMasks")
|
|
1117
|
+
def excluded_package_name_masks(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
1118
|
+
"""
|
|
1119
|
+
packages excluded from the software update configuration.
|
|
1120
|
+
"""
|
|
1121
|
+
return pulumi.get(self, "excluded_package_name_masks")
|
|
1122
|
+
|
|
1123
|
+
@excluded_package_name_masks.setter
|
|
1124
|
+
def excluded_package_name_masks(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
1125
|
+
pulumi.set(self, "excluded_package_name_masks", value)
|
|
1126
|
+
|
|
1127
|
+
@property
|
|
1128
|
+
@pulumi.getter(name="includedPackageClassifications")
|
|
1129
|
+
def included_package_classifications(self) -> Optional[pulumi.Input[Union[str, 'LinuxUpdateClasses']]]:
|
|
1130
|
+
"""
|
|
1131
|
+
Update classifications included in the software update configuration.
|
|
1132
|
+
"""
|
|
1133
|
+
return pulumi.get(self, "included_package_classifications")
|
|
1134
|
+
|
|
1135
|
+
@included_package_classifications.setter
|
|
1136
|
+
def included_package_classifications(self, value: Optional[pulumi.Input[Union[str, 'LinuxUpdateClasses']]]):
|
|
1137
|
+
pulumi.set(self, "included_package_classifications", value)
|
|
1138
|
+
|
|
1139
|
+
@property
|
|
1140
|
+
@pulumi.getter(name="includedPackageNameMasks")
|
|
1141
|
+
def included_package_name_masks(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
1142
|
+
"""
|
|
1143
|
+
packages included from the software update configuration.
|
|
1144
|
+
"""
|
|
1145
|
+
return pulumi.get(self, "included_package_name_masks")
|
|
1146
|
+
|
|
1147
|
+
@included_package_name_masks.setter
|
|
1148
|
+
def included_package_name_masks(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
1149
|
+
pulumi.set(self, "included_package_name_masks", value)
|
|
1150
|
+
|
|
1151
|
+
@property
|
|
1152
|
+
@pulumi.getter(name="rebootSetting")
|
|
1153
|
+
def reboot_setting(self) -> Optional[pulumi.Input[str]]:
|
|
1154
|
+
"""
|
|
1155
|
+
Reboot setting for the software update configuration.
|
|
1156
|
+
"""
|
|
1157
|
+
return pulumi.get(self, "reboot_setting")
|
|
1158
|
+
|
|
1159
|
+
@reboot_setting.setter
|
|
1160
|
+
def reboot_setting(self, value: Optional[pulumi.Input[str]]):
|
|
1161
|
+
pulumi.set(self, "reboot_setting", value)
|
|
1162
|
+
|
|
1163
|
+
|
|
1164
|
+
if not MYPY:
|
|
1165
|
+
class NonAzureQueryPropertiesArgsDict(TypedDict):
|
|
1166
|
+
"""
|
|
1167
|
+
Non Azure query for the update configuration.
|
|
1168
|
+
"""
|
|
1169
|
+
function_alias: NotRequired[pulumi.Input[str]]
|
|
1170
|
+
"""
|
|
1171
|
+
Log Analytics Saved Search name.
|
|
1172
|
+
"""
|
|
1173
|
+
workspace_id: NotRequired[pulumi.Input[str]]
|
|
1174
|
+
"""
|
|
1175
|
+
Workspace Id for Log Analytics in which the saved Search is resided.
|
|
1176
|
+
"""
|
|
1177
|
+
elif False:
|
|
1178
|
+
NonAzureQueryPropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
|
1179
|
+
|
|
1180
|
+
@pulumi.input_type
|
|
1181
|
+
class NonAzureQueryPropertiesArgs:
|
|
1182
|
+
def __init__(__self__, *,
|
|
1183
|
+
function_alias: Optional[pulumi.Input[str]] = None,
|
|
1184
|
+
workspace_id: Optional[pulumi.Input[str]] = None):
|
|
1185
|
+
"""
|
|
1186
|
+
Non Azure query for the update configuration.
|
|
1187
|
+
:param pulumi.Input[str] function_alias: Log Analytics Saved Search name.
|
|
1188
|
+
:param pulumi.Input[str] workspace_id: Workspace Id for Log Analytics in which the saved Search is resided.
|
|
1189
|
+
"""
|
|
1190
|
+
if function_alias is not None:
|
|
1191
|
+
pulumi.set(__self__, "function_alias", function_alias)
|
|
1192
|
+
if workspace_id is not None:
|
|
1193
|
+
pulumi.set(__self__, "workspace_id", workspace_id)
|
|
1194
|
+
|
|
1195
|
+
@property
|
|
1196
|
+
@pulumi.getter(name="functionAlias")
|
|
1197
|
+
def function_alias(self) -> Optional[pulumi.Input[str]]:
|
|
1198
|
+
"""
|
|
1199
|
+
Log Analytics Saved Search name.
|
|
1200
|
+
"""
|
|
1201
|
+
return pulumi.get(self, "function_alias")
|
|
1202
|
+
|
|
1203
|
+
@function_alias.setter
|
|
1204
|
+
def function_alias(self, value: Optional[pulumi.Input[str]]):
|
|
1205
|
+
pulumi.set(self, "function_alias", value)
|
|
1206
|
+
|
|
1207
|
+
@property
|
|
1208
|
+
@pulumi.getter(name="workspaceId")
|
|
1209
|
+
def workspace_id(self) -> Optional[pulumi.Input[str]]:
|
|
1210
|
+
"""
|
|
1211
|
+
Workspace Id for Log Analytics in which the saved Search is resided.
|
|
1212
|
+
"""
|
|
1213
|
+
return pulumi.get(self, "workspace_id")
|
|
1214
|
+
|
|
1215
|
+
@workspace_id.setter
|
|
1216
|
+
def workspace_id(self, value: Optional[pulumi.Input[str]]):
|
|
1217
|
+
pulumi.set(self, "workspace_id", value)
|
|
1218
|
+
|
|
1219
|
+
|
|
1220
|
+
if not MYPY:
|
|
1221
|
+
class PrivateEndpointPropertyArgsDict(TypedDict):
|
|
1222
|
+
"""
|
|
1223
|
+
Private endpoint which the connection belongs to.
|
|
1224
|
+
"""
|
|
1225
|
+
id: NotRequired[pulumi.Input[str]]
|
|
1226
|
+
"""
|
|
1227
|
+
Resource id of the private endpoint.
|
|
1228
|
+
"""
|
|
1229
|
+
elif False:
|
|
1230
|
+
PrivateEndpointPropertyArgsDict: TypeAlias = Mapping[str, Any]
|
|
1231
|
+
|
|
1232
|
+
@pulumi.input_type
|
|
1233
|
+
class PrivateEndpointPropertyArgs:
|
|
1234
|
+
def __init__(__self__, *,
|
|
1235
|
+
id: Optional[pulumi.Input[str]] = None):
|
|
1236
|
+
"""
|
|
1237
|
+
Private endpoint which the connection belongs to.
|
|
1238
|
+
:param pulumi.Input[str] id: Resource id of the private endpoint.
|
|
1239
|
+
"""
|
|
1240
|
+
if id is not None:
|
|
1241
|
+
pulumi.set(__self__, "id", id)
|
|
1242
|
+
|
|
1243
|
+
@property
|
|
1244
|
+
@pulumi.getter
|
|
1245
|
+
def id(self) -> Optional[pulumi.Input[str]]:
|
|
1246
|
+
"""
|
|
1247
|
+
Resource id of the private endpoint.
|
|
1248
|
+
"""
|
|
1249
|
+
return pulumi.get(self, "id")
|
|
1250
|
+
|
|
1251
|
+
@id.setter
|
|
1252
|
+
def id(self, value: Optional[pulumi.Input[str]]):
|
|
1253
|
+
pulumi.set(self, "id", value)
|
|
1254
|
+
|
|
1255
|
+
|
|
1256
|
+
if not MYPY:
|
|
1257
|
+
class PrivateLinkServiceConnectionStatePropertyArgsDict(TypedDict):
|
|
1258
|
+
"""
|
|
1259
|
+
Connection State of the Private Endpoint Connection.
|
|
1260
|
+
"""
|
|
1261
|
+
description: NotRequired[pulumi.Input[str]]
|
|
1262
|
+
"""
|
|
1263
|
+
The private link service connection description.
|
|
1264
|
+
"""
|
|
1265
|
+
status: NotRequired[pulumi.Input[str]]
|
|
1266
|
+
"""
|
|
1267
|
+
The private link service connection status.
|
|
1268
|
+
"""
|
|
1269
|
+
elif False:
|
|
1270
|
+
PrivateLinkServiceConnectionStatePropertyArgsDict: TypeAlias = Mapping[str, Any]
|
|
1271
|
+
|
|
1272
|
+
@pulumi.input_type
|
|
1273
|
+
class PrivateLinkServiceConnectionStatePropertyArgs:
|
|
1274
|
+
def __init__(__self__, *,
|
|
1275
|
+
description: Optional[pulumi.Input[str]] = None,
|
|
1276
|
+
status: Optional[pulumi.Input[str]] = None):
|
|
1277
|
+
"""
|
|
1278
|
+
Connection State of the Private Endpoint Connection.
|
|
1279
|
+
:param pulumi.Input[str] description: The private link service connection description.
|
|
1280
|
+
:param pulumi.Input[str] status: The private link service connection status.
|
|
1281
|
+
"""
|
|
1282
|
+
if description is not None:
|
|
1283
|
+
pulumi.set(__self__, "description", description)
|
|
1284
|
+
if status is not None:
|
|
1285
|
+
pulumi.set(__self__, "status", status)
|
|
1286
|
+
|
|
1287
|
+
@property
|
|
1288
|
+
@pulumi.getter
|
|
1289
|
+
def description(self) -> Optional[pulumi.Input[str]]:
|
|
1290
|
+
"""
|
|
1291
|
+
The private link service connection description.
|
|
1292
|
+
"""
|
|
1293
|
+
return pulumi.get(self, "description")
|
|
1294
|
+
|
|
1295
|
+
@description.setter
|
|
1296
|
+
def description(self, value: Optional[pulumi.Input[str]]):
|
|
1297
|
+
pulumi.set(self, "description", value)
|
|
1298
|
+
|
|
1299
|
+
@property
|
|
1300
|
+
@pulumi.getter
|
|
1301
|
+
def status(self) -> Optional[pulumi.Input[str]]:
|
|
1302
|
+
"""
|
|
1303
|
+
The private link service connection status.
|
|
1304
|
+
"""
|
|
1305
|
+
return pulumi.get(self, "status")
|
|
1306
|
+
|
|
1307
|
+
@status.setter
|
|
1308
|
+
def status(self, value: Optional[pulumi.Input[str]]):
|
|
1309
|
+
pulumi.set(self, "status", value)
|
|
1310
|
+
|
|
1311
|
+
|
|
1312
|
+
if not MYPY:
|
|
1313
|
+
class RunAsCredentialAssociationPropertyArgsDict(TypedDict):
|
|
1314
|
+
"""
|
|
1315
|
+
Definition of RunAs credential to use for hybrid worker.
|
|
1316
|
+
"""
|
|
1317
|
+
name: NotRequired[pulumi.Input[str]]
|
|
1318
|
+
"""
|
|
1319
|
+
Gets or sets the name of the credential.
|
|
1320
|
+
"""
|
|
1321
|
+
elif False:
|
|
1322
|
+
RunAsCredentialAssociationPropertyArgsDict: TypeAlias = Mapping[str, Any]
|
|
1323
|
+
|
|
1324
|
+
@pulumi.input_type
|
|
1325
|
+
class RunAsCredentialAssociationPropertyArgs:
|
|
1326
|
+
def __init__(__self__, *,
|
|
1327
|
+
name: Optional[pulumi.Input[str]] = None):
|
|
1328
|
+
"""
|
|
1329
|
+
Definition of RunAs credential to use for hybrid worker.
|
|
1330
|
+
:param pulumi.Input[str] name: Gets or sets the name of the credential.
|
|
1331
|
+
"""
|
|
1332
|
+
if name is not None:
|
|
1333
|
+
pulumi.set(__self__, "name", name)
|
|
1334
|
+
|
|
1335
|
+
@property
|
|
1336
|
+
@pulumi.getter
|
|
1337
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
|
1338
|
+
"""
|
|
1339
|
+
Gets or sets the name of the credential.
|
|
1340
|
+
"""
|
|
1341
|
+
return pulumi.get(self, "name")
|
|
1342
|
+
|
|
1343
|
+
@name.setter
|
|
1344
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
|
1345
|
+
pulumi.set(self, "name", value)
|
|
1346
|
+
|
|
1347
|
+
|
|
1348
|
+
if not MYPY:
|
|
1349
|
+
class RunbookAssociationPropertyArgsDict(TypedDict):
|
|
1350
|
+
"""
|
|
1351
|
+
The runbook property associated with the entity.
|
|
1352
|
+
"""
|
|
1353
|
+
name: NotRequired[pulumi.Input[str]]
|
|
1354
|
+
"""
|
|
1355
|
+
Gets or sets the name of the runbook.
|
|
1356
|
+
"""
|
|
1357
|
+
elif False:
|
|
1358
|
+
RunbookAssociationPropertyArgsDict: TypeAlias = Mapping[str, Any]
|
|
1359
|
+
|
|
1360
|
+
@pulumi.input_type
|
|
1361
|
+
class RunbookAssociationPropertyArgs:
|
|
1362
|
+
def __init__(__self__, *,
|
|
1363
|
+
name: Optional[pulumi.Input[str]] = None):
|
|
1364
|
+
"""
|
|
1365
|
+
The runbook property associated with the entity.
|
|
1366
|
+
:param pulumi.Input[str] name: Gets or sets the name of the runbook.
|
|
1367
|
+
"""
|
|
1368
|
+
if name is not None:
|
|
1369
|
+
pulumi.set(__self__, "name", name)
|
|
1370
|
+
|
|
1371
|
+
@property
|
|
1372
|
+
@pulumi.getter
|
|
1373
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
|
1374
|
+
"""
|
|
1375
|
+
Gets or sets the name of the runbook.
|
|
1376
|
+
"""
|
|
1377
|
+
return pulumi.get(self, "name")
|
|
1378
|
+
|
|
1379
|
+
@name.setter
|
|
1380
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
|
1381
|
+
pulumi.set(self, "name", value)
|
|
1382
|
+
|
|
1383
|
+
|
|
1384
|
+
if not MYPY:
|
|
1385
|
+
class RunbookDraftArgsDict(TypedDict):
|
|
1386
|
+
creation_time: NotRequired[pulumi.Input[str]]
|
|
1387
|
+
"""
|
|
1388
|
+
Gets or sets the creation time of the runbook draft.
|
|
1389
|
+
"""
|
|
1390
|
+
draft_content_link: NotRequired[pulumi.Input['ContentLinkArgsDict']]
|
|
1391
|
+
"""
|
|
1392
|
+
Gets or sets the draft runbook content link.
|
|
1393
|
+
"""
|
|
1394
|
+
in_edit: NotRequired[pulumi.Input[bool]]
|
|
1395
|
+
"""
|
|
1396
|
+
Gets or sets whether runbook is in edit mode.
|
|
1397
|
+
"""
|
|
1398
|
+
last_modified_time: NotRequired[pulumi.Input[str]]
|
|
1399
|
+
"""
|
|
1400
|
+
Gets or sets the last modified time of the runbook draft.
|
|
1401
|
+
"""
|
|
1402
|
+
output_types: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
1403
|
+
"""
|
|
1404
|
+
Gets or sets the runbook output types.
|
|
1405
|
+
"""
|
|
1406
|
+
parameters: NotRequired[pulumi.Input[Mapping[str, pulumi.Input['RunbookParameterArgsDict']]]]
|
|
1407
|
+
"""
|
|
1408
|
+
Gets or sets the runbook draft parameters.
|
|
1409
|
+
"""
|
|
1410
|
+
elif False:
|
|
1411
|
+
RunbookDraftArgsDict: TypeAlias = Mapping[str, Any]
|
|
1412
|
+
|
|
1413
|
+
@pulumi.input_type
|
|
1414
|
+
class RunbookDraftArgs:
|
|
1415
|
+
def __init__(__self__, *,
|
|
1416
|
+
creation_time: Optional[pulumi.Input[str]] = None,
|
|
1417
|
+
draft_content_link: Optional[pulumi.Input['ContentLinkArgs']] = None,
|
|
1418
|
+
in_edit: Optional[pulumi.Input[bool]] = None,
|
|
1419
|
+
last_modified_time: Optional[pulumi.Input[str]] = None,
|
|
1420
|
+
output_types: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
1421
|
+
parameters: Optional[pulumi.Input[Mapping[str, pulumi.Input['RunbookParameterArgs']]]] = None):
|
|
1422
|
+
"""
|
|
1423
|
+
:param pulumi.Input[str] creation_time: Gets or sets the creation time of the runbook draft.
|
|
1424
|
+
:param pulumi.Input['ContentLinkArgs'] draft_content_link: Gets or sets the draft runbook content link.
|
|
1425
|
+
:param pulumi.Input[bool] in_edit: Gets or sets whether runbook is in edit mode.
|
|
1426
|
+
:param pulumi.Input[str] last_modified_time: Gets or sets the last modified time of the runbook draft.
|
|
1427
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] output_types: Gets or sets the runbook output types.
|
|
1428
|
+
:param pulumi.Input[Mapping[str, pulumi.Input['RunbookParameterArgs']]] parameters: Gets or sets the runbook draft parameters.
|
|
1429
|
+
"""
|
|
1430
|
+
if creation_time is not None:
|
|
1431
|
+
pulumi.set(__self__, "creation_time", creation_time)
|
|
1432
|
+
if draft_content_link is not None:
|
|
1433
|
+
pulumi.set(__self__, "draft_content_link", draft_content_link)
|
|
1434
|
+
if in_edit is not None:
|
|
1435
|
+
pulumi.set(__self__, "in_edit", in_edit)
|
|
1436
|
+
if last_modified_time is not None:
|
|
1437
|
+
pulumi.set(__self__, "last_modified_time", last_modified_time)
|
|
1438
|
+
if output_types is not None:
|
|
1439
|
+
pulumi.set(__self__, "output_types", output_types)
|
|
1440
|
+
if parameters is not None:
|
|
1441
|
+
pulumi.set(__self__, "parameters", parameters)
|
|
1442
|
+
|
|
1443
|
+
@property
|
|
1444
|
+
@pulumi.getter(name="creationTime")
|
|
1445
|
+
def creation_time(self) -> Optional[pulumi.Input[str]]:
|
|
1446
|
+
"""
|
|
1447
|
+
Gets or sets the creation time of the runbook draft.
|
|
1448
|
+
"""
|
|
1449
|
+
return pulumi.get(self, "creation_time")
|
|
1450
|
+
|
|
1451
|
+
@creation_time.setter
|
|
1452
|
+
def creation_time(self, value: Optional[pulumi.Input[str]]):
|
|
1453
|
+
pulumi.set(self, "creation_time", value)
|
|
1454
|
+
|
|
1455
|
+
@property
|
|
1456
|
+
@pulumi.getter(name="draftContentLink")
|
|
1457
|
+
def draft_content_link(self) -> Optional[pulumi.Input['ContentLinkArgs']]:
|
|
1458
|
+
"""
|
|
1459
|
+
Gets or sets the draft runbook content link.
|
|
1460
|
+
"""
|
|
1461
|
+
return pulumi.get(self, "draft_content_link")
|
|
1462
|
+
|
|
1463
|
+
@draft_content_link.setter
|
|
1464
|
+
def draft_content_link(self, value: Optional[pulumi.Input['ContentLinkArgs']]):
|
|
1465
|
+
pulumi.set(self, "draft_content_link", value)
|
|
1466
|
+
|
|
1467
|
+
@property
|
|
1468
|
+
@pulumi.getter(name="inEdit")
|
|
1469
|
+
def in_edit(self) -> Optional[pulumi.Input[bool]]:
|
|
1470
|
+
"""
|
|
1471
|
+
Gets or sets whether runbook is in edit mode.
|
|
1472
|
+
"""
|
|
1473
|
+
return pulumi.get(self, "in_edit")
|
|
1474
|
+
|
|
1475
|
+
@in_edit.setter
|
|
1476
|
+
def in_edit(self, value: Optional[pulumi.Input[bool]]):
|
|
1477
|
+
pulumi.set(self, "in_edit", value)
|
|
1478
|
+
|
|
1479
|
+
@property
|
|
1480
|
+
@pulumi.getter(name="lastModifiedTime")
|
|
1481
|
+
def last_modified_time(self) -> Optional[pulumi.Input[str]]:
|
|
1482
|
+
"""
|
|
1483
|
+
Gets or sets the last modified time of the runbook draft.
|
|
1484
|
+
"""
|
|
1485
|
+
return pulumi.get(self, "last_modified_time")
|
|
1486
|
+
|
|
1487
|
+
@last_modified_time.setter
|
|
1488
|
+
def last_modified_time(self, value: Optional[pulumi.Input[str]]):
|
|
1489
|
+
pulumi.set(self, "last_modified_time", value)
|
|
1490
|
+
|
|
1491
|
+
@property
|
|
1492
|
+
@pulumi.getter(name="outputTypes")
|
|
1493
|
+
def output_types(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
1494
|
+
"""
|
|
1495
|
+
Gets or sets the runbook output types.
|
|
1496
|
+
"""
|
|
1497
|
+
return pulumi.get(self, "output_types")
|
|
1498
|
+
|
|
1499
|
+
@output_types.setter
|
|
1500
|
+
def output_types(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
1501
|
+
pulumi.set(self, "output_types", value)
|
|
1502
|
+
|
|
1503
|
+
@property
|
|
1504
|
+
@pulumi.getter
|
|
1505
|
+
def parameters(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input['RunbookParameterArgs']]]]:
|
|
1506
|
+
"""
|
|
1507
|
+
Gets or sets the runbook draft parameters.
|
|
1508
|
+
"""
|
|
1509
|
+
return pulumi.get(self, "parameters")
|
|
1510
|
+
|
|
1511
|
+
@parameters.setter
|
|
1512
|
+
def parameters(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input['RunbookParameterArgs']]]]):
|
|
1513
|
+
pulumi.set(self, "parameters", value)
|
|
1514
|
+
|
|
1515
|
+
|
|
1516
|
+
if not MYPY:
|
|
1517
|
+
class RunbookParameterArgsDict(TypedDict):
|
|
1518
|
+
"""
|
|
1519
|
+
Definition of the runbook parameter type.
|
|
1520
|
+
"""
|
|
1521
|
+
default_value: NotRequired[pulumi.Input[str]]
|
|
1522
|
+
"""
|
|
1523
|
+
Gets or sets the default value of parameter.
|
|
1524
|
+
"""
|
|
1525
|
+
is_mandatory: NotRequired[pulumi.Input[bool]]
|
|
1526
|
+
"""
|
|
1527
|
+
Gets or sets a Boolean value to indicate whether the parameter is mandatory or not.
|
|
1528
|
+
"""
|
|
1529
|
+
position: NotRequired[pulumi.Input[int]]
|
|
1530
|
+
"""
|
|
1531
|
+
Get or sets the position of the parameter.
|
|
1532
|
+
"""
|
|
1533
|
+
type: NotRequired[pulumi.Input[str]]
|
|
1534
|
+
"""
|
|
1535
|
+
Gets or sets the type of the parameter.
|
|
1536
|
+
"""
|
|
1537
|
+
elif False:
|
|
1538
|
+
RunbookParameterArgsDict: TypeAlias = Mapping[str, Any]
|
|
1539
|
+
|
|
1540
|
+
@pulumi.input_type
|
|
1541
|
+
class RunbookParameterArgs:
|
|
1542
|
+
def __init__(__self__, *,
|
|
1543
|
+
default_value: Optional[pulumi.Input[str]] = None,
|
|
1544
|
+
is_mandatory: Optional[pulumi.Input[bool]] = None,
|
|
1545
|
+
position: Optional[pulumi.Input[int]] = None,
|
|
1546
|
+
type: Optional[pulumi.Input[str]] = None):
|
|
1547
|
+
"""
|
|
1548
|
+
Definition of the runbook parameter type.
|
|
1549
|
+
:param pulumi.Input[str] default_value: Gets or sets the default value of parameter.
|
|
1550
|
+
:param pulumi.Input[bool] is_mandatory: Gets or sets a Boolean value to indicate whether the parameter is mandatory or not.
|
|
1551
|
+
:param pulumi.Input[int] position: Get or sets the position of the parameter.
|
|
1552
|
+
:param pulumi.Input[str] type: Gets or sets the type of the parameter.
|
|
1553
|
+
"""
|
|
1554
|
+
if default_value is not None:
|
|
1555
|
+
pulumi.set(__self__, "default_value", default_value)
|
|
1556
|
+
if is_mandatory is not None:
|
|
1557
|
+
pulumi.set(__self__, "is_mandatory", is_mandatory)
|
|
1558
|
+
if position is not None:
|
|
1559
|
+
pulumi.set(__self__, "position", position)
|
|
1560
|
+
if type is not None:
|
|
1561
|
+
pulumi.set(__self__, "type", type)
|
|
1562
|
+
|
|
1563
|
+
@property
|
|
1564
|
+
@pulumi.getter(name="defaultValue")
|
|
1565
|
+
def default_value(self) -> Optional[pulumi.Input[str]]:
|
|
1566
|
+
"""
|
|
1567
|
+
Gets or sets the default value of parameter.
|
|
1568
|
+
"""
|
|
1569
|
+
return pulumi.get(self, "default_value")
|
|
1570
|
+
|
|
1571
|
+
@default_value.setter
|
|
1572
|
+
def default_value(self, value: Optional[pulumi.Input[str]]):
|
|
1573
|
+
pulumi.set(self, "default_value", value)
|
|
1574
|
+
|
|
1575
|
+
@property
|
|
1576
|
+
@pulumi.getter(name="isMandatory")
|
|
1577
|
+
def is_mandatory(self) -> Optional[pulumi.Input[bool]]:
|
|
1578
|
+
"""
|
|
1579
|
+
Gets or sets a Boolean value to indicate whether the parameter is mandatory or not.
|
|
1580
|
+
"""
|
|
1581
|
+
return pulumi.get(self, "is_mandatory")
|
|
1582
|
+
|
|
1583
|
+
@is_mandatory.setter
|
|
1584
|
+
def is_mandatory(self, value: Optional[pulumi.Input[bool]]):
|
|
1585
|
+
pulumi.set(self, "is_mandatory", value)
|
|
1586
|
+
|
|
1587
|
+
@property
|
|
1588
|
+
@pulumi.getter
|
|
1589
|
+
def position(self) -> Optional[pulumi.Input[int]]:
|
|
1590
|
+
"""
|
|
1591
|
+
Get or sets the position of the parameter.
|
|
1592
|
+
"""
|
|
1593
|
+
return pulumi.get(self, "position")
|
|
1594
|
+
|
|
1595
|
+
@position.setter
|
|
1596
|
+
def position(self, value: Optional[pulumi.Input[int]]):
|
|
1597
|
+
pulumi.set(self, "position", value)
|
|
1598
|
+
|
|
1599
|
+
@property
|
|
1600
|
+
@pulumi.getter
|
|
1601
|
+
def type(self) -> Optional[pulumi.Input[str]]:
|
|
1602
|
+
"""
|
|
1603
|
+
Gets or sets the type of the parameter.
|
|
1604
|
+
"""
|
|
1605
|
+
return pulumi.get(self, "type")
|
|
1606
|
+
|
|
1607
|
+
@type.setter
|
|
1608
|
+
def type(self, value: Optional[pulumi.Input[str]]):
|
|
1609
|
+
pulumi.set(self, "type", value)
|
|
1610
|
+
|
|
1611
|
+
|
|
1612
|
+
if not MYPY:
|
|
1613
|
+
class SUCSchedulePropertiesArgsDict(TypedDict):
|
|
1614
|
+
"""
|
|
1615
|
+
Definition of schedule parameters.
|
|
1616
|
+
"""
|
|
1617
|
+
advanced_schedule: NotRequired[pulumi.Input['AdvancedScheduleArgsDict']]
|
|
1618
|
+
"""
|
|
1619
|
+
Gets or sets the advanced schedule.
|
|
1620
|
+
"""
|
|
1621
|
+
creation_time: NotRequired[pulumi.Input[str]]
|
|
1622
|
+
"""
|
|
1623
|
+
Gets or sets the creation time.
|
|
1624
|
+
"""
|
|
1625
|
+
description: NotRequired[pulumi.Input[str]]
|
|
1626
|
+
"""
|
|
1627
|
+
Gets or sets the description.
|
|
1628
|
+
"""
|
|
1629
|
+
expiry_time: NotRequired[pulumi.Input[str]]
|
|
1630
|
+
"""
|
|
1631
|
+
Gets or sets the end time of the schedule.
|
|
1632
|
+
"""
|
|
1633
|
+
expiry_time_offset_minutes: NotRequired[pulumi.Input[float]]
|
|
1634
|
+
"""
|
|
1635
|
+
Gets or sets the expiry time's offset in minutes.
|
|
1636
|
+
"""
|
|
1637
|
+
frequency: NotRequired[pulumi.Input[Union[str, 'ScheduleFrequency']]]
|
|
1638
|
+
"""
|
|
1639
|
+
Gets or sets the frequency of the schedule.
|
|
1640
|
+
"""
|
|
1641
|
+
interval: NotRequired[pulumi.Input[float]]
|
|
1642
|
+
"""
|
|
1643
|
+
Gets or sets the interval of the schedule.
|
|
1644
|
+
"""
|
|
1645
|
+
is_enabled: NotRequired[pulumi.Input[bool]]
|
|
1646
|
+
"""
|
|
1647
|
+
Gets or sets a value indicating whether this schedule is enabled.
|
|
1648
|
+
"""
|
|
1649
|
+
last_modified_time: NotRequired[pulumi.Input[str]]
|
|
1650
|
+
"""
|
|
1651
|
+
Gets or sets the last modified time.
|
|
1652
|
+
"""
|
|
1653
|
+
next_run: NotRequired[pulumi.Input[str]]
|
|
1654
|
+
"""
|
|
1655
|
+
Gets or sets the next run time of the schedule.
|
|
1656
|
+
"""
|
|
1657
|
+
next_run_offset_minutes: NotRequired[pulumi.Input[float]]
|
|
1658
|
+
"""
|
|
1659
|
+
Gets or sets the next run time's offset in minutes.
|
|
1660
|
+
"""
|
|
1661
|
+
start_time: NotRequired[pulumi.Input[str]]
|
|
1662
|
+
"""
|
|
1663
|
+
Gets or sets the start time of the schedule.
|
|
1664
|
+
"""
|
|
1665
|
+
time_zone: NotRequired[pulumi.Input[str]]
|
|
1666
|
+
"""
|
|
1667
|
+
Gets or sets the time zone of the schedule.
|
|
1668
|
+
"""
|
|
1669
|
+
elif False:
|
|
1670
|
+
SUCSchedulePropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
|
1671
|
+
|
|
1672
|
+
@pulumi.input_type
|
|
1673
|
+
class SUCSchedulePropertiesArgs:
|
|
1674
|
+
def __init__(__self__, *,
|
|
1675
|
+
advanced_schedule: Optional[pulumi.Input['AdvancedScheduleArgs']] = None,
|
|
1676
|
+
creation_time: Optional[pulumi.Input[str]] = None,
|
|
1677
|
+
description: Optional[pulumi.Input[str]] = None,
|
|
1678
|
+
expiry_time: Optional[pulumi.Input[str]] = None,
|
|
1679
|
+
expiry_time_offset_minutes: Optional[pulumi.Input[float]] = None,
|
|
1680
|
+
frequency: Optional[pulumi.Input[Union[str, 'ScheduleFrequency']]] = None,
|
|
1681
|
+
interval: Optional[pulumi.Input[float]] = None,
|
|
1682
|
+
is_enabled: Optional[pulumi.Input[bool]] = None,
|
|
1683
|
+
last_modified_time: Optional[pulumi.Input[str]] = None,
|
|
1684
|
+
next_run: Optional[pulumi.Input[str]] = None,
|
|
1685
|
+
next_run_offset_minutes: Optional[pulumi.Input[float]] = None,
|
|
1686
|
+
start_time: Optional[pulumi.Input[str]] = None,
|
|
1687
|
+
time_zone: Optional[pulumi.Input[str]] = None):
|
|
1688
|
+
"""
|
|
1689
|
+
Definition of schedule parameters.
|
|
1690
|
+
:param pulumi.Input['AdvancedScheduleArgs'] advanced_schedule: Gets or sets the advanced schedule.
|
|
1691
|
+
:param pulumi.Input[str] creation_time: Gets or sets the creation time.
|
|
1692
|
+
:param pulumi.Input[str] description: Gets or sets the description.
|
|
1693
|
+
:param pulumi.Input[str] expiry_time: Gets or sets the end time of the schedule.
|
|
1694
|
+
:param pulumi.Input[float] expiry_time_offset_minutes: Gets or sets the expiry time's offset in minutes.
|
|
1695
|
+
:param pulumi.Input[Union[str, 'ScheduleFrequency']] frequency: Gets or sets the frequency of the schedule.
|
|
1696
|
+
:param pulumi.Input[float] interval: Gets or sets the interval of the schedule.
|
|
1697
|
+
:param pulumi.Input[bool] is_enabled: Gets or sets a value indicating whether this schedule is enabled.
|
|
1698
|
+
:param pulumi.Input[str] last_modified_time: Gets or sets the last modified time.
|
|
1699
|
+
:param pulumi.Input[str] next_run: Gets or sets the next run time of the schedule.
|
|
1700
|
+
:param pulumi.Input[float] next_run_offset_minutes: Gets or sets the next run time's offset in minutes.
|
|
1701
|
+
:param pulumi.Input[str] start_time: Gets or sets the start time of the schedule.
|
|
1702
|
+
:param pulumi.Input[str] time_zone: Gets or sets the time zone of the schedule.
|
|
1703
|
+
"""
|
|
1704
|
+
if advanced_schedule is not None:
|
|
1705
|
+
pulumi.set(__self__, "advanced_schedule", advanced_schedule)
|
|
1706
|
+
if creation_time is not None:
|
|
1707
|
+
pulumi.set(__self__, "creation_time", creation_time)
|
|
1708
|
+
if description is not None:
|
|
1709
|
+
pulumi.set(__self__, "description", description)
|
|
1710
|
+
if expiry_time is not None:
|
|
1711
|
+
pulumi.set(__self__, "expiry_time", expiry_time)
|
|
1712
|
+
if expiry_time_offset_minutes is not None:
|
|
1713
|
+
pulumi.set(__self__, "expiry_time_offset_minutes", expiry_time_offset_minutes)
|
|
1714
|
+
if frequency is not None:
|
|
1715
|
+
pulumi.set(__self__, "frequency", frequency)
|
|
1716
|
+
if interval is not None:
|
|
1717
|
+
pulumi.set(__self__, "interval", interval)
|
|
1718
|
+
if is_enabled is None:
|
|
1719
|
+
is_enabled = False
|
|
1720
|
+
if is_enabled is not None:
|
|
1721
|
+
pulumi.set(__self__, "is_enabled", is_enabled)
|
|
1722
|
+
if last_modified_time is not None:
|
|
1723
|
+
pulumi.set(__self__, "last_modified_time", last_modified_time)
|
|
1724
|
+
if next_run is not None:
|
|
1725
|
+
pulumi.set(__self__, "next_run", next_run)
|
|
1726
|
+
if next_run_offset_minutes is not None:
|
|
1727
|
+
pulumi.set(__self__, "next_run_offset_minutes", next_run_offset_minutes)
|
|
1728
|
+
if start_time is not None:
|
|
1729
|
+
pulumi.set(__self__, "start_time", start_time)
|
|
1730
|
+
if time_zone is not None:
|
|
1731
|
+
pulumi.set(__self__, "time_zone", time_zone)
|
|
1732
|
+
|
|
1733
|
+
@property
|
|
1734
|
+
@pulumi.getter(name="advancedSchedule")
|
|
1735
|
+
def advanced_schedule(self) -> Optional[pulumi.Input['AdvancedScheduleArgs']]:
|
|
1736
|
+
"""
|
|
1737
|
+
Gets or sets the advanced schedule.
|
|
1738
|
+
"""
|
|
1739
|
+
return pulumi.get(self, "advanced_schedule")
|
|
1740
|
+
|
|
1741
|
+
@advanced_schedule.setter
|
|
1742
|
+
def advanced_schedule(self, value: Optional[pulumi.Input['AdvancedScheduleArgs']]):
|
|
1743
|
+
pulumi.set(self, "advanced_schedule", value)
|
|
1744
|
+
|
|
1745
|
+
@property
|
|
1746
|
+
@pulumi.getter(name="creationTime")
|
|
1747
|
+
def creation_time(self) -> Optional[pulumi.Input[str]]:
|
|
1748
|
+
"""
|
|
1749
|
+
Gets or sets the creation time.
|
|
1750
|
+
"""
|
|
1751
|
+
return pulumi.get(self, "creation_time")
|
|
1752
|
+
|
|
1753
|
+
@creation_time.setter
|
|
1754
|
+
def creation_time(self, value: Optional[pulumi.Input[str]]):
|
|
1755
|
+
pulumi.set(self, "creation_time", value)
|
|
1756
|
+
|
|
1757
|
+
@property
|
|
1758
|
+
@pulumi.getter
|
|
1759
|
+
def description(self) -> Optional[pulumi.Input[str]]:
|
|
1760
|
+
"""
|
|
1761
|
+
Gets or sets the description.
|
|
1762
|
+
"""
|
|
1763
|
+
return pulumi.get(self, "description")
|
|
1764
|
+
|
|
1765
|
+
@description.setter
|
|
1766
|
+
def description(self, value: Optional[pulumi.Input[str]]):
|
|
1767
|
+
pulumi.set(self, "description", value)
|
|
1768
|
+
|
|
1769
|
+
@property
|
|
1770
|
+
@pulumi.getter(name="expiryTime")
|
|
1771
|
+
def expiry_time(self) -> Optional[pulumi.Input[str]]:
|
|
1772
|
+
"""
|
|
1773
|
+
Gets or sets the end time of the schedule.
|
|
1774
|
+
"""
|
|
1775
|
+
return pulumi.get(self, "expiry_time")
|
|
1776
|
+
|
|
1777
|
+
@expiry_time.setter
|
|
1778
|
+
def expiry_time(self, value: Optional[pulumi.Input[str]]):
|
|
1779
|
+
pulumi.set(self, "expiry_time", value)
|
|
1780
|
+
|
|
1781
|
+
@property
|
|
1782
|
+
@pulumi.getter(name="expiryTimeOffsetMinutes")
|
|
1783
|
+
def expiry_time_offset_minutes(self) -> Optional[pulumi.Input[float]]:
|
|
1784
|
+
"""
|
|
1785
|
+
Gets or sets the expiry time's offset in minutes.
|
|
1786
|
+
"""
|
|
1787
|
+
return pulumi.get(self, "expiry_time_offset_minutes")
|
|
1788
|
+
|
|
1789
|
+
@expiry_time_offset_minutes.setter
|
|
1790
|
+
def expiry_time_offset_minutes(self, value: Optional[pulumi.Input[float]]):
|
|
1791
|
+
pulumi.set(self, "expiry_time_offset_minutes", value)
|
|
1792
|
+
|
|
1793
|
+
@property
|
|
1794
|
+
@pulumi.getter
|
|
1795
|
+
def frequency(self) -> Optional[pulumi.Input[Union[str, 'ScheduleFrequency']]]:
|
|
1796
|
+
"""
|
|
1797
|
+
Gets or sets the frequency of the schedule.
|
|
1798
|
+
"""
|
|
1799
|
+
return pulumi.get(self, "frequency")
|
|
1800
|
+
|
|
1801
|
+
@frequency.setter
|
|
1802
|
+
def frequency(self, value: Optional[pulumi.Input[Union[str, 'ScheduleFrequency']]]):
|
|
1803
|
+
pulumi.set(self, "frequency", value)
|
|
1804
|
+
|
|
1805
|
+
@property
|
|
1806
|
+
@pulumi.getter
|
|
1807
|
+
def interval(self) -> Optional[pulumi.Input[float]]:
|
|
1808
|
+
"""
|
|
1809
|
+
Gets or sets the interval of the schedule.
|
|
1810
|
+
"""
|
|
1811
|
+
return pulumi.get(self, "interval")
|
|
1812
|
+
|
|
1813
|
+
@interval.setter
|
|
1814
|
+
def interval(self, value: Optional[pulumi.Input[float]]):
|
|
1815
|
+
pulumi.set(self, "interval", value)
|
|
1816
|
+
|
|
1817
|
+
@property
|
|
1818
|
+
@pulumi.getter(name="isEnabled")
|
|
1819
|
+
def is_enabled(self) -> Optional[pulumi.Input[bool]]:
|
|
1820
|
+
"""
|
|
1821
|
+
Gets or sets a value indicating whether this schedule is enabled.
|
|
1822
|
+
"""
|
|
1823
|
+
return pulumi.get(self, "is_enabled")
|
|
1824
|
+
|
|
1825
|
+
@is_enabled.setter
|
|
1826
|
+
def is_enabled(self, value: Optional[pulumi.Input[bool]]):
|
|
1827
|
+
pulumi.set(self, "is_enabled", value)
|
|
1828
|
+
|
|
1829
|
+
@property
|
|
1830
|
+
@pulumi.getter(name="lastModifiedTime")
|
|
1831
|
+
def last_modified_time(self) -> Optional[pulumi.Input[str]]:
|
|
1832
|
+
"""
|
|
1833
|
+
Gets or sets the last modified time.
|
|
1834
|
+
"""
|
|
1835
|
+
return pulumi.get(self, "last_modified_time")
|
|
1836
|
+
|
|
1837
|
+
@last_modified_time.setter
|
|
1838
|
+
def last_modified_time(self, value: Optional[pulumi.Input[str]]):
|
|
1839
|
+
pulumi.set(self, "last_modified_time", value)
|
|
1840
|
+
|
|
1841
|
+
@property
|
|
1842
|
+
@pulumi.getter(name="nextRun")
|
|
1843
|
+
def next_run(self) -> Optional[pulumi.Input[str]]:
|
|
1844
|
+
"""
|
|
1845
|
+
Gets or sets the next run time of the schedule.
|
|
1846
|
+
"""
|
|
1847
|
+
return pulumi.get(self, "next_run")
|
|
1848
|
+
|
|
1849
|
+
@next_run.setter
|
|
1850
|
+
def next_run(self, value: Optional[pulumi.Input[str]]):
|
|
1851
|
+
pulumi.set(self, "next_run", value)
|
|
1852
|
+
|
|
1853
|
+
@property
|
|
1854
|
+
@pulumi.getter(name="nextRunOffsetMinutes")
|
|
1855
|
+
def next_run_offset_minutes(self) -> Optional[pulumi.Input[float]]:
|
|
1856
|
+
"""
|
|
1857
|
+
Gets or sets the next run time's offset in minutes.
|
|
1858
|
+
"""
|
|
1859
|
+
return pulumi.get(self, "next_run_offset_minutes")
|
|
1860
|
+
|
|
1861
|
+
@next_run_offset_minutes.setter
|
|
1862
|
+
def next_run_offset_minutes(self, value: Optional[pulumi.Input[float]]):
|
|
1863
|
+
pulumi.set(self, "next_run_offset_minutes", value)
|
|
1864
|
+
|
|
1865
|
+
@property
|
|
1866
|
+
@pulumi.getter(name="startTime")
|
|
1867
|
+
def start_time(self) -> Optional[pulumi.Input[str]]:
|
|
1868
|
+
"""
|
|
1869
|
+
Gets or sets the start time of the schedule.
|
|
1870
|
+
"""
|
|
1871
|
+
return pulumi.get(self, "start_time")
|
|
1872
|
+
|
|
1873
|
+
@start_time.setter
|
|
1874
|
+
def start_time(self, value: Optional[pulumi.Input[str]]):
|
|
1875
|
+
pulumi.set(self, "start_time", value)
|
|
1876
|
+
|
|
1877
|
+
@property
|
|
1878
|
+
@pulumi.getter(name="timeZone")
|
|
1879
|
+
def time_zone(self) -> Optional[pulumi.Input[str]]:
|
|
1880
|
+
"""
|
|
1881
|
+
Gets or sets the time zone of the schedule.
|
|
1882
|
+
"""
|
|
1883
|
+
return pulumi.get(self, "time_zone")
|
|
1884
|
+
|
|
1885
|
+
@time_zone.setter
|
|
1886
|
+
def time_zone(self, value: Optional[pulumi.Input[str]]):
|
|
1887
|
+
pulumi.set(self, "time_zone", value)
|
|
1888
|
+
|
|
1889
|
+
|
|
1890
|
+
if not MYPY:
|
|
1891
|
+
class ScheduleAssociationPropertyArgsDict(TypedDict):
|
|
1892
|
+
"""
|
|
1893
|
+
The schedule property associated with the entity.
|
|
1894
|
+
"""
|
|
1895
|
+
name: NotRequired[pulumi.Input[str]]
|
|
1896
|
+
"""
|
|
1897
|
+
Gets or sets the name of the Schedule.
|
|
1898
|
+
"""
|
|
1899
|
+
elif False:
|
|
1900
|
+
ScheduleAssociationPropertyArgsDict: TypeAlias = Mapping[str, Any]
|
|
1901
|
+
|
|
1902
|
+
@pulumi.input_type
|
|
1903
|
+
class ScheduleAssociationPropertyArgs:
|
|
1904
|
+
def __init__(__self__, *,
|
|
1905
|
+
name: Optional[pulumi.Input[str]] = None):
|
|
1906
|
+
"""
|
|
1907
|
+
The schedule property associated with the entity.
|
|
1908
|
+
:param pulumi.Input[str] name: Gets or sets the name of the Schedule.
|
|
1909
|
+
"""
|
|
1910
|
+
if name is not None:
|
|
1911
|
+
pulumi.set(__self__, "name", name)
|
|
1912
|
+
|
|
1913
|
+
@property
|
|
1914
|
+
@pulumi.getter
|
|
1915
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
|
1916
|
+
"""
|
|
1917
|
+
Gets or sets the name of the Schedule.
|
|
1918
|
+
"""
|
|
1919
|
+
return pulumi.get(self, "name")
|
|
1920
|
+
|
|
1921
|
+
@name.setter
|
|
1922
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
|
1923
|
+
pulumi.set(self, "name", value)
|
|
1924
|
+
|
|
1925
|
+
|
|
1926
|
+
if not MYPY:
|
|
1927
|
+
class SkuArgsDict(TypedDict):
|
|
1928
|
+
"""
|
|
1929
|
+
The account SKU.
|
|
1930
|
+
"""
|
|
1931
|
+
name: pulumi.Input[Union[str, 'SkuNameEnum']]
|
|
1932
|
+
"""
|
|
1933
|
+
Gets or sets the SKU name of the account.
|
|
1934
|
+
"""
|
|
1935
|
+
capacity: NotRequired[pulumi.Input[int]]
|
|
1936
|
+
"""
|
|
1937
|
+
Gets or sets the SKU capacity.
|
|
1938
|
+
"""
|
|
1939
|
+
family: NotRequired[pulumi.Input[str]]
|
|
1940
|
+
"""
|
|
1941
|
+
Gets or sets the SKU family.
|
|
1942
|
+
"""
|
|
1943
|
+
elif False:
|
|
1944
|
+
SkuArgsDict: TypeAlias = Mapping[str, Any]
|
|
1945
|
+
|
|
1946
|
+
@pulumi.input_type
|
|
1947
|
+
class SkuArgs:
|
|
1948
|
+
def __init__(__self__, *,
|
|
1949
|
+
name: pulumi.Input[Union[str, 'SkuNameEnum']],
|
|
1950
|
+
capacity: Optional[pulumi.Input[int]] = None,
|
|
1951
|
+
family: Optional[pulumi.Input[str]] = None):
|
|
1952
|
+
"""
|
|
1953
|
+
The account SKU.
|
|
1954
|
+
:param pulumi.Input[Union[str, 'SkuNameEnum']] name: Gets or sets the SKU name of the account.
|
|
1955
|
+
:param pulumi.Input[int] capacity: Gets or sets the SKU capacity.
|
|
1956
|
+
:param pulumi.Input[str] family: Gets or sets the SKU family.
|
|
1957
|
+
"""
|
|
1958
|
+
pulumi.set(__self__, "name", name)
|
|
1959
|
+
if capacity is not None:
|
|
1960
|
+
pulumi.set(__self__, "capacity", capacity)
|
|
1961
|
+
if family is not None:
|
|
1962
|
+
pulumi.set(__self__, "family", family)
|
|
1963
|
+
|
|
1964
|
+
@property
|
|
1965
|
+
@pulumi.getter
|
|
1966
|
+
def name(self) -> pulumi.Input[Union[str, 'SkuNameEnum']]:
|
|
1967
|
+
"""
|
|
1968
|
+
Gets or sets the SKU name of the account.
|
|
1969
|
+
"""
|
|
1970
|
+
return pulumi.get(self, "name")
|
|
1971
|
+
|
|
1972
|
+
@name.setter
|
|
1973
|
+
def name(self, value: pulumi.Input[Union[str, 'SkuNameEnum']]):
|
|
1974
|
+
pulumi.set(self, "name", value)
|
|
1975
|
+
|
|
1976
|
+
@property
|
|
1977
|
+
@pulumi.getter
|
|
1978
|
+
def capacity(self) -> Optional[pulumi.Input[int]]:
|
|
1979
|
+
"""
|
|
1980
|
+
Gets or sets the SKU capacity.
|
|
1981
|
+
"""
|
|
1982
|
+
return pulumi.get(self, "capacity")
|
|
1983
|
+
|
|
1984
|
+
@capacity.setter
|
|
1985
|
+
def capacity(self, value: Optional[pulumi.Input[int]]):
|
|
1986
|
+
pulumi.set(self, "capacity", value)
|
|
1987
|
+
|
|
1988
|
+
@property
|
|
1989
|
+
@pulumi.getter
|
|
1990
|
+
def family(self) -> Optional[pulumi.Input[str]]:
|
|
1991
|
+
"""
|
|
1992
|
+
Gets or sets the SKU family.
|
|
1993
|
+
"""
|
|
1994
|
+
return pulumi.get(self, "family")
|
|
1995
|
+
|
|
1996
|
+
@family.setter
|
|
1997
|
+
def family(self, value: Optional[pulumi.Input[str]]):
|
|
1998
|
+
pulumi.set(self, "family", value)
|
|
1999
|
+
|
|
2000
|
+
|
|
2001
|
+
if not MYPY:
|
|
2002
|
+
class SoftwareUpdateConfigurationTasksArgsDict(TypedDict):
|
|
2003
|
+
"""
|
|
2004
|
+
Task properties of the software update configuration.
|
|
2005
|
+
"""
|
|
2006
|
+
post_task: NotRequired[pulumi.Input['TaskPropertiesArgsDict']]
|
|
2007
|
+
"""
|
|
2008
|
+
Post task properties.
|
|
2009
|
+
"""
|
|
2010
|
+
pre_task: NotRequired[pulumi.Input['TaskPropertiesArgsDict']]
|
|
2011
|
+
"""
|
|
2012
|
+
Pre task properties.
|
|
2013
|
+
"""
|
|
2014
|
+
elif False:
|
|
2015
|
+
SoftwareUpdateConfigurationTasksArgsDict: TypeAlias = Mapping[str, Any]
|
|
2016
|
+
|
|
2017
|
+
@pulumi.input_type
|
|
2018
|
+
class SoftwareUpdateConfigurationTasksArgs:
|
|
2019
|
+
def __init__(__self__, *,
|
|
2020
|
+
post_task: Optional[pulumi.Input['TaskPropertiesArgs']] = None,
|
|
2021
|
+
pre_task: Optional[pulumi.Input['TaskPropertiesArgs']] = None):
|
|
2022
|
+
"""
|
|
2023
|
+
Task properties of the software update configuration.
|
|
2024
|
+
:param pulumi.Input['TaskPropertiesArgs'] post_task: Post task properties.
|
|
2025
|
+
:param pulumi.Input['TaskPropertiesArgs'] pre_task: Pre task properties.
|
|
2026
|
+
"""
|
|
2027
|
+
if post_task is not None:
|
|
2028
|
+
pulumi.set(__self__, "post_task", post_task)
|
|
2029
|
+
if pre_task is not None:
|
|
2030
|
+
pulumi.set(__self__, "pre_task", pre_task)
|
|
2031
|
+
|
|
2032
|
+
@property
|
|
2033
|
+
@pulumi.getter(name="postTask")
|
|
2034
|
+
def post_task(self) -> Optional[pulumi.Input['TaskPropertiesArgs']]:
|
|
2035
|
+
"""
|
|
2036
|
+
Post task properties.
|
|
2037
|
+
"""
|
|
2038
|
+
return pulumi.get(self, "post_task")
|
|
2039
|
+
|
|
2040
|
+
@post_task.setter
|
|
2041
|
+
def post_task(self, value: Optional[pulumi.Input['TaskPropertiesArgs']]):
|
|
2042
|
+
pulumi.set(self, "post_task", value)
|
|
2043
|
+
|
|
2044
|
+
@property
|
|
2045
|
+
@pulumi.getter(name="preTask")
|
|
2046
|
+
def pre_task(self) -> Optional[pulumi.Input['TaskPropertiesArgs']]:
|
|
2047
|
+
"""
|
|
2048
|
+
Pre task properties.
|
|
2049
|
+
"""
|
|
2050
|
+
return pulumi.get(self, "pre_task")
|
|
2051
|
+
|
|
2052
|
+
@pre_task.setter
|
|
2053
|
+
def pre_task(self, value: Optional[pulumi.Input['TaskPropertiesArgs']]):
|
|
2054
|
+
pulumi.set(self, "pre_task", value)
|
|
2055
|
+
|
|
2056
|
+
|
|
2057
|
+
if not MYPY:
|
|
2058
|
+
class SourceControlSecurityTokenPropertiesArgsDict(TypedDict):
|
|
2059
|
+
access_token: NotRequired[pulumi.Input[str]]
|
|
2060
|
+
"""
|
|
2061
|
+
The access token.
|
|
2062
|
+
"""
|
|
2063
|
+
refresh_token: NotRequired[pulumi.Input[str]]
|
|
2064
|
+
"""
|
|
2065
|
+
The refresh token.
|
|
2066
|
+
"""
|
|
2067
|
+
token_type: NotRequired[pulumi.Input[Union[str, 'TokenType']]]
|
|
2068
|
+
"""
|
|
2069
|
+
The token type. Must be either PersonalAccessToken or Oauth.
|
|
2070
|
+
"""
|
|
2071
|
+
elif False:
|
|
2072
|
+
SourceControlSecurityTokenPropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
|
2073
|
+
|
|
2074
|
+
@pulumi.input_type
|
|
2075
|
+
class SourceControlSecurityTokenPropertiesArgs:
|
|
2076
|
+
def __init__(__self__, *,
|
|
2077
|
+
access_token: Optional[pulumi.Input[str]] = None,
|
|
2078
|
+
refresh_token: Optional[pulumi.Input[str]] = None,
|
|
2079
|
+
token_type: Optional[pulumi.Input[Union[str, 'TokenType']]] = None):
|
|
2080
|
+
"""
|
|
2081
|
+
:param pulumi.Input[str] access_token: The access token.
|
|
2082
|
+
:param pulumi.Input[str] refresh_token: The refresh token.
|
|
2083
|
+
:param pulumi.Input[Union[str, 'TokenType']] token_type: The token type. Must be either PersonalAccessToken or Oauth.
|
|
2084
|
+
"""
|
|
2085
|
+
if access_token is not None:
|
|
2086
|
+
pulumi.set(__self__, "access_token", access_token)
|
|
2087
|
+
if refresh_token is not None:
|
|
2088
|
+
pulumi.set(__self__, "refresh_token", refresh_token)
|
|
2089
|
+
if token_type is not None:
|
|
2090
|
+
pulumi.set(__self__, "token_type", token_type)
|
|
2091
|
+
|
|
2092
|
+
@property
|
|
2093
|
+
@pulumi.getter(name="accessToken")
|
|
2094
|
+
def access_token(self) -> Optional[pulumi.Input[str]]:
|
|
2095
|
+
"""
|
|
2096
|
+
The access token.
|
|
2097
|
+
"""
|
|
2098
|
+
return pulumi.get(self, "access_token")
|
|
2099
|
+
|
|
2100
|
+
@access_token.setter
|
|
2101
|
+
def access_token(self, value: Optional[pulumi.Input[str]]):
|
|
2102
|
+
pulumi.set(self, "access_token", value)
|
|
2103
|
+
|
|
2104
|
+
@property
|
|
2105
|
+
@pulumi.getter(name="refreshToken")
|
|
2106
|
+
def refresh_token(self) -> Optional[pulumi.Input[str]]:
|
|
2107
|
+
"""
|
|
2108
|
+
The refresh token.
|
|
2109
|
+
"""
|
|
2110
|
+
return pulumi.get(self, "refresh_token")
|
|
2111
|
+
|
|
2112
|
+
@refresh_token.setter
|
|
2113
|
+
def refresh_token(self, value: Optional[pulumi.Input[str]]):
|
|
2114
|
+
pulumi.set(self, "refresh_token", value)
|
|
2115
|
+
|
|
2116
|
+
@property
|
|
2117
|
+
@pulumi.getter(name="tokenType")
|
|
2118
|
+
def token_type(self) -> Optional[pulumi.Input[Union[str, 'TokenType']]]:
|
|
2119
|
+
"""
|
|
2120
|
+
The token type. Must be either PersonalAccessToken or Oauth.
|
|
2121
|
+
"""
|
|
2122
|
+
return pulumi.get(self, "token_type")
|
|
2123
|
+
|
|
2124
|
+
@token_type.setter
|
|
2125
|
+
def token_type(self, value: Optional[pulumi.Input[Union[str, 'TokenType']]]):
|
|
2126
|
+
pulumi.set(self, "token_type", value)
|
|
2127
|
+
|
|
2128
|
+
|
|
2129
|
+
if not MYPY:
|
|
2130
|
+
class TagSettingsPropertiesArgsDict(TypedDict):
|
|
2131
|
+
"""
|
|
2132
|
+
Tag filter information for the VM.
|
|
2133
|
+
"""
|
|
2134
|
+
filter_operator: NotRequired[pulumi.Input['TagOperators']]
|
|
2135
|
+
"""
|
|
2136
|
+
Filter VMs by Any or All specified tags.
|
|
2137
|
+
"""
|
|
2138
|
+
tags: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[Sequence[pulumi.Input[str]]]]]]
|
|
2139
|
+
"""
|
|
2140
|
+
Dictionary of tags with its list of values.
|
|
2141
|
+
"""
|
|
2142
|
+
elif False:
|
|
2143
|
+
TagSettingsPropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
|
2144
|
+
|
|
2145
|
+
@pulumi.input_type
|
|
2146
|
+
class TagSettingsPropertiesArgs:
|
|
2147
|
+
def __init__(__self__, *,
|
|
2148
|
+
filter_operator: Optional[pulumi.Input['TagOperators']] = None,
|
|
2149
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[Sequence[pulumi.Input[str]]]]]] = None):
|
|
2150
|
+
"""
|
|
2151
|
+
Tag filter information for the VM.
|
|
2152
|
+
:param pulumi.Input['TagOperators'] filter_operator: Filter VMs by Any or All specified tags.
|
|
2153
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[Sequence[pulumi.Input[str]]]]] tags: Dictionary of tags with its list of values.
|
|
2154
|
+
"""
|
|
2155
|
+
if filter_operator is not None:
|
|
2156
|
+
pulumi.set(__self__, "filter_operator", filter_operator)
|
|
2157
|
+
if tags is not None:
|
|
2158
|
+
pulumi.set(__self__, "tags", tags)
|
|
2159
|
+
|
|
2160
|
+
@property
|
|
2161
|
+
@pulumi.getter(name="filterOperator")
|
|
2162
|
+
def filter_operator(self) -> Optional[pulumi.Input['TagOperators']]:
|
|
2163
|
+
"""
|
|
2164
|
+
Filter VMs by Any or All specified tags.
|
|
2165
|
+
"""
|
|
2166
|
+
return pulumi.get(self, "filter_operator")
|
|
2167
|
+
|
|
2168
|
+
@filter_operator.setter
|
|
2169
|
+
def filter_operator(self, value: Optional[pulumi.Input['TagOperators']]):
|
|
2170
|
+
pulumi.set(self, "filter_operator", value)
|
|
2171
|
+
|
|
2172
|
+
@property
|
|
2173
|
+
@pulumi.getter
|
|
2174
|
+
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[Sequence[pulumi.Input[str]]]]]]:
|
|
2175
|
+
"""
|
|
2176
|
+
Dictionary of tags with its list of values.
|
|
2177
|
+
"""
|
|
2178
|
+
return pulumi.get(self, "tags")
|
|
2179
|
+
|
|
2180
|
+
@tags.setter
|
|
2181
|
+
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[Sequence[pulumi.Input[str]]]]]]):
|
|
2182
|
+
pulumi.set(self, "tags", value)
|
|
2183
|
+
|
|
2184
|
+
|
|
2185
|
+
if not MYPY:
|
|
2186
|
+
class TargetPropertiesArgsDict(TypedDict):
|
|
2187
|
+
"""
|
|
2188
|
+
Group specific to the update configuration.
|
|
2189
|
+
"""
|
|
2190
|
+
azure_queries: NotRequired[pulumi.Input[Sequence[pulumi.Input['AzureQueryPropertiesArgsDict']]]]
|
|
2191
|
+
"""
|
|
2192
|
+
List of Azure queries in the software update configuration.
|
|
2193
|
+
"""
|
|
2194
|
+
non_azure_queries: NotRequired[pulumi.Input[Sequence[pulumi.Input['NonAzureQueryPropertiesArgsDict']]]]
|
|
2195
|
+
"""
|
|
2196
|
+
List of non Azure queries in the software update configuration.
|
|
2197
|
+
"""
|
|
2198
|
+
elif False:
|
|
2199
|
+
TargetPropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
|
2200
|
+
|
|
2201
|
+
@pulumi.input_type
|
|
2202
|
+
class TargetPropertiesArgs:
|
|
2203
|
+
def __init__(__self__, *,
|
|
2204
|
+
azure_queries: Optional[pulumi.Input[Sequence[pulumi.Input['AzureQueryPropertiesArgs']]]] = None,
|
|
2205
|
+
non_azure_queries: Optional[pulumi.Input[Sequence[pulumi.Input['NonAzureQueryPropertiesArgs']]]] = None):
|
|
2206
|
+
"""
|
|
2207
|
+
Group specific to the update configuration.
|
|
2208
|
+
:param pulumi.Input[Sequence[pulumi.Input['AzureQueryPropertiesArgs']]] azure_queries: List of Azure queries in the software update configuration.
|
|
2209
|
+
:param pulumi.Input[Sequence[pulumi.Input['NonAzureQueryPropertiesArgs']]] non_azure_queries: List of non Azure queries in the software update configuration.
|
|
2210
|
+
"""
|
|
2211
|
+
if azure_queries is not None:
|
|
2212
|
+
pulumi.set(__self__, "azure_queries", azure_queries)
|
|
2213
|
+
if non_azure_queries is not None:
|
|
2214
|
+
pulumi.set(__self__, "non_azure_queries", non_azure_queries)
|
|
2215
|
+
|
|
2216
|
+
@property
|
|
2217
|
+
@pulumi.getter(name="azureQueries")
|
|
2218
|
+
def azure_queries(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['AzureQueryPropertiesArgs']]]]:
|
|
2219
|
+
"""
|
|
2220
|
+
List of Azure queries in the software update configuration.
|
|
2221
|
+
"""
|
|
2222
|
+
return pulumi.get(self, "azure_queries")
|
|
2223
|
+
|
|
2224
|
+
@azure_queries.setter
|
|
2225
|
+
def azure_queries(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['AzureQueryPropertiesArgs']]]]):
|
|
2226
|
+
pulumi.set(self, "azure_queries", value)
|
|
2227
|
+
|
|
2228
|
+
@property
|
|
2229
|
+
@pulumi.getter(name="nonAzureQueries")
|
|
2230
|
+
def non_azure_queries(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NonAzureQueryPropertiesArgs']]]]:
|
|
2231
|
+
"""
|
|
2232
|
+
List of non Azure queries in the software update configuration.
|
|
2233
|
+
"""
|
|
2234
|
+
return pulumi.get(self, "non_azure_queries")
|
|
2235
|
+
|
|
2236
|
+
@non_azure_queries.setter
|
|
2237
|
+
def non_azure_queries(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['NonAzureQueryPropertiesArgs']]]]):
|
|
2238
|
+
pulumi.set(self, "non_azure_queries", value)
|
|
2239
|
+
|
|
2240
|
+
|
|
2241
|
+
if not MYPY:
|
|
2242
|
+
class TaskPropertiesArgsDict(TypedDict):
|
|
2243
|
+
"""
|
|
2244
|
+
Task properties of the software update configuration.
|
|
2245
|
+
"""
|
|
2246
|
+
parameters: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
|
2247
|
+
"""
|
|
2248
|
+
Gets or sets the parameters of the task.
|
|
2249
|
+
"""
|
|
2250
|
+
source: NotRequired[pulumi.Input[str]]
|
|
2251
|
+
"""
|
|
2252
|
+
Gets or sets the name of the runbook.
|
|
2253
|
+
"""
|
|
2254
|
+
elif False:
|
|
2255
|
+
TaskPropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
|
2256
|
+
|
|
2257
|
+
@pulumi.input_type
|
|
2258
|
+
class TaskPropertiesArgs:
|
|
2259
|
+
def __init__(__self__, *,
|
|
2260
|
+
parameters: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
2261
|
+
source: Optional[pulumi.Input[str]] = None):
|
|
2262
|
+
"""
|
|
2263
|
+
Task properties of the software update configuration.
|
|
2264
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] parameters: Gets or sets the parameters of the task.
|
|
2265
|
+
:param pulumi.Input[str] source: Gets or sets the name of the runbook.
|
|
2266
|
+
"""
|
|
2267
|
+
if parameters is not None:
|
|
2268
|
+
pulumi.set(__self__, "parameters", parameters)
|
|
2269
|
+
if source is not None:
|
|
2270
|
+
pulumi.set(__self__, "source", source)
|
|
2271
|
+
|
|
2272
|
+
@property
|
|
2273
|
+
@pulumi.getter
|
|
2274
|
+
def parameters(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
2275
|
+
"""
|
|
2276
|
+
Gets or sets the parameters of the task.
|
|
2277
|
+
"""
|
|
2278
|
+
return pulumi.get(self, "parameters")
|
|
2279
|
+
|
|
2280
|
+
@parameters.setter
|
|
2281
|
+
def parameters(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
2282
|
+
pulumi.set(self, "parameters", value)
|
|
2283
|
+
|
|
2284
|
+
@property
|
|
2285
|
+
@pulumi.getter
|
|
2286
|
+
def source(self) -> Optional[pulumi.Input[str]]:
|
|
2287
|
+
"""
|
|
2288
|
+
Gets or sets the name of the runbook.
|
|
2289
|
+
"""
|
|
2290
|
+
return pulumi.get(self, "source")
|
|
2291
|
+
|
|
2292
|
+
@source.setter
|
|
2293
|
+
def source(self, value: Optional[pulumi.Input[str]]):
|
|
2294
|
+
pulumi.set(self, "source", value)
|
|
2295
|
+
|
|
2296
|
+
|
|
2297
|
+
if not MYPY:
|
|
2298
|
+
class TrackedResourceArgsDict(TypedDict):
|
|
2299
|
+
"""
|
|
2300
|
+
The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location'
|
|
2301
|
+
"""
|
|
2302
|
+
location: pulumi.Input[str]
|
|
2303
|
+
"""
|
|
2304
|
+
The geo-location where the resource lives
|
|
2305
|
+
"""
|
|
2306
|
+
tags: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
|
2307
|
+
"""
|
|
2308
|
+
Resource tags.
|
|
2309
|
+
"""
|
|
2310
|
+
elif False:
|
|
2311
|
+
TrackedResourceArgsDict: TypeAlias = Mapping[str, Any]
|
|
2312
|
+
|
|
2313
|
+
@pulumi.input_type
|
|
2314
|
+
class TrackedResourceArgs:
|
|
2315
|
+
def __init__(__self__, *,
|
|
2316
|
+
location: pulumi.Input[str],
|
|
2317
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
|
|
2318
|
+
"""
|
|
2319
|
+
The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location'
|
|
2320
|
+
:param pulumi.Input[str] location: The geo-location where the resource lives
|
|
2321
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
|
|
2322
|
+
"""
|
|
2323
|
+
pulumi.set(__self__, "location", location)
|
|
2324
|
+
if tags is not None:
|
|
2325
|
+
pulumi.set(__self__, "tags", tags)
|
|
2326
|
+
|
|
2327
|
+
@property
|
|
2328
|
+
@pulumi.getter
|
|
2329
|
+
def location(self) -> pulumi.Input[str]:
|
|
2330
|
+
"""
|
|
2331
|
+
The geo-location where the resource lives
|
|
2332
|
+
"""
|
|
2333
|
+
return pulumi.get(self, "location")
|
|
2334
|
+
|
|
2335
|
+
@location.setter
|
|
2336
|
+
def location(self, value: pulumi.Input[str]):
|
|
2337
|
+
pulumi.set(self, "location", value)
|
|
2338
|
+
|
|
2339
|
+
@property
|
|
2340
|
+
@pulumi.getter
|
|
2341
|
+
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
2342
|
+
"""
|
|
2343
|
+
Resource tags.
|
|
2344
|
+
"""
|
|
2345
|
+
return pulumi.get(self, "tags")
|
|
2346
|
+
|
|
2347
|
+
@tags.setter
|
|
2348
|
+
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
2349
|
+
pulumi.set(self, "tags", value)
|
|
2350
|
+
|
|
2351
|
+
|
|
2352
|
+
if not MYPY:
|
|
2353
|
+
class UpdateConfigurationArgsDict(TypedDict):
|
|
2354
|
+
"""
|
|
2355
|
+
Update specific properties of the software update configuration.
|
|
2356
|
+
"""
|
|
2357
|
+
operating_system: pulumi.Input['OperatingSystemType']
|
|
2358
|
+
"""
|
|
2359
|
+
operating system of target machines
|
|
2360
|
+
"""
|
|
2361
|
+
azure_virtual_machines: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
2362
|
+
"""
|
|
2363
|
+
List of azure resource Ids for azure virtual machines targeted by the software update configuration.
|
|
2364
|
+
"""
|
|
2365
|
+
duration: NotRequired[pulumi.Input[str]]
|
|
2366
|
+
"""
|
|
2367
|
+
Maximum time allowed for the software update configuration run. Duration needs to be specified using the format PT[n]H[n]M[n]S as per ISO8601
|
|
2368
|
+
"""
|
|
2369
|
+
linux: NotRequired[pulumi.Input['LinuxPropertiesArgsDict']]
|
|
2370
|
+
"""
|
|
2371
|
+
Linux specific update configuration.
|
|
2372
|
+
"""
|
|
2373
|
+
non_azure_computer_names: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
2374
|
+
"""
|
|
2375
|
+
List of names of non-azure machines targeted by the software update configuration.
|
|
2376
|
+
"""
|
|
2377
|
+
targets: NotRequired[pulumi.Input['TargetPropertiesArgsDict']]
|
|
2378
|
+
"""
|
|
2379
|
+
Group targets for the software update configuration.
|
|
2380
|
+
"""
|
|
2381
|
+
windows: NotRequired[pulumi.Input['WindowsPropertiesArgsDict']]
|
|
2382
|
+
"""
|
|
2383
|
+
Windows specific update configuration.
|
|
2384
|
+
"""
|
|
2385
|
+
elif False:
|
|
2386
|
+
UpdateConfigurationArgsDict: TypeAlias = Mapping[str, Any]
|
|
2387
|
+
|
|
2388
|
+
@pulumi.input_type
|
|
2389
|
+
class UpdateConfigurationArgs:
|
|
2390
|
+
def __init__(__self__, *,
|
|
2391
|
+
operating_system: pulumi.Input['OperatingSystemType'],
|
|
2392
|
+
azure_virtual_machines: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
2393
|
+
duration: Optional[pulumi.Input[str]] = None,
|
|
2394
|
+
linux: Optional[pulumi.Input['LinuxPropertiesArgs']] = None,
|
|
2395
|
+
non_azure_computer_names: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
2396
|
+
targets: Optional[pulumi.Input['TargetPropertiesArgs']] = None,
|
|
2397
|
+
windows: Optional[pulumi.Input['WindowsPropertiesArgs']] = None):
|
|
2398
|
+
"""
|
|
2399
|
+
Update specific properties of the software update configuration.
|
|
2400
|
+
:param pulumi.Input['OperatingSystemType'] operating_system: operating system of target machines
|
|
2401
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] azure_virtual_machines: List of azure resource Ids for azure virtual machines targeted by the software update configuration.
|
|
2402
|
+
:param pulumi.Input[str] duration: Maximum time allowed for the software update configuration run. Duration needs to be specified using the format PT[n]H[n]M[n]S as per ISO8601
|
|
2403
|
+
:param pulumi.Input['LinuxPropertiesArgs'] linux: Linux specific update configuration.
|
|
2404
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] non_azure_computer_names: List of names of non-azure machines targeted by the software update configuration.
|
|
2405
|
+
:param pulumi.Input['TargetPropertiesArgs'] targets: Group targets for the software update configuration.
|
|
2406
|
+
:param pulumi.Input['WindowsPropertiesArgs'] windows: Windows specific update configuration.
|
|
2407
|
+
"""
|
|
2408
|
+
pulumi.set(__self__, "operating_system", operating_system)
|
|
2409
|
+
if azure_virtual_machines is not None:
|
|
2410
|
+
pulumi.set(__self__, "azure_virtual_machines", azure_virtual_machines)
|
|
2411
|
+
if duration is not None:
|
|
2412
|
+
pulumi.set(__self__, "duration", duration)
|
|
2413
|
+
if linux is not None:
|
|
2414
|
+
pulumi.set(__self__, "linux", linux)
|
|
2415
|
+
if non_azure_computer_names is not None:
|
|
2416
|
+
pulumi.set(__self__, "non_azure_computer_names", non_azure_computer_names)
|
|
2417
|
+
if targets is not None:
|
|
2418
|
+
pulumi.set(__self__, "targets", targets)
|
|
2419
|
+
if windows is not None:
|
|
2420
|
+
pulumi.set(__self__, "windows", windows)
|
|
2421
|
+
|
|
2422
|
+
@property
|
|
2423
|
+
@pulumi.getter(name="operatingSystem")
|
|
2424
|
+
def operating_system(self) -> pulumi.Input['OperatingSystemType']:
|
|
2425
|
+
"""
|
|
2426
|
+
operating system of target machines
|
|
2427
|
+
"""
|
|
2428
|
+
return pulumi.get(self, "operating_system")
|
|
2429
|
+
|
|
2430
|
+
@operating_system.setter
|
|
2431
|
+
def operating_system(self, value: pulumi.Input['OperatingSystemType']):
|
|
2432
|
+
pulumi.set(self, "operating_system", value)
|
|
2433
|
+
|
|
2434
|
+
@property
|
|
2435
|
+
@pulumi.getter(name="azureVirtualMachines")
|
|
2436
|
+
def azure_virtual_machines(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
2437
|
+
"""
|
|
2438
|
+
List of azure resource Ids for azure virtual machines targeted by the software update configuration.
|
|
2439
|
+
"""
|
|
2440
|
+
return pulumi.get(self, "azure_virtual_machines")
|
|
2441
|
+
|
|
2442
|
+
@azure_virtual_machines.setter
|
|
2443
|
+
def azure_virtual_machines(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
2444
|
+
pulumi.set(self, "azure_virtual_machines", value)
|
|
2445
|
+
|
|
2446
|
+
@property
|
|
2447
|
+
@pulumi.getter
|
|
2448
|
+
def duration(self) -> Optional[pulumi.Input[str]]:
|
|
2449
|
+
"""
|
|
2450
|
+
Maximum time allowed for the software update configuration run. Duration needs to be specified using the format PT[n]H[n]M[n]S as per ISO8601
|
|
2451
|
+
"""
|
|
2452
|
+
return pulumi.get(self, "duration")
|
|
2453
|
+
|
|
2454
|
+
@duration.setter
|
|
2455
|
+
def duration(self, value: Optional[pulumi.Input[str]]):
|
|
2456
|
+
pulumi.set(self, "duration", value)
|
|
2457
|
+
|
|
2458
|
+
@property
|
|
2459
|
+
@pulumi.getter
|
|
2460
|
+
def linux(self) -> Optional[pulumi.Input['LinuxPropertiesArgs']]:
|
|
2461
|
+
"""
|
|
2462
|
+
Linux specific update configuration.
|
|
2463
|
+
"""
|
|
2464
|
+
return pulumi.get(self, "linux")
|
|
2465
|
+
|
|
2466
|
+
@linux.setter
|
|
2467
|
+
def linux(self, value: Optional[pulumi.Input['LinuxPropertiesArgs']]):
|
|
2468
|
+
pulumi.set(self, "linux", value)
|
|
2469
|
+
|
|
2470
|
+
@property
|
|
2471
|
+
@pulumi.getter(name="nonAzureComputerNames")
|
|
2472
|
+
def non_azure_computer_names(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
2473
|
+
"""
|
|
2474
|
+
List of names of non-azure machines targeted by the software update configuration.
|
|
2475
|
+
"""
|
|
2476
|
+
return pulumi.get(self, "non_azure_computer_names")
|
|
2477
|
+
|
|
2478
|
+
@non_azure_computer_names.setter
|
|
2479
|
+
def non_azure_computer_names(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
2480
|
+
pulumi.set(self, "non_azure_computer_names", value)
|
|
2481
|
+
|
|
2482
|
+
@property
|
|
2483
|
+
@pulumi.getter
|
|
2484
|
+
def targets(self) -> Optional[pulumi.Input['TargetPropertiesArgs']]:
|
|
2485
|
+
"""
|
|
2486
|
+
Group targets for the software update configuration.
|
|
2487
|
+
"""
|
|
2488
|
+
return pulumi.get(self, "targets")
|
|
2489
|
+
|
|
2490
|
+
@targets.setter
|
|
2491
|
+
def targets(self, value: Optional[pulumi.Input['TargetPropertiesArgs']]):
|
|
2492
|
+
pulumi.set(self, "targets", value)
|
|
2493
|
+
|
|
2494
|
+
@property
|
|
2495
|
+
@pulumi.getter
|
|
2496
|
+
def windows(self) -> Optional[pulumi.Input['WindowsPropertiesArgs']]:
|
|
2497
|
+
"""
|
|
2498
|
+
Windows specific update configuration.
|
|
2499
|
+
"""
|
|
2500
|
+
return pulumi.get(self, "windows")
|
|
2501
|
+
|
|
2502
|
+
@windows.setter
|
|
2503
|
+
def windows(self, value: Optional[pulumi.Input['WindowsPropertiesArgs']]):
|
|
2504
|
+
pulumi.set(self, "windows", value)
|
|
2505
|
+
|
|
2506
|
+
|
|
2507
|
+
if not MYPY:
|
|
2508
|
+
class WindowsPropertiesArgsDict(TypedDict):
|
|
2509
|
+
"""
|
|
2510
|
+
Windows specific update configuration.
|
|
2511
|
+
"""
|
|
2512
|
+
excluded_kb_numbers: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
2513
|
+
"""
|
|
2514
|
+
KB numbers excluded from the software update configuration.
|
|
2515
|
+
"""
|
|
2516
|
+
included_kb_numbers: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
2517
|
+
"""
|
|
2518
|
+
KB numbers included from the software update configuration.
|
|
2519
|
+
"""
|
|
2520
|
+
included_update_classifications: NotRequired[pulumi.Input[Union[str, 'WindowsUpdateClasses']]]
|
|
2521
|
+
"""
|
|
2522
|
+
Update classification included in the software update configuration. A comma separated string with required values
|
|
2523
|
+
"""
|
|
2524
|
+
reboot_setting: NotRequired[pulumi.Input[str]]
|
|
2525
|
+
"""
|
|
2526
|
+
Reboot setting for the software update configuration.
|
|
2527
|
+
"""
|
|
2528
|
+
elif False:
|
|
2529
|
+
WindowsPropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
|
2530
|
+
|
|
2531
|
+
@pulumi.input_type
|
|
2532
|
+
class WindowsPropertiesArgs:
|
|
2533
|
+
def __init__(__self__, *,
|
|
2534
|
+
excluded_kb_numbers: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
2535
|
+
included_kb_numbers: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
2536
|
+
included_update_classifications: Optional[pulumi.Input[Union[str, 'WindowsUpdateClasses']]] = None,
|
|
2537
|
+
reboot_setting: Optional[pulumi.Input[str]] = None):
|
|
2538
|
+
"""
|
|
2539
|
+
Windows specific update configuration.
|
|
2540
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] excluded_kb_numbers: KB numbers excluded from the software update configuration.
|
|
2541
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] included_kb_numbers: KB numbers included from the software update configuration.
|
|
2542
|
+
:param pulumi.Input[Union[str, 'WindowsUpdateClasses']] included_update_classifications: Update classification included in the software update configuration. A comma separated string with required values
|
|
2543
|
+
:param pulumi.Input[str] reboot_setting: Reboot setting for the software update configuration.
|
|
2544
|
+
"""
|
|
2545
|
+
if excluded_kb_numbers is not None:
|
|
2546
|
+
pulumi.set(__self__, "excluded_kb_numbers", excluded_kb_numbers)
|
|
2547
|
+
if included_kb_numbers is not None:
|
|
2548
|
+
pulumi.set(__self__, "included_kb_numbers", included_kb_numbers)
|
|
2549
|
+
if included_update_classifications is not None:
|
|
2550
|
+
pulumi.set(__self__, "included_update_classifications", included_update_classifications)
|
|
2551
|
+
if reboot_setting is not None:
|
|
2552
|
+
pulumi.set(__self__, "reboot_setting", reboot_setting)
|
|
2553
|
+
|
|
2554
|
+
@property
|
|
2555
|
+
@pulumi.getter(name="excludedKbNumbers")
|
|
2556
|
+
def excluded_kb_numbers(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
2557
|
+
"""
|
|
2558
|
+
KB numbers excluded from the software update configuration.
|
|
2559
|
+
"""
|
|
2560
|
+
return pulumi.get(self, "excluded_kb_numbers")
|
|
2561
|
+
|
|
2562
|
+
@excluded_kb_numbers.setter
|
|
2563
|
+
def excluded_kb_numbers(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
2564
|
+
pulumi.set(self, "excluded_kb_numbers", value)
|
|
2565
|
+
|
|
2566
|
+
@property
|
|
2567
|
+
@pulumi.getter(name="includedKbNumbers")
|
|
2568
|
+
def included_kb_numbers(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
2569
|
+
"""
|
|
2570
|
+
KB numbers included from the software update configuration.
|
|
2571
|
+
"""
|
|
2572
|
+
return pulumi.get(self, "included_kb_numbers")
|
|
2573
|
+
|
|
2574
|
+
@included_kb_numbers.setter
|
|
2575
|
+
def included_kb_numbers(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
2576
|
+
pulumi.set(self, "included_kb_numbers", value)
|
|
2577
|
+
|
|
2578
|
+
@property
|
|
2579
|
+
@pulumi.getter(name="includedUpdateClassifications")
|
|
2580
|
+
def included_update_classifications(self) -> Optional[pulumi.Input[Union[str, 'WindowsUpdateClasses']]]:
|
|
2581
|
+
"""
|
|
2582
|
+
Update classification included in the software update configuration. A comma separated string with required values
|
|
2583
|
+
"""
|
|
2584
|
+
return pulumi.get(self, "included_update_classifications")
|
|
2585
|
+
|
|
2586
|
+
@included_update_classifications.setter
|
|
2587
|
+
def included_update_classifications(self, value: Optional[pulumi.Input[Union[str, 'WindowsUpdateClasses']]]):
|
|
2588
|
+
pulumi.set(self, "included_update_classifications", value)
|
|
2589
|
+
|
|
2590
|
+
@property
|
|
2591
|
+
@pulumi.getter(name="rebootSetting")
|
|
2592
|
+
def reboot_setting(self) -> Optional[pulumi.Input[str]]:
|
|
2593
|
+
"""
|
|
2594
|
+
Reboot setting for the software update configuration.
|
|
2595
|
+
"""
|
|
2596
|
+
return pulumi.get(self, "reboot_setting")
|
|
2597
|
+
|
|
2598
|
+
@reboot_setting.setter
|
|
2599
|
+
def reboot_setting(self, value: Optional[pulumi.Input[str]]):
|
|
2600
|
+
pulumi.set(self, "reboot_setting", value)
|
|
2601
|
+
|
|
2602
|
+
|