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