pulumi-azure-native 2.42.1__py3-none-any.whl → 2.43.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-azure-native might be problematic. Click here for more details.
- pulumi_azure_native/__init__.py +165 -24
- pulumi_azure_native/azurefleet/__init__.py +23 -0
- pulumi_azure_native/azurefleet/_enums.py +373 -0
- pulumi_azure_native/azurefleet/_inputs.py +4437 -0
- pulumi_azure_native/azurefleet/fleet.py +445 -0
- pulumi_azure_native/azurefleet/get_fleet.py +254 -0
- pulumi_azure_native/azurefleet/outputs.py +5068 -0
- pulumi_azure_native/azurefleet/v20231101preview/__init__.py +12 -0
- pulumi_azure_native/azurefleet/v20231101preview/_enums.py +369 -0
- pulumi_azure_native/azurefleet/v20231101preview/_inputs.py +4373 -0
- pulumi_azure_native/azurefleet/v20231101preview/fleet.py +439 -0
- pulumi_azure_native/azurefleet/v20231101preview/get_fleet.py +248 -0
- pulumi_azure_native/azurefleet/v20231101preview/outputs.py +5014 -0
- pulumi_azure_native/azurefleet/v20240501preview/__init__.py +12 -0
- pulumi_azure_native/azurefleet/v20240501preview/_enums.py +373 -0
- pulumi_azure_native/azurefleet/v20240501preview/_inputs.py +4437 -0
- pulumi_azure_native/azurefleet/v20240501preview/fleet.py +439 -0
- pulumi_azure_native/azurefleet/v20240501preview/get_fleet.py +248 -0
- pulumi_azure_native/azurefleet/v20240501preview/outputs.py +5068 -0
- pulumi_azure_native/cache/__init__.py +6 -0
- pulumi_azure_native/cache/access_policy.py +3 -3
- pulumi_azure_native/cache/access_policy_assignment.py +3 -3
- pulumi_azure_native/cache/database.py +3 -3
- pulumi_azure_native/cache/enterprise_private_endpoint_connection.py +3 -3
- pulumi_azure_native/cache/firewall_rule.py +3 -3
- pulumi_azure_native/cache/get_access_policy.py +2 -2
- pulumi_azure_native/cache/get_access_policy_assignment.py +2 -2
- pulumi_azure_native/cache/get_database.py +2 -2
- pulumi_azure_native/cache/get_enterprise_private_endpoint_connection.py +2 -2
- pulumi_azure_native/cache/get_firewall_rule.py +2 -2
- pulumi_azure_native/cache/get_linked_server.py +2 -2
- pulumi_azure_native/cache/get_patch_schedule.py +2 -2
- pulumi_azure_native/cache/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/cache/get_redis.py +2 -2
- pulumi_azure_native/cache/get_redis_enterprise.py +2 -2
- pulumi_azure_native/cache/linked_server.py +3 -3
- pulumi_azure_native/cache/list_database_keys.py +2 -2
- pulumi_azure_native/cache/list_redis_keys.py +2 -2
- pulumi_azure_native/cache/patch_schedule.py +3 -3
- pulumi_azure_native/cache/private_endpoint_connection.py +3 -3
- pulumi_azure_native/cache/redis.py +3 -3
- pulumi_azure_native/cache/redis_enterprise.py +3 -3
- pulumi_azure_native/cache/v20200601/redis.py +1 -1
- pulumi_azure_native/cache/v20201001preview/redis_enterprise.py +1 -1
- pulumi_azure_native/cache/v20230301preview/database.py +1 -1
- pulumi_azure_native/cache/v20230301preview/enterprise_private_endpoint_connection.py +1 -1
- pulumi_azure_native/cache/v20230301preview/redis_enterprise.py +1 -1
- pulumi_azure_native/cache/v20230401/firewall_rule.py +1 -1
- pulumi_azure_native/cache/v20230401/linked_server.py +1 -1
- pulumi_azure_native/cache/v20230401/patch_schedule.py +1 -1
- pulumi_azure_native/cache/v20230401/private_endpoint_connection.py +1 -1
- pulumi_azure_native/cache/v20230401/redis.py +1 -1
- pulumi_azure_native/cache/v20230501preview/access_policy.py +1 -1
- pulumi_azure_native/cache/v20230501preview/access_policy_assignment.py +1 -1
- pulumi_azure_native/cache/v20230501preview/firewall_rule.py +1 -1
- pulumi_azure_native/cache/v20230501preview/linked_server.py +1 -1
- pulumi_azure_native/cache/v20230501preview/patch_schedule.py +1 -1
- pulumi_azure_native/cache/v20230501preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/cache/v20230501preview/redis.py +1 -1
- pulumi_azure_native/cache/v20230701/database.py +1 -1
- pulumi_azure_native/cache/v20230701/enterprise_private_endpoint_connection.py +1 -1
- pulumi_azure_native/cache/v20230701/redis_enterprise.py +1 -1
- pulumi_azure_native/cache/v20230801/access_policy.py +1 -1
- pulumi_azure_native/cache/v20230801/access_policy_assignment.py +1 -1
- pulumi_azure_native/cache/v20230801/firewall_rule.py +1 -1
- pulumi_azure_native/cache/v20230801/linked_server.py +1 -1
- pulumi_azure_native/cache/v20230801/patch_schedule.py +1 -1
- pulumi_azure_native/cache/v20230801/private_endpoint_connection.py +1 -1
- pulumi_azure_native/cache/v20230801/redis.py +1 -1
- pulumi_azure_native/cache/v20230801preview/database.py +1 -1
- pulumi_azure_native/cache/v20230801preview/enterprise_private_endpoint_connection.py +1 -1
- pulumi_azure_native/cache/v20230801preview/redis_enterprise.py +1 -1
- pulumi_azure_native/cache/v20231001preview/database.py +1 -1
- pulumi_azure_native/cache/v20231001preview/enterprise_private_endpoint_connection.py +1 -1
- pulumi_azure_native/cache/v20231001preview/redis_enterprise.py +1 -1
- pulumi_azure_native/cache/v20231101/database.py +1 -1
- pulumi_azure_native/cache/v20231101/enterprise_private_endpoint_connection.py +1 -1
- pulumi_azure_native/cache/v20231101/redis_enterprise.py +1 -1
- pulumi_azure_native/cache/v20240201/database.py +1 -1
- pulumi_azure_native/cache/v20240201/enterprise_private_endpoint_connection.py +1 -1
- pulumi_azure_native/cache/v20240201/redis_enterprise.py +1 -1
- pulumi_azure_native/cache/v20240301/access_policy.py +1 -1
- pulumi_azure_native/cache/v20240301/access_policy_assignment.py +1 -1
- pulumi_azure_native/cache/v20240301/firewall_rule.py +1 -1
- pulumi_azure_native/cache/v20240301/linked_server.py +1 -1
- pulumi_azure_native/cache/v20240301/patch_schedule.py +1 -1
- pulumi_azure_native/cache/v20240301/private_endpoint_connection.py +1 -1
- pulumi_azure_native/cache/v20240301/redis.py +1 -1
- pulumi_azure_native/cache/v20240301preview/database.py +1 -1
- pulumi_azure_native/cache/v20240301preview/enterprise_private_endpoint_connection.py +1 -1
- pulumi_azure_native/cache/v20240301preview/redis_enterprise.py +1 -1
- pulumi_azure_native/cache/v20240401preview/__init__.py +25 -0
- pulumi_azure_native/cache/v20240401preview/_enums.py +111 -0
- pulumi_azure_native/cache/v20240401preview/_inputs.py +486 -0
- pulumi_azure_native/cache/v20240401preview/access_policy.py +214 -0
- pulumi_azure_native/cache/v20240401preview/access_policy_assignment.py +274 -0
- pulumi_azure_native/cache/v20240401preview/firewall_rule.py +234 -0
- pulumi_azure_native/cache/v20240401preview/get_access_policy.py +135 -0
- pulumi_azure_native/cache/v20240401preview/get_access_policy_assignment.py +161 -0
- pulumi_azure_native/cache/v20240401preview/get_firewall_rule.py +135 -0
- pulumi_azure_native/cache/v20240401preview/get_linked_server.py +187 -0
- pulumi_azure_native/cache/v20240401preview/get_patch_schedule.py +136 -0
- pulumi_azure_native/cache/v20240401preview/get_private_endpoint_connection.py +149 -0
- pulumi_azure_native/cache/v20240401preview/get_redis.py +456 -0
- pulumi_azure_native/cache/v20240401preview/linked_server.py +294 -0
- pulumi_azure_native/cache/v20240401preview/list_redis_keys.py +91 -0
- pulumi_azure_native/cache/v20240401preview/outputs.py +912 -0
- pulumi_azure_native/cache/v20240401preview/patch_schedule.py +216 -0
- pulumi_azure_native/cache/v20240401preview/private_endpoint_connection.py +227 -0
- pulumi_azure_native/cache/v20240401preview/redis.py +799 -0
- pulumi_azure_native/cache/v20240601preview/__init__.py +17 -0
- pulumi_azure_native/cache/v20240601preview/_enums.py +125 -0
- pulumi_azure_native/cache/v20240601preview/_inputs.py +438 -0
- pulumi_azure_native/cache/v20240601preview/database.py +439 -0
- pulumi_azure_native/cache/v20240601preview/enterprise_private_endpoint_connection.py +227 -0
- pulumi_azure_native/cache/v20240601preview/get_database.py +253 -0
- pulumi_azure_native/cache/v20240601preview/get_enterprise_private_endpoint_connection.py +149 -0
- pulumi_azure_native/cache/v20240601preview/get_redis_enterprise.py +261 -0
- pulumi_azure_native/cache/v20240601preview/list_database_keys.py +96 -0
- pulumi_azure_native/cache/v20240601preview/outputs.py +740 -0
- pulumi_azure_native/cache/v20240601preview/redis_enterprise.py +410 -0
- pulumi_azure_native/datafactory/_inputs.py +16 -0
- pulumi_azure_native/datafactory/outputs.py +12 -0
- pulumi_azure_native/datafactory/v20180601/_inputs.py +16 -0
- pulumi_azure_native/datafactory/v20180601/outputs.py +12 -0
- pulumi_azure_native/dbformysql/__init__.py +3 -0
- pulumi_azure_native/dbformysql/get_server.py +2 -2
- pulumi_azure_native/dbformysql/server.py +3 -3
- pulumi_azure_native/dbformysql/v20200701preview/server.py +1 -1
- pulumi_azure_native/dbformysql/v20200701privatepreview/server.py +1 -1
- pulumi_azure_native/dbformysql/v20220101/server.py +1 -1
- pulumi_azure_native/dbformysql/v20220930preview/server.py +1 -1
- pulumi_azure_native/dbformysql/v20230601preview/server.py +1 -1
- pulumi_azure_native/dbformysql/v20230630/server.py +1 -1
- pulumi_azure_native/dbformysql/v20231001preview/server.py +1 -1
- pulumi_azure_native/dbformysql/v20231201preview/server.py +1 -1
- pulumi_azure_native/dbformysql/v20231230/server.py +1 -1
- pulumi_azure_native/dbformysql/v20240201preview/__init__.py +12 -0
- pulumi_azure_native/dbformysql/v20240201preview/_enums.py +101 -0
- pulumi_azure_native/dbformysql/v20240201preview/_inputs.py +600 -0
- pulumi_azure_native/dbformysql/v20240201preview/get_server.py +378 -0
- pulumi_azure_native/dbformysql/v20240201preview/outputs.py +1101 -0
- pulumi_azure_native/dbformysql/v20240201preview/server.py +730 -0
- pulumi_azure_native/documentdb/__init__.py +3 -0
- pulumi_azure_native/documentdb/cassandra_cluster.py +3 -3
- pulumi_azure_native/documentdb/cassandra_data_center.py +3 -3
- pulumi_azure_native/documentdb/cassandra_resource_cassandra_keyspace.py +3 -3
- pulumi_azure_native/documentdb/cassandra_resource_cassandra_table.py +3 -3
- pulumi_azure_native/documentdb/cassandra_resource_cassandra_view.py +3 -3
- pulumi_azure_native/documentdb/database_account.py +3 -3
- pulumi_azure_native/documentdb/get_cassandra_cluster.py +2 -2
- pulumi_azure_native/documentdb/get_cassandra_data_center.py +2 -2
- pulumi_azure_native/documentdb/get_cassandra_resource_cassandra_keyspace.py +2 -2
- pulumi_azure_native/documentdb/get_cassandra_resource_cassandra_table.py +2 -2
- pulumi_azure_native/documentdb/get_cassandra_resource_cassandra_view.py +2 -2
- pulumi_azure_native/documentdb/get_database_account.py +2 -2
- pulumi_azure_native/documentdb/get_graph_resource_graph.py +2 -2
- pulumi_azure_native/documentdb/get_gremlin_resource_gremlin_database.py +2 -2
- pulumi_azure_native/documentdb/get_gremlin_resource_gremlin_graph.py +2 -2
- pulumi_azure_native/documentdb/get_mongo_db_resource_mongo_db_collection.py +2 -2
- pulumi_azure_native/documentdb/get_mongo_db_resource_mongo_db_database.py +2 -2
- pulumi_azure_native/documentdb/get_mongo_db_resource_mongo_role_definition.py +2 -2
- pulumi_azure_native/documentdb/get_mongo_db_resource_mongo_user_definition.py +2 -2
- pulumi_azure_native/documentdb/get_notebook_workspace.py +2 -2
- pulumi_azure_native/documentdb/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/documentdb/get_service.py +2 -2
- pulumi_azure_native/documentdb/get_sql_resource_sql_container.py +2 -2
- pulumi_azure_native/documentdb/get_sql_resource_sql_database.py +2 -2
- pulumi_azure_native/documentdb/get_sql_resource_sql_role_assignment.py +2 -2
- pulumi_azure_native/documentdb/get_sql_resource_sql_role_definition.py +2 -2
- pulumi_azure_native/documentdb/get_sql_resource_sql_stored_procedure.py +2 -2
- pulumi_azure_native/documentdb/get_sql_resource_sql_trigger.py +2 -2
- pulumi_azure_native/documentdb/get_sql_resource_sql_user_defined_function.py +2 -2
- pulumi_azure_native/documentdb/get_table_resource_table.py +2 -2
- pulumi_azure_native/documentdb/get_throughput_pool.py +2 -2
- pulumi_azure_native/documentdb/get_throughput_pool_account.py +2 -2
- pulumi_azure_native/documentdb/graph_resource_graph.py +3 -3
- pulumi_azure_native/documentdb/gremlin_resource_gremlin_database.py +3 -3
- pulumi_azure_native/documentdb/gremlin_resource_gremlin_graph.py +3 -3
- pulumi_azure_native/documentdb/list_database_account_connection_strings.py +2 -2
- pulumi_azure_native/documentdb/list_database_account_keys.py +2 -2
- pulumi_azure_native/documentdb/list_notebook_workspace_connection_info.py +2 -2
- pulumi_azure_native/documentdb/mongo_db_resource_mongo_db_collection.py +3 -3
- pulumi_azure_native/documentdb/mongo_db_resource_mongo_db_database.py +3 -3
- pulumi_azure_native/documentdb/mongo_db_resource_mongo_role_definition.py +3 -3
- pulumi_azure_native/documentdb/mongo_db_resource_mongo_user_definition.py +3 -3
- pulumi_azure_native/documentdb/notebook_workspace.py +3 -3
- pulumi_azure_native/documentdb/private_endpoint_connection.py +3 -3
- pulumi_azure_native/documentdb/service.py +3 -3
- pulumi_azure_native/documentdb/sql_resource_sql_container.py +3 -3
- pulumi_azure_native/documentdb/sql_resource_sql_database.py +3 -3
- pulumi_azure_native/documentdb/sql_resource_sql_role_assignment.py +3 -3
- pulumi_azure_native/documentdb/sql_resource_sql_role_definition.py +3 -3
- pulumi_azure_native/documentdb/sql_resource_sql_stored_procedure.py +3 -3
- pulumi_azure_native/documentdb/sql_resource_sql_trigger.py +3 -3
- pulumi_azure_native/documentdb/sql_resource_sql_user_defined_function.py +3 -3
- pulumi_azure_native/documentdb/table_resource_table.py +3 -3
- pulumi_azure_native/documentdb/throughput_pool.py +3 -3
- pulumi_azure_native/documentdb/throughput_pool_account.py +3 -3
- pulumi_azure_native/documentdb/v20210401preview/database_account.py +1 -1
- pulumi_azure_native/documentdb/v20210701preview/cassandra_cluster.py +1 -1
- pulumi_azure_native/documentdb/v20230301preview/mongo_db_resource_mongo_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/cassandra_resource_cassandra_keyspace.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/cassandra_resource_cassandra_table.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/cassandra_resource_cassandra_view.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/database_account.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/graph_resource_graph.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/gremlin_resource_gremlin_database.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/gremlin_resource_gremlin_graph.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/mongo_db_resource_mongo_db_collection.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/mongo_db_resource_mongo_db_database.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/sql_resource_sql_container.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/sql_resource_sql_database.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/sql_resource_sql_stored_procedure.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/sql_resource_sql_trigger.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/sql_resource_sql_user_defined_function.py +1 -1
- pulumi_azure_native/documentdb/v20230315preview/table_resource_table.py +1 -1
- pulumi_azure_native/documentdb/v20230415/cassandra_cluster.py +1 -1
- pulumi_azure_native/documentdb/v20230415/cassandra_data_center.py +1 -1
- pulumi_azure_native/documentdb/v20230415/cassandra_resource_cassandra_keyspace.py +1 -1
- pulumi_azure_native/documentdb/v20230415/cassandra_resource_cassandra_table.py +1 -1
- pulumi_azure_native/documentdb/v20230415/database_account.py +1 -1
- pulumi_azure_native/documentdb/v20230415/gremlin_resource_gremlin_database.py +1 -1
- pulumi_azure_native/documentdb/v20230415/gremlin_resource_gremlin_graph.py +1 -1
- pulumi_azure_native/documentdb/v20230415/mongo_db_resource_mongo_db_collection.py +1 -1
- pulumi_azure_native/documentdb/v20230415/mongo_db_resource_mongo_db_database.py +1 -1
- pulumi_azure_native/documentdb/v20230415/mongo_db_resource_mongo_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20230415/mongo_db_resource_mongo_user_definition.py +1 -1
- pulumi_azure_native/documentdb/v20230415/notebook_workspace.py +1 -1
- pulumi_azure_native/documentdb/v20230415/private_endpoint_connection.py +1 -1
- pulumi_azure_native/documentdb/v20230415/service.py +1 -1
- pulumi_azure_native/documentdb/v20230415/sql_resource_sql_container.py +1 -1
- pulumi_azure_native/documentdb/v20230415/sql_resource_sql_database.py +1 -1
- pulumi_azure_native/documentdb/v20230415/sql_resource_sql_role_assignment.py +1 -1
- pulumi_azure_native/documentdb/v20230415/sql_resource_sql_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20230415/sql_resource_sql_stored_procedure.py +1 -1
- pulumi_azure_native/documentdb/v20230415/sql_resource_sql_trigger.py +1 -1
- pulumi_azure_native/documentdb/v20230415/sql_resource_sql_user_defined_function.py +1 -1
- pulumi_azure_native/documentdb/v20230415/table_resource_table.py +1 -1
- pulumi_azure_native/documentdb/v20230915/cassandra_cluster.py +1 -1
- pulumi_azure_native/documentdb/v20230915/cassandra_data_center.py +1 -1
- pulumi_azure_native/documentdb/v20230915/cassandra_resource_cassandra_keyspace.py +1 -1
- pulumi_azure_native/documentdb/v20230915/cassandra_resource_cassandra_table.py +1 -1
- pulumi_azure_native/documentdb/v20230915/database_account.py +1 -1
- pulumi_azure_native/documentdb/v20230915/gremlin_resource_gremlin_database.py +1 -1
- pulumi_azure_native/documentdb/v20230915/gremlin_resource_gremlin_graph.py +1 -1
- pulumi_azure_native/documentdb/v20230915/mongo_db_resource_mongo_db_collection.py +1 -1
- pulumi_azure_native/documentdb/v20230915/mongo_db_resource_mongo_db_database.py +1 -1
- pulumi_azure_native/documentdb/v20230915/mongo_db_resource_mongo_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20230915/mongo_db_resource_mongo_user_definition.py +1 -1
- pulumi_azure_native/documentdb/v20230915/notebook_workspace.py +1 -1
- pulumi_azure_native/documentdb/v20230915/private_endpoint_connection.py +1 -1
- pulumi_azure_native/documentdb/v20230915/service.py +1 -1
- pulumi_azure_native/documentdb/v20230915/sql_resource_sql_container.py +1 -1
- pulumi_azure_native/documentdb/v20230915/sql_resource_sql_database.py +1 -1
- pulumi_azure_native/documentdb/v20230915/sql_resource_sql_role_assignment.py +1 -1
- pulumi_azure_native/documentdb/v20230915/sql_resource_sql_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20230915/sql_resource_sql_stored_procedure.py +1 -1
- pulumi_azure_native/documentdb/v20230915/sql_resource_sql_trigger.py +1 -1
- pulumi_azure_native/documentdb/v20230915/sql_resource_sql_user_defined_function.py +1 -1
- pulumi_azure_native/documentdb/v20230915/table_resource_table.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/cassandra_cluster.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/cassandra_data_center.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/cassandra_resource_cassandra_keyspace.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/cassandra_resource_cassandra_table.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/cassandra_resource_cassandra_view.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/database_account.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/graph_resource_graph.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/gremlin_resource_gremlin_database.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/gremlin_resource_gremlin_graph.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/mongo_db_resource_mongo_db_collection.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/mongo_db_resource_mongo_db_database.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/mongo_db_resource_mongo_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/mongo_db_resource_mongo_user_definition.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/notebook_workspace.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/service.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_container.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_database.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_role_assignment.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_stored_procedure.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_trigger.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_user_defined_function.py +1 -1
- pulumi_azure_native/documentdb/v20230915preview/table_resource_table.py +1 -1
- pulumi_azure_native/documentdb/v20231115/cassandra_cluster.py +1 -1
- pulumi_azure_native/documentdb/v20231115/cassandra_data_center.py +1 -1
- pulumi_azure_native/documentdb/v20231115/cassandra_resource_cassandra_keyspace.py +1 -1
- pulumi_azure_native/documentdb/v20231115/cassandra_resource_cassandra_table.py +1 -1
- pulumi_azure_native/documentdb/v20231115/database_account.py +1 -1
- pulumi_azure_native/documentdb/v20231115/gremlin_resource_gremlin_database.py +1 -1
- pulumi_azure_native/documentdb/v20231115/gremlin_resource_gremlin_graph.py +1 -1
- pulumi_azure_native/documentdb/v20231115/mongo_db_resource_mongo_db_collection.py +1 -1
- pulumi_azure_native/documentdb/v20231115/mongo_db_resource_mongo_db_database.py +1 -1
- pulumi_azure_native/documentdb/v20231115/mongo_db_resource_mongo_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20231115/mongo_db_resource_mongo_user_definition.py +1 -1
- pulumi_azure_native/documentdb/v20231115/notebook_workspace.py +1 -1
- pulumi_azure_native/documentdb/v20231115/private_endpoint_connection.py +1 -1
- pulumi_azure_native/documentdb/v20231115/service.py +1 -1
- pulumi_azure_native/documentdb/v20231115/sql_resource_sql_container.py +1 -1
- pulumi_azure_native/documentdb/v20231115/sql_resource_sql_database.py +1 -1
- pulumi_azure_native/documentdb/v20231115/sql_resource_sql_role_assignment.py +1 -1
- pulumi_azure_native/documentdb/v20231115/sql_resource_sql_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20231115/sql_resource_sql_stored_procedure.py +1 -1
- pulumi_azure_native/documentdb/v20231115/sql_resource_sql_trigger.py +1 -1
- pulumi_azure_native/documentdb/v20231115/sql_resource_sql_user_defined_function.py +1 -1
- pulumi_azure_native/documentdb/v20231115/table_resource_table.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/cassandra_cluster.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/cassandra_data_center.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/cassandra_resource_cassandra_keyspace.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/cassandra_resource_cassandra_table.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/cassandra_resource_cassandra_view.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/database_account.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/graph_resource_graph.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/gremlin_resource_gremlin_database.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/gremlin_resource_gremlin_graph.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/mongo_db_resource_mongo_db_collection.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/mongo_db_resource_mongo_db_database.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/mongo_db_resource_mongo_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/mongo_db_resource_mongo_user_definition.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/notebook_workspace.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/service.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_container.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_database.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_role_assignment.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_stored_procedure.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_trigger.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_user_defined_function.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/table_resource_table.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/throughput_pool.py +1 -1
- pulumi_azure_native/documentdb/v20231115preview/throughput_pool_account.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/cassandra_cluster.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/cassandra_data_center.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/cassandra_resource_cassandra_keyspace.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/cassandra_resource_cassandra_table.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/cassandra_resource_cassandra_view.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/database_account.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/graph_resource_graph.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/gremlin_resource_gremlin_database.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/gremlin_resource_gremlin_graph.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/mongo_db_resource_mongo_db_collection.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/mongo_db_resource_mongo_db_database.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/mongo_db_resource_mongo_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/mongo_db_resource_mongo_user_definition.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/notebook_workspace.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/service.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_container.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_database.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_role_assignment.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_stored_procedure.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_trigger.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_user_defined_function.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/table_resource_table.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/throughput_pool.py +1 -1
- pulumi_azure_native/documentdb/v20240215preview/throughput_pool_account.py +1 -1
- pulumi_azure_native/documentdb/v20240515/cassandra_cluster.py +1 -1
- pulumi_azure_native/documentdb/v20240515/cassandra_data_center.py +1 -1
- pulumi_azure_native/documentdb/v20240515/cassandra_resource_cassandra_keyspace.py +1 -1
- pulumi_azure_native/documentdb/v20240515/cassandra_resource_cassandra_table.py +1 -1
- pulumi_azure_native/documentdb/v20240515/database_account.py +1 -1
- pulumi_azure_native/documentdb/v20240515/gremlin_resource_gremlin_database.py +1 -1
- pulumi_azure_native/documentdb/v20240515/gremlin_resource_gremlin_graph.py +1 -1
- pulumi_azure_native/documentdb/v20240515/mongo_db_resource_mongo_db_collection.py +1 -1
- pulumi_azure_native/documentdb/v20240515/mongo_db_resource_mongo_db_database.py +1 -1
- pulumi_azure_native/documentdb/v20240515/mongo_db_resource_mongo_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20240515/mongo_db_resource_mongo_user_definition.py +1 -1
- pulumi_azure_native/documentdb/v20240515/notebook_workspace.py +1 -1
- pulumi_azure_native/documentdb/v20240515/private_endpoint_connection.py +1 -1
- pulumi_azure_native/documentdb/v20240515/service.py +1 -1
- pulumi_azure_native/documentdb/v20240515/sql_resource_sql_container.py +1 -1
- pulumi_azure_native/documentdb/v20240515/sql_resource_sql_database.py +1 -1
- pulumi_azure_native/documentdb/v20240515/sql_resource_sql_role_assignment.py +1 -1
- pulumi_azure_native/documentdb/v20240515/sql_resource_sql_role_definition.py +1 -1
- pulumi_azure_native/documentdb/v20240515/sql_resource_sql_stored_procedure.py +1 -1
- pulumi_azure_native/documentdb/v20240515/sql_resource_sql_trigger.py +1 -1
- pulumi_azure_native/documentdb/v20240515/sql_resource_sql_user_defined_function.py +1 -1
- pulumi_azure_native/documentdb/v20240515/table_resource_table.py +1 -1
- pulumi_azure_native/documentdb/v20240515preview/__init__.py +65 -0
- pulumi_azure_native/documentdb/v20240515preview/_enums.py +395 -0
- pulumi_azure_native/documentdb/v20240515preview/_inputs.py +4164 -0
- pulumi_azure_native/documentdb/v20240515preview/cassandra_cluster.py +272 -0
- pulumi_azure_native/documentdb/v20240515preview/cassandra_data_center.py +206 -0
- pulumi_azure_native/documentdb/v20240515preview/cassandra_resource_cassandra_keyspace.py +317 -0
- pulumi_azure_native/documentdb/v20240515preview/cassandra_resource_cassandra_table.py +338 -0
- pulumi_azure_native/documentdb/v20240515preview/cassandra_resource_cassandra_view.py +338 -0
- pulumi_azure_native/documentdb/v20240515preview/database_account.py +1455 -0
- pulumi_azure_native/documentdb/v20240515preview/get_cassandra_cluster.py +157 -0
- pulumi_azure_native/documentdb/v20240515preview/get_cassandra_data_center.py +123 -0
- pulumi_azure_native/documentdb/v20240515preview/get_cassandra_resource_cassandra_keyspace.py +169 -0
- pulumi_azure_native/documentdb/v20240515preview/get_cassandra_resource_cassandra_table.py +174 -0
- pulumi_azure_native/documentdb/v20240515preview/get_cassandra_resource_cassandra_view.py +174 -0
- pulumi_azure_native/documentdb/v20240515preview/get_database_account.py +768 -0
- pulumi_azure_native/documentdb/v20240515preview/get_graph_resource_graph.py +169 -0
- pulumi_azure_native/documentdb/v20240515preview/get_gremlin_resource_gremlin_database.py +169 -0
- pulumi_azure_native/documentdb/v20240515preview/get_gremlin_resource_gremlin_graph.py +174 -0
- pulumi_azure_native/documentdb/v20240515preview/get_mongo_db_resource_mongo_db_collection.py +174 -0
- pulumi_azure_native/documentdb/v20240515preview/get_mongo_db_resource_mongo_db_database.py +169 -0
- pulumi_azure_native/documentdb/v20240515preview/get_mongo_db_resource_mongo_role_definition.py +162 -0
- pulumi_azure_native/documentdb/v20240515preview/get_mongo_db_resource_mongo_user_definition.py +188 -0
- pulumi_azure_native/documentdb/v20240515preview/get_notebook_workspace.py +135 -0
- pulumi_azure_native/documentdb/v20240515preview/get_private_endpoint_connection.py +175 -0
- pulumi_azure_native/documentdb/v20240515preview/get_service.py +123 -0
- pulumi_azure_native/documentdb/v20240515preview/get_sql_resource_sql_container.py +174 -0
- pulumi_azure_native/documentdb/v20240515preview/get_sql_resource_sql_database.py +169 -0
- pulumi_azure_native/documentdb/v20240515preview/get_sql_resource_sql_role_assignment.py +148 -0
- pulumi_azure_native/documentdb/v20240515preview/get_sql_resource_sql_role_definition.py +149 -0
- pulumi_azure_native/documentdb/v20240515preview/get_sql_resource_sql_stored_procedure.py +169 -0
- pulumi_azure_native/documentdb/v20240515preview/get_sql_resource_sql_trigger.py +169 -0
- pulumi_azure_native/documentdb/v20240515preview/get_sql_resource_sql_user_defined_function.py +169 -0
- pulumi_azure_native/documentdb/v20240515preview/get_table_resource_table.py +169 -0
- pulumi_azure_native/documentdb/v20240515preview/get_throughput_pool.py +170 -0
- pulumi_azure_native/documentdb/v20240515preview/get_throughput_pool_account.py +175 -0
- pulumi_azure_native/documentdb/v20240515preview/graph_resource_graph.py +317 -0
- pulumi_azure_native/documentdb/v20240515preview/gremlin_resource_gremlin_database.py +317 -0
- pulumi_azure_native/documentdb/v20240515preview/gremlin_resource_gremlin_graph.py +338 -0
- pulumi_azure_native/documentdb/v20240515preview/list_database_account_connection_strings.py +79 -0
- pulumi_azure_native/documentdb/v20240515preview/list_database_account_keys.py +117 -0
- pulumi_azure_native/documentdb/v20240515preview/list_notebook_workspace_connection_info.py +96 -0
- pulumi_azure_native/documentdb/v20240515preview/mongo_db_resource_mongo_db_collection.py +338 -0
- pulumi_azure_native/documentdb/v20240515preview/mongo_db_resource_mongo_db_database.py +317 -0
- pulumi_azure_native/documentdb/v20240515preview/mongo_db_resource_mongo_role_definition.py +312 -0
- pulumi_azure_native/documentdb/v20240515preview/mongo_db_resource_mongo_user_definition.py +350 -0
- pulumi_azure_native/documentdb/v20240515preview/notebook_workspace.py +194 -0
- pulumi_azure_native/documentdb/v20240515preview/outputs.py +6884 -0
- pulumi_azure_native/documentdb/v20240515preview/private_endpoint_connection.py +302 -0
- pulumi_azure_native/documentdb/v20240515preview/service.py +247 -0
- pulumi_azure_native/documentdb/v20240515preview/sql_resource_sql_container.py +338 -0
- pulumi_azure_native/documentdb/v20240515preview/sql_resource_sql_database.py +317 -0
- pulumi_azure_native/documentdb/v20240515preview/sql_resource_sql_role_assignment.py +261 -0
- pulumi_azure_native/documentdb/v20240515preview/sql_resource_sql_role_definition.py +283 -0
- pulumi_azure_native/documentdb/v20240515preview/sql_resource_sql_stored_procedure.py +353 -0
- pulumi_azure_native/documentdb/v20240515preview/sql_resource_sql_trigger.py +353 -0
- pulumi_azure_native/documentdb/v20240515preview/sql_resource_sql_user_defined_function.py +353 -0
- pulumi_azure_native/documentdb/v20240515preview/table_resource_table.py +317 -0
- pulumi_azure_native/documentdb/v20240515preview/throughput_pool.py +261 -0
- pulumi_azure_native/documentdb/v20240515preview/throughput_pool_account.py +263 -0
- pulumi_azure_native/elastic/__init__.py +5 -0
- pulumi_azure_native/elastic/_enums.py +23 -0
- pulumi_azure_native/elastic/_inputs.py +114 -0
- pulumi_azure_native/elastic/get_billing_info.py +2 -2
- pulumi_azure_native/elastic/get_monitor.py +2 -2
- pulumi_azure_native/elastic/get_monitored_subscription.py +125 -0
- pulumi_azure_native/elastic/get_open_ai.py +2 -2
- pulumi_azure_native/elastic/get_open_ai_status.py +2 -2
- pulumi_azure_native/elastic/get_organization_api_key.py +2 -2
- pulumi_azure_native/elastic/get_organization_elastic_to_azure_subscription_mapping.py +2 -2
- pulumi_azure_native/elastic/get_tag_rule.py +2 -2
- pulumi_azure_native/elastic/list_all_traffic_filter.py +2 -2
- pulumi_azure_native/elastic/list_connected_partner_resource.py +2 -2
- pulumi_azure_native/elastic/list_deployment_info.py +2 -2
- pulumi_azure_native/elastic/list_monitored_resource.py +2 -2
- pulumi_azure_native/elastic/list_upgradable_version_details.py +2 -2
- pulumi_azure_native/elastic/list_vm_host.py +2 -2
- pulumi_azure_native/elastic/listlist_associated_traffic_filter.py +2 -2
- pulumi_azure_native/elastic/monitor.py +3 -3
- pulumi_azure_native/elastic/monitored_subscription.py +208 -0
- pulumi_azure_native/elastic/open_ai.py +3 -3
- pulumi_azure_native/elastic/outputs.py +133 -0
- pulumi_azure_native/elastic/tag_rule.py +3 -3
- pulumi_azure_native/elastic/v20230601/monitor.py +1 -1
- pulumi_azure_native/elastic/v20230601/tag_rule.py +1 -1
- pulumi_azure_native/elastic/v20230615preview/monitor.py +1 -1
- pulumi_azure_native/elastic/v20230615preview/tag_rule.py +1 -1
- pulumi_azure_native/elastic/v20230701preview/monitor.py +1 -1
- pulumi_azure_native/elastic/v20230701preview/tag_rule.py +1 -1
- pulumi_azure_native/elastic/v20231001preview/monitor.py +1 -1
- pulumi_azure_native/elastic/v20231001preview/tag_rule.py +1 -1
- pulumi_azure_native/elastic/v20231101preview/monitor.py +1 -1
- pulumi_azure_native/elastic/v20231101preview/tag_rule.py +1 -1
- pulumi_azure_native/elastic/v20240101preview/monitor.py +1 -1
- pulumi_azure_native/elastic/v20240101preview/open_ai.py +1 -1
- pulumi_azure_native/elastic/v20240101preview/tag_rule.py +1 -1
- pulumi_azure_native/elastic/v20240301/monitor.py +1 -1
- pulumi_azure_native/elastic/v20240301/open_ai.py +1 -1
- pulumi_azure_native/elastic/v20240301/tag_rule.py +1 -1
- pulumi_azure_native/elastic/v20240501preview/__init__.py +29 -0
- pulumi_azure_native/elastic/v20240501preview/_enums.py +57 -0
- pulumi_azure_native/elastic/v20240501preview/_inputs.py +826 -0
- pulumi_azure_native/elastic/v20240501preview/get_billing_info.py +92 -0
- pulumi_azure_native/elastic/v20240501preview/get_monitor.py +183 -0
- pulumi_azure_native/elastic/v20240501preview/get_monitored_subscription.py +123 -0
- pulumi_azure_native/elastic/v20240501preview/get_open_ai.py +123 -0
- pulumi_azure_native/elastic/v20240501preview/get_open_ai_status.py +84 -0
- pulumi_azure_native/elastic/v20240501preview/get_organization_api_key.py +71 -0
- pulumi_azure_native/elastic/v20240501preview/get_organization_elastic_to_azure_subscription_mapping.py +65 -0
- pulumi_azure_native/elastic/v20240501preview/get_tag_rule.py +136 -0
- pulumi_azure_native/elastic/v20240501preview/list_all_traffic_filter.py +79 -0
- pulumi_azure_native/elastic/v20240501preview/list_connected_partner_resource.py +92 -0
- pulumi_azure_native/elastic/v20240501preview/list_deployment_info.py +157 -0
- pulumi_azure_native/elastic/v20240501preview/list_monitored_resource.py +92 -0
- pulumi_azure_native/elastic/v20240501preview/list_upgradable_version_details.py +91 -0
- pulumi_azure_native/elastic/v20240501preview/list_vm_host.py +92 -0
- pulumi_azure_native/elastic/v20240501preview/listlist_associated_traffic_filter.py +79 -0
- pulumi_azure_native/elastic/v20240501preview/monitor.py +311 -0
- pulumi_azure_native/elastic/v20240501preview/monitored_subscription.py +206 -0
- pulumi_azure_native/elastic/v20240501preview/open_ai.py +205 -0
- pulumi_azure_native/elastic/v20240501preview/outputs.py +1728 -0
- pulumi_azure_native/elastic/v20240501preview/tag_rule.py +216 -0
- pulumi_azure_native/hdinsight/v20240501/_inputs.py +34 -2
- pulumi_azure_native/hdinsight/v20240501/outputs.py +45 -2
- pulumi_azure_native/integrationspaces/_inputs.py +20 -16
- pulumi_azure_native/integrationspaces/application.py +18 -19
- pulumi_azure_native/integrationspaces/get_application.py +1 -1
- pulumi_azure_native/integrationspaces/outputs.py +16 -12
- pulumi_azure_native/integrationspaces/v20231114preview/_inputs.py +20 -16
- pulumi_azure_native/integrationspaces/v20231114preview/application.py +18 -19
- pulumi_azure_native/integrationspaces/v20231114preview/get_application.py +1 -1
- pulumi_azure_native/integrationspaces/v20231114preview/outputs.py +16 -12
- pulumi_azure_native/machinelearningservices/get_marketplace_subscription.py +2 -2
- pulumi_azure_native/machinelearningservices/get_serverless_endpoint.py +2 -2
- pulumi_azure_native/machinelearningservices/list_serverless_endpoint_keys.py +2 -2
- pulumi_azure_native/machinelearningservices/marketplace_subscription.py +3 -3
- pulumi_azure_native/machinelearningservices/serverless_endpoint.py +3 -3
- pulumi_azure_native/machinelearningservices/v20230801preview/serverless_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/marketplace_subscription.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/serverless_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401/__init__.py +5 -0
- pulumi_azure_native/machinelearningservices/v20240401/_enums.py +17 -0
- pulumi_azure_native/machinelearningservices/v20240401/_inputs.py +125 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_marketplace_subscription.py +136 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_serverless_endpoint.py +196 -0
- pulumi_azure_native/machinelearningservices/v20240401/list_serverless_endpoint_keys.py +96 -0
- pulumi_azure_native/machinelearningservices/v20240401/marketplace_subscription.py +215 -0
- pulumi_azure_native/machinelearningservices/v20240401/outputs.py +356 -0
- pulumi_azure_native/machinelearningservices/v20240401/serverless_endpoint.py +359 -0
- pulumi_azure_native/machinelearningservices/v20240401preview/marketplace_subscription.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/serverless_endpoint.py +1 -1
- pulumi_azure_native/networkcloud/__init__.py +0 -3
- pulumi_azure_native/networkcloud/_enums.py +29 -0
- pulumi_azure_native/networkcloud/_inputs.py +173 -1
- pulumi_azure_native/networkcloud/agent_pool.py +5 -5
- pulumi_azure_native/networkcloud/bare_metal_machine.py +25 -5
- pulumi_azure_native/networkcloud/bare_metal_machine_key_set.py +5 -5
- pulumi_azure_native/networkcloud/bmc_key_set.py +5 -5
- pulumi_azure_native/networkcloud/cloud_services_network.py +5 -5
- pulumi_azure_native/networkcloud/cluster.py +93 -6
- pulumi_azure_native/networkcloud/cluster_manager.py +5 -5
- pulumi_azure_native/networkcloud/console.py +5 -5
- pulumi_azure_native/networkcloud/get_agent_pool.py +4 -4
- pulumi_azure_native/networkcloud/get_bare_metal_machine.py +31 -5
- pulumi_azure_native/networkcloud/get_bare_metal_machine_key_set.py +4 -4
- pulumi_azure_native/networkcloud/get_bmc_key_set.py +4 -4
- pulumi_azure_native/networkcloud/get_cloud_services_network.py +4 -4
- pulumi_azure_native/networkcloud/get_cluster.py +44 -5
- pulumi_azure_native/networkcloud/get_cluster_manager.py +4 -4
- pulumi_azure_native/networkcloud/get_console.py +4 -4
- pulumi_azure_native/networkcloud/get_kubernetes_cluster.py +4 -4
- pulumi_azure_native/networkcloud/get_l2_network.py +4 -4
- pulumi_azure_native/networkcloud/get_l3_network.py +4 -4
- pulumi_azure_native/networkcloud/get_metrics_configuration.py +4 -4
- pulumi_azure_native/networkcloud/get_rack.py +4 -4
- pulumi_azure_native/networkcloud/get_storage_appliance.py +4 -4
- pulumi_azure_native/networkcloud/get_trunked_network.py +4 -4
- pulumi_azure_native/networkcloud/get_virtual_machine.py +5 -5
- pulumi_azure_native/networkcloud/get_volume.py +4 -4
- pulumi_azure_native/networkcloud/kubernetes_cluster.py +5 -5
- pulumi_azure_native/networkcloud/l2_network.py +5 -5
- pulumi_azure_native/networkcloud/l3_network.py +5 -5
- pulumi_azure_native/networkcloud/metrics_configuration.py +5 -5
- pulumi_azure_native/networkcloud/outputs.py +288 -1
- pulumi_azure_native/networkcloud/rack.py +5 -5
- pulumi_azure_native/networkcloud/storage_appliance.py +5 -5
- pulumi_azure_native/networkcloud/trunked_network.py +5 -5
- pulumi_azure_native/networkcloud/v20230701/agent_pool.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/bare_metal_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/bare_metal_machine_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/bmc_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/cloud_services_network.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/cluster_manager.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/console.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/kubernetes_cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/l2_network.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/l3_network.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/metrics_configuration.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/rack.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/storage_appliance.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/trunked_network.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/virtual_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/volume.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/agent_pool.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/bare_metal_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/bare_metal_machine_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/bmc_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/cloud_services_network.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/cluster_manager.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/console.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/kubernetes_cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/l2_network.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/l3_network.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/metrics_configuration.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/rack.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/storage_appliance.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/trunked_network.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/virtual_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/volume.py +1 -1
- pulumi_azure_native/networkcloud/virtual_machine.py +6 -6
- pulumi_azure_native/networkcloud/volume.py +5 -5
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/search/__init__.py +3 -0
- pulumi_azure_native/search/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/search/get_service.py +2 -2
- pulumi_azure_native/search/get_shared_private_link_resource.py +2 -2
- pulumi_azure_native/search/list_admin_key.py +2 -2
- pulumi_azure_native/search/list_query_key_by_search_service.py +2 -2
- pulumi_azure_native/search/private_endpoint_connection.py +3 -3
- pulumi_azure_native/search/service.py +3 -3
- pulumi_azure_native/search/shared_private_link_resource.py +3 -3
- pulumi_azure_native/search/v20210401preview/service.py +1 -1
- pulumi_azure_native/search/v20220901/private_endpoint_connection.py +1 -1
- pulumi_azure_native/search/v20220901/service.py +1 -1
- pulumi_azure_native/search/v20220901/shared_private_link_resource.py +1 -1
- pulumi_azure_native/search/v20231101/private_endpoint_connection.py +1 -1
- pulumi_azure_native/search/v20231101/service.py +1 -1
- pulumi_azure_native/search/v20231101/shared_private_link_resource.py +1 -1
- pulumi_azure_native/search/v20240301preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/search/v20240301preview/service.py +1 -1
- pulumi_azure_native/search/v20240301preview/shared_private_link_resource.py +1 -1
- pulumi_azure_native/search/v20240601preview/__init__.py +18 -0
- pulumi_azure_native/search/v20240601preview/_enums.py +283 -0
- pulumi_azure_native/search/v20240601preview/_inputs.py +499 -0
- pulumi_azure_native/search/v20240601preview/get_private_endpoint_connection.py +123 -0
- pulumi_azure_native/search/v20240601preview/get_service.py +365 -0
- pulumi_azure_native/search/v20240601preview/get_shared_private_link_resource.py +123 -0
- pulumi_azure_native/search/v20240601preview/list_admin_key.py +91 -0
- pulumi_azure_native/search/v20240601preview/list_query_key_by_search_service.py +92 -0
- pulumi_azure_native/search/v20240601preview/outputs.py +827 -0
- pulumi_azure_native/search/v20240601preview/private_endpoint_connection.py +206 -0
- pulumi_azure_native/search/v20240601preview/service.py +638 -0
- pulumi_azure_native/search/v20240601preview/shared_private_link_resource.py +206 -0
- pulumi_azure_native/security/__init__.py +5 -0
- pulumi_azure_native/security/_enums.py +19 -0
- pulumi_azure_native/security/_inputs.py +146 -0
- pulumi_azure_native/security/dev_ops_configuration.py +3 -3
- pulumi_azure_native/security/dev_ops_policy_assignment.py +218 -0
- pulumi_azure_native/security/get_dev_ops_configuration.py +2 -2
- pulumi_azure_native/security/get_dev_ops_policy_assignment.py +138 -0
- pulumi_azure_native/security/list_azure_dev_ops_org_available.py +2 -2
- pulumi_azure_native/security/list_git_hub_owner_available.py +2 -2
- pulumi_azure_native/security/list_git_lab_group_available.py +2 -2
- pulumi_azure_native/security/list_git_lab_subgroup.py +2 -2
- pulumi_azure_native/security/outputs.py +219 -0
- pulumi_azure_native/security/v20230901preview/dev_ops_configuration.py +1 -1
- pulumi_azure_native/security/v20240401/dev_ops_configuration.py +1 -1
- pulumi_azure_native/security/v20240515preview/__init__.py +18 -0
- pulumi_azure_native/security/v20240515preview/_enums.py +37 -0
- pulumi_azure_native/security/v20240515preview/_inputs.py +249 -0
- pulumi_azure_native/security/v20240515preview/dev_ops_configuration.py +196 -0
- pulumi_azure_native/security/v20240515preview/dev_ops_policy_assignment.py +216 -0
- pulumi_azure_native/security/v20240515preview/get_dev_ops_configuration.py +131 -0
- pulumi_azure_native/security/v20240515preview/get_dev_ops_policy_assignment.py +136 -0
- pulumi_azure_native/security/v20240515preview/list_azure_dev_ops_org_available.py +92 -0
- pulumi_azure_native/security/v20240515preview/list_git_hub_owner_available.py +92 -0
- pulumi_azure_native/security/v20240515preview/list_git_lab_group_available.py +92 -0
- pulumi_azure_native/security/v20240515preview/list_git_lab_subgroup.py +97 -0
- pulumi_azure_native/security/v20240515preview/outputs.py +1233 -0
- pulumi_azure_native/servicenetworking/__init__.py +5 -0
- pulumi_azure_native/servicenetworking/_inputs.py +24 -0
- pulumi_azure_native/servicenetworking/associations_interface.py +3 -3
- pulumi_azure_native/servicenetworking/frontends_interface.py +3 -3
- pulumi_azure_native/servicenetworking/get_associations_interface.py +2 -2
- pulumi_azure_native/servicenetworking/get_frontends_interface.py +2 -2
- pulumi_azure_native/servicenetworking/get_security_policies_interface.py +190 -0
- pulumi_azure_native/servicenetworking/get_traffic_controller_interface.py +2 -2
- pulumi_azure_native/servicenetworking/outputs.py +23 -0
- pulumi_azure_native/servicenetworking/security_policies_interface.py +295 -0
- pulumi_azure_native/servicenetworking/traffic_controller_interface.py +3 -3
- pulumi_azure_native/servicenetworking/v20221001preview/associations_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20221001preview/frontends_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20221001preview/traffic_controller_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20230501preview/associations_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20230501preview/frontends_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20230501preview/traffic_controller_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20231101/_enums.py +3 -0
- pulumi_azure_native/servicenetworking/v20231101/associations_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20231101/frontends_interface.py +3 -3
- pulumi_azure_native/servicenetworking/v20231101/get_frontends_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20231101/traffic_controller_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20240501preview/__init__.py +18 -0
- pulumi_azure_native/servicenetworking/v20240501preview/_enums.py +19 -0
- pulumi_azure_native/servicenetworking/v20240501preview/_inputs.py +112 -0
- pulumi_azure_native/servicenetworking/v20240501preview/associations_interface.py +314 -0
- pulumi_azure_native/servicenetworking/v20240501preview/frontends_interface.py +263 -0
- pulumi_azure_native/servicenetworking/v20240501preview/get_associations_interface.py +188 -0
- pulumi_azure_native/servicenetworking/v20240501preview/get_frontends_interface.py +175 -0
- pulumi_azure_native/servicenetworking/v20240501preview/get_security_policies_interface.py +188 -0
- pulumi_azure_native/servicenetworking/v20240501preview/get_traffic_controller_interface.py +222 -0
- pulumi_azure_native/servicenetworking/v20240501preview/outputs.py +260 -0
- pulumi_azure_native/servicenetworking/v20240501preview/security_policies_interface.py +293 -0
- pulumi_azure_native/{networkcloud/v20230501preview/volume.py → servicenetworking/v20240501preview/traffic_controller_interface.py} +84 -113
- pulumi_azure_native/signalrservice/__init__.py +3 -0
- pulumi_azure_native/signalrservice/get_signal_r.py +2 -2
- pulumi_azure_native/signalrservice/get_signal_r_custom_certificate.py +2 -2
- pulumi_azure_native/signalrservice/get_signal_r_custom_domain.py +2 -2
- pulumi_azure_native/signalrservice/get_signal_r_private_endpoint_connection.py +2 -2
- pulumi_azure_native/signalrservice/get_signal_r_replica.py +2 -2
- pulumi_azure_native/signalrservice/get_signal_r_shared_private_link_resource.py +2 -2
- pulumi_azure_native/signalrservice/list_signal_r_keys.py +2 -2
- pulumi_azure_native/signalrservice/signal_r.py +3 -3
- pulumi_azure_native/signalrservice/signal_r_custom_certificate.py +3 -3
- pulumi_azure_native/signalrservice/signal_r_custom_domain.py +3 -3
- pulumi_azure_native/signalrservice/signal_r_private_endpoint_connection.py +3 -3
- pulumi_azure_native/signalrservice/signal_r_replica.py +3 -3
- pulumi_azure_native/signalrservice/signal_r_shared_private_link_resource.py +3 -3
- pulumi_azure_native/signalrservice/v20230201/signal_r.py +1 -1
- pulumi_azure_native/signalrservice/v20230201/signal_r_custom_certificate.py +1 -1
- pulumi_azure_native/signalrservice/v20230201/signal_r_custom_domain.py +1 -1
- pulumi_azure_native/signalrservice/v20230201/signal_r_private_endpoint_connection.py +1 -1
- pulumi_azure_native/signalrservice/v20230201/signal_r_shared_private_link_resource.py +1 -1
- pulumi_azure_native/signalrservice/v20230301preview/signal_r.py +1 -1
- pulumi_azure_native/signalrservice/v20230301preview/signal_r_custom_certificate.py +1 -1
- pulumi_azure_native/signalrservice/v20230301preview/signal_r_custom_domain.py +1 -1
- pulumi_azure_native/signalrservice/v20230301preview/signal_r_private_endpoint_connection.py +1 -1
- pulumi_azure_native/signalrservice/v20230301preview/signal_r_replica.py +1 -1
- pulumi_azure_native/signalrservice/v20230301preview/signal_r_shared_private_link_resource.py +1 -1
- pulumi_azure_native/signalrservice/v20230601preview/signal_r.py +1 -1
- pulumi_azure_native/signalrservice/v20230601preview/signal_r_custom_certificate.py +1 -1
- pulumi_azure_native/signalrservice/v20230601preview/signal_r_custom_domain.py +1 -1
- pulumi_azure_native/signalrservice/v20230601preview/signal_r_private_endpoint_connection.py +1 -1
- pulumi_azure_native/signalrservice/v20230601preview/signal_r_replica.py +1 -1
- pulumi_azure_native/signalrservice/v20230601preview/signal_r_shared_private_link_resource.py +1 -1
- pulumi_azure_native/signalrservice/v20230801preview/signal_r.py +1 -1
- pulumi_azure_native/signalrservice/v20230801preview/signal_r_custom_certificate.py +1 -1
- pulumi_azure_native/signalrservice/v20230801preview/signal_r_custom_domain.py +1 -1
- pulumi_azure_native/signalrservice/v20230801preview/signal_r_private_endpoint_connection.py +1 -1
- pulumi_azure_native/signalrservice/v20230801preview/signal_r_replica.py +1 -1
- pulumi_azure_native/signalrservice/v20230801preview/signal_r_shared_private_link_resource.py +1 -1
- pulumi_azure_native/signalrservice/v20240101preview/signal_r.py +1 -1
- pulumi_azure_native/signalrservice/v20240101preview/signal_r_custom_certificate.py +1 -1
- pulumi_azure_native/signalrservice/v20240101preview/signal_r_custom_domain.py +1 -1
- pulumi_azure_native/signalrservice/v20240101preview/signal_r_private_endpoint_connection.py +1 -1
- pulumi_azure_native/signalrservice/v20240101preview/signal_r_replica.py +1 -1
- pulumi_azure_native/signalrservice/v20240101preview/signal_r_shared_private_link_resource.py +1 -1
- pulumi_azure_native/signalrservice/v20240301/__init__.py +23 -0
- pulumi_azure_native/signalrservice/v20240301/_enums.py +95 -0
- pulumi_azure_native/signalrservice/v20240301/_inputs.py +990 -0
- pulumi_azure_native/signalrservice/v20240301/get_signal_r.py +484 -0
- pulumi_azure_native/signalrservice/v20240301/get_signal_r_custom_certificate.py +175 -0
- pulumi_azure_native/signalrservice/v20240301/get_signal_r_custom_domain.py +162 -0
- pulumi_azure_native/signalrservice/v20240301/get_signal_r_private_endpoint_connection.py +175 -0
- pulumi_azure_native/signalrservice/v20240301/get_signal_r_replica.py +204 -0
- pulumi_azure_native/signalrservice/v20240301/get_signal_r_shared_private_link_resource.py +188 -0
- pulumi_azure_native/signalrservice/v20240301/list_signal_r_keys.py +117 -0
- pulumi_azure_native/signalrservice/v20240301/outputs.py +1511 -0
- pulumi_azure_native/signalrservice/v20240301/signal_r.py +858 -0
- pulumi_azure_native/signalrservice/v20240301/signal_r_custom_certificate.py +284 -0
- pulumi_azure_native/signalrservice/v20240301/signal_r_custom_domain.py +255 -0
- pulumi_azure_native/signalrservice/v20240301/signal_r_private_endpoint_connection.py +265 -0
- pulumi_azure_native/signalrservice/v20240301/signal_r_replica.py +362 -0
- pulumi_azure_native/signalrservice/v20240301/signal_r_shared_private_link_resource.py +294 -0
- pulumi_azure_native/storage/v20230501/get_storage_account.py +14 -1
- pulumi_azure_native/storage/v20230501/storage_account.py +29 -0
- pulumi_azure_native/webpubsub/__init__.py +3 -0
- pulumi_azure_native/webpubsub/get_web_pub_sub.py +2 -2
- pulumi_azure_native/webpubsub/get_web_pub_sub_custom_certificate.py +2 -2
- pulumi_azure_native/webpubsub/get_web_pub_sub_custom_domain.py +2 -2
- pulumi_azure_native/webpubsub/get_web_pub_sub_hub.py +2 -2
- pulumi_azure_native/webpubsub/get_web_pub_sub_private_endpoint_connection.py +2 -2
- pulumi_azure_native/webpubsub/get_web_pub_sub_replica.py +2 -2
- pulumi_azure_native/webpubsub/get_web_pub_sub_shared_private_link_resource.py +2 -2
- pulumi_azure_native/webpubsub/list_web_pub_sub_keys.py +2 -2
- pulumi_azure_native/webpubsub/v20210401preview/web_pub_sub.py +1 -1
- pulumi_azure_native/webpubsub/v20210601preview/web_pub_sub.py +1 -1
- pulumi_azure_native/webpubsub/v20210901preview/web_pub_sub.py +1 -1
- pulumi_azure_native/webpubsub/v20230201/web_pub_sub.py +1 -1
- pulumi_azure_native/webpubsub/v20230201/web_pub_sub_custom_certificate.py +1 -1
- pulumi_azure_native/webpubsub/v20230201/web_pub_sub_custom_domain.py +1 -1
- pulumi_azure_native/webpubsub/v20230201/web_pub_sub_hub.py +1 -1
- pulumi_azure_native/webpubsub/v20230201/web_pub_sub_private_endpoint_connection.py +1 -1
- pulumi_azure_native/webpubsub/v20230201/web_pub_sub_shared_private_link_resource.py +1 -1
- pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub.py +1 -1
- pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_custom_certificate.py +1 -1
- pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_custom_domain.py +1 -1
- pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_hub.py +1 -1
- pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_private_endpoint_connection.py +1 -1
- pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_replica.py +1 -1
- pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_shared_private_link_resource.py +1 -1
- pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub.py +1 -1
- pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_custom_certificate.py +1 -1
- pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_custom_domain.py +1 -1
- pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_hub.py +1 -1
- pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_private_endpoint_connection.py +1 -1
- pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_replica.py +1 -1
- pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_shared_private_link_resource.py +1 -1
- pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub.py +1 -1
- pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_custom_certificate.py +1 -1
- pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_custom_domain.py +1 -1
- pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_hub.py +1 -1
- pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_private_endpoint_connection.py +1 -1
- pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_replica.py +1 -1
- pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_shared_private_link_resource.py +1 -1
- pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub.py +1 -1
- pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_custom_certificate.py +1 -1
- pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_custom_domain.py +1 -1
- pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_hub.py +1 -1
- pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_private_endpoint_connection.py +1 -1
- pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_replica.py +1 -1
- pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_shared_private_link_resource.py +1 -1
- pulumi_azure_native/webpubsub/v20240301/__init__.py +25 -0
- pulumi_azure_native/webpubsub/v20240301/_enums.py +90 -0
- pulumi_azure_native/webpubsub/v20240301/_inputs.py +1077 -0
- pulumi_azure_native/webpubsub/v20240301/get_web_pub_sub.py +440 -0
- pulumi_azure_native/webpubsub/v20240301/get_web_pub_sub_custom_certificate.py +175 -0
- pulumi_azure_native/webpubsub/v20240301/get_web_pub_sub_custom_domain.py +162 -0
- pulumi_azure_native/webpubsub/v20240301/get_web_pub_sub_hub.py +136 -0
- pulumi_azure_native/webpubsub/v20240301/get_web_pub_sub_private_endpoint_connection.py +175 -0
- pulumi_azure_native/webpubsub/v20240301/get_web_pub_sub_replica.py +204 -0
- pulumi_azure_native/webpubsub/v20240301/get_web_pub_sub_shared_private_link_resource.py +188 -0
- pulumi_azure_native/webpubsub/v20240301/list_web_pub_sub_keys.py +117 -0
- pulumi_azure_native/webpubsub/v20240301/outputs.py +1619 -0
- pulumi_azure_native/webpubsub/v20240301/web_pub_sub.py +751 -0
- pulumi_azure_native/webpubsub/v20240301/web_pub_sub_custom_certificate.py +284 -0
- pulumi_azure_native/webpubsub/v20240301/web_pub_sub_custom_domain.py +255 -0
- pulumi_azure_native/webpubsub/v20240301/web_pub_sub_hub.py +217 -0
- pulumi_azure_native/webpubsub/v20240301/web_pub_sub_private_endpoint_connection.py +265 -0
- pulumi_azure_native/webpubsub/v20240301/web_pub_sub_replica.py +362 -0
- pulumi_azure_native/webpubsub/v20240301/web_pub_sub_shared_private_link_resource.py +294 -0
- pulumi_azure_native/webpubsub/web_pub_sub.py +3 -3
- pulumi_azure_native/webpubsub/web_pub_sub_custom_certificate.py +3 -3
- pulumi_azure_native/webpubsub/web_pub_sub_custom_domain.py +3 -3
- pulumi_azure_native/webpubsub/web_pub_sub_hub.py +3 -3
- pulumi_azure_native/webpubsub/web_pub_sub_private_endpoint_connection.py +3 -3
- pulumi_azure_native/webpubsub/web_pub_sub_replica.py +3 -3
- pulumi_azure_native/webpubsub/web_pub_sub_shared_private_link_resource.py +3 -3
- {pulumi_azure_native-2.42.1.dist-info → pulumi_azure_native-2.43.0.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.42.1.dist-info → pulumi_azure_native-2.43.0.dist-info}/RECORD +833 -652
- pulumi_azure_native/networkcloud/v20230501preview/__init__.py +0 -44
- pulumi_azure_native/networkcloud/v20230501preview/_enums.py +0 -277
- pulumi_azure_native/networkcloud/v20230501preview/_inputs.py +0 -2197
- pulumi_azure_native/networkcloud/v20230501preview/agent_pool.py +0 -605
- pulumi_azure_native/networkcloud/v20230501preview/bare_metal_machine.py +0 -731
- pulumi_azure_native/networkcloud/v20230501preview/bare_metal_machine_key_set.py +0 -502
- pulumi_azure_native/networkcloud/v20230501preview/bmc_key_set.py +0 -443
- pulumi_azure_native/networkcloud/v20230501preview/cloud_services_network.py +0 -412
- pulumi_azure_native/networkcloud/v20230501preview/cluster.py +0 -680
- pulumi_azure_native/networkcloud/v20230501preview/cluster_manager.py +0 -417
- pulumi_azure_native/networkcloud/v20230501preview/console.py +0 -412
- pulumi_azure_native/networkcloud/v20230501preview/get_agent_pool.py +0 -341
- pulumi_azure_native/networkcloud/v20230501preview/get_bare_metal_machine.py +0 -518
- pulumi_azure_native/networkcloud/v20230501preview/get_bare_metal_machine_key_set.py +0 -302
- pulumi_azure_native/networkcloud/v20230501preview/get_bmc_key_set.py +0 -276
- pulumi_azure_native/networkcloud/v20230501preview/get_cloud_services_network.py +0 -303
- pulumi_azure_native/networkcloud/v20230501preview/get_cluster.py +0 -454
- pulumi_azure_native/networkcloud/v20230501preview/get_cluster_manager.py +0 -271
- pulumi_azure_native/networkcloud/v20230501preview/get_console.py +0 -263
- pulumi_azure_native/networkcloud/v20230501preview/get_kubernetes_cluster.py +0 -375
- pulumi_azure_native/networkcloud/v20230501preview/get_l2_network.py +0 -284
- pulumi_azure_native/networkcloud/v20230501preview/get_l3_network.py +0 -351
- pulumi_azure_native/networkcloud/v20230501preview/get_metrics_configuration.py +0 -237
- pulumi_azure_native/networkcloud/v20230501preview/get_rack.py +0 -258
- pulumi_azure_native/networkcloud/v20230501preview/get_storage_appliance.py +0 -336
- pulumi_azure_native/networkcloud/v20230501preview/get_trunked_network.py +0 -297
- pulumi_azure_native/networkcloud/v20230501preview/get_virtual_machine.py +0 -466
- pulumi_azure_native/networkcloud/v20230501preview/get_volume.py +0 -232
- pulumi_azure_native/networkcloud/v20230501preview/kubernetes_cluster.py +0 -559
- pulumi_azure_native/networkcloud/v20230501preview/l2_network.py +0 -414
- pulumi_azure_native/networkcloud/v20230501preview/l3_network.py +0 -576
- pulumi_azure_native/networkcloud/v20230501preview/metrics_configuration.py +0 -371
- pulumi_azure_native/networkcloud/v20230501preview/outputs.py +0 -3449
- pulumi_azure_native/networkcloud/v20230501preview/rack.py +0 -411
- pulumi_azure_native/networkcloud/v20230501preview/storage_appliance.py +0 -491
- pulumi_azure_native/networkcloud/v20230501preview/trunked_network.py +0 -444
- pulumi_azure_native/networkcloud/v20230501preview/virtual_machine.py +0 -818
- {pulumi_azure_native-2.42.1.dist-info → pulumi_azure_native-2.43.0.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.42.1.dist-info → pulumi_azure_native-2.43.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,4437 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import pulumi
|
|
8
|
+
import pulumi.runtime
|
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
|
+
from ... import _utilities
|
|
11
|
+
from ._enums import *
|
|
12
|
+
|
|
13
|
+
__all__ = [
|
|
14
|
+
'AdditionalUnattendContentArgs',
|
|
15
|
+
'ApiEntityReferenceArgs',
|
|
16
|
+
'ApplicationProfileArgs',
|
|
17
|
+
'BillingProfileArgs',
|
|
18
|
+
'BootDiagnosticsArgs',
|
|
19
|
+
'CapacityReservationProfileArgs',
|
|
20
|
+
'ComputeProfileArgs',
|
|
21
|
+
'DiagnosticsProfileArgs',
|
|
22
|
+
'DiffDiskSettingsArgs',
|
|
23
|
+
'DiskEncryptionSetParametersArgs',
|
|
24
|
+
'EncryptionIdentityArgs',
|
|
25
|
+
'ImageReferenceArgs',
|
|
26
|
+
'InstanceViewStatusArgs',
|
|
27
|
+
'KeyVaultSecretReferenceArgs',
|
|
28
|
+
'LinuxConfigurationArgs',
|
|
29
|
+
'LinuxPatchSettingsArgs',
|
|
30
|
+
'LinuxVMGuestPatchAutomaticByPlatformSettingsArgs',
|
|
31
|
+
'ManagedServiceIdentityArgs',
|
|
32
|
+
'OSImageNotificationProfileArgs',
|
|
33
|
+
'PatchSettingsArgs',
|
|
34
|
+
'PlanArgs',
|
|
35
|
+
'ProxyAgentSettingsArgs',
|
|
36
|
+
'PublicIPAddressSkuArgs',
|
|
37
|
+
'RegularPriorityProfileArgs',
|
|
38
|
+
'ScheduledEventsProfileArgs',
|
|
39
|
+
'SecurityPostureReferenceArgs',
|
|
40
|
+
'SecurityProfileArgs',
|
|
41
|
+
'ServiceArtifactReferenceArgs',
|
|
42
|
+
'SpotPriorityProfileArgs',
|
|
43
|
+
'SshConfigurationArgs',
|
|
44
|
+
'SshPublicKeyArgs',
|
|
45
|
+
'SubResourceArgs',
|
|
46
|
+
'TerminateNotificationProfileArgs',
|
|
47
|
+
'UefiSettingsArgs',
|
|
48
|
+
'VMDiskSecurityProfileArgs',
|
|
49
|
+
'VMGalleryApplicationArgs',
|
|
50
|
+
'VMSizePropertiesArgs',
|
|
51
|
+
'VaultCertificateArgs',
|
|
52
|
+
'VaultSecretGroupArgs',
|
|
53
|
+
'VirtualHardDiskArgs',
|
|
54
|
+
'VirtualMachineExtensionInstanceViewArgs',
|
|
55
|
+
'VirtualMachineExtensionArgs',
|
|
56
|
+
'VirtualMachineScaleSetDataDiskArgs',
|
|
57
|
+
'VirtualMachineScaleSetExtensionProfileArgs',
|
|
58
|
+
'VirtualMachineScaleSetExtensionArgs',
|
|
59
|
+
'VirtualMachineScaleSetHardwareProfileArgs',
|
|
60
|
+
'VirtualMachineScaleSetIPConfigurationArgs',
|
|
61
|
+
'VirtualMachineScaleSetIpTagArgs',
|
|
62
|
+
'VirtualMachineScaleSetManagedDiskParametersArgs',
|
|
63
|
+
'VirtualMachineScaleSetNetworkConfigurationDnsSettingsArgs',
|
|
64
|
+
'VirtualMachineScaleSetNetworkConfigurationArgs',
|
|
65
|
+
'VirtualMachineScaleSetNetworkProfileArgs',
|
|
66
|
+
'VirtualMachineScaleSetOSDiskArgs',
|
|
67
|
+
'VirtualMachineScaleSetOSProfileArgs',
|
|
68
|
+
'VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettingsArgs',
|
|
69
|
+
'VirtualMachineScaleSetPublicIPAddressConfigurationArgs',
|
|
70
|
+
'VirtualMachineScaleSetStorageProfileArgs',
|
|
71
|
+
'VirtualMachineScaleSetVMProfileArgs',
|
|
72
|
+
'VmSizeProfileArgs',
|
|
73
|
+
'WinRMConfigurationArgs',
|
|
74
|
+
'WinRMListenerArgs',
|
|
75
|
+
'WindowsConfigurationArgs',
|
|
76
|
+
'WindowsVMGuestPatchAutomaticByPlatformSettingsArgs',
|
|
77
|
+
]
|
|
78
|
+
|
|
79
|
+
@pulumi.input_type
|
|
80
|
+
class AdditionalUnattendContentArgs:
|
|
81
|
+
def __init__(__self__, *,
|
|
82
|
+
component_name: Optional[pulumi.Input['ComponentNames']] = None,
|
|
83
|
+
content: Optional[pulumi.Input[str]] = None,
|
|
84
|
+
pass_name: Optional[pulumi.Input['PassNames']] = None,
|
|
85
|
+
setting_name: Optional[pulumi.Input['SettingNames']] = None):
|
|
86
|
+
"""
|
|
87
|
+
Specifies additional XML formatted information that can be included in the Unattend.xml file, which is used by Windows Setup. Contents are defined by setting name, component name, and the pass in which the content is applied.
|
|
88
|
+
:param pulumi.Input['ComponentNames'] component_name: The component name. Currently, the only allowable value is Microsoft-Windows-Shell-Setup.
|
|
89
|
+
:param pulumi.Input[str] content: Specifies the XML formatted content that is added to the unattend.xml file for the specified path and component. The XML must be less than 4KB and must include the root element for the setting or feature that is being inserted.
|
|
90
|
+
:param pulumi.Input['PassNames'] pass_name: The pass name. Currently, the only allowable value is OobeSystem.
|
|
91
|
+
:param pulumi.Input['SettingNames'] setting_name: Specifies the name of the setting to which the content applies. Possible values are: FirstLogonCommands and AutoLogon.
|
|
92
|
+
"""
|
|
93
|
+
if component_name is not None:
|
|
94
|
+
pulumi.set(__self__, "component_name", component_name)
|
|
95
|
+
if content is not None:
|
|
96
|
+
pulumi.set(__self__, "content", content)
|
|
97
|
+
if pass_name is not None:
|
|
98
|
+
pulumi.set(__self__, "pass_name", pass_name)
|
|
99
|
+
if setting_name is not None:
|
|
100
|
+
pulumi.set(__self__, "setting_name", setting_name)
|
|
101
|
+
|
|
102
|
+
@property
|
|
103
|
+
@pulumi.getter(name="componentName")
|
|
104
|
+
def component_name(self) -> Optional[pulumi.Input['ComponentNames']]:
|
|
105
|
+
"""
|
|
106
|
+
The component name. Currently, the only allowable value is Microsoft-Windows-Shell-Setup.
|
|
107
|
+
"""
|
|
108
|
+
return pulumi.get(self, "component_name")
|
|
109
|
+
|
|
110
|
+
@component_name.setter
|
|
111
|
+
def component_name(self, value: Optional[pulumi.Input['ComponentNames']]):
|
|
112
|
+
pulumi.set(self, "component_name", value)
|
|
113
|
+
|
|
114
|
+
@property
|
|
115
|
+
@pulumi.getter
|
|
116
|
+
def content(self) -> Optional[pulumi.Input[str]]:
|
|
117
|
+
"""
|
|
118
|
+
Specifies the XML formatted content that is added to the unattend.xml file for the specified path and component. The XML must be less than 4KB and must include the root element for the setting or feature that is being inserted.
|
|
119
|
+
"""
|
|
120
|
+
return pulumi.get(self, "content")
|
|
121
|
+
|
|
122
|
+
@content.setter
|
|
123
|
+
def content(self, value: Optional[pulumi.Input[str]]):
|
|
124
|
+
pulumi.set(self, "content", value)
|
|
125
|
+
|
|
126
|
+
@property
|
|
127
|
+
@pulumi.getter(name="passName")
|
|
128
|
+
def pass_name(self) -> Optional[pulumi.Input['PassNames']]:
|
|
129
|
+
"""
|
|
130
|
+
The pass name. Currently, the only allowable value is OobeSystem.
|
|
131
|
+
"""
|
|
132
|
+
return pulumi.get(self, "pass_name")
|
|
133
|
+
|
|
134
|
+
@pass_name.setter
|
|
135
|
+
def pass_name(self, value: Optional[pulumi.Input['PassNames']]):
|
|
136
|
+
pulumi.set(self, "pass_name", value)
|
|
137
|
+
|
|
138
|
+
@property
|
|
139
|
+
@pulumi.getter(name="settingName")
|
|
140
|
+
def setting_name(self) -> Optional[pulumi.Input['SettingNames']]:
|
|
141
|
+
"""
|
|
142
|
+
Specifies the name of the setting to which the content applies. Possible values are: FirstLogonCommands and AutoLogon.
|
|
143
|
+
"""
|
|
144
|
+
return pulumi.get(self, "setting_name")
|
|
145
|
+
|
|
146
|
+
@setting_name.setter
|
|
147
|
+
def setting_name(self, value: Optional[pulumi.Input['SettingNames']]):
|
|
148
|
+
pulumi.set(self, "setting_name", value)
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
@pulumi.input_type
|
|
152
|
+
class ApiEntityReferenceArgs:
|
|
153
|
+
def __init__(__self__, *,
|
|
154
|
+
id: Optional[pulumi.Input[str]] = None):
|
|
155
|
+
"""
|
|
156
|
+
The API entity reference.
|
|
157
|
+
:param pulumi.Input[str] id: The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
|
|
158
|
+
"""
|
|
159
|
+
if id is not None:
|
|
160
|
+
pulumi.set(__self__, "id", id)
|
|
161
|
+
|
|
162
|
+
@property
|
|
163
|
+
@pulumi.getter
|
|
164
|
+
def id(self) -> Optional[pulumi.Input[str]]:
|
|
165
|
+
"""
|
|
166
|
+
The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
|
|
167
|
+
"""
|
|
168
|
+
return pulumi.get(self, "id")
|
|
169
|
+
|
|
170
|
+
@id.setter
|
|
171
|
+
def id(self, value: Optional[pulumi.Input[str]]):
|
|
172
|
+
pulumi.set(self, "id", value)
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
@pulumi.input_type
|
|
176
|
+
class ApplicationProfileArgs:
|
|
177
|
+
def __init__(__self__, *,
|
|
178
|
+
gallery_applications: Optional[pulumi.Input[Sequence[pulumi.Input['VMGalleryApplicationArgs']]]] = None):
|
|
179
|
+
"""
|
|
180
|
+
Contains the list of gallery applications that should be made available to the VM/VMSS
|
|
181
|
+
:param pulumi.Input[Sequence[pulumi.Input['VMGalleryApplicationArgs']]] gallery_applications: Specifies the gallery applications that should be made available to the VM/VMSS
|
|
182
|
+
"""
|
|
183
|
+
if gallery_applications is not None:
|
|
184
|
+
pulumi.set(__self__, "gallery_applications", gallery_applications)
|
|
185
|
+
|
|
186
|
+
@property
|
|
187
|
+
@pulumi.getter(name="galleryApplications")
|
|
188
|
+
def gallery_applications(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['VMGalleryApplicationArgs']]]]:
|
|
189
|
+
"""
|
|
190
|
+
Specifies the gallery applications that should be made available to the VM/VMSS
|
|
191
|
+
"""
|
|
192
|
+
return pulumi.get(self, "gallery_applications")
|
|
193
|
+
|
|
194
|
+
@gallery_applications.setter
|
|
195
|
+
def gallery_applications(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['VMGalleryApplicationArgs']]]]):
|
|
196
|
+
pulumi.set(self, "gallery_applications", value)
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
@pulumi.input_type
|
|
200
|
+
class BillingProfileArgs:
|
|
201
|
+
def __init__(__self__, *,
|
|
202
|
+
max_price: Optional[pulumi.Input[float]] = None):
|
|
203
|
+
"""
|
|
204
|
+
Specifies the billing related details of a Azure Spot VM or VMSS. Minimum api-version: 2019-03-01.
|
|
205
|
+
:param pulumi.Input[float] max_price: Specifies the maximum price you are willing to pay for a Azure Spot VM/VMSS. This price is in US Dollars. <br><br> This price will be compared with the current Azure Spot price for the VM size. Also, the prices are compared at the time of create/update of Azure Spot VM/VMSS and the operation will only succeed if the maxPrice is greater than the current Azure Spot price. <br><br> The maxPrice will also be used for evicting a Azure Spot VM/VMSS if the current Azure Spot price goes beyond the maxPrice after creation of VM/VMSS. <br><br> Possible values are: <br><br> - Any decimal value greater than zero. Example: 0.01538 <br><br> -1 – indicates default price to be up-to on-demand. <br><br> You can set the maxPrice to -1 to indicate that the Azure Spot VM/VMSS should not be evicted for price reasons. Also, the default max price is -1 if it is not provided by you. <br><br>Minimum api-version: 2019-03-01.
|
|
206
|
+
"""
|
|
207
|
+
if max_price is not None:
|
|
208
|
+
pulumi.set(__self__, "max_price", max_price)
|
|
209
|
+
|
|
210
|
+
@property
|
|
211
|
+
@pulumi.getter(name="maxPrice")
|
|
212
|
+
def max_price(self) -> Optional[pulumi.Input[float]]:
|
|
213
|
+
"""
|
|
214
|
+
Specifies the maximum price you are willing to pay for a Azure Spot VM/VMSS. This price is in US Dollars. <br><br> This price will be compared with the current Azure Spot price for the VM size. Also, the prices are compared at the time of create/update of Azure Spot VM/VMSS and the operation will only succeed if the maxPrice is greater than the current Azure Spot price. <br><br> The maxPrice will also be used for evicting a Azure Spot VM/VMSS if the current Azure Spot price goes beyond the maxPrice after creation of VM/VMSS. <br><br> Possible values are: <br><br> - Any decimal value greater than zero. Example: 0.01538 <br><br> -1 – indicates default price to be up-to on-demand. <br><br> You can set the maxPrice to -1 to indicate that the Azure Spot VM/VMSS should not be evicted for price reasons. Also, the default max price is -1 if it is not provided by you. <br><br>Minimum api-version: 2019-03-01.
|
|
215
|
+
"""
|
|
216
|
+
return pulumi.get(self, "max_price")
|
|
217
|
+
|
|
218
|
+
@max_price.setter
|
|
219
|
+
def max_price(self, value: Optional[pulumi.Input[float]]):
|
|
220
|
+
pulumi.set(self, "max_price", value)
|
|
221
|
+
|
|
222
|
+
|
|
223
|
+
@pulumi.input_type
|
|
224
|
+
class BootDiagnosticsArgs:
|
|
225
|
+
def __init__(__self__, *,
|
|
226
|
+
enabled: Optional[pulumi.Input[bool]] = None,
|
|
227
|
+
storage_uri: Optional[pulumi.Input[str]] = None):
|
|
228
|
+
"""
|
|
229
|
+
Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. You can easily view the output of your console log. Azure also enables you to see a screenshot of the VM from the hypervisor.
|
|
230
|
+
:param pulumi.Input[bool] enabled: Whether boot diagnostics should be enabled on the Virtual Machine.
|
|
231
|
+
:param pulumi.Input[str] storage_uri: Uri of the storage account to use for placing the console output and screenshot. If storageUri is not specified while enabling boot diagnostics, managed storage will be used.
|
|
232
|
+
"""
|
|
233
|
+
if enabled is not None:
|
|
234
|
+
pulumi.set(__self__, "enabled", enabled)
|
|
235
|
+
if storage_uri is not None:
|
|
236
|
+
pulumi.set(__self__, "storage_uri", storage_uri)
|
|
237
|
+
|
|
238
|
+
@property
|
|
239
|
+
@pulumi.getter
|
|
240
|
+
def enabled(self) -> Optional[pulumi.Input[bool]]:
|
|
241
|
+
"""
|
|
242
|
+
Whether boot diagnostics should be enabled on the Virtual Machine.
|
|
243
|
+
"""
|
|
244
|
+
return pulumi.get(self, "enabled")
|
|
245
|
+
|
|
246
|
+
@enabled.setter
|
|
247
|
+
def enabled(self, value: Optional[pulumi.Input[bool]]):
|
|
248
|
+
pulumi.set(self, "enabled", value)
|
|
249
|
+
|
|
250
|
+
@property
|
|
251
|
+
@pulumi.getter(name="storageUri")
|
|
252
|
+
def storage_uri(self) -> Optional[pulumi.Input[str]]:
|
|
253
|
+
"""
|
|
254
|
+
Uri of the storage account to use for placing the console output and screenshot. If storageUri is not specified while enabling boot diagnostics, managed storage will be used.
|
|
255
|
+
"""
|
|
256
|
+
return pulumi.get(self, "storage_uri")
|
|
257
|
+
|
|
258
|
+
@storage_uri.setter
|
|
259
|
+
def storage_uri(self, value: Optional[pulumi.Input[str]]):
|
|
260
|
+
pulumi.set(self, "storage_uri", value)
|
|
261
|
+
|
|
262
|
+
|
|
263
|
+
@pulumi.input_type
|
|
264
|
+
class CapacityReservationProfileArgs:
|
|
265
|
+
def __init__(__self__, *,
|
|
266
|
+
capacity_reservation_group: Optional[pulumi.Input['SubResourceArgs']] = None):
|
|
267
|
+
"""
|
|
268
|
+
The parameters of a capacity reservation Profile.
|
|
269
|
+
:param pulumi.Input['SubResourceArgs'] capacity_reservation_group: Specifies the capacity reservation group resource id that should be used for allocating the virtual machine or scaleset vm instances provided enough capacity has been reserved. Please refer to https://aka.ms/CapacityReservation for more details.
|
|
270
|
+
"""
|
|
271
|
+
if capacity_reservation_group is not None:
|
|
272
|
+
pulumi.set(__self__, "capacity_reservation_group", capacity_reservation_group)
|
|
273
|
+
|
|
274
|
+
@property
|
|
275
|
+
@pulumi.getter(name="capacityReservationGroup")
|
|
276
|
+
def capacity_reservation_group(self) -> Optional[pulumi.Input['SubResourceArgs']]:
|
|
277
|
+
"""
|
|
278
|
+
Specifies the capacity reservation group resource id that should be used for allocating the virtual machine or scaleset vm instances provided enough capacity has been reserved. Please refer to https://aka.ms/CapacityReservation for more details.
|
|
279
|
+
"""
|
|
280
|
+
return pulumi.get(self, "capacity_reservation_group")
|
|
281
|
+
|
|
282
|
+
@capacity_reservation_group.setter
|
|
283
|
+
def capacity_reservation_group(self, value: Optional[pulumi.Input['SubResourceArgs']]):
|
|
284
|
+
pulumi.set(self, "capacity_reservation_group", value)
|
|
285
|
+
|
|
286
|
+
|
|
287
|
+
@pulumi.input_type
|
|
288
|
+
class ComputeProfileArgs:
|
|
289
|
+
def __init__(__self__, *,
|
|
290
|
+
base_virtual_machine_profile: pulumi.Input['VirtualMachineScaleSetVMProfileArgs'],
|
|
291
|
+
compute_api_version: Optional[pulumi.Input[str]] = None,
|
|
292
|
+
platform_fault_domain_count: Optional[pulumi.Input[int]] = None):
|
|
293
|
+
"""
|
|
294
|
+
Compute Profile to use for running user's workloads.
|
|
295
|
+
:param pulumi.Input['VirtualMachineScaleSetVMProfileArgs'] base_virtual_machine_profile: Base Virtual Machine Profile Properties to be specified according to "specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/{computeApiVersion}/virtualMachineScaleSet.json#/definitions/VirtualMachineScaleSetVMProfile"
|
|
296
|
+
:param pulumi.Input[str] compute_api_version: Specifies the Microsoft.Compute API version to use when creating underlying Virtual Machine scale sets and Virtual Machines.
|
|
297
|
+
The default value will be the latest supported computeApiVersion by Compute Fleet.
|
|
298
|
+
:param pulumi.Input[int] platform_fault_domain_count: Specifies the number of fault domains to use when creating the underlying VMSS.
|
|
299
|
+
A fault domain is a logical group of hardware within an Azure datacenter.
|
|
300
|
+
VMs in the same fault domain share a common power source and network switch.
|
|
301
|
+
If not specified, defaults to 1, which represents "Max Spreading" (using as many fault domains as possible).
|
|
302
|
+
This property cannot be updated.
|
|
303
|
+
"""
|
|
304
|
+
pulumi.set(__self__, "base_virtual_machine_profile", base_virtual_machine_profile)
|
|
305
|
+
if compute_api_version is not None:
|
|
306
|
+
pulumi.set(__self__, "compute_api_version", compute_api_version)
|
|
307
|
+
if platform_fault_domain_count is not None:
|
|
308
|
+
pulumi.set(__self__, "platform_fault_domain_count", platform_fault_domain_count)
|
|
309
|
+
|
|
310
|
+
@property
|
|
311
|
+
@pulumi.getter(name="baseVirtualMachineProfile")
|
|
312
|
+
def base_virtual_machine_profile(self) -> pulumi.Input['VirtualMachineScaleSetVMProfileArgs']:
|
|
313
|
+
"""
|
|
314
|
+
Base Virtual Machine Profile Properties to be specified according to "specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/{computeApiVersion}/virtualMachineScaleSet.json#/definitions/VirtualMachineScaleSetVMProfile"
|
|
315
|
+
"""
|
|
316
|
+
return pulumi.get(self, "base_virtual_machine_profile")
|
|
317
|
+
|
|
318
|
+
@base_virtual_machine_profile.setter
|
|
319
|
+
def base_virtual_machine_profile(self, value: pulumi.Input['VirtualMachineScaleSetVMProfileArgs']):
|
|
320
|
+
pulumi.set(self, "base_virtual_machine_profile", value)
|
|
321
|
+
|
|
322
|
+
@property
|
|
323
|
+
@pulumi.getter(name="computeApiVersion")
|
|
324
|
+
def compute_api_version(self) -> Optional[pulumi.Input[str]]:
|
|
325
|
+
"""
|
|
326
|
+
Specifies the Microsoft.Compute API version to use when creating underlying Virtual Machine scale sets and Virtual Machines.
|
|
327
|
+
The default value will be the latest supported computeApiVersion by Compute Fleet.
|
|
328
|
+
"""
|
|
329
|
+
return pulumi.get(self, "compute_api_version")
|
|
330
|
+
|
|
331
|
+
@compute_api_version.setter
|
|
332
|
+
def compute_api_version(self, value: Optional[pulumi.Input[str]]):
|
|
333
|
+
pulumi.set(self, "compute_api_version", value)
|
|
334
|
+
|
|
335
|
+
@property
|
|
336
|
+
@pulumi.getter(name="platformFaultDomainCount")
|
|
337
|
+
def platform_fault_domain_count(self) -> Optional[pulumi.Input[int]]:
|
|
338
|
+
"""
|
|
339
|
+
Specifies the number of fault domains to use when creating the underlying VMSS.
|
|
340
|
+
A fault domain is a logical group of hardware within an Azure datacenter.
|
|
341
|
+
VMs in the same fault domain share a common power source and network switch.
|
|
342
|
+
If not specified, defaults to 1, which represents "Max Spreading" (using as many fault domains as possible).
|
|
343
|
+
This property cannot be updated.
|
|
344
|
+
"""
|
|
345
|
+
return pulumi.get(self, "platform_fault_domain_count")
|
|
346
|
+
|
|
347
|
+
@platform_fault_domain_count.setter
|
|
348
|
+
def platform_fault_domain_count(self, value: Optional[pulumi.Input[int]]):
|
|
349
|
+
pulumi.set(self, "platform_fault_domain_count", value)
|
|
350
|
+
|
|
351
|
+
|
|
352
|
+
@pulumi.input_type
|
|
353
|
+
class DiagnosticsProfileArgs:
|
|
354
|
+
def __init__(__self__, *,
|
|
355
|
+
boot_diagnostics: Optional[pulumi.Input['BootDiagnosticsArgs']] = None):
|
|
356
|
+
"""
|
|
357
|
+
Specifies the boot diagnostic settings state. Minimum api-version: 2015-06-15.
|
|
358
|
+
:param pulumi.Input['BootDiagnosticsArgs'] boot_diagnostics: Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. **NOTE**: If storageUri is being specified then ensure that the storage account is in the same region and subscription as the VM. You can easily view the output of your console log. Azure also enables you to see a screenshot of the VM from the hypervisor.
|
|
359
|
+
"""
|
|
360
|
+
if boot_diagnostics is not None:
|
|
361
|
+
pulumi.set(__self__, "boot_diagnostics", boot_diagnostics)
|
|
362
|
+
|
|
363
|
+
@property
|
|
364
|
+
@pulumi.getter(name="bootDiagnostics")
|
|
365
|
+
def boot_diagnostics(self) -> Optional[pulumi.Input['BootDiagnosticsArgs']]:
|
|
366
|
+
"""
|
|
367
|
+
Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. **NOTE**: If storageUri is being specified then ensure that the storage account is in the same region and subscription as the VM. You can easily view the output of your console log. Azure also enables you to see a screenshot of the VM from the hypervisor.
|
|
368
|
+
"""
|
|
369
|
+
return pulumi.get(self, "boot_diagnostics")
|
|
370
|
+
|
|
371
|
+
@boot_diagnostics.setter
|
|
372
|
+
def boot_diagnostics(self, value: Optional[pulumi.Input['BootDiagnosticsArgs']]):
|
|
373
|
+
pulumi.set(self, "boot_diagnostics", value)
|
|
374
|
+
|
|
375
|
+
|
|
376
|
+
@pulumi.input_type
|
|
377
|
+
class DiffDiskSettingsArgs:
|
|
378
|
+
def __init__(__self__, *,
|
|
379
|
+
option: Optional[pulumi.Input[Union[str, 'DiffDiskOptions']]] = None,
|
|
380
|
+
placement: Optional[pulumi.Input[Union[str, 'DiffDiskPlacement']]] = None):
|
|
381
|
+
"""
|
|
382
|
+
Describes the parameters of ephemeral disk settings that can be specified for operating system disk. **Note:** The ephemeral disk settings can only be specified for managed disk.
|
|
383
|
+
:param pulumi.Input[Union[str, 'DiffDiskOptions']] option: Specifies the ephemeral disk settings for operating system disk.
|
|
384
|
+
:param pulumi.Input[Union[str, 'DiffDiskPlacement']] placement: Specifies the ephemeral disk placement for operating system disk. Possible values are: **CacheDisk,** **ResourceDisk.** The defaulting behavior is: **CacheDisk** if one is configured for the VM size otherwise **ResourceDisk** is used. Refer to the VM size documentation for Windows VM at https://docs.microsoft.com/azure/virtual-machines/windows/sizes and Linux VM at https://docs.microsoft.com/azure/virtual-machines/linux/sizes to check which VM sizes exposes a cache disk.
|
|
385
|
+
"""
|
|
386
|
+
if option is not None:
|
|
387
|
+
pulumi.set(__self__, "option", option)
|
|
388
|
+
if placement is not None:
|
|
389
|
+
pulumi.set(__self__, "placement", placement)
|
|
390
|
+
|
|
391
|
+
@property
|
|
392
|
+
@pulumi.getter
|
|
393
|
+
def option(self) -> Optional[pulumi.Input[Union[str, 'DiffDiskOptions']]]:
|
|
394
|
+
"""
|
|
395
|
+
Specifies the ephemeral disk settings for operating system disk.
|
|
396
|
+
"""
|
|
397
|
+
return pulumi.get(self, "option")
|
|
398
|
+
|
|
399
|
+
@option.setter
|
|
400
|
+
def option(self, value: Optional[pulumi.Input[Union[str, 'DiffDiskOptions']]]):
|
|
401
|
+
pulumi.set(self, "option", value)
|
|
402
|
+
|
|
403
|
+
@property
|
|
404
|
+
@pulumi.getter
|
|
405
|
+
def placement(self) -> Optional[pulumi.Input[Union[str, 'DiffDiskPlacement']]]:
|
|
406
|
+
"""
|
|
407
|
+
Specifies the ephemeral disk placement for operating system disk. Possible values are: **CacheDisk,** **ResourceDisk.** The defaulting behavior is: **CacheDisk** if one is configured for the VM size otherwise **ResourceDisk** is used. Refer to the VM size documentation for Windows VM at https://docs.microsoft.com/azure/virtual-machines/windows/sizes and Linux VM at https://docs.microsoft.com/azure/virtual-machines/linux/sizes to check which VM sizes exposes a cache disk.
|
|
408
|
+
"""
|
|
409
|
+
return pulumi.get(self, "placement")
|
|
410
|
+
|
|
411
|
+
@placement.setter
|
|
412
|
+
def placement(self, value: Optional[pulumi.Input[Union[str, 'DiffDiskPlacement']]]):
|
|
413
|
+
pulumi.set(self, "placement", value)
|
|
414
|
+
|
|
415
|
+
|
|
416
|
+
@pulumi.input_type
|
|
417
|
+
class DiskEncryptionSetParametersArgs:
|
|
418
|
+
def __init__(__self__, *,
|
|
419
|
+
id: Optional[pulumi.Input[str]] = None):
|
|
420
|
+
"""
|
|
421
|
+
Describes the parameter of customer managed disk encryption set resource id that can be specified for disk. **Note:** The disk encryption set resource id can only be specified for managed disk. Please refer https://aka.ms/mdssewithcmkoverview for more details.
|
|
422
|
+
:param pulumi.Input[str] id: Resource Id
|
|
423
|
+
"""
|
|
424
|
+
if id is not None:
|
|
425
|
+
pulumi.set(__self__, "id", id)
|
|
426
|
+
|
|
427
|
+
@property
|
|
428
|
+
@pulumi.getter
|
|
429
|
+
def id(self) -> Optional[pulumi.Input[str]]:
|
|
430
|
+
"""
|
|
431
|
+
Resource Id
|
|
432
|
+
"""
|
|
433
|
+
return pulumi.get(self, "id")
|
|
434
|
+
|
|
435
|
+
@id.setter
|
|
436
|
+
def id(self, value: Optional[pulumi.Input[str]]):
|
|
437
|
+
pulumi.set(self, "id", value)
|
|
438
|
+
|
|
439
|
+
|
|
440
|
+
@pulumi.input_type
|
|
441
|
+
class EncryptionIdentityArgs:
|
|
442
|
+
def __init__(__self__, *,
|
|
443
|
+
user_assigned_identity_resource_id: Optional[pulumi.Input[str]] = None):
|
|
444
|
+
"""
|
|
445
|
+
Specifies the Managed Identity used by ADE to get access token for keyvault operations.
|
|
446
|
+
:param pulumi.Input[str] user_assigned_identity_resource_id: Specifies ARM Resource ID of one of the user identities associated with the VM.
|
|
447
|
+
"""
|
|
448
|
+
if user_assigned_identity_resource_id is not None:
|
|
449
|
+
pulumi.set(__self__, "user_assigned_identity_resource_id", user_assigned_identity_resource_id)
|
|
450
|
+
|
|
451
|
+
@property
|
|
452
|
+
@pulumi.getter(name="userAssignedIdentityResourceId")
|
|
453
|
+
def user_assigned_identity_resource_id(self) -> Optional[pulumi.Input[str]]:
|
|
454
|
+
"""
|
|
455
|
+
Specifies ARM Resource ID of one of the user identities associated with the VM.
|
|
456
|
+
"""
|
|
457
|
+
return pulumi.get(self, "user_assigned_identity_resource_id")
|
|
458
|
+
|
|
459
|
+
@user_assigned_identity_resource_id.setter
|
|
460
|
+
def user_assigned_identity_resource_id(self, value: Optional[pulumi.Input[str]]):
|
|
461
|
+
pulumi.set(self, "user_assigned_identity_resource_id", value)
|
|
462
|
+
|
|
463
|
+
|
|
464
|
+
@pulumi.input_type
|
|
465
|
+
class ImageReferenceArgs:
|
|
466
|
+
def __init__(__self__, *,
|
|
467
|
+
community_gallery_image_id: Optional[pulumi.Input[str]] = None,
|
|
468
|
+
id: Optional[pulumi.Input[str]] = None,
|
|
469
|
+
offer: Optional[pulumi.Input[str]] = None,
|
|
470
|
+
publisher: Optional[pulumi.Input[str]] = None,
|
|
471
|
+
shared_gallery_image_id: Optional[pulumi.Input[str]] = None,
|
|
472
|
+
sku: Optional[pulumi.Input[str]] = None,
|
|
473
|
+
version: Optional[pulumi.Input[str]] = None):
|
|
474
|
+
"""
|
|
475
|
+
Specifies information about the image to use. You can specify information about platform images, marketplace images, or virtual machine images. This element is required when you want to use a platform image, marketplace image, or virtual machine image, but is not used in other creation operations. NOTE: Image reference publisher and offer can only be set when you create the scale set.
|
|
476
|
+
:param pulumi.Input[str] community_gallery_image_id: Specified the community gallery image unique id for vm deployment. This can be fetched from community gallery image GET call.
|
|
477
|
+
:param pulumi.Input[str] id: Resource Id
|
|
478
|
+
:param pulumi.Input[str] offer: Specifies the offer of the platform image or marketplace image used to create the virtual machine.
|
|
479
|
+
:param pulumi.Input[str] publisher: The image publisher.
|
|
480
|
+
:param pulumi.Input[str] shared_gallery_image_id: Specified the shared gallery image unique id for vm deployment. This can be fetched from shared gallery image GET call.
|
|
481
|
+
:param pulumi.Input[str] sku: The image SKU.
|
|
482
|
+
:param pulumi.Input[str] version: Specifies the version of the platform image or marketplace image used to create the virtual machine. The allowed formats are Major.Minor.Build or 'latest'. Major, Minor, and Build are decimal numbers. Specify 'latest' to use the latest version of an image available at deploy time. Even if you use 'latest', the VM image will not automatically update after deploy time even if a new version becomes available. Please do not use field 'version' for gallery image deployment, gallery image should always use 'id' field for deployment, to use 'latest' version of gallery image, just set '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/images/{imageName}' in the 'id' field without version input.
|
|
483
|
+
"""
|
|
484
|
+
if community_gallery_image_id is not None:
|
|
485
|
+
pulumi.set(__self__, "community_gallery_image_id", community_gallery_image_id)
|
|
486
|
+
if id is not None:
|
|
487
|
+
pulumi.set(__self__, "id", id)
|
|
488
|
+
if offer is not None:
|
|
489
|
+
pulumi.set(__self__, "offer", offer)
|
|
490
|
+
if publisher is not None:
|
|
491
|
+
pulumi.set(__self__, "publisher", publisher)
|
|
492
|
+
if shared_gallery_image_id is not None:
|
|
493
|
+
pulumi.set(__self__, "shared_gallery_image_id", shared_gallery_image_id)
|
|
494
|
+
if sku is not None:
|
|
495
|
+
pulumi.set(__self__, "sku", sku)
|
|
496
|
+
if version is not None:
|
|
497
|
+
pulumi.set(__self__, "version", version)
|
|
498
|
+
|
|
499
|
+
@property
|
|
500
|
+
@pulumi.getter(name="communityGalleryImageId")
|
|
501
|
+
def community_gallery_image_id(self) -> Optional[pulumi.Input[str]]:
|
|
502
|
+
"""
|
|
503
|
+
Specified the community gallery image unique id for vm deployment. This can be fetched from community gallery image GET call.
|
|
504
|
+
"""
|
|
505
|
+
return pulumi.get(self, "community_gallery_image_id")
|
|
506
|
+
|
|
507
|
+
@community_gallery_image_id.setter
|
|
508
|
+
def community_gallery_image_id(self, value: Optional[pulumi.Input[str]]):
|
|
509
|
+
pulumi.set(self, "community_gallery_image_id", value)
|
|
510
|
+
|
|
511
|
+
@property
|
|
512
|
+
@pulumi.getter
|
|
513
|
+
def id(self) -> Optional[pulumi.Input[str]]:
|
|
514
|
+
"""
|
|
515
|
+
Resource Id
|
|
516
|
+
"""
|
|
517
|
+
return pulumi.get(self, "id")
|
|
518
|
+
|
|
519
|
+
@id.setter
|
|
520
|
+
def id(self, value: Optional[pulumi.Input[str]]):
|
|
521
|
+
pulumi.set(self, "id", value)
|
|
522
|
+
|
|
523
|
+
@property
|
|
524
|
+
@pulumi.getter
|
|
525
|
+
def offer(self) -> Optional[pulumi.Input[str]]:
|
|
526
|
+
"""
|
|
527
|
+
Specifies the offer of the platform image or marketplace image used to create the virtual machine.
|
|
528
|
+
"""
|
|
529
|
+
return pulumi.get(self, "offer")
|
|
530
|
+
|
|
531
|
+
@offer.setter
|
|
532
|
+
def offer(self, value: Optional[pulumi.Input[str]]):
|
|
533
|
+
pulumi.set(self, "offer", value)
|
|
534
|
+
|
|
535
|
+
@property
|
|
536
|
+
@pulumi.getter
|
|
537
|
+
def publisher(self) -> Optional[pulumi.Input[str]]:
|
|
538
|
+
"""
|
|
539
|
+
The image publisher.
|
|
540
|
+
"""
|
|
541
|
+
return pulumi.get(self, "publisher")
|
|
542
|
+
|
|
543
|
+
@publisher.setter
|
|
544
|
+
def publisher(self, value: Optional[pulumi.Input[str]]):
|
|
545
|
+
pulumi.set(self, "publisher", value)
|
|
546
|
+
|
|
547
|
+
@property
|
|
548
|
+
@pulumi.getter(name="sharedGalleryImageId")
|
|
549
|
+
def shared_gallery_image_id(self) -> Optional[pulumi.Input[str]]:
|
|
550
|
+
"""
|
|
551
|
+
Specified the shared gallery image unique id for vm deployment. This can be fetched from shared gallery image GET call.
|
|
552
|
+
"""
|
|
553
|
+
return pulumi.get(self, "shared_gallery_image_id")
|
|
554
|
+
|
|
555
|
+
@shared_gallery_image_id.setter
|
|
556
|
+
def shared_gallery_image_id(self, value: Optional[pulumi.Input[str]]):
|
|
557
|
+
pulumi.set(self, "shared_gallery_image_id", value)
|
|
558
|
+
|
|
559
|
+
@property
|
|
560
|
+
@pulumi.getter
|
|
561
|
+
def sku(self) -> Optional[pulumi.Input[str]]:
|
|
562
|
+
"""
|
|
563
|
+
The image SKU.
|
|
564
|
+
"""
|
|
565
|
+
return pulumi.get(self, "sku")
|
|
566
|
+
|
|
567
|
+
@sku.setter
|
|
568
|
+
def sku(self, value: Optional[pulumi.Input[str]]):
|
|
569
|
+
pulumi.set(self, "sku", value)
|
|
570
|
+
|
|
571
|
+
@property
|
|
572
|
+
@pulumi.getter
|
|
573
|
+
def version(self) -> Optional[pulumi.Input[str]]:
|
|
574
|
+
"""
|
|
575
|
+
Specifies the version of the platform image or marketplace image used to create the virtual machine. The allowed formats are Major.Minor.Build or 'latest'. Major, Minor, and Build are decimal numbers. Specify 'latest' to use the latest version of an image available at deploy time. Even if you use 'latest', the VM image will not automatically update after deploy time even if a new version becomes available. Please do not use field 'version' for gallery image deployment, gallery image should always use 'id' field for deployment, to use 'latest' version of gallery image, just set '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/images/{imageName}' in the 'id' field without version input.
|
|
576
|
+
"""
|
|
577
|
+
return pulumi.get(self, "version")
|
|
578
|
+
|
|
579
|
+
@version.setter
|
|
580
|
+
def version(self, value: Optional[pulumi.Input[str]]):
|
|
581
|
+
pulumi.set(self, "version", value)
|
|
582
|
+
|
|
583
|
+
|
|
584
|
+
@pulumi.input_type
|
|
585
|
+
class InstanceViewStatusArgs:
|
|
586
|
+
def __init__(__self__, *,
|
|
587
|
+
code: Optional[pulumi.Input[str]] = None,
|
|
588
|
+
display_status: Optional[pulumi.Input[str]] = None,
|
|
589
|
+
level: Optional[pulumi.Input['StatusLevelTypes']] = None,
|
|
590
|
+
message: Optional[pulumi.Input[str]] = None,
|
|
591
|
+
time: Optional[pulumi.Input[str]] = None):
|
|
592
|
+
"""
|
|
593
|
+
Instance view status.
|
|
594
|
+
:param pulumi.Input[str] code: The status code.
|
|
595
|
+
:param pulumi.Input[str] display_status: The short localizable label for the status.
|
|
596
|
+
:param pulumi.Input['StatusLevelTypes'] level: The level code.
|
|
597
|
+
:param pulumi.Input[str] message: The detailed status message, including for alerts and error messages.
|
|
598
|
+
:param pulumi.Input[str] time: The time of the status.
|
|
599
|
+
"""
|
|
600
|
+
if code is not None:
|
|
601
|
+
pulumi.set(__self__, "code", code)
|
|
602
|
+
if display_status is not None:
|
|
603
|
+
pulumi.set(__self__, "display_status", display_status)
|
|
604
|
+
if level is not None:
|
|
605
|
+
pulumi.set(__self__, "level", level)
|
|
606
|
+
if message is not None:
|
|
607
|
+
pulumi.set(__self__, "message", message)
|
|
608
|
+
if time is not None:
|
|
609
|
+
pulumi.set(__self__, "time", time)
|
|
610
|
+
|
|
611
|
+
@property
|
|
612
|
+
@pulumi.getter
|
|
613
|
+
def code(self) -> Optional[pulumi.Input[str]]:
|
|
614
|
+
"""
|
|
615
|
+
The status code.
|
|
616
|
+
"""
|
|
617
|
+
return pulumi.get(self, "code")
|
|
618
|
+
|
|
619
|
+
@code.setter
|
|
620
|
+
def code(self, value: Optional[pulumi.Input[str]]):
|
|
621
|
+
pulumi.set(self, "code", value)
|
|
622
|
+
|
|
623
|
+
@property
|
|
624
|
+
@pulumi.getter(name="displayStatus")
|
|
625
|
+
def display_status(self) -> Optional[pulumi.Input[str]]:
|
|
626
|
+
"""
|
|
627
|
+
The short localizable label for the status.
|
|
628
|
+
"""
|
|
629
|
+
return pulumi.get(self, "display_status")
|
|
630
|
+
|
|
631
|
+
@display_status.setter
|
|
632
|
+
def display_status(self, value: Optional[pulumi.Input[str]]):
|
|
633
|
+
pulumi.set(self, "display_status", value)
|
|
634
|
+
|
|
635
|
+
@property
|
|
636
|
+
@pulumi.getter
|
|
637
|
+
def level(self) -> Optional[pulumi.Input['StatusLevelTypes']]:
|
|
638
|
+
"""
|
|
639
|
+
The level code.
|
|
640
|
+
"""
|
|
641
|
+
return pulumi.get(self, "level")
|
|
642
|
+
|
|
643
|
+
@level.setter
|
|
644
|
+
def level(self, value: Optional[pulumi.Input['StatusLevelTypes']]):
|
|
645
|
+
pulumi.set(self, "level", value)
|
|
646
|
+
|
|
647
|
+
@property
|
|
648
|
+
@pulumi.getter
|
|
649
|
+
def message(self) -> Optional[pulumi.Input[str]]:
|
|
650
|
+
"""
|
|
651
|
+
The detailed status message, including for alerts and error messages.
|
|
652
|
+
"""
|
|
653
|
+
return pulumi.get(self, "message")
|
|
654
|
+
|
|
655
|
+
@message.setter
|
|
656
|
+
def message(self, value: Optional[pulumi.Input[str]]):
|
|
657
|
+
pulumi.set(self, "message", value)
|
|
658
|
+
|
|
659
|
+
@property
|
|
660
|
+
@pulumi.getter
|
|
661
|
+
def time(self) -> Optional[pulumi.Input[str]]:
|
|
662
|
+
"""
|
|
663
|
+
The time of the status.
|
|
664
|
+
"""
|
|
665
|
+
return pulumi.get(self, "time")
|
|
666
|
+
|
|
667
|
+
@time.setter
|
|
668
|
+
def time(self, value: Optional[pulumi.Input[str]]):
|
|
669
|
+
pulumi.set(self, "time", value)
|
|
670
|
+
|
|
671
|
+
|
|
672
|
+
@pulumi.input_type
|
|
673
|
+
class KeyVaultSecretReferenceArgs:
|
|
674
|
+
def __init__(__self__, *,
|
|
675
|
+
secret_url: pulumi.Input[str],
|
|
676
|
+
source_vault: pulumi.Input['SubResourceArgs']):
|
|
677
|
+
"""
|
|
678
|
+
Describes a reference to Key Vault Secret
|
|
679
|
+
:param pulumi.Input[str] secret_url: The URL referencing a secret in a Key Vault.
|
|
680
|
+
:param pulumi.Input['SubResourceArgs'] source_vault: The relative URL of the Key Vault containing the secret.
|
|
681
|
+
"""
|
|
682
|
+
pulumi.set(__self__, "secret_url", secret_url)
|
|
683
|
+
pulumi.set(__self__, "source_vault", source_vault)
|
|
684
|
+
|
|
685
|
+
@property
|
|
686
|
+
@pulumi.getter(name="secretUrl")
|
|
687
|
+
def secret_url(self) -> pulumi.Input[str]:
|
|
688
|
+
"""
|
|
689
|
+
The URL referencing a secret in a Key Vault.
|
|
690
|
+
"""
|
|
691
|
+
return pulumi.get(self, "secret_url")
|
|
692
|
+
|
|
693
|
+
@secret_url.setter
|
|
694
|
+
def secret_url(self, value: pulumi.Input[str]):
|
|
695
|
+
pulumi.set(self, "secret_url", value)
|
|
696
|
+
|
|
697
|
+
@property
|
|
698
|
+
@pulumi.getter(name="sourceVault")
|
|
699
|
+
def source_vault(self) -> pulumi.Input['SubResourceArgs']:
|
|
700
|
+
"""
|
|
701
|
+
The relative URL of the Key Vault containing the secret.
|
|
702
|
+
"""
|
|
703
|
+
return pulumi.get(self, "source_vault")
|
|
704
|
+
|
|
705
|
+
@source_vault.setter
|
|
706
|
+
def source_vault(self, value: pulumi.Input['SubResourceArgs']):
|
|
707
|
+
pulumi.set(self, "source_vault", value)
|
|
708
|
+
|
|
709
|
+
|
|
710
|
+
@pulumi.input_type
|
|
711
|
+
class LinuxConfigurationArgs:
|
|
712
|
+
def __init__(__self__, *,
|
|
713
|
+
disable_password_authentication: Optional[pulumi.Input[bool]] = None,
|
|
714
|
+
enable_vm_agent_platform_updates: Optional[pulumi.Input[bool]] = None,
|
|
715
|
+
patch_settings: Optional[pulumi.Input['LinuxPatchSettingsArgs']] = None,
|
|
716
|
+
provision_vm_agent: Optional[pulumi.Input[bool]] = None,
|
|
717
|
+
ssh: Optional[pulumi.Input['SshConfigurationArgs']] = None):
|
|
718
|
+
"""
|
|
719
|
+
Specifies the Linux operating system settings on the virtual machine. For a list of supported Linux distributions, see [Linux on Azure-Endorsed Distributions](https://docs.microsoft.com/azure/virtual-machines/linux/endorsed-distros).
|
|
720
|
+
:param pulumi.Input[bool] disable_password_authentication: Specifies whether password authentication should be disabled.
|
|
721
|
+
:param pulumi.Input[bool] enable_vm_agent_platform_updates: Indicates whether VMAgent Platform Updates is enabled for the Linux virtual machine. Default value is false.
|
|
722
|
+
:param pulumi.Input['LinuxPatchSettingsArgs'] patch_settings: [Preview Feature] Specifies settings related to VM Guest Patching on Linux.
|
|
723
|
+
:param pulumi.Input[bool] provision_vm_agent: Indicates whether virtual machine agent should be provisioned on the virtual machine. When this property is not specified in the request body, default behavior is to set it to true. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM later.
|
|
724
|
+
:param pulumi.Input['SshConfigurationArgs'] ssh: Specifies the ssh key configuration for a Linux OS.
|
|
725
|
+
"""
|
|
726
|
+
if disable_password_authentication is not None:
|
|
727
|
+
pulumi.set(__self__, "disable_password_authentication", disable_password_authentication)
|
|
728
|
+
if enable_vm_agent_platform_updates is not None:
|
|
729
|
+
pulumi.set(__self__, "enable_vm_agent_platform_updates", enable_vm_agent_platform_updates)
|
|
730
|
+
if patch_settings is not None:
|
|
731
|
+
pulumi.set(__self__, "patch_settings", patch_settings)
|
|
732
|
+
if provision_vm_agent is not None:
|
|
733
|
+
pulumi.set(__self__, "provision_vm_agent", provision_vm_agent)
|
|
734
|
+
if ssh is not None:
|
|
735
|
+
pulumi.set(__self__, "ssh", ssh)
|
|
736
|
+
|
|
737
|
+
@property
|
|
738
|
+
@pulumi.getter(name="disablePasswordAuthentication")
|
|
739
|
+
def disable_password_authentication(self) -> Optional[pulumi.Input[bool]]:
|
|
740
|
+
"""
|
|
741
|
+
Specifies whether password authentication should be disabled.
|
|
742
|
+
"""
|
|
743
|
+
return pulumi.get(self, "disable_password_authentication")
|
|
744
|
+
|
|
745
|
+
@disable_password_authentication.setter
|
|
746
|
+
def disable_password_authentication(self, value: Optional[pulumi.Input[bool]]):
|
|
747
|
+
pulumi.set(self, "disable_password_authentication", value)
|
|
748
|
+
|
|
749
|
+
@property
|
|
750
|
+
@pulumi.getter(name="enableVMAgentPlatformUpdates")
|
|
751
|
+
def enable_vm_agent_platform_updates(self) -> Optional[pulumi.Input[bool]]:
|
|
752
|
+
"""
|
|
753
|
+
Indicates whether VMAgent Platform Updates is enabled for the Linux virtual machine. Default value is false.
|
|
754
|
+
"""
|
|
755
|
+
return pulumi.get(self, "enable_vm_agent_platform_updates")
|
|
756
|
+
|
|
757
|
+
@enable_vm_agent_platform_updates.setter
|
|
758
|
+
def enable_vm_agent_platform_updates(self, value: Optional[pulumi.Input[bool]]):
|
|
759
|
+
pulumi.set(self, "enable_vm_agent_platform_updates", value)
|
|
760
|
+
|
|
761
|
+
@property
|
|
762
|
+
@pulumi.getter(name="patchSettings")
|
|
763
|
+
def patch_settings(self) -> Optional[pulumi.Input['LinuxPatchSettingsArgs']]:
|
|
764
|
+
"""
|
|
765
|
+
[Preview Feature] Specifies settings related to VM Guest Patching on Linux.
|
|
766
|
+
"""
|
|
767
|
+
return pulumi.get(self, "patch_settings")
|
|
768
|
+
|
|
769
|
+
@patch_settings.setter
|
|
770
|
+
def patch_settings(self, value: Optional[pulumi.Input['LinuxPatchSettingsArgs']]):
|
|
771
|
+
pulumi.set(self, "patch_settings", value)
|
|
772
|
+
|
|
773
|
+
@property
|
|
774
|
+
@pulumi.getter(name="provisionVMAgent")
|
|
775
|
+
def provision_vm_agent(self) -> Optional[pulumi.Input[bool]]:
|
|
776
|
+
"""
|
|
777
|
+
Indicates whether virtual machine agent should be provisioned on the virtual machine. When this property is not specified in the request body, default behavior is to set it to true. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM later.
|
|
778
|
+
"""
|
|
779
|
+
return pulumi.get(self, "provision_vm_agent")
|
|
780
|
+
|
|
781
|
+
@provision_vm_agent.setter
|
|
782
|
+
def provision_vm_agent(self, value: Optional[pulumi.Input[bool]]):
|
|
783
|
+
pulumi.set(self, "provision_vm_agent", value)
|
|
784
|
+
|
|
785
|
+
@property
|
|
786
|
+
@pulumi.getter
|
|
787
|
+
def ssh(self) -> Optional[pulumi.Input['SshConfigurationArgs']]:
|
|
788
|
+
"""
|
|
789
|
+
Specifies the ssh key configuration for a Linux OS.
|
|
790
|
+
"""
|
|
791
|
+
return pulumi.get(self, "ssh")
|
|
792
|
+
|
|
793
|
+
@ssh.setter
|
|
794
|
+
def ssh(self, value: Optional[pulumi.Input['SshConfigurationArgs']]):
|
|
795
|
+
pulumi.set(self, "ssh", value)
|
|
796
|
+
|
|
797
|
+
|
|
798
|
+
@pulumi.input_type
|
|
799
|
+
class LinuxPatchSettingsArgs:
|
|
800
|
+
def __init__(__self__, *,
|
|
801
|
+
assessment_mode: Optional[pulumi.Input[Union[str, 'LinuxPatchAssessmentMode']]] = None,
|
|
802
|
+
automatic_by_platform_settings: Optional[pulumi.Input['LinuxVMGuestPatchAutomaticByPlatformSettingsArgs']] = None,
|
|
803
|
+
patch_mode: Optional[pulumi.Input[Union[str, 'LinuxVMGuestPatchMode']]] = None):
|
|
804
|
+
"""
|
|
805
|
+
Specifies settings related to VM Guest Patching on Linux.
|
|
806
|
+
:param pulumi.Input[Union[str, 'LinuxPatchAssessmentMode']] assessment_mode: Specifies the mode of VM Guest Patch Assessment for the IaaS virtual machine.<br /><br /> Possible values are:<br /><br /> **ImageDefault** - You control the timing of patch assessments on a virtual machine. <br /><br /> **AutomaticByPlatform** - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true.
|
|
807
|
+
:param pulumi.Input['LinuxVMGuestPatchAutomaticByPlatformSettingsArgs'] automatic_by_platform_settings: Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Linux.
|
|
808
|
+
:param pulumi.Input[Union[str, 'LinuxVMGuestPatchMode']] patch_mode: Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible.<br /><br /> Possible values are:<br /><br /> **ImageDefault** - The virtual machine's default patching configuration is used. <br /><br /> **AutomaticByPlatform** - The virtual machine will be automatically updated by the platform. The property provisionVMAgent must be true
|
|
809
|
+
"""
|
|
810
|
+
if assessment_mode is not None:
|
|
811
|
+
pulumi.set(__self__, "assessment_mode", assessment_mode)
|
|
812
|
+
if automatic_by_platform_settings is not None:
|
|
813
|
+
pulumi.set(__self__, "automatic_by_platform_settings", automatic_by_platform_settings)
|
|
814
|
+
if patch_mode is not None:
|
|
815
|
+
pulumi.set(__self__, "patch_mode", patch_mode)
|
|
816
|
+
|
|
817
|
+
@property
|
|
818
|
+
@pulumi.getter(name="assessmentMode")
|
|
819
|
+
def assessment_mode(self) -> Optional[pulumi.Input[Union[str, 'LinuxPatchAssessmentMode']]]:
|
|
820
|
+
"""
|
|
821
|
+
Specifies the mode of VM Guest Patch Assessment for the IaaS virtual machine.<br /><br /> Possible values are:<br /><br /> **ImageDefault** - You control the timing of patch assessments on a virtual machine. <br /><br /> **AutomaticByPlatform** - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true.
|
|
822
|
+
"""
|
|
823
|
+
return pulumi.get(self, "assessment_mode")
|
|
824
|
+
|
|
825
|
+
@assessment_mode.setter
|
|
826
|
+
def assessment_mode(self, value: Optional[pulumi.Input[Union[str, 'LinuxPatchAssessmentMode']]]):
|
|
827
|
+
pulumi.set(self, "assessment_mode", value)
|
|
828
|
+
|
|
829
|
+
@property
|
|
830
|
+
@pulumi.getter(name="automaticByPlatformSettings")
|
|
831
|
+
def automatic_by_platform_settings(self) -> Optional[pulumi.Input['LinuxVMGuestPatchAutomaticByPlatformSettingsArgs']]:
|
|
832
|
+
"""
|
|
833
|
+
Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Linux.
|
|
834
|
+
"""
|
|
835
|
+
return pulumi.get(self, "automatic_by_platform_settings")
|
|
836
|
+
|
|
837
|
+
@automatic_by_platform_settings.setter
|
|
838
|
+
def automatic_by_platform_settings(self, value: Optional[pulumi.Input['LinuxVMGuestPatchAutomaticByPlatformSettingsArgs']]):
|
|
839
|
+
pulumi.set(self, "automatic_by_platform_settings", value)
|
|
840
|
+
|
|
841
|
+
@property
|
|
842
|
+
@pulumi.getter(name="patchMode")
|
|
843
|
+
def patch_mode(self) -> Optional[pulumi.Input[Union[str, 'LinuxVMGuestPatchMode']]]:
|
|
844
|
+
"""
|
|
845
|
+
Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible.<br /><br /> Possible values are:<br /><br /> **ImageDefault** - The virtual machine's default patching configuration is used. <br /><br /> **AutomaticByPlatform** - The virtual machine will be automatically updated by the platform. The property provisionVMAgent must be true
|
|
846
|
+
"""
|
|
847
|
+
return pulumi.get(self, "patch_mode")
|
|
848
|
+
|
|
849
|
+
@patch_mode.setter
|
|
850
|
+
def patch_mode(self, value: Optional[pulumi.Input[Union[str, 'LinuxVMGuestPatchMode']]]):
|
|
851
|
+
pulumi.set(self, "patch_mode", value)
|
|
852
|
+
|
|
853
|
+
|
|
854
|
+
@pulumi.input_type
|
|
855
|
+
class LinuxVMGuestPatchAutomaticByPlatformSettingsArgs:
|
|
856
|
+
def __init__(__self__, *,
|
|
857
|
+
bypass_platform_safety_checks_on_user_schedule: Optional[pulumi.Input[bool]] = None,
|
|
858
|
+
reboot_setting: Optional[pulumi.Input[Union[str, 'LinuxVMGuestPatchAutomaticByPlatformRebootSetting']]] = None):
|
|
859
|
+
"""
|
|
860
|
+
Specifies additional settings to be applied when patch mode AutomaticByPlatform is selected in Linux patch settings.
|
|
861
|
+
:param pulumi.Input[bool] bypass_platform_safety_checks_on_user_schedule: Enables customer to schedule patching without accidental upgrades
|
|
862
|
+
:param pulumi.Input[Union[str, 'LinuxVMGuestPatchAutomaticByPlatformRebootSetting']] reboot_setting: Specifies the reboot setting for all AutomaticByPlatform patch installation operations.
|
|
863
|
+
"""
|
|
864
|
+
if bypass_platform_safety_checks_on_user_schedule is not None:
|
|
865
|
+
pulumi.set(__self__, "bypass_platform_safety_checks_on_user_schedule", bypass_platform_safety_checks_on_user_schedule)
|
|
866
|
+
if reboot_setting is not None:
|
|
867
|
+
pulumi.set(__self__, "reboot_setting", reboot_setting)
|
|
868
|
+
|
|
869
|
+
@property
|
|
870
|
+
@pulumi.getter(name="bypassPlatformSafetyChecksOnUserSchedule")
|
|
871
|
+
def bypass_platform_safety_checks_on_user_schedule(self) -> Optional[pulumi.Input[bool]]:
|
|
872
|
+
"""
|
|
873
|
+
Enables customer to schedule patching without accidental upgrades
|
|
874
|
+
"""
|
|
875
|
+
return pulumi.get(self, "bypass_platform_safety_checks_on_user_schedule")
|
|
876
|
+
|
|
877
|
+
@bypass_platform_safety_checks_on_user_schedule.setter
|
|
878
|
+
def bypass_platform_safety_checks_on_user_schedule(self, value: Optional[pulumi.Input[bool]]):
|
|
879
|
+
pulumi.set(self, "bypass_platform_safety_checks_on_user_schedule", value)
|
|
880
|
+
|
|
881
|
+
@property
|
|
882
|
+
@pulumi.getter(name="rebootSetting")
|
|
883
|
+
def reboot_setting(self) -> Optional[pulumi.Input[Union[str, 'LinuxVMGuestPatchAutomaticByPlatformRebootSetting']]]:
|
|
884
|
+
"""
|
|
885
|
+
Specifies the reboot setting for all AutomaticByPlatform patch installation operations.
|
|
886
|
+
"""
|
|
887
|
+
return pulumi.get(self, "reboot_setting")
|
|
888
|
+
|
|
889
|
+
@reboot_setting.setter
|
|
890
|
+
def reboot_setting(self, value: Optional[pulumi.Input[Union[str, 'LinuxVMGuestPatchAutomaticByPlatformRebootSetting']]]):
|
|
891
|
+
pulumi.set(self, "reboot_setting", value)
|
|
892
|
+
|
|
893
|
+
|
|
894
|
+
@pulumi.input_type
|
|
895
|
+
class ManagedServiceIdentityArgs:
|
|
896
|
+
def __init__(__self__, *,
|
|
897
|
+
type: pulumi.Input[Union[str, 'ManagedServiceIdentityType']],
|
|
898
|
+
user_assigned_identities: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
899
|
+
"""
|
|
900
|
+
Managed service identity (system assigned and/or user assigned identities)
|
|
901
|
+
:param pulumi.Input[Union[str, 'ManagedServiceIdentityType']] type: Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
|
|
902
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] user_assigned_identities: The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
|
|
903
|
+
"""
|
|
904
|
+
pulumi.set(__self__, "type", type)
|
|
905
|
+
if user_assigned_identities is not None:
|
|
906
|
+
pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
|
|
907
|
+
|
|
908
|
+
@property
|
|
909
|
+
@pulumi.getter
|
|
910
|
+
def type(self) -> pulumi.Input[Union[str, 'ManagedServiceIdentityType']]:
|
|
911
|
+
"""
|
|
912
|
+
Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
|
|
913
|
+
"""
|
|
914
|
+
return pulumi.get(self, "type")
|
|
915
|
+
|
|
916
|
+
@type.setter
|
|
917
|
+
def type(self, value: pulumi.Input[Union[str, 'ManagedServiceIdentityType']]):
|
|
918
|
+
pulumi.set(self, "type", value)
|
|
919
|
+
|
|
920
|
+
@property
|
|
921
|
+
@pulumi.getter(name="userAssignedIdentities")
|
|
922
|
+
def user_assigned_identities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
923
|
+
"""
|
|
924
|
+
The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
|
|
925
|
+
"""
|
|
926
|
+
return pulumi.get(self, "user_assigned_identities")
|
|
927
|
+
|
|
928
|
+
@user_assigned_identities.setter
|
|
929
|
+
def user_assigned_identities(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
930
|
+
pulumi.set(self, "user_assigned_identities", value)
|
|
931
|
+
|
|
932
|
+
|
|
933
|
+
@pulumi.input_type
|
|
934
|
+
class OSImageNotificationProfileArgs:
|
|
935
|
+
def __init__(__self__, *,
|
|
936
|
+
enable: Optional[pulumi.Input[bool]] = None,
|
|
937
|
+
not_before_timeout: Optional[pulumi.Input[str]] = None):
|
|
938
|
+
"""
|
|
939
|
+
:param pulumi.Input[bool] enable: Specifies whether the OS Image Scheduled event is enabled or disabled.
|
|
940
|
+
:param pulumi.Input[str] not_before_timeout: Length of time a Virtual Machine being reimaged or having its OS upgraded will have to potentially approve the OS Image Scheduled Event before the event is auto approved (timed out). The configuration is specified in ISO 8601 format, and the value must be 15 minutes (PT15M)
|
|
941
|
+
"""
|
|
942
|
+
if enable is not None:
|
|
943
|
+
pulumi.set(__self__, "enable", enable)
|
|
944
|
+
if not_before_timeout is not None:
|
|
945
|
+
pulumi.set(__self__, "not_before_timeout", not_before_timeout)
|
|
946
|
+
|
|
947
|
+
@property
|
|
948
|
+
@pulumi.getter
|
|
949
|
+
def enable(self) -> Optional[pulumi.Input[bool]]:
|
|
950
|
+
"""
|
|
951
|
+
Specifies whether the OS Image Scheduled event is enabled or disabled.
|
|
952
|
+
"""
|
|
953
|
+
return pulumi.get(self, "enable")
|
|
954
|
+
|
|
955
|
+
@enable.setter
|
|
956
|
+
def enable(self, value: Optional[pulumi.Input[bool]]):
|
|
957
|
+
pulumi.set(self, "enable", value)
|
|
958
|
+
|
|
959
|
+
@property
|
|
960
|
+
@pulumi.getter(name="notBeforeTimeout")
|
|
961
|
+
def not_before_timeout(self) -> Optional[pulumi.Input[str]]:
|
|
962
|
+
"""
|
|
963
|
+
Length of time a Virtual Machine being reimaged or having its OS upgraded will have to potentially approve the OS Image Scheduled Event before the event is auto approved (timed out). The configuration is specified in ISO 8601 format, and the value must be 15 minutes (PT15M)
|
|
964
|
+
"""
|
|
965
|
+
return pulumi.get(self, "not_before_timeout")
|
|
966
|
+
|
|
967
|
+
@not_before_timeout.setter
|
|
968
|
+
def not_before_timeout(self, value: Optional[pulumi.Input[str]]):
|
|
969
|
+
pulumi.set(self, "not_before_timeout", value)
|
|
970
|
+
|
|
971
|
+
|
|
972
|
+
@pulumi.input_type
|
|
973
|
+
class PatchSettingsArgs:
|
|
974
|
+
def __init__(__self__, *,
|
|
975
|
+
assessment_mode: Optional[pulumi.Input[Union[str, 'WindowsPatchAssessmentMode']]] = None,
|
|
976
|
+
automatic_by_platform_settings: Optional[pulumi.Input['WindowsVMGuestPatchAutomaticByPlatformSettingsArgs']] = None,
|
|
977
|
+
enable_hotpatching: Optional[pulumi.Input[bool]] = None,
|
|
978
|
+
patch_mode: Optional[pulumi.Input[Union[str, 'WindowsVMGuestPatchMode']]] = None):
|
|
979
|
+
"""
|
|
980
|
+
Specifies settings related to VM Guest Patching on Windows.
|
|
981
|
+
:param pulumi.Input[Union[str, 'WindowsPatchAssessmentMode']] assessment_mode: Specifies the mode of VM Guest patch assessment for the IaaS virtual machine.<br /><br /> Possible values are:<br /><br /> **ImageDefault** - You control the timing of patch assessments on a virtual machine.<br /><br /> **AutomaticByPlatform** - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true.
|
|
982
|
+
:param pulumi.Input['WindowsVMGuestPatchAutomaticByPlatformSettingsArgs'] automatic_by_platform_settings: Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Windows.
|
|
983
|
+
:param pulumi.Input[bool] enable_hotpatching: Enables customers to patch their Azure VMs without requiring a reboot. For enableHotpatching, the 'provisionVMAgent' must be set to true and 'patchMode' must be set to 'AutomaticByPlatform'.
|
|
984
|
+
:param pulumi.Input[Union[str, 'WindowsVMGuestPatchMode']] patch_mode: Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible.<br /><br /> Possible values are:<br /><br /> **Manual** - You control the application of patches to a virtual machine. You do this by applying patches manually inside the VM. In this mode, automatic updates are disabled; the property WindowsConfiguration.enableAutomaticUpdates must be false<br /><br /> **AutomaticByOS** - The virtual machine will automatically be updated by the OS. The property WindowsConfiguration.enableAutomaticUpdates must be true. <br /><br /> **AutomaticByPlatform** - the virtual machine will automatically updated by the platform. The properties provisionVMAgent and WindowsConfiguration.enableAutomaticUpdates must be true
|
|
985
|
+
"""
|
|
986
|
+
if assessment_mode is not None:
|
|
987
|
+
pulumi.set(__self__, "assessment_mode", assessment_mode)
|
|
988
|
+
if automatic_by_platform_settings is not None:
|
|
989
|
+
pulumi.set(__self__, "automatic_by_platform_settings", automatic_by_platform_settings)
|
|
990
|
+
if enable_hotpatching is not None:
|
|
991
|
+
pulumi.set(__self__, "enable_hotpatching", enable_hotpatching)
|
|
992
|
+
if patch_mode is not None:
|
|
993
|
+
pulumi.set(__self__, "patch_mode", patch_mode)
|
|
994
|
+
|
|
995
|
+
@property
|
|
996
|
+
@pulumi.getter(name="assessmentMode")
|
|
997
|
+
def assessment_mode(self) -> Optional[pulumi.Input[Union[str, 'WindowsPatchAssessmentMode']]]:
|
|
998
|
+
"""
|
|
999
|
+
Specifies the mode of VM Guest patch assessment for the IaaS virtual machine.<br /><br /> Possible values are:<br /><br /> **ImageDefault** - You control the timing of patch assessments on a virtual machine.<br /><br /> **AutomaticByPlatform** - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true.
|
|
1000
|
+
"""
|
|
1001
|
+
return pulumi.get(self, "assessment_mode")
|
|
1002
|
+
|
|
1003
|
+
@assessment_mode.setter
|
|
1004
|
+
def assessment_mode(self, value: Optional[pulumi.Input[Union[str, 'WindowsPatchAssessmentMode']]]):
|
|
1005
|
+
pulumi.set(self, "assessment_mode", value)
|
|
1006
|
+
|
|
1007
|
+
@property
|
|
1008
|
+
@pulumi.getter(name="automaticByPlatformSettings")
|
|
1009
|
+
def automatic_by_platform_settings(self) -> Optional[pulumi.Input['WindowsVMGuestPatchAutomaticByPlatformSettingsArgs']]:
|
|
1010
|
+
"""
|
|
1011
|
+
Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Windows.
|
|
1012
|
+
"""
|
|
1013
|
+
return pulumi.get(self, "automatic_by_platform_settings")
|
|
1014
|
+
|
|
1015
|
+
@automatic_by_platform_settings.setter
|
|
1016
|
+
def automatic_by_platform_settings(self, value: Optional[pulumi.Input['WindowsVMGuestPatchAutomaticByPlatformSettingsArgs']]):
|
|
1017
|
+
pulumi.set(self, "automatic_by_platform_settings", value)
|
|
1018
|
+
|
|
1019
|
+
@property
|
|
1020
|
+
@pulumi.getter(name="enableHotpatching")
|
|
1021
|
+
def enable_hotpatching(self) -> Optional[pulumi.Input[bool]]:
|
|
1022
|
+
"""
|
|
1023
|
+
Enables customers to patch their Azure VMs without requiring a reboot. For enableHotpatching, the 'provisionVMAgent' must be set to true and 'patchMode' must be set to 'AutomaticByPlatform'.
|
|
1024
|
+
"""
|
|
1025
|
+
return pulumi.get(self, "enable_hotpatching")
|
|
1026
|
+
|
|
1027
|
+
@enable_hotpatching.setter
|
|
1028
|
+
def enable_hotpatching(self, value: Optional[pulumi.Input[bool]]):
|
|
1029
|
+
pulumi.set(self, "enable_hotpatching", value)
|
|
1030
|
+
|
|
1031
|
+
@property
|
|
1032
|
+
@pulumi.getter(name="patchMode")
|
|
1033
|
+
def patch_mode(self) -> Optional[pulumi.Input[Union[str, 'WindowsVMGuestPatchMode']]]:
|
|
1034
|
+
"""
|
|
1035
|
+
Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible.<br /><br /> Possible values are:<br /><br /> **Manual** - You control the application of patches to a virtual machine. You do this by applying patches manually inside the VM. In this mode, automatic updates are disabled; the property WindowsConfiguration.enableAutomaticUpdates must be false<br /><br /> **AutomaticByOS** - The virtual machine will automatically be updated by the OS. The property WindowsConfiguration.enableAutomaticUpdates must be true. <br /><br /> **AutomaticByPlatform** - the virtual machine will automatically updated by the platform. The properties provisionVMAgent and WindowsConfiguration.enableAutomaticUpdates must be true
|
|
1036
|
+
"""
|
|
1037
|
+
return pulumi.get(self, "patch_mode")
|
|
1038
|
+
|
|
1039
|
+
@patch_mode.setter
|
|
1040
|
+
def patch_mode(self, value: Optional[pulumi.Input[Union[str, 'WindowsVMGuestPatchMode']]]):
|
|
1041
|
+
pulumi.set(self, "patch_mode", value)
|
|
1042
|
+
|
|
1043
|
+
|
|
1044
|
+
@pulumi.input_type
|
|
1045
|
+
class PlanArgs:
|
|
1046
|
+
def __init__(__self__, *,
|
|
1047
|
+
name: pulumi.Input[str],
|
|
1048
|
+
product: pulumi.Input[str],
|
|
1049
|
+
publisher: pulumi.Input[str],
|
|
1050
|
+
promotion_code: Optional[pulumi.Input[str]] = None,
|
|
1051
|
+
version: Optional[pulumi.Input[str]] = None):
|
|
1052
|
+
"""
|
|
1053
|
+
Plan for the resource.
|
|
1054
|
+
:param pulumi.Input[str] name: A user defined name of the 3rd Party Artifact that is being procured.
|
|
1055
|
+
:param pulumi.Input[str] product: The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding.
|
|
1056
|
+
:param pulumi.Input[str] publisher: The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic
|
|
1057
|
+
:param pulumi.Input[str] promotion_code: A publisher provided promotion code as provisioned in Data Market for the said product/artifact.
|
|
1058
|
+
:param pulumi.Input[str] version: The version of the desired product/artifact.
|
|
1059
|
+
"""
|
|
1060
|
+
pulumi.set(__self__, "name", name)
|
|
1061
|
+
pulumi.set(__self__, "product", product)
|
|
1062
|
+
pulumi.set(__self__, "publisher", publisher)
|
|
1063
|
+
if promotion_code is not None:
|
|
1064
|
+
pulumi.set(__self__, "promotion_code", promotion_code)
|
|
1065
|
+
if version is not None:
|
|
1066
|
+
pulumi.set(__self__, "version", version)
|
|
1067
|
+
|
|
1068
|
+
@property
|
|
1069
|
+
@pulumi.getter
|
|
1070
|
+
def name(self) -> pulumi.Input[str]:
|
|
1071
|
+
"""
|
|
1072
|
+
A user defined name of the 3rd Party Artifact that is being procured.
|
|
1073
|
+
"""
|
|
1074
|
+
return pulumi.get(self, "name")
|
|
1075
|
+
|
|
1076
|
+
@name.setter
|
|
1077
|
+
def name(self, value: pulumi.Input[str]):
|
|
1078
|
+
pulumi.set(self, "name", value)
|
|
1079
|
+
|
|
1080
|
+
@property
|
|
1081
|
+
@pulumi.getter
|
|
1082
|
+
def product(self) -> pulumi.Input[str]:
|
|
1083
|
+
"""
|
|
1084
|
+
The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding.
|
|
1085
|
+
"""
|
|
1086
|
+
return pulumi.get(self, "product")
|
|
1087
|
+
|
|
1088
|
+
@product.setter
|
|
1089
|
+
def product(self, value: pulumi.Input[str]):
|
|
1090
|
+
pulumi.set(self, "product", value)
|
|
1091
|
+
|
|
1092
|
+
@property
|
|
1093
|
+
@pulumi.getter
|
|
1094
|
+
def publisher(self) -> pulumi.Input[str]:
|
|
1095
|
+
"""
|
|
1096
|
+
The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic
|
|
1097
|
+
"""
|
|
1098
|
+
return pulumi.get(self, "publisher")
|
|
1099
|
+
|
|
1100
|
+
@publisher.setter
|
|
1101
|
+
def publisher(self, value: pulumi.Input[str]):
|
|
1102
|
+
pulumi.set(self, "publisher", value)
|
|
1103
|
+
|
|
1104
|
+
@property
|
|
1105
|
+
@pulumi.getter(name="promotionCode")
|
|
1106
|
+
def promotion_code(self) -> Optional[pulumi.Input[str]]:
|
|
1107
|
+
"""
|
|
1108
|
+
A publisher provided promotion code as provisioned in Data Market for the said product/artifact.
|
|
1109
|
+
"""
|
|
1110
|
+
return pulumi.get(self, "promotion_code")
|
|
1111
|
+
|
|
1112
|
+
@promotion_code.setter
|
|
1113
|
+
def promotion_code(self, value: Optional[pulumi.Input[str]]):
|
|
1114
|
+
pulumi.set(self, "promotion_code", value)
|
|
1115
|
+
|
|
1116
|
+
@property
|
|
1117
|
+
@pulumi.getter
|
|
1118
|
+
def version(self) -> Optional[pulumi.Input[str]]:
|
|
1119
|
+
"""
|
|
1120
|
+
The version of the desired product/artifact.
|
|
1121
|
+
"""
|
|
1122
|
+
return pulumi.get(self, "version")
|
|
1123
|
+
|
|
1124
|
+
@version.setter
|
|
1125
|
+
def version(self, value: Optional[pulumi.Input[str]]):
|
|
1126
|
+
pulumi.set(self, "version", value)
|
|
1127
|
+
|
|
1128
|
+
|
|
1129
|
+
@pulumi.input_type
|
|
1130
|
+
class ProxyAgentSettingsArgs:
|
|
1131
|
+
def __init__(__self__, *,
|
|
1132
|
+
enabled: Optional[pulumi.Input[bool]] = None,
|
|
1133
|
+
key_incarnation_id: Optional[pulumi.Input[int]] = None,
|
|
1134
|
+
mode: Optional[pulumi.Input[Union[str, 'Mode']]] = None):
|
|
1135
|
+
"""
|
|
1136
|
+
Specifies ProxyAgent settings while creating the virtual machine. Minimum api-version: 2023-09-01.
|
|
1137
|
+
:param pulumi.Input[bool] enabled: Specifies whether ProxyAgent feature should be enabled on the virtual machine or virtual machine scale set.
|
|
1138
|
+
:param pulumi.Input[int] key_incarnation_id: Increase the value of this property allows user to reset the key used for securing communication channel between guest and host.
|
|
1139
|
+
:param pulumi.Input[Union[str, 'Mode']] mode: Specifies the mode that ProxyAgent will execute on if the feature is enabled. ProxyAgent will start to audit or monitor but not enforce access control over requests to host endpoints in Audit mode, while in Enforce mode it will enforce access control. The default value is Enforce mode.
|
|
1140
|
+
"""
|
|
1141
|
+
if enabled is not None:
|
|
1142
|
+
pulumi.set(__self__, "enabled", enabled)
|
|
1143
|
+
if key_incarnation_id is not None:
|
|
1144
|
+
pulumi.set(__self__, "key_incarnation_id", key_incarnation_id)
|
|
1145
|
+
if mode is not None:
|
|
1146
|
+
pulumi.set(__self__, "mode", mode)
|
|
1147
|
+
|
|
1148
|
+
@property
|
|
1149
|
+
@pulumi.getter
|
|
1150
|
+
def enabled(self) -> Optional[pulumi.Input[bool]]:
|
|
1151
|
+
"""
|
|
1152
|
+
Specifies whether ProxyAgent feature should be enabled on the virtual machine or virtual machine scale set.
|
|
1153
|
+
"""
|
|
1154
|
+
return pulumi.get(self, "enabled")
|
|
1155
|
+
|
|
1156
|
+
@enabled.setter
|
|
1157
|
+
def enabled(self, value: Optional[pulumi.Input[bool]]):
|
|
1158
|
+
pulumi.set(self, "enabled", value)
|
|
1159
|
+
|
|
1160
|
+
@property
|
|
1161
|
+
@pulumi.getter(name="keyIncarnationId")
|
|
1162
|
+
def key_incarnation_id(self) -> Optional[pulumi.Input[int]]:
|
|
1163
|
+
"""
|
|
1164
|
+
Increase the value of this property allows user to reset the key used for securing communication channel between guest and host.
|
|
1165
|
+
"""
|
|
1166
|
+
return pulumi.get(self, "key_incarnation_id")
|
|
1167
|
+
|
|
1168
|
+
@key_incarnation_id.setter
|
|
1169
|
+
def key_incarnation_id(self, value: Optional[pulumi.Input[int]]):
|
|
1170
|
+
pulumi.set(self, "key_incarnation_id", value)
|
|
1171
|
+
|
|
1172
|
+
@property
|
|
1173
|
+
@pulumi.getter
|
|
1174
|
+
def mode(self) -> Optional[pulumi.Input[Union[str, 'Mode']]]:
|
|
1175
|
+
"""
|
|
1176
|
+
Specifies the mode that ProxyAgent will execute on if the feature is enabled. ProxyAgent will start to audit or monitor but not enforce access control over requests to host endpoints in Audit mode, while in Enforce mode it will enforce access control. The default value is Enforce mode.
|
|
1177
|
+
"""
|
|
1178
|
+
return pulumi.get(self, "mode")
|
|
1179
|
+
|
|
1180
|
+
@mode.setter
|
|
1181
|
+
def mode(self, value: Optional[pulumi.Input[Union[str, 'Mode']]]):
|
|
1182
|
+
pulumi.set(self, "mode", value)
|
|
1183
|
+
|
|
1184
|
+
|
|
1185
|
+
@pulumi.input_type
|
|
1186
|
+
class PublicIPAddressSkuArgs:
|
|
1187
|
+
def __init__(__self__, *,
|
|
1188
|
+
name: Optional[pulumi.Input[Union[str, 'PublicIPAddressSkuName']]] = None,
|
|
1189
|
+
tier: Optional[pulumi.Input[Union[str, 'PublicIPAddressSkuTier']]] = None):
|
|
1190
|
+
"""
|
|
1191
|
+
Describes the public IP Sku. It can only be set with OrchestrationMode as Flexible.
|
|
1192
|
+
:param pulumi.Input[Union[str, 'PublicIPAddressSkuName']] name: Specify public IP sku name
|
|
1193
|
+
:param pulumi.Input[Union[str, 'PublicIPAddressSkuTier']] tier: Specify public IP sku tier
|
|
1194
|
+
"""
|
|
1195
|
+
if name is not None:
|
|
1196
|
+
pulumi.set(__self__, "name", name)
|
|
1197
|
+
if tier is not None:
|
|
1198
|
+
pulumi.set(__self__, "tier", tier)
|
|
1199
|
+
|
|
1200
|
+
@property
|
|
1201
|
+
@pulumi.getter
|
|
1202
|
+
def name(self) -> Optional[pulumi.Input[Union[str, 'PublicIPAddressSkuName']]]:
|
|
1203
|
+
"""
|
|
1204
|
+
Specify public IP sku name
|
|
1205
|
+
"""
|
|
1206
|
+
return pulumi.get(self, "name")
|
|
1207
|
+
|
|
1208
|
+
@name.setter
|
|
1209
|
+
def name(self, value: Optional[pulumi.Input[Union[str, 'PublicIPAddressSkuName']]]):
|
|
1210
|
+
pulumi.set(self, "name", value)
|
|
1211
|
+
|
|
1212
|
+
@property
|
|
1213
|
+
@pulumi.getter
|
|
1214
|
+
def tier(self) -> Optional[pulumi.Input[Union[str, 'PublicIPAddressSkuTier']]]:
|
|
1215
|
+
"""
|
|
1216
|
+
Specify public IP sku tier
|
|
1217
|
+
"""
|
|
1218
|
+
return pulumi.get(self, "tier")
|
|
1219
|
+
|
|
1220
|
+
@tier.setter
|
|
1221
|
+
def tier(self, value: Optional[pulumi.Input[Union[str, 'PublicIPAddressSkuTier']]]):
|
|
1222
|
+
pulumi.set(self, "tier", value)
|
|
1223
|
+
|
|
1224
|
+
|
|
1225
|
+
@pulumi.input_type
|
|
1226
|
+
class RegularPriorityProfileArgs:
|
|
1227
|
+
def __init__(__self__, *,
|
|
1228
|
+
allocation_strategy: Optional[pulumi.Input[Union[str, 'RegularPriorityAllocationStrategy']]] = None,
|
|
1229
|
+
capacity: Optional[pulumi.Input[int]] = None,
|
|
1230
|
+
min_capacity: Optional[pulumi.Input[int]] = None):
|
|
1231
|
+
"""
|
|
1232
|
+
Configuration Options for Regular instances in Compute Fleet.
|
|
1233
|
+
:param pulumi.Input[Union[str, 'RegularPriorityAllocationStrategy']] allocation_strategy: Allocation strategy to follow when determining the VM sizes distribution for Regular VMs.
|
|
1234
|
+
:param pulumi.Input[int] capacity: Total capacity to achieve. It is currently in terms of number of VMs.
|
|
1235
|
+
:param pulumi.Input[int] min_capacity: Minimum capacity to achieve which cannot be updated. If we will not be able to "guarantee" minimum capacity, we will reject the request in the sync path itself.
|
|
1236
|
+
"""
|
|
1237
|
+
if allocation_strategy is not None:
|
|
1238
|
+
pulumi.set(__self__, "allocation_strategy", allocation_strategy)
|
|
1239
|
+
if capacity is not None:
|
|
1240
|
+
pulumi.set(__self__, "capacity", capacity)
|
|
1241
|
+
if min_capacity is not None:
|
|
1242
|
+
pulumi.set(__self__, "min_capacity", min_capacity)
|
|
1243
|
+
|
|
1244
|
+
@property
|
|
1245
|
+
@pulumi.getter(name="allocationStrategy")
|
|
1246
|
+
def allocation_strategy(self) -> Optional[pulumi.Input[Union[str, 'RegularPriorityAllocationStrategy']]]:
|
|
1247
|
+
"""
|
|
1248
|
+
Allocation strategy to follow when determining the VM sizes distribution for Regular VMs.
|
|
1249
|
+
"""
|
|
1250
|
+
return pulumi.get(self, "allocation_strategy")
|
|
1251
|
+
|
|
1252
|
+
@allocation_strategy.setter
|
|
1253
|
+
def allocation_strategy(self, value: Optional[pulumi.Input[Union[str, 'RegularPriorityAllocationStrategy']]]):
|
|
1254
|
+
pulumi.set(self, "allocation_strategy", value)
|
|
1255
|
+
|
|
1256
|
+
@property
|
|
1257
|
+
@pulumi.getter
|
|
1258
|
+
def capacity(self) -> Optional[pulumi.Input[int]]:
|
|
1259
|
+
"""
|
|
1260
|
+
Total capacity to achieve. It is currently in terms of number of VMs.
|
|
1261
|
+
"""
|
|
1262
|
+
return pulumi.get(self, "capacity")
|
|
1263
|
+
|
|
1264
|
+
@capacity.setter
|
|
1265
|
+
def capacity(self, value: Optional[pulumi.Input[int]]):
|
|
1266
|
+
pulumi.set(self, "capacity", value)
|
|
1267
|
+
|
|
1268
|
+
@property
|
|
1269
|
+
@pulumi.getter(name="minCapacity")
|
|
1270
|
+
def min_capacity(self) -> Optional[pulumi.Input[int]]:
|
|
1271
|
+
"""
|
|
1272
|
+
Minimum capacity to achieve which cannot be updated. If we will not be able to "guarantee" minimum capacity, we will reject the request in the sync path itself.
|
|
1273
|
+
"""
|
|
1274
|
+
return pulumi.get(self, "min_capacity")
|
|
1275
|
+
|
|
1276
|
+
@min_capacity.setter
|
|
1277
|
+
def min_capacity(self, value: Optional[pulumi.Input[int]]):
|
|
1278
|
+
pulumi.set(self, "min_capacity", value)
|
|
1279
|
+
|
|
1280
|
+
|
|
1281
|
+
@pulumi.input_type
|
|
1282
|
+
class ScheduledEventsProfileArgs:
|
|
1283
|
+
def __init__(__self__, *,
|
|
1284
|
+
os_image_notification_profile: Optional[pulumi.Input['OSImageNotificationProfileArgs']] = None,
|
|
1285
|
+
terminate_notification_profile: Optional[pulumi.Input['TerminateNotificationProfileArgs']] = None):
|
|
1286
|
+
"""
|
|
1287
|
+
:param pulumi.Input['OSImageNotificationProfileArgs'] os_image_notification_profile: Specifies OS Image Scheduled Event related configurations.
|
|
1288
|
+
:param pulumi.Input['TerminateNotificationProfileArgs'] terminate_notification_profile: Specifies Terminate Scheduled Event related configurations.
|
|
1289
|
+
"""
|
|
1290
|
+
if os_image_notification_profile is not None:
|
|
1291
|
+
pulumi.set(__self__, "os_image_notification_profile", os_image_notification_profile)
|
|
1292
|
+
if terminate_notification_profile is not None:
|
|
1293
|
+
pulumi.set(__self__, "terminate_notification_profile", terminate_notification_profile)
|
|
1294
|
+
|
|
1295
|
+
@property
|
|
1296
|
+
@pulumi.getter(name="osImageNotificationProfile")
|
|
1297
|
+
def os_image_notification_profile(self) -> Optional[pulumi.Input['OSImageNotificationProfileArgs']]:
|
|
1298
|
+
"""
|
|
1299
|
+
Specifies OS Image Scheduled Event related configurations.
|
|
1300
|
+
"""
|
|
1301
|
+
return pulumi.get(self, "os_image_notification_profile")
|
|
1302
|
+
|
|
1303
|
+
@os_image_notification_profile.setter
|
|
1304
|
+
def os_image_notification_profile(self, value: Optional[pulumi.Input['OSImageNotificationProfileArgs']]):
|
|
1305
|
+
pulumi.set(self, "os_image_notification_profile", value)
|
|
1306
|
+
|
|
1307
|
+
@property
|
|
1308
|
+
@pulumi.getter(name="terminateNotificationProfile")
|
|
1309
|
+
def terminate_notification_profile(self) -> Optional[pulumi.Input['TerminateNotificationProfileArgs']]:
|
|
1310
|
+
"""
|
|
1311
|
+
Specifies Terminate Scheduled Event related configurations.
|
|
1312
|
+
"""
|
|
1313
|
+
return pulumi.get(self, "terminate_notification_profile")
|
|
1314
|
+
|
|
1315
|
+
@terminate_notification_profile.setter
|
|
1316
|
+
def terminate_notification_profile(self, value: Optional[pulumi.Input['TerminateNotificationProfileArgs']]):
|
|
1317
|
+
pulumi.set(self, "terminate_notification_profile", value)
|
|
1318
|
+
|
|
1319
|
+
|
|
1320
|
+
@pulumi.input_type
|
|
1321
|
+
class SecurityPostureReferenceArgs:
|
|
1322
|
+
def __init__(__self__, *,
|
|
1323
|
+
exclude_extensions: Optional[pulumi.Input[Sequence[pulumi.Input['VirtualMachineExtensionArgs']]]] = None,
|
|
1324
|
+
id: Optional[pulumi.Input[str]] = None):
|
|
1325
|
+
"""
|
|
1326
|
+
Specifies the security posture to be used for all virtual machines in the scale set. Minimum api-version: 2023-03-01
|
|
1327
|
+
:param pulumi.Input[Sequence[pulumi.Input['VirtualMachineExtensionArgs']]] exclude_extensions: List of virtual machine extensions to exclude when applying the Security Posture.
|
|
1328
|
+
:param pulumi.Input[str] id: The security posture reference id in the form of /CommunityGalleries/{communityGalleryName}/securityPostures/{securityPostureName}/versions/{major.minor.patch}|{major.*}|latest
|
|
1329
|
+
"""
|
|
1330
|
+
if exclude_extensions is not None:
|
|
1331
|
+
pulumi.set(__self__, "exclude_extensions", exclude_extensions)
|
|
1332
|
+
if id is not None:
|
|
1333
|
+
pulumi.set(__self__, "id", id)
|
|
1334
|
+
|
|
1335
|
+
@property
|
|
1336
|
+
@pulumi.getter(name="excludeExtensions")
|
|
1337
|
+
def exclude_extensions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['VirtualMachineExtensionArgs']]]]:
|
|
1338
|
+
"""
|
|
1339
|
+
List of virtual machine extensions to exclude when applying the Security Posture.
|
|
1340
|
+
"""
|
|
1341
|
+
return pulumi.get(self, "exclude_extensions")
|
|
1342
|
+
|
|
1343
|
+
@exclude_extensions.setter
|
|
1344
|
+
def exclude_extensions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['VirtualMachineExtensionArgs']]]]):
|
|
1345
|
+
pulumi.set(self, "exclude_extensions", value)
|
|
1346
|
+
|
|
1347
|
+
@property
|
|
1348
|
+
@pulumi.getter
|
|
1349
|
+
def id(self) -> Optional[pulumi.Input[str]]:
|
|
1350
|
+
"""
|
|
1351
|
+
The security posture reference id in the form of /CommunityGalleries/{communityGalleryName}/securityPostures/{securityPostureName}/versions/{major.minor.patch}|{major.*}|latest
|
|
1352
|
+
"""
|
|
1353
|
+
return pulumi.get(self, "id")
|
|
1354
|
+
|
|
1355
|
+
@id.setter
|
|
1356
|
+
def id(self, value: Optional[pulumi.Input[str]]):
|
|
1357
|
+
pulumi.set(self, "id", value)
|
|
1358
|
+
|
|
1359
|
+
|
|
1360
|
+
@pulumi.input_type
|
|
1361
|
+
class SecurityProfileArgs:
|
|
1362
|
+
def __init__(__self__, *,
|
|
1363
|
+
encryption_at_host: Optional[pulumi.Input[bool]] = None,
|
|
1364
|
+
encryption_identity: Optional[pulumi.Input['EncryptionIdentityArgs']] = None,
|
|
1365
|
+
proxy_agent_settings: Optional[pulumi.Input['ProxyAgentSettingsArgs']] = None,
|
|
1366
|
+
security_type: Optional[pulumi.Input[Union[str, 'SecurityTypes']]] = None,
|
|
1367
|
+
uefi_settings: Optional[pulumi.Input['UefiSettingsArgs']] = None):
|
|
1368
|
+
"""
|
|
1369
|
+
Specifies the Security profile settings for the virtual machine or virtual machine scale set.
|
|
1370
|
+
:param pulumi.Input[bool] encryption_at_host: This property can be used by user in the request to enable or disable the Host Encryption for the virtual machine or virtual machine scale set. This will enable the encryption for all the disks including Resource/Temp disk at host itself. The default behavior is: The Encryption at host will be disabled unless this property is set to true for the resource.
|
|
1371
|
+
:param pulumi.Input['EncryptionIdentityArgs'] encryption_identity: Specifies the Managed Identity used by ADE to get access token for keyvault operations.
|
|
1372
|
+
:param pulumi.Input['ProxyAgentSettingsArgs'] proxy_agent_settings: Specifies ProxyAgent settings while creating the virtual machine. Minimum api-version: 2023-09-01.
|
|
1373
|
+
:param pulumi.Input[Union[str, 'SecurityTypes']] security_type: Specifies the SecurityType of the virtual machine. It has to be set to any specified value to enable UefiSettings. The default behavior is: UefiSettings will not be enabled unless this property is set.
|
|
1374
|
+
:param pulumi.Input['UefiSettingsArgs'] uefi_settings: Specifies the security settings like secure boot and vTPM used while creating the virtual machine. Minimum api-version: 2020-12-01.
|
|
1375
|
+
"""
|
|
1376
|
+
if encryption_at_host is not None:
|
|
1377
|
+
pulumi.set(__self__, "encryption_at_host", encryption_at_host)
|
|
1378
|
+
if encryption_identity is not None:
|
|
1379
|
+
pulumi.set(__self__, "encryption_identity", encryption_identity)
|
|
1380
|
+
if proxy_agent_settings is not None:
|
|
1381
|
+
pulumi.set(__self__, "proxy_agent_settings", proxy_agent_settings)
|
|
1382
|
+
if security_type is not None:
|
|
1383
|
+
pulumi.set(__self__, "security_type", security_type)
|
|
1384
|
+
if uefi_settings is not None:
|
|
1385
|
+
pulumi.set(__self__, "uefi_settings", uefi_settings)
|
|
1386
|
+
|
|
1387
|
+
@property
|
|
1388
|
+
@pulumi.getter(name="encryptionAtHost")
|
|
1389
|
+
def encryption_at_host(self) -> Optional[pulumi.Input[bool]]:
|
|
1390
|
+
"""
|
|
1391
|
+
This property can be used by user in the request to enable or disable the Host Encryption for the virtual machine or virtual machine scale set. This will enable the encryption for all the disks including Resource/Temp disk at host itself. The default behavior is: The Encryption at host will be disabled unless this property is set to true for the resource.
|
|
1392
|
+
"""
|
|
1393
|
+
return pulumi.get(self, "encryption_at_host")
|
|
1394
|
+
|
|
1395
|
+
@encryption_at_host.setter
|
|
1396
|
+
def encryption_at_host(self, value: Optional[pulumi.Input[bool]]):
|
|
1397
|
+
pulumi.set(self, "encryption_at_host", value)
|
|
1398
|
+
|
|
1399
|
+
@property
|
|
1400
|
+
@pulumi.getter(name="encryptionIdentity")
|
|
1401
|
+
def encryption_identity(self) -> Optional[pulumi.Input['EncryptionIdentityArgs']]:
|
|
1402
|
+
"""
|
|
1403
|
+
Specifies the Managed Identity used by ADE to get access token for keyvault operations.
|
|
1404
|
+
"""
|
|
1405
|
+
return pulumi.get(self, "encryption_identity")
|
|
1406
|
+
|
|
1407
|
+
@encryption_identity.setter
|
|
1408
|
+
def encryption_identity(self, value: Optional[pulumi.Input['EncryptionIdentityArgs']]):
|
|
1409
|
+
pulumi.set(self, "encryption_identity", value)
|
|
1410
|
+
|
|
1411
|
+
@property
|
|
1412
|
+
@pulumi.getter(name="proxyAgentSettings")
|
|
1413
|
+
def proxy_agent_settings(self) -> Optional[pulumi.Input['ProxyAgentSettingsArgs']]:
|
|
1414
|
+
"""
|
|
1415
|
+
Specifies ProxyAgent settings while creating the virtual machine. Minimum api-version: 2023-09-01.
|
|
1416
|
+
"""
|
|
1417
|
+
return pulumi.get(self, "proxy_agent_settings")
|
|
1418
|
+
|
|
1419
|
+
@proxy_agent_settings.setter
|
|
1420
|
+
def proxy_agent_settings(self, value: Optional[pulumi.Input['ProxyAgentSettingsArgs']]):
|
|
1421
|
+
pulumi.set(self, "proxy_agent_settings", value)
|
|
1422
|
+
|
|
1423
|
+
@property
|
|
1424
|
+
@pulumi.getter(name="securityType")
|
|
1425
|
+
def security_type(self) -> Optional[pulumi.Input[Union[str, 'SecurityTypes']]]:
|
|
1426
|
+
"""
|
|
1427
|
+
Specifies the SecurityType of the virtual machine. It has to be set to any specified value to enable UefiSettings. The default behavior is: UefiSettings will not be enabled unless this property is set.
|
|
1428
|
+
"""
|
|
1429
|
+
return pulumi.get(self, "security_type")
|
|
1430
|
+
|
|
1431
|
+
@security_type.setter
|
|
1432
|
+
def security_type(self, value: Optional[pulumi.Input[Union[str, 'SecurityTypes']]]):
|
|
1433
|
+
pulumi.set(self, "security_type", value)
|
|
1434
|
+
|
|
1435
|
+
@property
|
|
1436
|
+
@pulumi.getter(name="uefiSettings")
|
|
1437
|
+
def uefi_settings(self) -> Optional[pulumi.Input['UefiSettingsArgs']]:
|
|
1438
|
+
"""
|
|
1439
|
+
Specifies the security settings like secure boot and vTPM used while creating the virtual machine. Minimum api-version: 2020-12-01.
|
|
1440
|
+
"""
|
|
1441
|
+
return pulumi.get(self, "uefi_settings")
|
|
1442
|
+
|
|
1443
|
+
@uefi_settings.setter
|
|
1444
|
+
def uefi_settings(self, value: Optional[pulumi.Input['UefiSettingsArgs']]):
|
|
1445
|
+
pulumi.set(self, "uefi_settings", value)
|
|
1446
|
+
|
|
1447
|
+
|
|
1448
|
+
@pulumi.input_type
|
|
1449
|
+
class ServiceArtifactReferenceArgs:
|
|
1450
|
+
def __init__(__self__, *,
|
|
1451
|
+
id: Optional[pulumi.Input[str]] = None):
|
|
1452
|
+
"""
|
|
1453
|
+
Specifies the service artifact reference id used to set same image version for all virtual machines in the scale set when using 'latest' image version. Minimum api-version: 2022-11-01
|
|
1454
|
+
:param pulumi.Input[str] id: The service artifact reference id in the form of /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/galleries/{galleryName}/serviceArtifacts/{serviceArtifactName}/vmArtifactsProfiles/{vmArtifactsProfilesName}
|
|
1455
|
+
"""
|
|
1456
|
+
if id is not None:
|
|
1457
|
+
pulumi.set(__self__, "id", id)
|
|
1458
|
+
|
|
1459
|
+
@property
|
|
1460
|
+
@pulumi.getter
|
|
1461
|
+
def id(self) -> Optional[pulumi.Input[str]]:
|
|
1462
|
+
"""
|
|
1463
|
+
The service artifact reference id in the form of /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/galleries/{galleryName}/serviceArtifacts/{serviceArtifactName}/vmArtifactsProfiles/{vmArtifactsProfilesName}
|
|
1464
|
+
"""
|
|
1465
|
+
return pulumi.get(self, "id")
|
|
1466
|
+
|
|
1467
|
+
@id.setter
|
|
1468
|
+
def id(self, value: Optional[pulumi.Input[str]]):
|
|
1469
|
+
pulumi.set(self, "id", value)
|
|
1470
|
+
|
|
1471
|
+
|
|
1472
|
+
@pulumi.input_type
|
|
1473
|
+
class SpotPriorityProfileArgs:
|
|
1474
|
+
def __init__(__self__, *,
|
|
1475
|
+
allocation_strategy: Optional[pulumi.Input[Union[str, 'SpotAllocationStrategy']]] = None,
|
|
1476
|
+
capacity: Optional[pulumi.Input[int]] = None,
|
|
1477
|
+
eviction_policy: Optional[pulumi.Input[Union[str, 'EvictionPolicy']]] = None,
|
|
1478
|
+
maintain: Optional[pulumi.Input[bool]] = None,
|
|
1479
|
+
max_price_per_vm: Optional[pulumi.Input[float]] = None,
|
|
1480
|
+
min_capacity: Optional[pulumi.Input[int]] = None):
|
|
1481
|
+
"""
|
|
1482
|
+
Configuration Options for Spot instances in Compute Fleet.
|
|
1483
|
+
:param pulumi.Input[Union[str, 'SpotAllocationStrategy']] allocation_strategy: Allocation strategy to follow when determining the VM sizes distribution for Spot VMs.
|
|
1484
|
+
:param pulumi.Input[int] capacity: Total capacity to achieve. It is currently in terms of number of VMs.
|
|
1485
|
+
:param pulumi.Input[Union[str, 'EvictionPolicy']] eviction_policy: Eviction Policy to follow when evicting Spot VMs.
|
|
1486
|
+
:param pulumi.Input[bool] maintain: Flag to enable/disable continuous goal seeking for the desired capacity and restoration of evicted Spot VMs.
|
|
1487
|
+
If maintain is enabled, AzureFleetRP will use all VM sizes in vmSizesProfile to create new VMs (if VMs are evicted deleted)
|
|
1488
|
+
or update existing VMs with new VM sizes (if VMs are evicted deallocated or failed to allocate due to capacity constraint) in order to achieve the desired capacity.
|
|
1489
|
+
Maintain is enabled by default.
|
|
1490
|
+
:param pulumi.Input[float] max_price_per_vm: Price per hour of each Spot VM will never exceed this.
|
|
1491
|
+
:param pulumi.Input[int] min_capacity: Minimum capacity to achieve which cannot be updated. If we will not be able to "guarantee" minimum capacity, we will reject the request in the sync path itself.
|
|
1492
|
+
"""
|
|
1493
|
+
if allocation_strategy is not None:
|
|
1494
|
+
pulumi.set(__self__, "allocation_strategy", allocation_strategy)
|
|
1495
|
+
if capacity is not None:
|
|
1496
|
+
pulumi.set(__self__, "capacity", capacity)
|
|
1497
|
+
if eviction_policy is not None:
|
|
1498
|
+
pulumi.set(__self__, "eviction_policy", eviction_policy)
|
|
1499
|
+
if maintain is not None:
|
|
1500
|
+
pulumi.set(__self__, "maintain", maintain)
|
|
1501
|
+
if max_price_per_vm is not None:
|
|
1502
|
+
pulumi.set(__self__, "max_price_per_vm", max_price_per_vm)
|
|
1503
|
+
if min_capacity is not None:
|
|
1504
|
+
pulumi.set(__self__, "min_capacity", min_capacity)
|
|
1505
|
+
|
|
1506
|
+
@property
|
|
1507
|
+
@pulumi.getter(name="allocationStrategy")
|
|
1508
|
+
def allocation_strategy(self) -> Optional[pulumi.Input[Union[str, 'SpotAllocationStrategy']]]:
|
|
1509
|
+
"""
|
|
1510
|
+
Allocation strategy to follow when determining the VM sizes distribution for Spot VMs.
|
|
1511
|
+
"""
|
|
1512
|
+
return pulumi.get(self, "allocation_strategy")
|
|
1513
|
+
|
|
1514
|
+
@allocation_strategy.setter
|
|
1515
|
+
def allocation_strategy(self, value: Optional[pulumi.Input[Union[str, 'SpotAllocationStrategy']]]):
|
|
1516
|
+
pulumi.set(self, "allocation_strategy", value)
|
|
1517
|
+
|
|
1518
|
+
@property
|
|
1519
|
+
@pulumi.getter
|
|
1520
|
+
def capacity(self) -> Optional[pulumi.Input[int]]:
|
|
1521
|
+
"""
|
|
1522
|
+
Total capacity to achieve. It is currently in terms of number of VMs.
|
|
1523
|
+
"""
|
|
1524
|
+
return pulumi.get(self, "capacity")
|
|
1525
|
+
|
|
1526
|
+
@capacity.setter
|
|
1527
|
+
def capacity(self, value: Optional[pulumi.Input[int]]):
|
|
1528
|
+
pulumi.set(self, "capacity", value)
|
|
1529
|
+
|
|
1530
|
+
@property
|
|
1531
|
+
@pulumi.getter(name="evictionPolicy")
|
|
1532
|
+
def eviction_policy(self) -> Optional[pulumi.Input[Union[str, 'EvictionPolicy']]]:
|
|
1533
|
+
"""
|
|
1534
|
+
Eviction Policy to follow when evicting Spot VMs.
|
|
1535
|
+
"""
|
|
1536
|
+
return pulumi.get(self, "eviction_policy")
|
|
1537
|
+
|
|
1538
|
+
@eviction_policy.setter
|
|
1539
|
+
def eviction_policy(self, value: Optional[pulumi.Input[Union[str, 'EvictionPolicy']]]):
|
|
1540
|
+
pulumi.set(self, "eviction_policy", value)
|
|
1541
|
+
|
|
1542
|
+
@property
|
|
1543
|
+
@pulumi.getter
|
|
1544
|
+
def maintain(self) -> Optional[pulumi.Input[bool]]:
|
|
1545
|
+
"""
|
|
1546
|
+
Flag to enable/disable continuous goal seeking for the desired capacity and restoration of evicted Spot VMs.
|
|
1547
|
+
If maintain is enabled, AzureFleetRP will use all VM sizes in vmSizesProfile to create new VMs (if VMs are evicted deleted)
|
|
1548
|
+
or update existing VMs with new VM sizes (if VMs are evicted deallocated or failed to allocate due to capacity constraint) in order to achieve the desired capacity.
|
|
1549
|
+
Maintain is enabled by default.
|
|
1550
|
+
"""
|
|
1551
|
+
return pulumi.get(self, "maintain")
|
|
1552
|
+
|
|
1553
|
+
@maintain.setter
|
|
1554
|
+
def maintain(self, value: Optional[pulumi.Input[bool]]):
|
|
1555
|
+
pulumi.set(self, "maintain", value)
|
|
1556
|
+
|
|
1557
|
+
@property
|
|
1558
|
+
@pulumi.getter(name="maxPricePerVM")
|
|
1559
|
+
def max_price_per_vm(self) -> Optional[pulumi.Input[float]]:
|
|
1560
|
+
"""
|
|
1561
|
+
Price per hour of each Spot VM will never exceed this.
|
|
1562
|
+
"""
|
|
1563
|
+
return pulumi.get(self, "max_price_per_vm")
|
|
1564
|
+
|
|
1565
|
+
@max_price_per_vm.setter
|
|
1566
|
+
def max_price_per_vm(self, value: Optional[pulumi.Input[float]]):
|
|
1567
|
+
pulumi.set(self, "max_price_per_vm", value)
|
|
1568
|
+
|
|
1569
|
+
@property
|
|
1570
|
+
@pulumi.getter(name="minCapacity")
|
|
1571
|
+
def min_capacity(self) -> Optional[pulumi.Input[int]]:
|
|
1572
|
+
"""
|
|
1573
|
+
Minimum capacity to achieve which cannot be updated. If we will not be able to "guarantee" minimum capacity, we will reject the request in the sync path itself.
|
|
1574
|
+
"""
|
|
1575
|
+
return pulumi.get(self, "min_capacity")
|
|
1576
|
+
|
|
1577
|
+
@min_capacity.setter
|
|
1578
|
+
def min_capacity(self, value: Optional[pulumi.Input[int]]):
|
|
1579
|
+
pulumi.set(self, "min_capacity", value)
|
|
1580
|
+
|
|
1581
|
+
|
|
1582
|
+
@pulumi.input_type
|
|
1583
|
+
class SshConfigurationArgs:
|
|
1584
|
+
def __init__(__self__, *,
|
|
1585
|
+
public_keys: Optional[pulumi.Input[Sequence[pulumi.Input['SshPublicKeyArgs']]]] = None):
|
|
1586
|
+
"""
|
|
1587
|
+
SSH configuration for Linux based VMs running on Azure
|
|
1588
|
+
:param pulumi.Input[Sequence[pulumi.Input['SshPublicKeyArgs']]] public_keys: The list of SSH public keys used to authenticate with linux based VMs.
|
|
1589
|
+
"""
|
|
1590
|
+
if public_keys is not None:
|
|
1591
|
+
pulumi.set(__self__, "public_keys", public_keys)
|
|
1592
|
+
|
|
1593
|
+
@property
|
|
1594
|
+
@pulumi.getter(name="publicKeys")
|
|
1595
|
+
def public_keys(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SshPublicKeyArgs']]]]:
|
|
1596
|
+
"""
|
|
1597
|
+
The list of SSH public keys used to authenticate with linux based VMs.
|
|
1598
|
+
"""
|
|
1599
|
+
return pulumi.get(self, "public_keys")
|
|
1600
|
+
|
|
1601
|
+
@public_keys.setter
|
|
1602
|
+
def public_keys(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['SshPublicKeyArgs']]]]):
|
|
1603
|
+
pulumi.set(self, "public_keys", value)
|
|
1604
|
+
|
|
1605
|
+
|
|
1606
|
+
@pulumi.input_type
|
|
1607
|
+
class SshPublicKeyArgs:
|
|
1608
|
+
def __init__(__self__, *,
|
|
1609
|
+
key_data: Optional[pulumi.Input[str]] = None,
|
|
1610
|
+
path: Optional[pulumi.Input[str]] = None):
|
|
1611
|
+
"""
|
|
1612
|
+
Contains information about SSH certificate public key and the path on the Linux VM where the public key is placed.
|
|
1613
|
+
:param pulumi.Input[str] key_data: SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
|
|
1614
|
+
:param pulumi.Input[str] path: Specifies the full path on the created VM where ssh public key is stored. If the file already exists, the specified key is appended to the file. Example: /home/user/.ssh/authorized_keys
|
|
1615
|
+
"""
|
|
1616
|
+
if key_data is not None:
|
|
1617
|
+
pulumi.set(__self__, "key_data", key_data)
|
|
1618
|
+
if path is not None:
|
|
1619
|
+
pulumi.set(__self__, "path", path)
|
|
1620
|
+
|
|
1621
|
+
@property
|
|
1622
|
+
@pulumi.getter(name="keyData")
|
|
1623
|
+
def key_data(self) -> Optional[pulumi.Input[str]]:
|
|
1624
|
+
"""
|
|
1625
|
+
SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
|
|
1626
|
+
"""
|
|
1627
|
+
return pulumi.get(self, "key_data")
|
|
1628
|
+
|
|
1629
|
+
@key_data.setter
|
|
1630
|
+
def key_data(self, value: Optional[pulumi.Input[str]]):
|
|
1631
|
+
pulumi.set(self, "key_data", value)
|
|
1632
|
+
|
|
1633
|
+
@property
|
|
1634
|
+
@pulumi.getter
|
|
1635
|
+
def path(self) -> Optional[pulumi.Input[str]]:
|
|
1636
|
+
"""
|
|
1637
|
+
Specifies the full path on the created VM where ssh public key is stored. If the file already exists, the specified key is appended to the file. Example: /home/user/.ssh/authorized_keys
|
|
1638
|
+
"""
|
|
1639
|
+
return pulumi.get(self, "path")
|
|
1640
|
+
|
|
1641
|
+
@path.setter
|
|
1642
|
+
def path(self, value: Optional[pulumi.Input[str]]):
|
|
1643
|
+
pulumi.set(self, "path", value)
|
|
1644
|
+
|
|
1645
|
+
|
|
1646
|
+
@pulumi.input_type
|
|
1647
|
+
class SubResourceArgs:
|
|
1648
|
+
def __init__(__self__, *,
|
|
1649
|
+
id: Optional[pulumi.Input[str]] = None):
|
|
1650
|
+
"""
|
|
1651
|
+
:param pulumi.Input[str] id: Sub-resource ID. Both absolute resource ID and a relative resource ID are accepted.
|
|
1652
|
+
An absolute ID starts with /subscriptions/ and contains the entire ID of the parent resource and the ID of the sub-resource in the end.
|
|
1653
|
+
A relative ID replaces the ID of the parent resource with a token '$self', followed by the sub-resource ID itself.
|
|
1654
|
+
Example of a relative ID: $self/frontEndConfigurations/my-frontend.
|
|
1655
|
+
"""
|
|
1656
|
+
if id is not None:
|
|
1657
|
+
pulumi.set(__self__, "id", id)
|
|
1658
|
+
|
|
1659
|
+
@property
|
|
1660
|
+
@pulumi.getter
|
|
1661
|
+
def id(self) -> Optional[pulumi.Input[str]]:
|
|
1662
|
+
"""
|
|
1663
|
+
Sub-resource ID. Both absolute resource ID and a relative resource ID are accepted.
|
|
1664
|
+
An absolute ID starts with /subscriptions/ and contains the entire ID of the parent resource and the ID of the sub-resource in the end.
|
|
1665
|
+
A relative ID replaces the ID of the parent resource with a token '$self', followed by the sub-resource ID itself.
|
|
1666
|
+
Example of a relative ID: $self/frontEndConfigurations/my-frontend.
|
|
1667
|
+
"""
|
|
1668
|
+
return pulumi.get(self, "id")
|
|
1669
|
+
|
|
1670
|
+
@id.setter
|
|
1671
|
+
def id(self, value: Optional[pulumi.Input[str]]):
|
|
1672
|
+
pulumi.set(self, "id", value)
|
|
1673
|
+
|
|
1674
|
+
|
|
1675
|
+
@pulumi.input_type
|
|
1676
|
+
class TerminateNotificationProfileArgs:
|
|
1677
|
+
def __init__(__self__, *,
|
|
1678
|
+
enable: Optional[pulumi.Input[bool]] = None,
|
|
1679
|
+
not_before_timeout: Optional[pulumi.Input[str]] = None):
|
|
1680
|
+
"""
|
|
1681
|
+
:param pulumi.Input[bool] enable: Specifies whether the Terminate Scheduled event is enabled or disabled.
|
|
1682
|
+
:param pulumi.Input[str] not_before_timeout: Configurable length of time a Virtual Machine being deleted will have to potentially approve the Terminate Scheduled Event before the event is auto approved (timed out). The configuration must be specified in ISO 8601 format, the default value is 5 minutes (PT5M)
|
|
1683
|
+
"""
|
|
1684
|
+
if enable is not None:
|
|
1685
|
+
pulumi.set(__self__, "enable", enable)
|
|
1686
|
+
if not_before_timeout is not None:
|
|
1687
|
+
pulumi.set(__self__, "not_before_timeout", not_before_timeout)
|
|
1688
|
+
|
|
1689
|
+
@property
|
|
1690
|
+
@pulumi.getter
|
|
1691
|
+
def enable(self) -> Optional[pulumi.Input[bool]]:
|
|
1692
|
+
"""
|
|
1693
|
+
Specifies whether the Terminate Scheduled event is enabled or disabled.
|
|
1694
|
+
"""
|
|
1695
|
+
return pulumi.get(self, "enable")
|
|
1696
|
+
|
|
1697
|
+
@enable.setter
|
|
1698
|
+
def enable(self, value: Optional[pulumi.Input[bool]]):
|
|
1699
|
+
pulumi.set(self, "enable", value)
|
|
1700
|
+
|
|
1701
|
+
@property
|
|
1702
|
+
@pulumi.getter(name="notBeforeTimeout")
|
|
1703
|
+
def not_before_timeout(self) -> Optional[pulumi.Input[str]]:
|
|
1704
|
+
"""
|
|
1705
|
+
Configurable length of time a Virtual Machine being deleted will have to potentially approve the Terminate Scheduled Event before the event is auto approved (timed out). The configuration must be specified in ISO 8601 format, the default value is 5 minutes (PT5M)
|
|
1706
|
+
"""
|
|
1707
|
+
return pulumi.get(self, "not_before_timeout")
|
|
1708
|
+
|
|
1709
|
+
@not_before_timeout.setter
|
|
1710
|
+
def not_before_timeout(self, value: Optional[pulumi.Input[str]]):
|
|
1711
|
+
pulumi.set(self, "not_before_timeout", value)
|
|
1712
|
+
|
|
1713
|
+
|
|
1714
|
+
@pulumi.input_type
|
|
1715
|
+
class UefiSettingsArgs:
|
|
1716
|
+
def __init__(__self__, *,
|
|
1717
|
+
secure_boot_enabled: Optional[pulumi.Input[bool]] = None,
|
|
1718
|
+
v_tpm_enabled: Optional[pulumi.Input[bool]] = None):
|
|
1719
|
+
"""
|
|
1720
|
+
Specifies the security settings like secure boot and vTPM used while creating the virtual machine. Minimum api-version: 2020-12-01.
|
|
1721
|
+
:param pulumi.Input[bool] secure_boot_enabled: Specifies whether secure boot should be enabled on the virtual machine. Minimum api-version: 2020-12-01.
|
|
1722
|
+
:param pulumi.Input[bool] v_tpm_enabled: Specifies whether vTPM should be enabled on the virtual machine. Minimum api-version: 2020-12-01.
|
|
1723
|
+
"""
|
|
1724
|
+
if secure_boot_enabled is not None:
|
|
1725
|
+
pulumi.set(__self__, "secure_boot_enabled", secure_boot_enabled)
|
|
1726
|
+
if v_tpm_enabled is not None:
|
|
1727
|
+
pulumi.set(__self__, "v_tpm_enabled", v_tpm_enabled)
|
|
1728
|
+
|
|
1729
|
+
@property
|
|
1730
|
+
@pulumi.getter(name="secureBootEnabled")
|
|
1731
|
+
def secure_boot_enabled(self) -> Optional[pulumi.Input[bool]]:
|
|
1732
|
+
"""
|
|
1733
|
+
Specifies whether secure boot should be enabled on the virtual machine. Minimum api-version: 2020-12-01.
|
|
1734
|
+
"""
|
|
1735
|
+
return pulumi.get(self, "secure_boot_enabled")
|
|
1736
|
+
|
|
1737
|
+
@secure_boot_enabled.setter
|
|
1738
|
+
def secure_boot_enabled(self, value: Optional[pulumi.Input[bool]]):
|
|
1739
|
+
pulumi.set(self, "secure_boot_enabled", value)
|
|
1740
|
+
|
|
1741
|
+
@property
|
|
1742
|
+
@pulumi.getter(name="vTpmEnabled")
|
|
1743
|
+
def v_tpm_enabled(self) -> Optional[pulumi.Input[bool]]:
|
|
1744
|
+
"""
|
|
1745
|
+
Specifies whether vTPM should be enabled on the virtual machine. Minimum api-version: 2020-12-01.
|
|
1746
|
+
"""
|
|
1747
|
+
return pulumi.get(self, "v_tpm_enabled")
|
|
1748
|
+
|
|
1749
|
+
@v_tpm_enabled.setter
|
|
1750
|
+
def v_tpm_enabled(self, value: Optional[pulumi.Input[bool]]):
|
|
1751
|
+
pulumi.set(self, "v_tpm_enabled", value)
|
|
1752
|
+
|
|
1753
|
+
|
|
1754
|
+
@pulumi.input_type
|
|
1755
|
+
class VMDiskSecurityProfileArgs:
|
|
1756
|
+
def __init__(__self__, *,
|
|
1757
|
+
disk_encryption_set: Optional[pulumi.Input['DiskEncryptionSetParametersArgs']] = None,
|
|
1758
|
+
security_encryption_type: Optional[pulumi.Input[Union[str, 'SecurityEncryptionTypes']]] = None):
|
|
1759
|
+
"""
|
|
1760
|
+
Specifies the security profile settings for the managed disk. **Note:** It can only be set for Confidential VMs.
|
|
1761
|
+
:param pulumi.Input['DiskEncryptionSetParametersArgs'] disk_encryption_set: Specifies the customer managed disk encryption set resource id for the managed disk that is used for Customer Managed Key encrypted ConfidentialVM OS Disk and VMGuest blob.
|
|
1762
|
+
:param pulumi.Input[Union[str, 'SecurityEncryptionTypes']] security_encryption_type: Specifies the EncryptionType of the managed disk. It is set to DiskWithVMGuestState for encryption of the managed disk along with VMGuestState blob, VMGuestStateOnly for encryption of just the VMGuestState blob, and NonPersistedTPM for not persisting firmware state in the VMGuestState blob.. **Note:** It can be set for only Confidential VMs.
|
|
1763
|
+
"""
|
|
1764
|
+
if disk_encryption_set is not None:
|
|
1765
|
+
pulumi.set(__self__, "disk_encryption_set", disk_encryption_set)
|
|
1766
|
+
if security_encryption_type is not None:
|
|
1767
|
+
pulumi.set(__self__, "security_encryption_type", security_encryption_type)
|
|
1768
|
+
|
|
1769
|
+
@property
|
|
1770
|
+
@pulumi.getter(name="diskEncryptionSet")
|
|
1771
|
+
def disk_encryption_set(self) -> Optional[pulumi.Input['DiskEncryptionSetParametersArgs']]:
|
|
1772
|
+
"""
|
|
1773
|
+
Specifies the customer managed disk encryption set resource id for the managed disk that is used for Customer Managed Key encrypted ConfidentialVM OS Disk and VMGuest blob.
|
|
1774
|
+
"""
|
|
1775
|
+
return pulumi.get(self, "disk_encryption_set")
|
|
1776
|
+
|
|
1777
|
+
@disk_encryption_set.setter
|
|
1778
|
+
def disk_encryption_set(self, value: Optional[pulumi.Input['DiskEncryptionSetParametersArgs']]):
|
|
1779
|
+
pulumi.set(self, "disk_encryption_set", value)
|
|
1780
|
+
|
|
1781
|
+
@property
|
|
1782
|
+
@pulumi.getter(name="securityEncryptionType")
|
|
1783
|
+
def security_encryption_type(self) -> Optional[pulumi.Input[Union[str, 'SecurityEncryptionTypes']]]:
|
|
1784
|
+
"""
|
|
1785
|
+
Specifies the EncryptionType of the managed disk. It is set to DiskWithVMGuestState for encryption of the managed disk along with VMGuestState blob, VMGuestStateOnly for encryption of just the VMGuestState blob, and NonPersistedTPM for not persisting firmware state in the VMGuestState blob.. **Note:** It can be set for only Confidential VMs.
|
|
1786
|
+
"""
|
|
1787
|
+
return pulumi.get(self, "security_encryption_type")
|
|
1788
|
+
|
|
1789
|
+
@security_encryption_type.setter
|
|
1790
|
+
def security_encryption_type(self, value: Optional[pulumi.Input[Union[str, 'SecurityEncryptionTypes']]]):
|
|
1791
|
+
pulumi.set(self, "security_encryption_type", value)
|
|
1792
|
+
|
|
1793
|
+
|
|
1794
|
+
@pulumi.input_type
|
|
1795
|
+
class VMGalleryApplicationArgs:
|
|
1796
|
+
def __init__(__self__, *,
|
|
1797
|
+
package_reference_id: pulumi.Input[str],
|
|
1798
|
+
configuration_reference: Optional[pulumi.Input[str]] = None,
|
|
1799
|
+
enable_automatic_upgrade: Optional[pulumi.Input[bool]] = None,
|
|
1800
|
+
order: Optional[pulumi.Input[int]] = None,
|
|
1801
|
+
tags: Optional[pulumi.Input[str]] = None,
|
|
1802
|
+
treat_failure_as_deployment_failure: Optional[pulumi.Input[bool]] = None):
|
|
1803
|
+
"""
|
|
1804
|
+
Specifies the required information to reference a compute gallery application version
|
|
1805
|
+
:param pulumi.Input[str] package_reference_id: Specifies the GalleryApplicationVersion resource id on the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{application}/versions/{version}
|
|
1806
|
+
:param pulumi.Input[str] configuration_reference: Optional, Specifies the uri to an azure blob that will replace the default configuration for the package if provided
|
|
1807
|
+
:param pulumi.Input[bool] enable_automatic_upgrade: If set to true, when a new Gallery Application version is available in PIR/SIG, it will be automatically updated for the VM/VMSS
|
|
1808
|
+
:param pulumi.Input[int] order: Optional, Specifies the order in which the packages have to be installed
|
|
1809
|
+
:param pulumi.Input[str] tags: Optional, Specifies a passthrough value for more generic context.
|
|
1810
|
+
:param pulumi.Input[bool] treat_failure_as_deployment_failure: Optional, If true, any failure for any operation in the VmApplication will fail the deployment
|
|
1811
|
+
"""
|
|
1812
|
+
pulumi.set(__self__, "package_reference_id", package_reference_id)
|
|
1813
|
+
if configuration_reference is not None:
|
|
1814
|
+
pulumi.set(__self__, "configuration_reference", configuration_reference)
|
|
1815
|
+
if enable_automatic_upgrade is not None:
|
|
1816
|
+
pulumi.set(__self__, "enable_automatic_upgrade", enable_automatic_upgrade)
|
|
1817
|
+
if order is not None:
|
|
1818
|
+
pulumi.set(__self__, "order", order)
|
|
1819
|
+
if tags is not None:
|
|
1820
|
+
pulumi.set(__self__, "tags", tags)
|
|
1821
|
+
if treat_failure_as_deployment_failure is not None:
|
|
1822
|
+
pulumi.set(__self__, "treat_failure_as_deployment_failure", treat_failure_as_deployment_failure)
|
|
1823
|
+
|
|
1824
|
+
@property
|
|
1825
|
+
@pulumi.getter(name="packageReferenceId")
|
|
1826
|
+
def package_reference_id(self) -> pulumi.Input[str]:
|
|
1827
|
+
"""
|
|
1828
|
+
Specifies the GalleryApplicationVersion resource id on the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{application}/versions/{version}
|
|
1829
|
+
"""
|
|
1830
|
+
return pulumi.get(self, "package_reference_id")
|
|
1831
|
+
|
|
1832
|
+
@package_reference_id.setter
|
|
1833
|
+
def package_reference_id(self, value: pulumi.Input[str]):
|
|
1834
|
+
pulumi.set(self, "package_reference_id", value)
|
|
1835
|
+
|
|
1836
|
+
@property
|
|
1837
|
+
@pulumi.getter(name="configurationReference")
|
|
1838
|
+
def configuration_reference(self) -> Optional[pulumi.Input[str]]:
|
|
1839
|
+
"""
|
|
1840
|
+
Optional, Specifies the uri to an azure blob that will replace the default configuration for the package if provided
|
|
1841
|
+
"""
|
|
1842
|
+
return pulumi.get(self, "configuration_reference")
|
|
1843
|
+
|
|
1844
|
+
@configuration_reference.setter
|
|
1845
|
+
def configuration_reference(self, value: Optional[pulumi.Input[str]]):
|
|
1846
|
+
pulumi.set(self, "configuration_reference", value)
|
|
1847
|
+
|
|
1848
|
+
@property
|
|
1849
|
+
@pulumi.getter(name="enableAutomaticUpgrade")
|
|
1850
|
+
def enable_automatic_upgrade(self) -> Optional[pulumi.Input[bool]]:
|
|
1851
|
+
"""
|
|
1852
|
+
If set to true, when a new Gallery Application version is available in PIR/SIG, it will be automatically updated for the VM/VMSS
|
|
1853
|
+
"""
|
|
1854
|
+
return pulumi.get(self, "enable_automatic_upgrade")
|
|
1855
|
+
|
|
1856
|
+
@enable_automatic_upgrade.setter
|
|
1857
|
+
def enable_automatic_upgrade(self, value: Optional[pulumi.Input[bool]]):
|
|
1858
|
+
pulumi.set(self, "enable_automatic_upgrade", value)
|
|
1859
|
+
|
|
1860
|
+
@property
|
|
1861
|
+
@pulumi.getter
|
|
1862
|
+
def order(self) -> Optional[pulumi.Input[int]]:
|
|
1863
|
+
"""
|
|
1864
|
+
Optional, Specifies the order in which the packages have to be installed
|
|
1865
|
+
"""
|
|
1866
|
+
return pulumi.get(self, "order")
|
|
1867
|
+
|
|
1868
|
+
@order.setter
|
|
1869
|
+
def order(self, value: Optional[pulumi.Input[int]]):
|
|
1870
|
+
pulumi.set(self, "order", value)
|
|
1871
|
+
|
|
1872
|
+
@property
|
|
1873
|
+
@pulumi.getter
|
|
1874
|
+
def tags(self) -> Optional[pulumi.Input[str]]:
|
|
1875
|
+
"""
|
|
1876
|
+
Optional, Specifies a passthrough value for more generic context.
|
|
1877
|
+
"""
|
|
1878
|
+
return pulumi.get(self, "tags")
|
|
1879
|
+
|
|
1880
|
+
@tags.setter
|
|
1881
|
+
def tags(self, value: Optional[pulumi.Input[str]]):
|
|
1882
|
+
pulumi.set(self, "tags", value)
|
|
1883
|
+
|
|
1884
|
+
@property
|
|
1885
|
+
@pulumi.getter(name="treatFailureAsDeploymentFailure")
|
|
1886
|
+
def treat_failure_as_deployment_failure(self) -> Optional[pulumi.Input[bool]]:
|
|
1887
|
+
"""
|
|
1888
|
+
Optional, If true, any failure for any operation in the VmApplication will fail the deployment
|
|
1889
|
+
"""
|
|
1890
|
+
return pulumi.get(self, "treat_failure_as_deployment_failure")
|
|
1891
|
+
|
|
1892
|
+
@treat_failure_as_deployment_failure.setter
|
|
1893
|
+
def treat_failure_as_deployment_failure(self, value: Optional[pulumi.Input[bool]]):
|
|
1894
|
+
pulumi.set(self, "treat_failure_as_deployment_failure", value)
|
|
1895
|
+
|
|
1896
|
+
|
|
1897
|
+
@pulumi.input_type
|
|
1898
|
+
class VMSizePropertiesArgs:
|
|
1899
|
+
def __init__(__self__, *,
|
|
1900
|
+
v_cpus_available: Optional[pulumi.Input[int]] = None,
|
|
1901
|
+
v_cpus_per_core: Optional[pulumi.Input[int]] = None):
|
|
1902
|
+
"""
|
|
1903
|
+
Specifies VM Size Property settings on the virtual machine.
|
|
1904
|
+
:param pulumi.Input[int] v_cpus_available: Specifies the number of vCPUs available for the VM. When this property is not specified in the request body the default behavior is to set it to the value of vCPUs available for that VM size exposed in api response of [List all available virtual machine sizes in a region](https://docs.microsoft.com/en-us/rest/api/compute/resource-skus/list).
|
|
1905
|
+
:param pulumi.Input[int] v_cpus_per_core: Specifies the vCPU to physical core ratio. When this property is not specified in the request body the default behavior is set to the value of vCPUsPerCore for the VM Size exposed in api response of [List all available virtual machine sizes in a region](https://docs.microsoft.com/en-us/rest/api/compute/resource-skus/list). **Setting this property to 1 also means that hyper-threading is disabled.**
|
|
1906
|
+
"""
|
|
1907
|
+
if v_cpus_available is not None:
|
|
1908
|
+
pulumi.set(__self__, "v_cpus_available", v_cpus_available)
|
|
1909
|
+
if v_cpus_per_core is not None:
|
|
1910
|
+
pulumi.set(__self__, "v_cpus_per_core", v_cpus_per_core)
|
|
1911
|
+
|
|
1912
|
+
@property
|
|
1913
|
+
@pulumi.getter(name="vCPUsAvailable")
|
|
1914
|
+
def v_cpus_available(self) -> Optional[pulumi.Input[int]]:
|
|
1915
|
+
"""
|
|
1916
|
+
Specifies the number of vCPUs available for the VM. When this property is not specified in the request body the default behavior is to set it to the value of vCPUs available for that VM size exposed in api response of [List all available virtual machine sizes in a region](https://docs.microsoft.com/en-us/rest/api/compute/resource-skus/list).
|
|
1917
|
+
"""
|
|
1918
|
+
return pulumi.get(self, "v_cpus_available")
|
|
1919
|
+
|
|
1920
|
+
@v_cpus_available.setter
|
|
1921
|
+
def v_cpus_available(self, value: Optional[pulumi.Input[int]]):
|
|
1922
|
+
pulumi.set(self, "v_cpus_available", value)
|
|
1923
|
+
|
|
1924
|
+
@property
|
|
1925
|
+
@pulumi.getter(name="vCPUsPerCore")
|
|
1926
|
+
def v_cpus_per_core(self) -> Optional[pulumi.Input[int]]:
|
|
1927
|
+
"""
|
|
1928
|
+
Specifies the vCPU to physical core ratio. When this property is not specified in the request body the default behavior is set to the value of vCPUsPerCore for the VM Size exposed in api response of [List all available virtual machine sizes in a region](https://docs.microsoft.com/en-us/rest/api/compute/resource-skus/list). **Setting this property to 1 also means that hyper-threading is disabled.**
|
|
1929
|
+
"""
|
|
1930
|
+
return pulumi.get(self, "v_cpus_per_core")
|
|
1931
|
+
|
|
1932
|
+
@v_cpus_per_core.setter
|
|
1933
|
+
def v_cpus_per_core(self, value: Optional[pulumi.Input[int]]):
|
|
1934
|
+
pulumi.set(self, "v_cpus_per_core", value)
|
|
1935
|
+
|
|
1936
|
+
|
|
1937
|
+
@pulumi.input_type
|
|
1938
|
+
class VaultCertificateArgs:
|
|
1939
|
+
def __init__(__self__, *,
|
|
1940
|
+
certificate_store: Optional[pulumi.Input[str]] = None,
|
|
1941
|
+
certificate_url: Optional[pulumi.Input[str]] = None):
|
|
1942
|
+
"""
|
|
1943
|
+
Describes a single certificate reference in a Key Vault, and where the certificate should reside on the VM.
|
|
1944
|
+
:param pulumi.Input[str] certificate_store: For Windows VMs, specifies the certificate store on the Virtual Machine to which the certificate should be added. The specified certificate store is implicitly in the LocalMachine account. For Linux VMs, the certificate file is placed under the /var/lib/waagent directory, with the file name <UppercaseThumbprint>.crt for the X509 certificate file and <UppercaseThumbprint>.prv for private key. Both of these files are .pem formatted.
|
|
1945
|
+
:param pulumi.Input[str] certificate_url: This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see [Add a key or secret to the key vault](https://docs.microsoft.com/azure/key-vault/key-vault-get-started/#add). In this case, your certificate needs to be It is the Base64 encoding of the following JSON Object which is encoded in UTF-8: <br><br> {<br> "data":"<Base64-encoded-certificate>",<br> "dataType":"pfx",<br> "password":"<pfx-file-password>"<br>} <br> To install certificates on a virtual machine it is recommended to use the [Azure Key Vault virtual machine extension for Linux](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-linux) or the [Azure Key Vault virtual machine extension for Windows](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-windows).
|
|
1946
|
+
"""
|
|
1947
|
+
if certificate_store is not None:
|
|
1948
|
+
pulumi.set(__self__, "certificate_store", certificate_store)
|
|
1949
|
+
if certificate_url is not None:
|
|
1950
|
+
pulumi.set(__self__, "certificate_url", certificate_url)
|
|
1951
|
+
|
|
1952
|
+
@property
|
|
1953
|
+
@pulumi.getter(name="certificateStore")
|
|
1954
|
+
def certificate_store(self) -> Optional[pulumi.Input[str]]:
|
|
1955
|
+
"""
|
|
1956
|
+
For Windows VMs, specifies the certificate store on the Virtual Machine to which the certificate should be added. The specified certificate store is implicitly in the LocalMachine account. For Linux VMs, the certificate file is placed under the /var/lib/waagent directory, with the file name <UppercaseThumbprint>.crt for the X509 certificate file and <UppercaseThumbprint>.prv for private key. Both of these files are .pem formatted.
|
|
1957
|
+
"""
|
|
1958
|
+
return pulumi.get(self, "certificate_store")
|
|
1959
|
+
|
|
1960
|
+
@certificate_store.setter
|
|
1961
|
+
def certificate_store(self, value: Optional[pulumi.Input[str]]):
|
|
1962
|
+
pulumi.set(self, "certificate_store", value)
|
|
1963
|
+
|
|
1964
|
+
@property
|
|
1965
|
+
@pulumi.getter(name="certificateUrl")
|
|
1966
|
+
def certificate_url(self) -> Optional[pulumi.Input[str]]:
|
|
1967
|
+
"""
|
|
1968
|
+
This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see [Add a key or secret to the key vault](https://docs.microsoft.com/azure/key-vault/key-vault-get-started/#add). In this case, your certificate needs to be It is the Base64 encoding of the following JSON Object which is encoded in UTF-8: <br><br> {<br> "data":"<Base64-encoded-certificate>",<br> "dataType":"pfx",<br> "password":"<pfx-file-password>"<br>} <br> To install certificates on a virtual machine it is recommended to use the [Azure Key Vault virtual machine extension for Linux](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-linux) or the [Azure Key Vault virtual machine extension for Windows](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-windows).
|
|
1969
|
+
"""
|
|
1970
|
+
return pulumi.get(self, "certificate_url")
|
|
1971
|
+
|
|
1972
|
+
@certificate_url.setter
|
|
1973
|
+
def certificate_url(self, value: Optional[pulumi.Input[str]]):
|
|
1974
|
+
pulumi.set(self, "certificate_url", value)
|
|
1975
|
+
|
|
1976
|
+
|
|
1977
|
+
@pulumi.input_type
|
|
1978
|
+
class VaultSecretGroupArgs:
|
|
1979
|
+
def __init__(__self__, *,
|
|
1980
|
+
source_vault: Optional[pulumi.Input['SubResourceArgs']] = None,
|
|
1981
|
+
vault_certificates: Optional[pulumi.Input[Sequence[pulumi.Input['VaultCertificateArgs']]]] = None):
|
|
1982
|
+
"""
|
|
1983
|
+
Describes a set of certificates which are all in the same Key Vault.
|
|
1984
|
+
:param pulumi.Input['SubResourceArgs'] source_vault: The relative URL of the Key Vault containing all of the certificates in VaultCertificates.
|
|
1985
|
+
:param pulumi.Input[Sequence[pulumi.Input['VaultCertificateArgs']]] vault_certificates: The list of key vault references in SourceVault which contain certificates.
|
|
1986
|
+
"""
|
|
1987
|
+
if source_vault is not None:
|
|
1988
|
+
pulumi.set(__self__, "source_vault", source_vault)
|
|
1989
|
+
if vault_certificates is not None:
|
|
1990
|
+
pulumi.set(__self__, "vault_certificates", vault_certificates)
|
|
1991
|
+
|
|
1992
|
+
@property
|
|
1993
|
+
@pulumi.getter(name="sourceVault")
|
|
1994
|
+
def source_vault(self) -> Optional[pulumi.Input['SubResourceArgs']]:
|
|
1995
|
+
"""
|
|
1996
|
+
The relative URL of the Key Vault containing all of the certificates in VaultCertificates.
|
|
1997
|
+
"""
|
|
1998
|
+
return pulumi.get(self, "source_vault")
|
|
1999
|
+
|
|
2000
|
+
@source_vault.setter
|
|
2001
|
+
def source_vault(self, value: Optional[pulumi.Input['SubResourceArgs']]):
|
|
2002
|
+
pulumi.set(self, "source_vault", value)
|
|
2003
|
+
|
|
2004
|
+
@property
|
|
2005
|
+
@pulumi.getter(name="vaultCertificates")
|
|
2006
|
+
def vault_certificates(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['VaultCertificateArgs']]]]:
|
|
2007
|
+
"""
|
|
2008
|
+
The list of key vault references in SourceVault which contain certificates.
|
|
2009
|
+
"""
|
|
2010
|
+
return pulumi.get(self, "vault_certificates")
|
|
2011
|
+
|
|
2012
|
+
@vault_certificates.setter
|
|
2013
|
+
def vault_certificates(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['VaultCertificateArgs']]]]):
|
|
2014
|
+
pulumi.set(self, "vault_certificates", value)
|
|
2015
|
+
|
|
2016
|
+
|
|
2017
|
+
@pulumi.input_type
|
|
2018
|
+
class VirtualHardDiskArgs:
|
|
2019
|
+
def __init__(__self__, *,
|
|
2020
|
+
uri: Optional[pulumi.Input[str]] = None):
|
|
2021
|
+
"""
|
|
2022
|
+
Describes the uri of a disk.
|
|
2023
|
+
:param pulumi.Input[str] uri: Specifies the virtual hard disk's uri.
|
|
2024
|
+
"""
|
|
2025
|
+
if uri is not None:
|
|
2026
|
+
pulumi.set(__self__, "uri", uri)
|
|
2027
|
+
|
|
2028
|
+
@property
|
|
2029
|
+
@pulumi.getter
|
|
2030
|
+
def uri(self) -> Optional[pulumi.Input[str]]:
|
|
2031
|
+
"""
|
|
2032
|
+
Specifies the virtual hard disk's uri.
|
|
2033
|
+
"""
|
|
2034
|
+
return pulumi.get(self, "uri")
|
|
2035
|
+
|
|
2036
|
+
@uri.setter
|
|
2037
|
+
def uri(self, value: Optional[pulumi.Input[str]]):
|
|
2038
|
+
pulumi.set(self, "uri", value)
|
|
2039
|
+
|
|
2040
|
+
|
|
2041
|
+
@pulumi.input_type
|
|
2042
|
+
class VirtualMachineExtensionInstanceViewArgs:
|
|
2043
|
+
def __init__(__self__, *,
|
|
2044
|
+
name: Optional[pulumi.Input[str]] = None,
|
|
2045
|
+
statuses: Optional[pulumi.Input[Sequence[pulumi.Input['InstanceViewStatusArgs']]]] = None,
|
|
2046
|
+
substatuses: Optional[pulumi.Input[Sequence[pulumi.Input['InstanceViewStatusArgs']]]] = None,
|
|
2047
|
+
type: Optional[pulumi.Input[str]] = None,
|
|
2048
|
+
type_handler_version: Optional[pulumi.Input[str]] = None):
|
|
2049
|
+
"""
|
|
2050
|
+
The instance view of a virtual machine extension.
|
|
2051
|
+
:param pulumi.Input[str] name: The virtual machine extension name.
|
|
2052
|
+
:param pulumi.Input[Sequence[pulumi.Input['InstanceViewStatusArgs']]] statuses: The resource status information.
|
|
2053
|
+
:param pulumi.Input[Sequence[pulumi.Input['InstanceViewStatusArgs']]] substatuses: The resource status information.
|
|
2054
|
+
:param pulumi.Input[str] type: Specifies the type of the extension; an example is "CustomScriptExtension".
|
|
2055
|
+
:param pulumi.Input[str] type_handler_version: Specifies the version of the script handler.
|
|
2056
|
+
"""
|
|
2057
|
+
if name is not None:
|
|
2058
|
+
pulumi.set(__self__, "name", name)
|
|
2059
|
+
if statuses is not None:
|
|
2060
|
+
pulumi.set(__self__, "statuses", statuses)
|
|
2061
|
+
if substatuses is not None:
|
|
2062
|
+
pulumi.set(__self__, "substatuses", substatuses)
|
|
2063
|
+
if type is not None:
|
|
2064
|
+
pulumi.set(__self__, "type", type)
|
|
2065
|
+
if type_handler_version is not None:
|
|
2066
|
+
pulumi.set(__self__, "type_handler_version", type_handler_version)
|
|
2067
|
+
|
|
2068
|
+
@property
|
|
2069
|
+
@pulumi.getter
|
|
2070
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
|
2071
|
+
"""
|
|
2072
|
+
The virtual machine extension name.
|
|
2073
|
+
"""
|
|
2074
|
+
return pulumi.get(self, "name")
|
|
2075
|
+
|
|
2076
|
+
@name.setter
|
|
2077
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
|
2078
|
+
pulumi.set(self, "name", value)
|
|
2079
|
+
|
|
2080
|
+
@property
|
|
2081
|
+
@pulumi.getter
|
|
2082
|
+
def statuses(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['InstanceViewStatusArgs']]]]:
|
|
2083
|
+
"""
|
|
2084
|
+
The resource status information.
|
|
2085
|
+
"""
|
|
2086
|
+
return pulumi.get(self, "statuses")
|
|
2087
|
+
|
|
2088
|
+
@statuses.setter
|
|
2089
|
+
def statuses(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['InstanceViewStatusArgs']]]]):
|
|
2090
|
+
pulumi.set(self, "statuses", value)
|
|
2091
|
+
|
|
2092
|
+
@property
|
|
2093
|
+
@pulumi.getter
|
|
2094
|
+
def substatuses(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['InstanceViewStatusArgs']]]]:
|
|
2095
|
+
"""
|
|
2096
|
+
The resource status information.
|
|
2097
|
+
"""
|
|
2098
|
+
return pulumi.get(self, "substatuses")
|
|
2099
|
+
|
|
2100
|
+
@substatuses.setter
|
|
2101
|
+
def substatuses(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['InstanceViewStatusArgs']]]]):
|
|
2102
|
+
pulumi.set(self, "substatuses", value)
|
|
2103
|
+
|
|
2104
|
+
@property
|
|
2105
|
+
@pulumi.getter
|
|
2106
|
+
def type(self) -> Optional[pulumi.Input[str]]:
|
|
2107
|
+
"""
|
|
2108
|
+
Specifies the type of the extension; an example is "CustomScriptExtension".
|
|
2109
|
+
"""
|
|
2110
|
+
return pulumi.get(self, "type")
|
|
2111
|
+
|
|
2112
|
+
@type.setter
|
|
2113
|
+
def type(self, value: Optional[pulumi.Input[str]]):
|
|
2114
|
+
pulumi.set(self, "type", value)
|
|
2115
|
+
|
|
2116
|
+
@property
|
|
2117
|
+
@pulumi.getter(name="typeHandlerVersion")
|
|
2118
|
+
def type_handler_version(self) -> Optional[pulumi.Input[str]]:
|
|
2119
|
+
"""
|
|
2120
|
+
Specifies the version of the script handler.
|
|
2121
|
+
"""
|
|
2122
|
+
return pulumi.get(self, "type_handler_version")
|
|
2123
|
+
|
|
2124
|
+
@type_handler_version.setter
|
|
2125
|
+
def type_handler_version(self, value: Optional[pulumi.Input[str]]):
|
|
2126
|
+
pulumi.set(self, "type_handler_version", value)
|
|
2127
|
+
|
|
2128
|
+
|
|
2129
|
+
@pulumi.input_type
|
|
2130
|
+
class VirtualMachineExtensionArgs:
|
|
2131
|
+
def __init__(__self__, *,
|
|
2132
|
+
auto_upgrade_minor_version: Optional[pulumi.Input[bool]] = None,
|
|
2133
|
+
enable_automatic_upgrade: Optional[pulumi.Input[bool]] = None,
|
|
2134
|
+
force_update_tag: Optional[pulumi.Input[str]] = None,
|
|
2135
|
+
instance_view: Optional[pulumi.Input['VirtualMachineExtensionInstanceViewArgs']] = None,
|
|
2136
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
2137
|
+
protected_settings: Optional[Any] = None,
|
|
2138
|
+
protected_settings_from_key_vault: Optional[pulumi.Input['KeyVaultSecretReferenceArgs']] = None,
|
|
2139
|
+
provision_after_extensions: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
2140
|
+
publisher: Optional[pulumi.Input[str]] = None,
|
|
2141
|
+
settings: Optional[Any] = None,
|
|
2142
|
+
suppress_failures: Optional[pulumi.Input[bool]] = None,
|
|
2143
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
2144
|
+
type: Optional[pulumi.Input[str]] = None,
|
|
2145
|
+
type_handler_version: Optional[pulumi.Input[str]] = None):
|
|
2146
|
+
"""
|
|
2147
|
+
Describes a Virtual Machine Extension.
|
|
2148
|
+
:param pulumi.Input[bool] auto_upgrade_minor_version: Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true.
|
|
2149
|
+
:param pulumi.Input[bool] enable_automatic_upgrade: Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available.
|
|
2150
|
+
:param pulumi.Input[str] force_update_tag: How the extension handler should be forced to update even if the extension configuration has not changed.
|
|
2151
|
+
:param pulumi.Input['VirtualMachineExtensionInstanceViewArgs'] instance_view: The virtual machine extension instance view.
|
|
2152
|
+
:param pulumi.Input[str] location: Resource location
|
|
2153
|
+
:param Any protected_settings: The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
|
|
2154
|
+
:param pulumi.Input['KeyVaultSecretReferenceArgs'] protected_settings_from_key_vault: The extensions protected settings that are passed by reference, and consumed from key vault
|
|
2155
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] provision_after_extensions: Collection of extension names after which this extension needs to be provisioned.
|
|
2156
|
+
:param pulumi.Input[str] publisher: The name of the extension handler publisher.
|
|
2157
|
+
:param Any settings: Json formatted public settings for the extension.
|
|
2158
|
+
:param pulumi.Input[bool] suppress_failures: Indicates whether failures stemming from the extension will be suppressed (Operational failures such as not connecting to the VM will not be suppressed regardless of this value). The default is false.
|
|
2159
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags
|
|
2160
|
+
:param pulumi.Input[str] type: Specifies the type of the extension; an example is "CustomScriptExtension".
|
|
2161
|
+
:param pulumi.Input[str] type_handler_version: Specifies the version of the script handler.
|
|
2162
|
+
"""
|
|
2163
|
+
if auto_upgrade_minor_version is not None:
|
|
2164
|
+
pulumi.set(__self__, "auto_upgrade_minor_version", auto_upgrade_minor_version)
|
|
2165
|
+
if enable_automatic_upgrade is not None:
|
|
2166
|
+
pulumi.set(__self__, "enable_automatic_upgrade", enable_automatic_upgrade)
|
|
2167
|
+
if force_update_tag is not None:
|
|
2168
|
+
pulumi.set(__self__, "force_update_tag", force_update_tag)
|
|
2169
|
+
if instance_view is not None:
|
|
2170
|
+
pulumi.set(__self__, "instance_view", instance_view)
|
|
2171
|
+
if location is not None:
|
|
2172
|
+
pulumi.set(__self__, "location", location)
|
|
2173
|
+
if protected_settings is not None:
|
|
2174
|
+
pulumi.set(__self__, "protected_settings", protected_settings)
|
|
2175
|
+
if protected_settings_from_key_vault is not None:
|
|
2176
|
+
pulumi.set(__self__, "protected_settings_from_key_vault", protected_settings_from_key_vault)
|
|
2177
|
+
if provision_after_extensions is not None:
|
|
2178
|
+
pulumi.set(__self__, "provision_after_extensions", provision_after_extensions)
|
|
2179
|
+
if publisher is not None:
|
|
2180
|
+
pulumi.set(__self__, "publisher", publisher)
|
|
2181
|
+
if settings is not None:
|
|
2182
|
+
pulumi.set(__self__, "settings", settings)
|
|
2183
|
+
if suppress_failures is not None:
|
|
2184
|
+
pulumi.set(__self__, "suppress_failures", suppress_failures)
|
|
2185
|
+
if tags is not None:
|
|
2186
|
+
pulumi.set(__self__, "tags", tags)
|
|
2187
|
+
if type is not None:
|
|
2188
|
+
pulumi.set(__self__, "type", type)
|
|
2189
|
+
if type_handler_version is not None:
|
|
2190
|
+
pulumi.set(__self__, "type_handler_version", type_handler_version)
|
|
2191
|
+
|
|
2192
|
+
@property
|
|
2193
|
+
@pulumi.getter(name="autoUpgradeMinorVersion")
|
|
2194
|
+
def auto_upgrade_minor_version(self) -> Optional[pulumi.Input[bool]]:
|
|
2195
|
+
"""
|
|
2196
|
+
Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true.
|
|
2197
|
+
"""
|
|
2198
|
+
return pulumi.get(self, "auto_upgrade_minor_version")
|
|
2199
|
+
|
|
2200
|
+
@auto_upgrade_minor_version.setter
|
|
2201
|
+
def auto_upgrade_minor_version(self, value: Optional[pulumi.Input[bool]]):
|
|
2202
|
+
pulumi.set(self, "auto_upgrade_minor_version", value)
|
|
2203
|
+
|
|
2204
|
+
@property
|
|
2205
|
+
@pulumi.getter(name="enableAutomaticUpgrade")
|
|
2206
|
+
def enable_automatic_upgrade(self) -> Optional[pulumi.Input[bool]]:
|
|
2207
|
+
"""
|
|
2208
|
+
Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available.
|
|
2209
|
+
"""
|
|
2210
|
+
return pulumi.get(self, "enable_automatic_upgrade")
|
|
2211
|
+
|
|
2212
|
+
@enable_automatic_upgrade.setter
|
|
2213
|
+
def enable_automatic_upgrade(self, value: Optional[pulumi.Input[bool]]):
|
|
2214
|
+
pulumi.set(self, "enable_automatic_upgrade", value)
|
|
2215
|
+
|
|
2216
|
+
@property
|
|
2217
|
+
@pulumi.getter(name="forceUpdateTag")
|
|
2218
|
+
def force_update_tag(self) -> Optional[pulumi.Input[str]]:
|
|
2219
|
+
"""
|
|
2220
|
+
How the extension handler should be forced to update even if the extension configuration has not changed.
|
|
2221
|
+
"""
|
|
2222
|
+
return pulumi.get(self, "force_update_tag")
|
|
2223
|
+
|
|
2224
|
+
@force_update_tag.setter
|
|
2225
|
+
def force_update_tag(self, value: Optional[pulumi.Input[str]]):
|
|
2226
|
+
pulumi.set(self, "force_update_tag", value)
|
|
2227
|
+
|
|
2228
|
+
@property
|
|
2229
|
+
@pulumi.getter(name="instanceView")
|
|
2230
|
+
def instance_view(self) -> Optional[pulumi.Input['VirtualMachineExtensionInstanceViewArgs']]:
|
|
2231
|
+
"""
|
|
2232
|
+
The virtual machine extension instance view.
|
|
2233
|
+
"""
|
|
2234
|
+
return pulumi.get(self, "instance_view")
|
|
2235
|
+
|
|
2236
|
+
@instance_view.setter
|
|
2237
|
+
def instance_view(self, value: Optional[pulumi.Input['VirtualMachineExtensionInstanceViewArgs']]):
|
|
2238
|
+
pulumi.set(self, "instance_view", value)
|
|
2239
|
+
|
|
2240
|
+
@property
|
|
2241
|
+
@pulumi.getter
|
|
2242
|
+
def location(self) -> Optional[pulumi.Input[str]]:
|
|
2243
|
+
"""
|
|
2244
|
+
Resource location
|
|
2245
|
+
"""
|
|
2246
|
+
return pulumi.get(self, "location")
|
|
2247
|
+
|
|
2248
|
+
@location.setter
|
|
2249
|
+
def location(self, value: Optional[pulumi.Input[str]]):
|
|
2250
|
+
pulumi.set(self, "location", value)
|
|
2251
|
+
|
|
2252
|
+
@property
|
|
2253
|
+
@pulumi.getter(name="protectedSettings")
|
|
2254
|
+
def protected_settings(self) -> Optional[Any]:
|
|
2255
|
+
"""
|
|
2256
|
+
The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
|
|
2257
|
+
"""
|
|
2258
|
+
return pulumi.get(self, "protected_settings")
|
|
2259
|
+
|
|
2260
|
+
@protected_settings.setter
|
|
2261
|
+
def protected_settings(self, value: Optional[Any]):
|
|
2262
|
+
pulumi.set(self, "protected_settings", value)
|
|
2263
|
+
|
|
2264
|
+
@property
|
|
2265
|
+
@pulumi.getter(name="protectedSettingsFromKeyVault")
|
|
2266
|
+
def protected_settings_from_key_vault(self) -> Optional[pulumi.Input['KeyVaultSecretReferenceArgs']]:
|
|
2267
|
+
"""
|
|
2268
|
+
The extensions protected settings that are passed by reference, and consumed from key vault
|
|
2269
|
+
"""
|
|
2270
|
+
return pulumi.get(self, "protected_settings_from_key_vault")
|
|
2271
|
+
|
|
2272
|
+
@protected_settings_from_key_vault.setter
|
|
2273
|
+
def protected_settings_from_key_vault(self, value: Optional[pulumi.Input['KeyVaultSecretReferenceArgs']]):
|
|
2274
|
+
pulumi.set(self, "protected_settings_from_key_vault", value)
|
|
2275
|
+
|
|
2276
|
+
@property
|
|
2277
|
+
@pulumi.getter(name="provisionAfterExtensions")
|
|
2278
|
+
def provision_after_extensions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
2279
|
+
"""
|
|
2280
|
+
Collection of extension names after which this extension needs to be provisioned.
|
|
2281
|
+
"""
|
|
2282
|
+
return pulumi.get(self, "provision_after_extensions")
|
|
2283
|
+
|
|
2284
|
+
@provision_after_extensions.setter
|
|
2285
|
+
def provision_after_extensions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
2286
|
+
pulumi.set(self, "provision_after_extensions", value)
|
|
2287
|
+
|
|
2288
|
+
@property
|
|
2289
|
+
@pulumi.getter
|
|
2290
|
+
def publisher(self) -> Optional[pulumi.Input[str]]:
|
|
2291
|
+
"""
|
|
2292
|
+
The name of the extension handler publisher.
|
|
2293
|
+
"""
|
|
2294
|
+
return pulumi.get(self, "publisher")
|
|
2295
|
+
|
|
2296
|
+
@publisher.setter
|
|
2297
|
+
def publisher(self, value: Optional[pulumi.Input[str]]):
|
|
2298
|
+
pulumi.set(self, "publisher", value)
|
|
2299
|
+
|
|
2300
|
+
@property
|
|
2301
|
+
@pulumi.getter
|
|
2302
|
+
def settings(self) -> Optional[Any]:
|
|
2303
|
+
"""
|
|
2304
|
+
Json formatted public settings for the extension.
|
|
2305
|
+
"""
|
|
2306
|
+
return pulumi.get(self, "settings")
|
|
2307
|
+
|
|
2308
|
+
@settings.setter
|
|
2309
|
+
def settings(self, value: Optional[Any]):
|
|
2310
|
+
pulumi.set(self, "settings", value)
|
|
2311
|
+
|
|
2312
|
+
@property
|
|
2313
|
+
@pulumi.getter(name="suppressFailures")
|
|
2314
|
+
def suppress_failures(self) -> Optional[pulumi.Input[bool]]:
|
|
2315
|
+
"""
|
|
2316
|
+
Indicates whether failures stemming from the extension will be suppressed (Operational failures such as not connecting to the VM will not be suppressed regardless of this value). The default is false.
|
|
2317
|
+
"""
|
|
2318
|
+
return pulumi.get(self, "suppress_failures")
|
|
2319
|
+
|
|
2320
|
+
@suppress_failures.setter
|
|
2321
|
+
def suppress_failures(self, value: Optional[pulumi.Input[bool]]):
|
|
2322
|
+
pulumi.set(self, "suppress_failures", value)
|
|
2323
|
+
|
|
2324
|
+
@property
|
|
2325
|
+
@pulumi.getter
|
|
2326
|
+
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
2327
|
+
"""
|
|
2328
|
+
Resource tags
|
|
2329
|
+
"""
|
|
2330
|
+
return pulumi.get(self, "tags")
|
|
2331
|
+
|
|
2332
|
+
@tags.setter
|
|
2333
|
+
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
2334
|
+
pulumi.set(self, "tags", value)
|
|
2335
|
+
|
|
2336
|
+
@property
|
|
2337
|
+
@pulumi.getter
|
|
2338
|
+
def type(self) -> Optional[pulumi.Input[str]]:
|
|
2339
|
+
"""
|
|
2340
|
+
Specifies the type of the extension; an example is "CustomScriptExtension".
|
|
2341
|
+
"""
|
|
2342
|
+
return pulumi.get(self, "type")
|
|
2343
|
+
|
|
2344
|
+
@type.setter
|
|
2345
|
+
def type(self, value: Optional[pulumi.Input[str]]):
|
|
2346
|
+
pulumi.set(self, "type", value)
|
|
2347
|
+
|
|
2348
|
+
@property
|
|
2349
|
+
@pulumi.getter(name="typeHandlerVersion")
|
|
2350
|
+
def type_handler_version(self) -> Optional[pulumi.Input[str]]:
|
|
2351
|
+
"""
|
|
2352
|
+
Specifies the version of the script handler.
|
|
2353
|
+
"""
|
|
2354
|
+
return pulumi.get(self, "type_handler_version")
|
|
2355
|
+
|
|
2356
|
+
@type_handler_version.setter
|
|
2357
|
+
def type_handler_version(self, value: Optional[pulumi.Input[str]]):
|
|
2358
|
+
pulumi.set(self, "type_handler_version", value)
|
|
2359
|
+
|
|
2360
|
+
|
|
2361
|
+
@pulumi.input_type
|
|
2362
|
+
class VirtualMachineScaleSetDataDiskArgs:
|
|
2363
|
+
def __init__(__self__, *,
|
|
2364
|
+
create_option: pulumi.Input[Union[str, 'DiskCreateOptionTypes']],
|
|
2365
|
+
lun: pulumi.Input[int],
|
|
2366
|
+
caching: Optional[pulumi.Input['CachingTypes']] = None,
|
|
2367
|
+
delete_option: Optional[pulumi.Input[Union[str, 'DiskDeleteOptionTypes']]] = None,
|
|
2368
|
+
disk_iops_read_write: Optional[pulumi.Input[float]] = None,
|
|
2369
|
+
disk_m_bps_read_write: Optional[pulumi.Input[float]] = None,
|
|
2370
|
+
disk_size_gb: Optional[pulumi.Input[int]] = None,
|
|
2371
|
+
managed_disk: Optional[pulumi.Input['VirtualMachineScaleSetManagedDiskParametersArgs']] = None,
|
|
2372
|
+
name: Optional[pulumi.Input[str]] = None,
|
|
2373
|
+
write_accelerator_enabled: Optional[pulumi.Input[bool]] = None):
|
|
2374
|
+
"""
|
|
2375
|
+
Describes a virtual machine scale set data disk.
|
|
2376
|
+
:param pulumi.Input[Union[str, 'DiskCreateOptionTypes']] create_option: The create option.
|
|
2377
|
+
:param pulumi.Input[int] lun: Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM.
|
|
2378
|
+
:param pulumi.Input['CachingTypes'] caching: Specifies the caching requirements. Possible values are: **None,** **ReadOnly,** **ReadWrite.** The default values are: **None for Standard storage. ReadOnly for Premium storage.**
|
|
2379
|
+
:param pulumi.Input[Union[str, 'DiskDeleteOptionTypes']] delete_option: Specifies whether data disk should be deleted or detached upon VMSS Flex deletion (This feature is available for VMSS with Flexible OrchestrationMode only).<br><br> Possible values: <br><br> **Delete** If this value is used, the data disk is deleted when the VMSS Flex VM is deleted.<br><br> **Detach** If this value is used, the data disk is retained after VMSS Flex VM is deleted.<br><br> The default value is set to **Delete**.
|
|
2380
|
+
:param pulumi.Input[float] disk_iops_read_write: Specifies the Read-Write IOPS for the managed disk. Should be used only when StorageAccountType is UltraSSD_LRS. If not specified, a default value would be assigned based on diskSizeGB.
|
|
2381
|
+
:param pulumi.Input[float] disk_m_bps_read_write: Specifies the bandwidth in MB per second for the managed disk. Should be used only when StorageAccountType is UltraSSD_LRS. If not specified, a default value would be assigned based on diskSizeGB.
|
|
2382
|
+
:param pulumi.Input[int] disk_size_gb: Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. The property diskSizeGB is the number of bytes x 1024^3 for the disk and the value cannot be larger than 1023.
|
|
2383
|
+
:param pulumi.Input['VirtualMachineScaleSetManagedDiskParametersArgs'] managed_disk: The managed disk parameters.
|
|
2384
|
+
:param pulumi.Input[str] name: The disk name.
|
|
2385
|
+
:param pulumi.Input[bool] write_accelerator_enabled: Specifies whether writeAccelerator should be enabled or disabled on the disk.
|
|
2386
|
+
"""
|
|
2387
|
+
pulumi.set(__self__, "create_option", create_option)
|
|
2388
|
+
pulumi.set(__self__, "lun", lun)
|
|
2389
|
+
if caching is not None:
|
|
2390
|
+
pulumi.set(__self__, "caching", caching)
|
|
2391
|
+
if delete_option is not None:
|
|
2392
|
+
pulumi.set(__self__, "delete_option", delete_option)
|
|
2393
|
+
if disk_iops_read_write is not None:
|
|
2394
|
+
pulumi.set(__self__, "disk_iops_read_write", disk_iops_read_write)
|
|
2395
|
+
if disk_m_bps_read_write is not None:
|
|
2396
|
+
pulumi.set(__self__, "disk_m_bps_read_write", disk_m_bps_read_write)
|
|
2397
|
+
if disk_size_gb is not None:
|
|
2398
|
+
pulumi.set(__self__, "disk_size_gb", disk_size_gb)
|
|
2399
|
+
if managed_disk is not None:
|
|
2400
|
+
pulumi.set(__self__, "managed_disk", managed_disk)
|
|
2401
|
+
if name is not None:
|
|
2402
|
+
pulumi.set(__self__, "name", name)
|
|
2403
|
+
if write_accelerator_enabled is not None:
|
|
2404
|
+
pulumi.set(__self__, "write_accelerator_enabled", write_accelerator_enabled)
|
|
2405
|
+
|
|
2406
|
+
@property
|
|
2407
|
+
@pulumi.getter(name="createOption")
|
|
2408
|
+
def create_option(self) -> pulumi.Input[Union[str, 'DiskCreateOptionTypes']]:
|
|
2409
|
+
"""
|
|
2410
|
+
The create option.
|
|
2411
|
+
"""
|
|
2412
|
+
return pulumi.get(self, "create_option")
|
|
2413
|
+
|
|
2414
|
+
@create_option.setter
|
|
2415
|
+
def create_option(self, value: pulumi.Input[Union[str, 'DiskCreateOptionTypes']]):
|
|
2416
|
+
pulumi.set(self, "create_option", value)
|
|
2417
|
+
|
|
2418
|
+
@property
|
|
2419
|
+
@pulumi.getter
|
|
2420
|
+
def lun(self) -> pulumi.Input[int]:
|
|
2421
|
+
"""
|
|
2422
|
+
Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM.
|
|
2423
|
+
"""
|
|
2424
|
+
return pulumi.get(self, "lun")
|
|
2425
|
+
|
|
2426
|
+
@lun.setter
|
|
2427
|
+
def lun(self, value: pulumi.Input[int]):
|
|
2428
|
+
pulumi.set(self, "lun", value)
|
|
2429
|
+
|
|
2430
|
+
@property
|
|
2431
|
+
@pulumi.getter
|
|
2432
|
+
def caching(self) -> Optional[pulumi.Input['CachingTypes']]:
|
|
2433
|
+
"""
|
|
2434
|
+
Specifies the caching requirements. Possible values are: **None,** **ReadOnly,** **ReadWrite.** The default values are: **None for Standard storage. ReadOnly for Premium storage.**
|
|
2435
|
+
"""
|
|
2436
|
+
return pulumi.get(self, "caching")
|
|
2437
|
+
|
|
2438
|
+
@caching.setter
|
|
2439
|
+
def caching(self, value: Optional[pulumi.Input['CachingTypes']]):
|
|
2440
|
+
pulumi.set(self, "caching", value)
|
|
2441
|
+
|
|
2442
|
+
@property
|
|
2443
|
+
@pulumi.getter(name="deleteOption")
|
|
2444
|
+
def delete_option(self) -> Optional[pulumi.Input[Union[str, 'DiskDeleteOptionTypes']]]:
|
|
2445
|
+
"""
|
|
2446
|
+
Specifies whether data disk should be deleted or detached upon VMSS Flex deletion (This feature is available for VMSS with Flexible OrchestrationMode only).<br><br> Possible values: <br><br> **Delete** If this value is used, the data disk is deleted when the VMSS Flex VM is deleted.<br><br> **Detach** If this value is used, the data disk is retained after VMSS Flex VM is deleted.<br><br> The default value is set to **Delete**.
|
|
2447
|
+
"""
|
|
2448
|
+
return pulumi.get(self, "delete_option")
|
|
2449
|
+
|
|
2450
|
+
@delete_option.setter
|
|
2451
|
+
def delete_option(self, value: Optional[pulumi.Input[Union[str, 'DiskDeleteOptionTypes']]]):
|
|
2452
|
+
pulumi.set(self, "delete_option", value)
|
|
2453
|
+
|
|
2454
|
+
@property
|
|
2455
|
+
@pulumi.getter(name="diskIOPSReadWrite")
|
|
2456
|
+
def disk_iops_read_write(self) -> Optional[pulumi.Input[float]]:
|
|
2457
|
+
"""
|
|
2458
|
+
Specifies the Read-Write IOPS for the managed disk. Should be used only when StorageAccountType is UltraSSD_LRS. If not specified, a default value would be assigned based on diskSizeGB.
|
|
2459
|
+
"""
|
|
2460
|
+
return pulumi.get(self, "disk_iops_read_write")
|
|
2461
|
+
|
|
2462
|
+
@disk_iops_read_write.setter
|
|
2463
|
+
def disk_iops_read_write(self, value: Optional[pulumi.Input[float]]):
|
|
2464
|
+
pulumi.set(self, "disk_iops_read_write", value)
|
|
2465
|
+
|
|
2466
|
+
@property
|
|
2467
|
+
@pulumi.getter(name="diskMBpsReadWrite")
|
|
2468
|
+
def disk_m_bps_read_write(self) -> Optional[pulumi.Input[float]]:
|
|
2469
|
+
"""
|
|
2470
|
+
Specifies the bandwidth in MB per second for the managed disk. Should be used only when StorageAccountType is UltraSSD_LRS. If not specified, a default value would be assigned based on diskSizeGB.
|
|
2471
|
+
"""
|
|
2472
|
+
return pulumi.get(self, "disk_m_bps_read_write")
|
|
2473
|
+
|
|
2474
|
+
@disk_m_bps_read_write.setter
|
|
2475
|
+
def disk_m_bps_read_write(self, value: Optional[pulumi.Input[float]]):
|
|
2476
|
+
pulumi.set(self, "disk_m_bps_read_write", value)
|
|
2477
|
+
|
|
2478
|
+
@property
|
|
2479
|
+
@pulumi.getter(name="diskSizeGB")
|
|
2480
|
+
def disk_size_gb(self) -> Optional[pulumi.Input[int]]:
|
|
2481
|
+
"""
|
|
2482
|
+
Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. The property diskSizeGB is the number of bytes x 1024^3 for the disk and the value cannot be larger than 1023.
|
|
2483
|
+
"""
|
|
2484
|
+
return pulumi.get(self, "disk_size_gb")
|
|
2485
|
+
|
|
2486
|
+
@disk_size_gb.setter
|
|
2487
|
+
def disk_size_gb(self, value: Optional[pulumi.Input[int]]):
|
|
2488
|
+
pulumi.set(self, "disk_size_gb", value)
|
|
2489
|
+
|
|
2490
|
+
@property
|
|
2491
|
+
@pulumi.getter(name="managedDisk")
|
|
2492
|
+
def managed_disk(self) -> Optional[pulumi.Input['VirtualMachineScaleSetManagedDiskParametersArgs']]:
|
|
2493
|
+
"""
|
|
2494
|
+
The managed disk parameters.
|
|
2495
|
+
"""
|
|
2496
|
+
return pulumi.get(self, "managed_disk")
|
|
2497
|
+
|
|
2498
|
+
@managed_disk.setter
|
|
2499
|
+
def managed_disk(self, value: Optional[pulumi.Input['VirtualMachineScaleSetManagedDiskParametersArgs']]):
|
|
2500
|
+
pulumi.set(self, "managed_disk", value)
|
|
2501
|
+
|
|
2502
|
+
@property
|
|
2503
|
+
@pulumi.getter
|
|
2504
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
|
2505
|
+
"""
|
|
2506
|
+
The disk name.
|
|
2507
|
+
"""
|
|
2508
|
+
return pulumi.get(self, "name")
|
|
2509
|
+
|
|
2510
|
+
@name.setter
|
|
2511
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
|
2512
|
+
pulumi.set(self, "name", value)
|
|
2513
|
+
|
|
2514
|
+
@property
|
|
2515
|
+
@pulumi.getter(name="writeAcceleratorEnabled")
|
|
2516
|
+
def write_accelerator_enabled(self) -> Optional[pulumi.Input[bool]]:
|
|
2517
|
+
"""
|
|
2518
|
+
Specifies whether writeAccelerator should be enabled or disabled on the disk.
|
|
2519
|
+
"""
|
|
2520
|
+
return pulumi.get(self, "write_accelerator_enabled")
|
|
2521
|
+
|
|
2522
|
+
@write_accelerator_enabled.setter
|
|
2523
|
+
def write_accelerator_enabled(self, value: Optional[pulumi.Input[bool]]):
|
|
2524
|
+
pulumi.set(self, "write_accelerator_enabled", value)
|
|
2525
|
+
|
|
2526
|
+
|
|
2527
|
+
@pulumi.input_type
|
|
2528
|
+
class VirtualMachineScaleSetExtensionProfileArgs:
|
|
2529
|
+
def __init__(__self__, *,
|
|
2530
|
+
extensions: Optional[pulumi.Input[Sequence[pulumi.Input['VirtualMachineScaleSetExtensionArgs']]]] = None,
|
|
2531
|
+
extensions_time_budget: Optional[pulumi.Input[str]] = None):
|
|
2532
|
+
"""
|
|
2533
|
+
Describes a virtual machine scale set extension profile.
|
|
2534
|
+
:param pulumi.Input[Sequence[pulumi.Input['VirtualMachineScaleSetExtensionArgs']]] extensions: The virtual machine scale set child extension resources.
|
|
2535
|
+
:param pulumi.Input[str] extensions_time_budget: Specifies the time alloted for all extensions to start. The time duration should be between 15 minutes and 120 minutes (inclusive) and should be specified in ISO 8601 format. The default value is 90 minutes (PT1H30M). Minimum api-version: 2020-06-01.
|
|
2536
|
+
"""
|
|
2537
|
+
if extensions is not None:
|
|
2538
|
+
pulumi.set(__self__, "extensions", extensions)
|
|
2539
|
+
if extensions_time_budget is not None:
|
|
2540
|
+
pulumi.set(__self__, "extensions_time_budget", extensions_time_budget)
|
|
2541
|
+
|
|
2542
|
+
@property
|
|
2543
|
+
@pulumi.getter
|
|
2544
|
+
def extensions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['VirtualMachineScaleSetExtensionArgs']]]]:
|
|
2545
|
+
"""
|
|
2546
|
+
The virtual machine scale set child extension resources.
|
|
2547
|
+
"""
|
|
2548
|
+
return pulumi.get(self, "extensions")
|
|
2549
|
+
|
|
2550
|
+
@extensions.setter
|
|
2551
|
+
def extensions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['VirtualMachineScaleSetExtensionArgs']]]]):
|
|
2552
|
+
pulumi.set(self, "extensions", value)
|
|
2553
|
+
|
|
2554
|
+
@property
|
|
2555
|
+
@pulumi.getter(name="extensionsTimeBudget")
|
|
2556
|
+
def extensions_time_budget(self) -> Optional[pulumi.Input[str]]:
|
|
2557
|
+
"""
|
|
2558
|
+
Specifies the time alloted for all extensions to start. The time duration should be between 15 minutes and 120 minutes (inclusive) and should be specified in ISO 8601 format. The default value is 90 minutes (PT1H30M). Minimum api-version: 2020-06-01.
|
|
2559
|
+
"""
|
|
2560
|
+
return pulumi.get(self, "extensions_time_budget")
|
|
2561
|
+
|
|
2562
|
+
@extensions_time_budget.setter
|
|
2563
|
+
def extensions_time_budget(self, value: Optional[pulumi.Input[str]]):
|
|
2564
|
+
pulumi.set(self, "extensions_time_budget", value)
|
|
2565
|
+
|
|
2566
|
+
|
|
2567
|
+
@pulumi.input_type
|
|
2568
|
+
class VirtualMachineScaleSetExtensionArgs:
|
|
2569
|
+
def __init__(__self__, *,
|
|
2570
|
+
auto_upgrade_minor_version: Optional[pulumi.Input[bool]] = None,
|
|
2571
|
+
enable_automatic_upgrade: Optional[pulumi.Input[bool]] = None,
|
|
2572
|
+
force_update_tag: Optional[pulumi.Input[str]] = None,
|
|
2573
|
+
name: Optional[pulumi.Input[str]] = None,
|
|
2574
|
+
protected_settings: Optional[Any] = None,
|
|
2575
|
+
protected_settings_from_key_vault: Optional[pulumi.Input['KeyVaultSecretReferenceArgs']] = None,
|
|
2576
|
+
provision_after_extensions: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
2577
|
+
publisher: Optional[pulumi.Input[str]] = None,
|
|
2578
|
+
settings: Optional[Any] = None,
|
|
2579
|
+
suppress_failures: Optional[pulumi.Input[bool]] = None,
|
|
2580
|
+
type: Optional[pulumi.Input[str]] = None,
|
|
2581
|
+
type_handler_version: Optional[pulumi.Input[str]] = None):
|
|
2582
|
+
"""
|
|
2583
|
+
Describes a Virtual Machine Scale Set Extension.
|
|
2584
|
+
:param pulumi.Input[bool] auto_upgrade_minor_version: Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true.
|
|
2585
|
+
:param pulumi.Input[bool] enable_automatic_upgrade: Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available.
|
|
2586
|
+
:param pulumi.Input[str] force_update_tag: If a value is provided and is different from the previous value, the extension handler will be forced to update even if the extension configuration has not changed.
|
|
2587
|
+
:param pulumi.Input[str] name: The name of the extension.
|
|
2588
|
+
:param Any protected_settings: The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
|
|
2589
|
+
:param pulumi.Input['KeyVaultSecretReferenceArgs'] protected_settings_from_key_vault: The extensions protected settings that are passed by reference, and consumed from key vault
|
|
2590
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] provision_after_extensions: Collection of extension names after which this extension needs to be provisioned.
|
|
2591
|
+
:param pulumi.Input[str] publisher: The name of the extension handler publisher.
|
|
2592
|
+
:param Any settings: Json formatted public settings for the extension.
|
|
2593
|
+
:param pulumi.Input[bool] suppress_failures: Indicates whether failures stemming from the extension will be suppressed (Operational failures such as not connecting to the VM will not be suppressed regardless of this value). The default is false.
|
|
2594
|
+
:param pulumi.Input[str] type: Specifies the type of the extension; an example is "CustomScriptExtension".
|
|
2595
|
+
:param pulumi.Input[str] type_handler_version: Specifies the version of the script handler.
|
|
2596
|
+
"""
|
|
2597
|
+
if auto_upgrade_minor_version is not None:
|
|
2598
|
+
pulumi.set(__self__, "auto_upgrade_minor_version", auto_upgrade_minor_version)
|
|
2599
|
+
if enable_automatic_upgrade is not None:
|
|
2600
|
+
pulumi.set(__self__, "enable_automatic_upgrade", enable_automatic_upgrade)
|
|
2601
|
+
if force_update_tag is not None:
|
|
2602
|
+
pulumi.set(__self__, "force_update_tag", force_update_tag)
|
|
2603
|
+
if name is not None:
|
|
2604
|
+
pulumi.set(__self__, "name", name)
|
|
2605
|
+
if protected_settings is not None:
|
|
2606
|
+
pulumi.set(__self__, "protected_settings", protected_settings)
|
|
2607
|
+
if protected_settings_from_key_vault is not None:
|
|
2608
|
+
pulumi.set(__self__, "protected_settings_from_key_vault", protected_settings_from_key_vault)
|
|
2609
|
+
if provision_after_extensions is not None:
|
|
2610
|
+
pulumi.set(__self__, "provision_after_extensions", provision_after_extensions)
|
|
2611
|
+
if publisher is not None:
|
|
2612
|
+
pulumi.set(__self__, "publisher", publisher)
|
|
2613
|
+
if settings is not None:
|
|
2614
|
+
pulumi.set(__self__, "settings", settings)
|
|
2615
|
+
if suppress_failures is not None:
|
|
2616
|
+
pulumi.set(__self__, "suppress_failures", suppress_failures)
|
|
2617
|
+
if type is not None:
|
|
2618
|
+
pulumi.set(__self__, "type", type)
|
|
2619
|
+
if type_handler_version is not None:
|
|
2620
|
+
pulumi.set(__self__, "type_handler_version", type_handler_version)
|
|
2621
|
+
|
|
2622
|
+
@property
|
|
2623
|
+
@pulumi.getter(name="autoUpgradeMinorVersion")
|
|
2624
|
+
def auto_upgrade_minor_version(self) -> Optional[pulumi.Input[bool]]:
|
|
2625
|
+
"""
|
|
2626
|
+
Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true.
|
|
2627
|
+
"""
|
|
2628
|
+
return pulumi.get(self, "auto_upgrade_minor_version")
|
|
2629
|
+
|
|
2630
|
+
@auto_upgrade_minor_version.setter
|
|
2631
|
+
def auto_upgrade_minor_version(self, value: Optional[pulumi.Input[bool]]):
|
|
2632
|
+
pulumi.set(self, "auto_upgrade_minor_version", value)
|
|
2633
|
+
|
|
2634
|
+
@property
|
|
2635
|
+
@pulumi.getter(name="enableAutomaticUpgrade")
|
|
2636
|
+
def enable_automatic_upgrade(self) -> Optional[pulumi.Input[bool]]:
|
|
2637
|
+
"""
|
|
2638
|
+
Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available.
|
|
2639
|
+
"""
|
|
2640
|
+
return pulumi.get(self, "enable_automatic_upgrade")
|
|
2641
|
+
|
|
2642
|
+
@enable_automatic_upgrade.setter
|
|
2643
|
+
def enable_automatic_upgrade(self, value: Optional[pulumi.Input[bool]]):
|
|
2644
|
+
pulumi.set(self, "enable_automatic_upgrade", value)
|
|
2645
|
+
|
|
2646
|
+
@property
|
|
2647
|
+
@pulumi.getter(name="forceUpdateTag")
|
|
2648
|
+
def force_update_tag(self) -> Optional[pulumi.Input[str]]:
|
|
2649
|
+
"""
|
|
2650
|
+
If a value is provided and is different from the previous value, the extension handler will be forced to update even if the extension configuration has not changed.
|
|
2651
|
+
"""
|
|
2652
|
+
return pulumi.get(self, "force_update_tag")
|
|
2653
|
+
|
|
2654
|
+
@force_update_tag.setter
|
|
2655
|
+
def force_update_tag(self, value: Optional[pulumi.Input[str]]):
|
|
2656
|
+
pulumi.set(self, "force_update_tag", value)
|
|
2657
|
+
|
|
2658
|
+
@property
|
|
2659
|
+
@pulumi.getter
|
|
2660
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
|
2661
|
+
"""
|
|
2662
|
+
The name of the extension.
|
|
2663
|
+
"""
|
|
2664
|
+
return pulumi.get(self, "name")
|
|
2665
|
+
|
|
2666
|
+
@name.setter
|
|
2667
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
|
2668
|
+
pulumi.set(self, "name", value)
|
|
2669
|
+
|
|
2670
|
+
@property
|
|
2671
|
+
@pulumi.getter(name="protectedSettings")
|
|
2672
|
+
def protected_settings(self) -> Optional[Any]:
|
|
2673
|
+
"""
|
|
2674
|
+
The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
|
|
2675
|
+
"""
|
|
2676
|
+
return pulumi.get(self, "protected_settings")
|
|
2677
|
+
|
|
2678
|
+
@protected_settings.setter
|
|
2679
|
+
def protected_settings(self, value: Optional[Any]):
|
|
2680
|
+
pulumi.set(self, "protected_settings", value)
|
|
2681
|
+
|
|
2682
|
+
@property
|
|
2683
|
+
@pulumi.getter(name="protectedSettingsFromKeyVault")
|
|
2684
|
+
def protected_settings_from_key_vault(self) -> Optional[pulumi.Input['KeyVaultSecretReferenceArgs']]:
|
|
2685
|
+
"""
|
|
2686
|
+
The extensions protected settings that are passed by reference, and consumed from key vault
|
|
2687
|
+
"""
|
|
2688
|
+
return pulumi.get(self, "protected_settings_from_key_vault")
|
|
2689
|
+
|
|
2690
|
+
@protected_settings_from_key_vault.setter
|
|
2691
|
+
def protected_settings_from_key_vault(self, value: Optional[pulumi.Input['KeyVaultSecretReferenceArgs']]):
|
|
2692
|
+
pulumi.set(self, "protected_settings_from_key_vault", value)
|
|
2693
|
+
|
|
2694
|
+
@property
|
|
2695
|
+
@pulumi.getter(name="provisionAfterExtensions")
|
|
2696
|
+
def provision_after_extensions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
2697
|
+
"""
|
|
2698
|
+
Collection of extension names after which this extension needs to be provisioned.
|
|
2699
|
+
"""
|
|
2700
|
+
return pulumi.get(self, "provision_after_extensions")
|
|
2701
|
+
|
|
2702
|
+
@provision_after_extensions.setter
|
|
2703
|
+
def provision_after_extensions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
2704
|
+
pulumi.set(self, "provision_after_extensions", value)
|
|
2705
|
+
|
|
2706
|
+
@property
|
|
2707
|
+
@pulumi.getter
|
|
2708
|
+
def publisher(self) -> Optional[pulumi.Input[str]]:
|
|
2709
|
+
"""
|
|
2710
|
+
The name of the extension handler publisher.
|
|
2711
|
+
"""
|
|
2712
|
+
return pulumi.get(self, "publisher")
|
|
2713
|
+
|
|
2714
|
+
@publisher.setter
|
|
2715
|
+
def publisher(self, value: Optional[pulumi.Input[str]]):
|
|
2716
|
+
pulumi.set(self, "publisher", value)
|
|
2717
|
+
|
|
2718
|
+
@property
|
|
2719
|
+
@pulumi.getter
|
|
2720
|
+
def settings(self) -> Optional[Any]:
|
|
2721
|
+
"""
|
|
2722
|
+
Json formatted public settings for the extension.
|
|
2723
|
+
"""
|
|
2724
|
+
return pulumi.get(self, "settings")
|
|
2725
|
+
|
|
2726
|
+
@settings.setter
|
|
2727
|
+
def settings(self, value: Optional[Any]):
|
|
2728
|
+
pulumi.set(self, "settings", value)
|
|
2729
|
+
|
|
2730
|
+
@property
|
|
2731
|
+
@pulumi.getter(name="suppressFailures")
|
|
2732
|
+
def suppress_failures(self) -> Optional[pulumi.Input[bool]]:
|
|
2733
|
+
"""
|
|
2734
|
+
Indicates whether failures stemming from the extension will be suppressed (Operational failures such as not connecting to the VM will not be suppressed regardless of this value). The default is false.
|
|
2735
|
+
"""
|
|
2736
|
+
return pulumi.get(self, "suppress_failures")
|
|
2737
|
+
|
|
2738
|
+
@suppress_failures.setter
|
|
2739
|
+
def suppress_failures(self, value: Optional[pulumi.Input[bool]]):
|
|
2740
|
+
pulumi.set(self, "suppress_failures", value)
|
|
2741
|
+
|
|
2742
|
+
@property
|
|
2743
|
+
@pulumi.getter
|
|
2744
|
+
def type(self) -> Optional[pulumi.Input[str]]:
|
|
2745
|
+
"""
|
|
2746
|
+
Specifies the type of the extension; an example is "CustomScriptExtension".
|
|
2747
|
+
"""
|
|
2748
|
+
return pulumi.get(self, "type")
|
|
2749
|
+
|
|
2750
|
+
@type.setter
|
|
2751
|
+
def type(self, value: Optional[pulumi.Input[str]]):
|
|
2752
|
+
pulumi.set(self, "type", value)
|
|
2753
|
+
|
|
2754
|
+
@property
|
|
2755
|
+
@pulumi.getter(name="typeHandlerVersion")
|
|
2756
|
+
def type_handler_version(self) -> Optional[pulumi.Input[str]]:
|
|
2757
|
+
"""
|
|
2758
|
+
Specifies the version of the script handler.
|
|
2759
|
+
"""
|
|
2760
|
+
return pulumi.get(self, "type_handler_version")
|
|
2761
|
+
|
|
2762
|
+
@type_handler_version.setter
|
|
2763
|
+
def type_handler_version(self, value: Optional[pulumi.Input[str]]):
|
|
2764
|
+
pulumi.set(self, "type_handler_version", value)
|
|
2765
|
+
|
|
2766
|
+
|
|
2767
|
+
@pulumi.input_type
|
|
2768
|
+
class VirtualMachineScaleSetHardwareProfileArgs:
|
|
2769
|
+
def __init__(__self__, *,
|
|
2770
|
+
vm_size_properties: Optional[pulumi.Input['VMSizePropertiesArgs']] = None):
|
|
2771
|
+
"""
|
|
2772
|
+
Specifies the hardware settings for the virtual machine scale set.
|
|
2773
|
+
:param pulumi.Input['VMSizePropertiesArgs'] vm_size_properties: Specifies the properties for customizing the size of the virtual machine. Minimum api-version: 2021-11-01. Please follow the instructions in [VM Customization](https://aka.ms/vmcustomization) for more details.
|
|
2774
|
+
"""
|
|
2775
|
+
if vm_size_properties is not None:
|
|
2776
|
+
pulumi.set(__self__, "vm_size_properties", vm_size_properties)
|
|
2777
|
+
|
|
2778
|
+
@property
|
|
2779
|
+
@pulumi.getter(name="vmSizeProperties")
|
|
2780
|
+
def vm_size_properties(self) -> Optional[pulumi.Input['VMSizePropertiesArgs']]:
|
|
2781
|
+
"""
|
|
2782
|
+
Specifies the properties for customizing the size of the virtual machine. Minimum api-version: 2021-11-01. Please follow the instructions in [VM Customization](https://aka.ms/vmcustomization) for more details.
|
|
2783
|
+
"""
|
|
2784
|
+
return pulumi.get(self, "vm_size_properties")
|
|
2785
|
+
|
|
2786
|
+
@vm_size_properties.setter
|
|
2787
|
+
def vm_size_properties(self, value: Optional[pulumi.Input['VMSizePropertiesArgs']]):
|
|
2788
|
+
pulumi.set(self, "vm_size_properties", value)
|
|
2789
|
+
|
|
2790
|
+
|
|
2791
|
+
@pulumi.input_type
|
|
2792
|
+
class VirtualMachineScaleSetIPConfigurationArgs:
|
|
2793
|
+
def __init__(__self__, *,
|
|
2794
|
+
name: pulumi.Input[str],
|
|
2795
|
+
application_gateway_backend_address_pools: Optional[pulumi.Input[Sequence[pulumi.Input['SubResourceArgs']]]] = None,
|
|
2796
|
+
application_security_groups: Optional[pulumi.Input[Sequence[pulumi.Input['SubResourceArgs']]]] = None,
|
|
2797
|
+
load_balancer_backend_address_pools: Optional[pulumi.Input[Sequence[pulumi.Input['SubResourceArgs']]]] = None,
|
|
2798
|
+
load_balancer_inbound_nat_pools: Optional[pulumi.Input[Sequence[pulumi.Input['SubResourceArgs']]]] = None,
|
|
2799
|
+
primary: Optional[pulumi.Input[bool]] = None,
|
|
2800
|
+
private_ip_address_version: Optional[pulumi.Input[Union[str, 'IPVersion']]] = None,
|
|
2801
|
+
public_ip_address_configuration: Optional[pulumi.Input['VirtualMachineScaleSetPublicIPAddressConfigurationArgs']] = None,
|
|
2802
|
+
subnet: Optional[pulumi.Input['ApiEntityReferenceArgs']] = None):
|
|
2803
|
+
"""
|
|
2804
|
+
Describes a virtual machine scale set network profile's IP configuration.
|
|
2805
|
+
:param pulumi.Input[str] name: The IP configuration name.
|
|
2806
|
+
:param pulumi.Input[Sequence[pulumi.Input['SubResourceArgs']]] application_gateway_backend_address_pools: Specifies an array of references to backend address pools of application gateways. A scale set can reference backend address pools of multiple application gateways. Multiple scale sets cannot use the same application gateway.
|
|
2807
|
+
:param pulumi.Input[Sequence[pulumi.Input['SubResourceArgs']]] application_security_groups: Specifies an array of references to application security group.
|
|
2808
|
+
:param pulumi.Input[Sequence[pulumi.Input['SubResourceArgs']]] load_balancer_backend_address_pools: Specifies an array of references to backend address pools of load balancers. A scale set can reference backend address pools of one public and one internal load balancer. Multiple scale sets cannot use the same basic sku load balancer.
|
|
2809
|
+
:param pulumi.Input[Sequence[pulumi.Input['SubResourceArgs']]] load_balancer_inbound_nat_pools: Specifies an array of references to inbound Nat pools of the load balancers. A scale set can reference inbound nat pools of one public and one internal load balancer. Multiple scale sets cannot use the same basic sku load balancer.
|
|
2810
|
+
:param pulumi.Input[bool] primary: Specifies the primary network interface in case the virtual machine has more than 1 network interface.
|
|
2811
|
+
:param pulumi.Input[Union[str, 'IPVersion']] private_ip_address_version: Available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
|
|
2812
|
+
:param pulumi.Input['VirtualMachineScaleSetPublicIPAddressConfigurationArgs'] public_ip_address_configuration: The publicIPAddressConfiguration.
|
|
2813
|
+
:param pulumi.Input['ApiEntityReferenceArgs'] subnet: Specifies the identifier of the subnet.
|
|
2814
|
+
"""
|
|
2815
|
+
pulumi.set(__self__, "name", name)
|
|
2816
|
+
if application_gateway_backend_address_pools is not None:
|
|
2817
|
+
pulumi.set(__self__, "application_gateway_backend_address_pools", application_gateway_backend_address_pools)
|
|
2818
|
+
if application_security_groups is not None:
|
|
2819
|
+
pulumi.set(__self__, "application_security_groups", application_security_groups)
|
|
2820
|
+
if load_balancer_backend_address_pools is not None:
|
|
2821
|
+
pulumi.set(__self__, "load_balancer_backend_address_pools", load_balancer_backend_address_pools)
|
|
2822
|
+
if load_balancer_inbound_nat_pools is not None:
|
|
2823
|
+
pulumi.set(__self__, "load_balancer_inbound_nat_pools", load_balancer_inbound_nat_pools)
|
|
2824
|
+
if primary is not None:
|
|
2825
|
+
pulumi.set(__self__, "primary", primary)
|
|
2826
|
+
if private_ip_address_version is not None:
|
|
2827
|
+
pulumi.set(__self__, "private_ip_address_version", private_ip_address_version)
|
|
2828
|
+
if public_ip_address_configuration is not None:
|
|
2829
|
+
pulumi.set(__self__, "public_ip_address_configuration", public_ip_address_configuration)
|
|
2830
|
+
if subnet is not None:
|
|
2831
|
+
pulumi.set(__self__, "subnet", subnet)
|
|
2832
|
+
|
|
2833
|
+
@property
|
|
2834
|
+
@pulumi.getter
|
|
2835
|
+
def name(self) -> pulumi.Input[str]:
|
|
2836
|
+
"""
|
|
2837
|
+
The IP configuration name.
|
|
2838
|
+
"""
|
|
2839
|
+
return pulumi.get(self, "name")
|
|
2840
|
+
|
|
2841
|
+
@name.setter
|
|
2842
|
+
def name(self, value: pulumi.Input[str]):
|
|
2843
|
+
pulumi.set(self, "name", value)
|
|
2844
|
+
|
|
2845
|
+
@property
|
|
2846
|
+
@pulumi.getter(name="applicationGatewayBackendAddressPools")
|
|
2847
|
+
def application_gateway_backend_address_pools(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SubResourceArgs']]]]:
|
|
2848
|
+
"""
|
|
2849
|
+
Specifies an array of references to backend address pools of application gateways. A scale set can reference backend address pools of multiple application gateways. Multiple scale sets cannot use the same application gateway.
|
|
2850
|
+
"""
|
|
2851
|
+
return pulumi.get(self, "application_gateway_backend_address_pools")
|
|
2852
|
+
|
|
2853
|
+
@application_gateway_backend_address_pools.setter
|
|
2854
|
+
def application_gateway_backend_address_pools(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['SubResourceArgs']]]]):
|
|
2855
|
+
pulumi.set(self, "application_gateway_backend_address_pools", value)
|
|
2856
|
+
|
|
2857
|
+
@property
|
|
2858
|
+
@pulumi.getter(name="applicationSecurityGroups")
|
|
2859
|
+
def application_security_groups(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SubResourceArgs']]]]:
|
|
2860
|
+
"""
|
|
2861
|
+
Specifies an array of references to application security group.
|
|
2862
|
+
"""
|
|
2863
|
+
return pulumi.get(self, "application_security_groups")
|
|
2864
|
+
|
|
2865
|
+
@application_security_groups.setter
|
|
2866
|
+
def application_security_groups(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['SubResourceArgs']]]]):
|
|
2867
|
+
pulumi.set(self, "application_security_groups", value)
|
|
2868
|
+
|
|
2869
|
+
@property
|
|
2870
|
+
@pulumi.getter(name="loadBalancerBackendAddressPools")
|
|
2871
|
+
def load_balancer_backend_address_pools(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SubResourceArgs']]]]:
|
|
2872
|
+
"""
|
|
2873
|
+
Specifies an array of references to backend address pools of load balancers. A scale set can reference backend address pools of one public and one internal load balancer. Multiple scale sets cannot use the same basic sku load balancer.
|
|
2874
|
+
"""
|
|
2875
|
+
return pulumi.get(self, "load_balancer_backend_address_pools")
|
|
2876
|
+
|
|
2877
|
+
@load_balancer_backend_address_pools.setter
|
|
2878
|
+
def load_balancer_backend_address_pools(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['SubResourceArgs']]]]):
|
|
2879
|
+
pulumi.set(self, "load_balancer_backend_address_pools", value)
|
|
2880
|
+
|
|
2881
|
+
@property
|
|
2882
|
+
@pulumi.getter(name="loadBalancerInboundNatPools")
|
|
2883
|
+
def load_balancer_inbound_nat_pools(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SubResourceArgs']]]]:
|
|
2884
|
+
"""
|
|
2885
|
+
Specifies an array of references to inbound Nat pools of the load balancers. A scale set can reference inbound nat pools of one public and one internal load balancer. Multiple scale sets cannot use the same basic sku load balancer.
|
|
2886
|
+
"""
|
|
2887
|
+
return pulumi.get(self, "load_balancer_inbound_nat_pools")
|
|
2888
|
+
|
|
2889
|
+
@load_balancer_inbound_nat_pools.setter
|
|
2890
|
+
def load_balancer_inbound_nat_pools(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['SubResourceArgs']]]]):
|
|
2891
|
+
pulumi.set(self, "load_balancer_inbound_nat_pools", value)
|
|
2892
|
+
|
|
2893
|
+
@property
|
|
2894
|
+
@pulumi.getter
|
|
2895
|
+
def primary(self) -> Optional[pulumi.Input[bool]]:
|
|
2896
|
+
"""
|
|
2897
|
+
Specifies the primary network interface in case the virtual machine has more than 1 network interface.
|
|
2898
|
+
"""
|
|
2899
|
+
return pulumi.get(self, "primary")
|
|
2900
|
+
|
|
2901
|
+
@primary.setter
|
|
2902
|
+
def primary(self, value: Optional[pulumi.Input[bool]]):
|
|
2903
|
+
pulumi.set(self, "primary", value)
|
|
2904
|
+
|
|
2905
|
+
@property
|
|
2906
|
+
@pulumi.getter(name="privateIPAddressVersion")
|
|
2907
|
+
def private_ip_address_version(self) -> Optional[pulumi.Input[Union[str, 'IPVersion']]]:
|
|
2908
|
+
"""
|
|
2909
|
+
Available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
|
|
2910
|
+
"""
|
|
2911
|
+
return pulumi.get(self, "private_ip_address_version")
|
|
2912
|
+
|
|
2913
|
+
@private_ip_address_version.setter
|
|
2914
|
+
def private_ip_address_version(self, value: Optional[pulumi.Input[Union[str, 'IPVersion']]]):
|
|
2915
|
+
pulumi.set(self, "private_ip_address_version", value)
|
|
2916
|
+
|
|
2917
|
+
@property
|
|
2918
|
+
@pulumi.getter(name="publicIPAddressConfiguration")
|
|
2919
|
+
def public_ip_address_configuration(self) -> Optional[pulumi.Input['VirtualMachineScaleSetPublicIPAddressConfigurationArgs']]:
|
|
2920
|
+
"""
|
|
2921
|
+
The publicIPAddressConfiguration.
|
|
2922
|
+
"""
|
|
2923
|
+
return pulumi.get(self, "public_ip_address_configuration")
|
|
2924
|
+
|
|
2925
|
+
@public_ip_address_configuration.setter
|
|
2926
|
+
def public_ip_address_configuration(self, value: Optional[pulumi.Input['VirtualMachineScaleSetPublicIPAddressConfigurationArgs']]):
|
|
2927
|
+
pulumi.set(self, "public_ip_address_configuration", value)
|
|
2928
|
+
|
|
2929
|
+
@property
|
|
2930
|
+
@pulumi.getter
|
|
2931
|
+
def subnet(self) -> Optional[pulumi.Input['ApiEntityReferenceArgs']]:
|
|
2932
|
+
"""
|
|
2933
|
+
Specifies the identifier of the subnet.
|
|
2934
|
+
"""
|
|
2935
|
+
return pulumi.get(self, "subnet")
|
|
2936
|
+
|
|
2937
|
+
@subnet.setter
|
|
2938
|
+
def subnet(self, value: Optional[pulumi.Input['ApiEntityReferenceArgs']]):
|
|
2939
|
+
pulumi.set(self, "subnet", value)
|
|
2940
|
+
|
|
2941
|
+
|
|
2942
|
+
@pulumi.input_type
|
|
2943
|
+
class VirtualMachineScaleSetIpTagArgs:
|
|
2944
|
+
def __init__(__self__, *,
|
|
2945
|
+
ip_tag_type: Optional[pulumi.Input[str]] = None,
|
|
2946
|
+
tag: Optional[pulumi.Input[str]] = None):
|
|
2947
|
+
"""
|
|
2948
|
+
Contains the IP tag associated with the public IP address.
|
|
2949
|
+
:param pulumi.Input[str] ip_tag_type: IP tag type. Example: FirstPartyUsage.
|
|
2950
|
+
:param pulumi.Input[str] tag: IP tag associated with the public IP. Example: SQL, Storage etc.
|
|
2951
|
+
"""
|
|
2952
|
+
if ip_tag_type is not None:
|
|
2953
|
+
pulumi.set(__self__, "ip_tag_type", ip_tag_type)
|
|
2954
|
+
if tag is not None:
|
|
2955
|
+
pulumi.set(__self__, "tag", tag)
|
|
2956
|
+
|
|
2957
|
+
@property
|
|
2958
|
+
@pulumi.getter(name="ipTagType")
|
|
2959
|
+
def ip_tag_type(self) -> Optional[pulumi.Input[str]]:
|
|
2960
|
+
"""
|
|
2961
|
+
IP tag type. Example: FirstPartyUsage.
|
|
2962
|
+
"""
|
|
2963
|
+
return pulumi.get(self, "ip_tag_type")
|
|
2964
|
+
|
|
2965
|
+
@ip_tag_type.setter
|
|
2966
|
+
def ip_tag_type(self, value: Optional[pulumi.Input[str]]):
|
|
2967
|
+
pulumi.set(self, "ip_tag_type", value)
|
|
2968
|
+
|
|
2969
|
+
@property
|
|
2970
|
+
@pulumi.getter
|
|
2971
|
+
def tag(self) -> Optional[pulumi.Input[str]]:
|
|
2972
|
+
"""
|
|
2973
|
+
IP tag associated with the public IP. Example: SQL, Storage etc.
|
|
2974
|
+
"""
|
|
2975
|
+
return pulumi.get(self, "tag")
|
|
2976
|
+
|
|
2977
|
+
@tag.setter
|
|
2978
|
+
def tag(self, value: Optional[pulumi.Input[str]]):
|
|
2979
|
+
pulumi.set(self, "tag", value)
|
|
2980
|
+
|
|
2981
|
+
|
|
2982
|
+
@pulumi.input_type
|
|
2983
|
+
class VirtualMachineScaleSetManagedDiskParametersArgs:
|
|
2984
|
+
def __init__(__self__, *,
|
|
2985
|
+
disk_encryption_set: Optional[pulumi.Input['DiskEncryptionSetParametersArgs']] = None,
|
|
2986
|
+
security_profile: Optional[pulumi.Input['VMDiskSecurityProfileArgs']] = None,
|
|
2987
|
+
storage_account_type: Optional[pulumi.Input[Union[str, 'StorageAccountTypes']]] = None):
|
|
2988
|
+
"""
|
|
2989
|
+
Describes the parameters of a ScaleSet managed disk.
|
|
2990
|
+
:param pulumi.Input['DiskEncryptionSetParametersArgs'] disk_encryption_set: Specifies the customer managed disk encryption set resource id for the managed disk.
|
|
2991
|
+
:param pulumi.Input['VMDiskSecurityProfileArgs'] security_profile: Specifies the security profile for the managed disk.
|
|
2992
|
+
:param pulumi.Input[Union[str, 'StorageAccountTypes']] storage_account_type: Specifies the storage account type for the managed disk. NOTE: UltraSSD_LRS can only be used with data disks, it cannot be used with OS Disk.
|
|
2993
|
+
"""
|
|
2994
|
+
if disk_encryption_set is not None:
|
|
2995
|
+
pulumi.set(__self__, "disk_encryption_set", disk_encryption_set)
|
|
2996
|
+
if security_profile is not None:
|
|
2997
|
+
pulumi.set(__self__, "security_profile", security_profile)
|
|
2998
|
+
if storage_account_type is not None:
|
|
2999
|
+
pulumi.set(__self__, "storage_account_type", storage_account_type)
|
|
3000
|
+
|
|
3001
|
+
@property
|
|
3002
|
+
@pulumi.getter(name="diskEncryptionSet")
|
|
3003
|
+
def disk_encryption_set(self) -> Optional[pulumi.Input['DiskEncryptionSetParametersArgs']]:
|
|
3004
|
+
"""
|
|
3005
|
+
Specifies the customer managed disk encryption set resource id for the managed disk.
|
|
3006
|
+
"""
|
|
3007
|
+
return pulumi.get(self, "disk_encryption_set")
|
|
3008
|
+
|
|
3009
|
+
@disk_encryption_set.setter
|
|
3010
|
+
def disk_encryption_set(self, value: Optional[pulumi.Input['DiskEncryptionSetParametersArgs']]):
|
|
3011
|
+
pulumi.set(self, "disk_encryption_set", value)
|
|
3012
|
+
|
|
3013
|
+
@property
|
|
3014
|
+
@pulumi.getter(name="securityProfile")
|
|
3015
|
+
def security_profile(self) -> Optional[pulumi.Input['VMDiskSecurityProfileArgs']]:
|
|
3016
|
+
"""
|
|
3017
|
+
Specifies the security profile for the managed disk.
|
|
3018
|
+
"""
|
|
3019
|
+
return pulumi.get(self, "security_profile")
|
|
3020
|
+
|
|
3021
|
+
@security_profile.setter
|
|
3022
|
+
def security_profile(self, value: Optional[pulumi.Input['VMDiskSecurityProfileArgs']]):
|
|
3023
|
+
pulumi.set(self, "security_profile", value)
|
|
3024
|
+
|
|
3025
|
+
@property
|
|
3026
|
+
@pulumi.getter(name="storageAccountType")
|
|
3027
|
+
def storage_account_type(self) -> Optional[pulumi.Input[Union[str, 'StorageAccountTypes']]]:
|
|
3028
|
+
"""
|
|
3029
|
+
Specifies the storage account type for the managed disk. NOTE: UltraSSD_LRS can only be used with data disks, it cannot be used with OS Disk.
|
|
3030
|
+
"""
|
|
3031
|
+
return pulumi.get(self, "storage_account_type")
|
|
3032
|
+
|
|
3033
|
+
@storage_account_type.setter
|
|
3034
|
+
def storage_account_type(self, value: Optional[pulumi.Input[Union[str, 'StorageAccountTypes']]]):
|
|
3035
|
+
pulumi.set(self, "storage_account_type", value)
|
|
3036
|
+
|
|
3037
|
+
|
|
3038
|
+
@pulumi.input_type
|
|
3039
|
+
class VirtualMachineScaleSetNetworkConfigurationDnsSettingsArgs:
|
|
3040
|
+
def __init__(__self__, *,
|
|
3041
|
+
dns_servers: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
3042
|
+
"""
|
|
3043
|
+
Describes a virtual machines scale sets network configuration's DNS settings.
|
|
3044
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] dns_servers: List of DNS servers IP addresses
|
|
3045
|
+
"""
|
|
3046
|
+
if dns_servers is not None:
|
|
3047
|
+
pulumi.set(__self__, "dns_servers", dns_servers)
|
|
3048
|
+
|
|
3049
|
+
@property
|
|
3050
|
+
@pulumi.getter(name="dnsServers")
|
|
3051
|
+
def dns_servers(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
3052
|
+
"""
|
|
3053
|
+
List of DNS servers IP addresses
|
|
3054
|
+
"""
|
|
3055
|
+
return pulumi.get(self, "dns_servers")
|
|
3056
|
+
|
|
3057
|
+
@dns_servers.setter
|
|
3058
|
+
def dns_servers(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
3059
|
+
pulumi.set(self, "dns_servers", value)
|
|
3060
|
+
|
|
3061
|
+
|
|
3062
|
+
@pulumi.input_type
|
|
3063
|
+
class VirtualMachineScaleSetNetworkConfigurationArgs:
|
|
3064
|
+
def __init__(__self__, *,
|
|
3065
|
+
ip_configurations: pulumi.Input[Sequence[pulumi.Input['VirtualMachineScaleSetIPConfigurationArgs']]],
|
|
3066
|
+
name: pulumi.Input[str],
|
|
3067
|
+
auxiliary_mode: Optional[pulumi.Input[Union[str, 'NetworkInterfaceAuxiliaryMode']]] = None,
|
|
3068
|
+
auxiliary_sku: Optional[pulumi.Input[Union[str, 'NetworkInterfaceAuxiliarySku']]] = None,
|
|
3069
|
+
delete_option: Optional[pulumi.Input[Union[str, 'DeleteOptions']]] = None,
|
|
3070
|
+
disable_tcp_state_tracking: Optional[pulumi.Input[bool]] = None,
|
|
3071
|
+
dns_settings: Optional[pulumi.Input['VirtualMachineScaleSetNetworkConfigurationDnsSettingsArgs']] = None,
|
|
3072
|
+
enable_accelerated_networking: Optional[pulumi.Input[bool]] = None,
|
|
3073
|
+
enable_fpga: Optional[pulumi.Input[bool]] = None,
|
|
3074
|
+
enable_ip_forwarding: Optional[pulumi.Input[bool]] = None,
|
|
3075
|
+
network_security_group: Optional[pulumi.Input['SubResourceArgs']] = None,
|
|
3076
|
+
primary: Optional[pulumi.Input[bool]] = None):
|
|
3077
|
+
"""
|
|
3078
|
+
Describes a virtual machine scale set network profile's network configurations.
|
|
3079
|
+
:param pulumi.Input[Sequence[pulumi.Input['VirtualMachineScaleSetIPConfigurationArgs']]] ip_configurations: Specifies the IP configurations of the network interface.
|
|
3080
|
+
:param pulumi.Input[str] name: The network configuration name.
|
|
3081
|
+
:param pulumi.Input[Union[str, 'NetworkInterfaceAuxiliaryMode']] auxiliary_mode: Specifies whether the Auxiliary mode is enabled for the Network Interface resource.
|
|
3082
|
+
:param pulumi.Input[Union[str, 'NetworkInterfaceAuxiliarySku']] auxiliary_sku: Specifies whether the Auxiliary sku is enabled for the Network Interface resource.
|
|
3083
|
+
:param pulumi.Input[Union[str, 'DeleteOptions']] delete_option: Specify what happens to the network interface when the VM is deleted
|
|
3084
|
+
:param pulumi.Input[bool] disable_tcp_state_tracking: Specifies whether the network interface is disabled for tcp state tracking.
|
|
3085
|
+
:param pulumi.Input['VirtualMachineScaleSetNetworkConfigurationDnsSettingsArgs'] dns_settings: The dns settings to be applied on the network interfaces.
|
|
3086
|
+
:param pulumi.Input[bool] enable_accelerated_networking: Specifies whether the network interface is accelerated networking-enabled.
|
|
3087
|
+
:param pulumi.Input[bool] enable_fpga: Specifies whether the network interface is FPGA networking-enabled.
|
|
3088
|
+
:param pulumi.Input[bool] enable_ip_forwarding: Whether IP forwarding enabled on this NIC.
|
|
3089
|
+
:param pulumi.Input['SubResourceArgs'] network_security_group: The network security group.
|
|
3090
|
+
:param pulumi.Input[bool] primary: Specifies the primary network interface in case the virtual machine has more than 1 network interface.
|
|
3091
|
+
"""
|
|
3092
|
+
pulumi.set(__self__, "ip_configurations", ip_configurations)
|
|
3093
|
+
pulumi.set(__self__, "name", name)
|
|
3094
|
+
if auxiliary_mode is not None:
|
|
3095
|
+
pulumi.set(__self__, "auxiliary_mode", auxiliary_mode)
|
|
3096
|
+
if auxiliary_sku is not None:
|
|
3097
|
+
pulumi.set(__self__, "auxiliary_sku", auxiliary_sku)
|
|
3098
|
+
if delete_option is not None:
|
|
3099
|
+
pulumi.set(__self__, "delete_option", delete_option)
|
|
3100
|
+
if disable_tcp_state_tracking is not None:
|
|
3101
|
+
pulumi.set(__self__, "disable_tcp_state_tracking", disable_tcp_state_tracking)
|
|
3102
|
+
if dns_settings is not None:
|
|
3103
|
+
pulumi.set(__self__, "dns_settings", dns_settings)
|
|
3104
|
+
if enable_accelerated_networking is not None:
|
|
3105
|
+
pulumi.set(__self__, "enable_accelerated_networking", enable_accelerated_networking)
|
|
3106
|
+
if enable_fpga is not None:
|
|
3107
|
+
pulumi.set(__self__, "enable_fpga", enable_fpga)
|
|
3108
|
+
if enable_ip_forwarding is not None:
|
|
3109
|
+
pulumi.set(__self__, "enable_ip_forwarding", enable_ip_forwarding)
|
|
3110
|
+
if network_security_group is not None:
|
|
3111
|
+
pulumi.set(__self__, "network_security_group", network_security_group)
|
|
3112
|
+
if primary is not None:
|
|
3113
|
+
pulumi.set(__self__, "primary", primary)
|
|
3114
|
+
|
|
3115
|
+
@property
|
|
3116
|
+
@pulumi.getter(name="ipConfigurations")
|
|
3117
|
+
def ip_configurations(self) -> pulumi.Input[Sequence[pulumi.Input['VirtualMachineScaleSetIPConfigurationArgs']]]:
|
|
3118
|
+
"""
|
|
3119
|
+
Specifies the IP configurations of the network interface.
|
|
3120
|
+
"""
|
|
3121
|
+
return pulumi.get(self, "ip_configurations")
|
|
3122
|
+
|
|
3123
|
+
@ip_configurations.setter
|
|
3124
|
+
def ip_configurations(self, value: pulumi.Input[Sequence[pulumi.Input['VirtualMachineScaleSetIPConfigurationArgs']]]):
|
|
3125
|
+
pulumi.set(self, "ip_configurations", value)
|
|
3126
|
+
|
|
3127
|
+
@property
|
|
3128
|
+
@pulumi.getter
|
|
3129
|
+
def name(self) -> pulumi.Input[str]:
|
|
3130
|
+
"""
|
|
3131
|
+
The network configuration name.
|
|
3132
|
+
"""
|
|
3133
|
+
return pulumi.get(self, "name")
|
|
3134
|
+
|
|
3135
|
+
@name.setter
|
|
3136
|
+
def name(self, value: pulumi.Input[str]):
|
|
3137
|
+
pulumi.set(self, "name", value)
|
|
3138
|
+
|
|
3139
|
+
@property
|
|
3140
|
+
@pulumi.getter(name="auxiliaryMode")
|
|
3141
|
+
def auxiliary_mode(self) -> Optional[pulumi.Input[Union[str, 'NetworkInterfaceAuxiliaryMode']]]:
|
|
3142
|
+
"""
|
|
3143
|
+
Specifies whether the Auxiliary mode is enabled for the Network Interface resource.
|
|
3144
|
+
"""
|
|
3145
|
+
return pulumi.get(self, "auxiliary_mode")
|
|
3146
|
+
|
|
3147
|
+
@auxiliary_mode.setter
|
|
3148
|
+
def auxiliary_mode(self, value: Optional[pulumi.Input[Union[str, 'NetworkInterfaceAuxiliaryMode']]]):
|
|
3149
|
+
pulumi.set(self, "auxiliary_mode", value)
|
|
3150
|
+
|
|
3151
|
+
@property
|
|
3152
|
+
@pulumi.getter(name="auxiliarySku")
|
|
3153
|
+
def auxiliary_sku(self) -> Optional[pulumi.Input[Union[str, 'NetworkInterfaceAuxiliarySku']]]:
|
|
3154
|
+
"""
|
|
3155
|
+
Specifies whether the Auxiliary sku is enabled for the Network Interface resource.
|
|
3156
|
+
"""
|
|
3157
|
+
return pulumi.get(self, "auxiliary_sku")
|
|
3158
|
+
|
|
3159
|
+
@auxiliary_sku.setter
|
|
3160
|
+
def auxiliary_sku(self, value: Optional[pulumi.Input[Union[str, 'NetworkInterfaceAuxiliarySku']]]):
|
|
3161
|
+
pulumi.set(self, "auxiliary_sku", value)
|
|
3162
|
+
|
|
3163
|
+
@property
|
|
3164
|
+
@pulumi.getter(name="deleteOption")
|
|
3165
|
+
def delete_option(self) -> Optional[pulumi.Input[Union[str, 'DeleteOptions']]]:
|
|
3166
|
+
"""
|
|
3167
|
+
Specify what happens to the network interface when the VM is deleted
|
|
3168
|
+
"""
|
|
3169
|
+
return pulumi.get(self, "delete_option")
|
|
3170
|
+
|
|
3171
|
+
@delete_option.setter
|
|
3172
|
+
def delete_option(self, value: Optional[pulumi.Input[Union[str, 'DeleteOptions']]]):
|
|
3173
|
+
pulumi.set(self, "delete_option", value)
|
|
3174
|
+
|
|
3175
|
+
@property
|
|
3176
|
+
@pulumi.getter(name="disableTcpStateTracking")
|
|
3177
|
+
def disable_tcp_state_tracking(self) -> Optional[pulumi.Input[bool]]:
|
|
3178
|
+
"""
|
|
3179
|
+
Specifies whether the network interface is disabled for tcp state tracking.
|
|
3180
|
+
"""
|
|
3181
|
+
return pulumi.get(self, "disable_tcp_state_tracking")
|
|
3182
|
+
|
|
3183
|
+
@disable_tcp_state_tracking.setter
|
|
3184
|
+
def disable_tcp_state_tracking(self, value: Optional[pulumi.Input[bool]]):
|
|
3185
|
+
pulumi.set(self, "disable_tcp_state_tracking", value)
|
|
3186
|
+
|
|
3187
|
+
@property
|
|
3188
|
+
@pulumi.getter(name="dnsSettings")
|
|
3189
|
+
def dns_settings(self) -> Optional[pulumi.Input['VirtualMachineScaleSetNetworkConfigurationDnsSettingsArgs']]:
|
|
3190
|
+
"""
|
|
3191
|
+
The dns settings to be applied on the network interfaces.
|
|
3192
|
+
"""
|
|
3193
|
+
return pulumi.get(self, "dns_settings")
|
|
3194
|
+
|
|
3195
|
+
@dns_settings.setter
|
|
3196
|
+
def dns_settings(self, value: Optional[pulumi.Input['VirtualMachineScaleSetNetworkConfigurationDnsSettingsArgs']]):
|
|
3197
|
+
pulumi.set(self, "dns_settings", value)
|
|
3198
|
+
|
|
3199
|
+
@property
|
|
3200
|
+
@pulumi.getter(name="enableAcceleratedNetworking")
|
|
3201
|
+
def enable_accelerated_networking(self) -> Optional[pulumi.Input[bool]]:
|
|
3202
|
+
"""
|
|
3203
|
+
Specifies whether the network interface is accelerated networking-enabled.
|
|
3204
|
+
"""
|
|
3205
|
+
return pulumi.get(self, "enable_accelerated_networking")
|
|
3206
|
+
|
|
3207
|
+
@enable_accelerated_networking.setter
|
|
3208
|
+
def enable_accelerated_networking(self, value: Optional[pulumi.Input[bool]]):
|
|
3209
|
+
pulumi.set(self, "enable_accelerated_networking", value)
|
|
3210
|
+
|
|
3211
|
+
@property
|
|
3212
|
+
@pulumi.getter(name="enableFpga")
|
|
3213
|
+
def enable_fpga(self) -> Optional[pulumi.Input[bool]]:
|
|
3214
|
+
"""
|
|
3215
|
+
Specifies whether the network interface is FPGA networking-enabled.
|
|
3216
|
+
"""
|
|
3217
|
+
return pulumi.get(self, "enable_fpga")
|
|
3218
|
+
|
|
3219
|
+
@enable_fpga.setter
|
|
3220
|
+
def enable_fpga(self, value: Optional[pulumi.Input[bool]]):
|
|
3221
|
+
pulumi.set(self, "enable_fpga", value)
|
|
3222
|
+
|
|
3223
|
+
@property
|
|
3224
|
+
@pulumi.getter(name="enableIPForwarding")
|
|
3225
|
+
def enable_ip_forwarding(self) -> Optional[pulumi.Input[bool]]:
|
|
3226
|
+
"""
|
|
3227
|
+
Whether IP forwarding enabled on this NIC.
|
|
3228
|
+
"""
|
|
3229
|
+
return pulumi.get(self, "enable_ip_forwarding")
|
|
3230
|
+
|
|
3231
|
+
@enable_ip_forwarding.setter
|
|
3232
|
+
def enable_ip_forwarding(self, value: Optional[pulumi.Input[bool]]):
|
|
3233
|
+
pulumi.set(self, "enable_ip_forwarding", value)
|
|
3234
|
+
|
|
3235
|
+
@property
|
|
3236
|
+
@pulumi.getter(name="networkSecurityGroup")
|
|
3237
|
+
def network_security_group(self) -> Optional[pulumi.Input['SubResourceArgs']]:
|
|
3238
|
+
"""
|
|
3239
|
+
The network security group.
|
|
3240
|
+
"""
|
|
3241
|
+
return pulumi.get(self, "network_security_group")
|
|
3242
|
+
|
|
3243
|
+
@network_security_group.setter
|
|
3244
|
+
def network_security_group(self, value: Optional[pulumi.Input['SubResourceArgs']]):
|
|
3245
|
+
pulumi.set(self, "network_security_group", value)
|
|
3246
|
+
|
|
3247
|
+
@property
|
|
3248
|
+
@pulumi.getter
|
|
3249
|
+
def primary(self) -> Optional[pulumi.Input[bool]]:
|
|
3250
|
+
"""
|
|
3251
|
+
Specifies the primary network interface in case the virtual machine has more than 1 network interface.
|
|
3252
|
+
"""
|
|
3253
|
+
return pulumi.get(self, "primary")
|
|
3254
|
+
|
|
3255
|
+
@primary.setter
|
|
3256
|
+
def primary(self, value: Optional[pulumi.Input[bool]]):
|
|
3257
|
+
pulumi.set(self, "primary", value)
|
|
3258
|
+
|
|
3259
|
+
|
|
3260
|
+
@pulumi.input_type
|
|
3261
|
+
class VirtualMachineScaleSetNetworkProfileArgs:
|
|
3262
|
+
def __init__(__self__, *,
|
|
3263
|
+
health_probe: Optional[pulumi.Input['ApiEntityReferenceArgs']] = None,
|
|
3264
|
+
network_api_version: Optional[pulumi.Input[Union[str, 'NetworkApiVersion']]] = None,
|
|
3265
|
+
network_interface_configurations: Optional[pulumi.Input[Sequence[pulumi.Input['VirtualMachineScaleSetNetworkConfigurationArgs']]]] = None):
|
|
3266
|
+
"""
|
|
3267
|
+
Describes a virtual machine scale set network profile.
|
|
3268
|
+
:param pulumi.Input['ApiEntityReferenceArgs'] health_probe: A reference to a load balancer probe used to determine the health of an instance in the virtual machine scale set. The reference will be in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/probes/{probeName}'.
|
|
3269
|
+
:param pulumi.Input[Union[str, 'NetworkApiVersion']] network_api_version: specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations for Virtual Machine Scale Set with orchestration mode 'Flexible'
|
|
3270
|
+
:param pulumi.Input[Sequence[pulumi.Input['VirtualMachineScaleSetNetworkConfigurationArgs']]] network_interface_configurations: The list of network configurations.
|
|
3271
|
+
"""
|
|
3272
|
+
if health_probe is not None:
|
|
3273
|
+
pulumi.set(__self__, "health_probe", health_probe)
|
|
3274
|
+
if network_api_version is not None:
|
|
3275
|
+
pulumi.set(__self__, "network_api_version", network_api_version)
|
|
3276
|
+
if network_interface_configurations is not None:
|
|
3277
|
+
pulumi.set(__self__, "network_interface_configurations", network_interface_configurations)
|
|
3278
|
+
|
|
3279
|
+
@property
|
|
3280
|
+
@pulumi.getter(name="healthProbe")
|
|
3281
|
+
def health_probe(self) -> Optional[pulumi.Input['ApiEntityReferenceArgs']]:
|
|
3282
|
+
"""
|
|
3283
|
+
A reference to a load balancer probe used to determine the health of an instance in the virtual machine scale set. The reference will be in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/probes/{probeName}'.
|
|
3284
|
+
"""
|
|
3285
|
+
return pulumi.get(self, "health_probe")
|
|
3286
|
+
|
|
3287
|
+
@health_probe.setter
|
|
3288
|
+
def health_probe(self, value: Optional[pulumi.Input['ApiEntityReferenceArgs']]):
|
|
3289
|
+
pulumi.set(self, "health_probe", value)
|
|
3290
|
+
|
|
3291
|
+
@property
|
|
3292
|
+
@pulumi.getter(name="networkApiVersion")
|
|
3293
|
+
def network_api_version(self) -> Optional[pulumi.Input[Union[str, 'NetworkApiVersion']]]:
|
|
3294
|
+
"""
|
|
3295
|
+
specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations for Virtual Machine Scale Set with orchestration mode 'Flexible'
|
|
3296
|
+
"""
|
|
3297
|
+
return pulumi.get(self, "network_api_version")
|
|
3298
|
+
|
|
3299
|
+
@network_api_version.setter
|
|
3300
|
+
def network_api_version(self, value: Optional[pulumi.Input[Union[str, 'NetworkApiVersion']]]):
|
|
3301
|
+
pulumi.set(self, "network_api_version", value)
|
|
3302
|
+
|
|
3303
|
+
@property
|
|
3304
|
+
@pulumi.getter(name="networkInterfaceConfigurations")
|
|
3305
|
+
def network_interface_configurations(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['VirtualMachineScaleSetNetworkConfigurationArgs']]]]:
|
|
3306
|
+
"""
|
|
3307
|
+
The list of network configurations.
|
|
3308
|
+
"""
|
|
3309
|
+
return pulumi.get(self, "network_interface_configurations")
|
|
3310
|
+
|
|
3311
|
+
@network_interface_configurations.setter
|
|
3312
|
+
def network_interface_configurations(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['VirtualMachineScaleSetNetworkConfigurationArgs']]]]):
|
|
3313
|
+
pulumi.set(self, "network_interface_configurations", value)
|
|
3314
|
+
|
|
3315
|
+
|
|
3316
|
+
@pulumi.input_type
|
|
3317
|
+
class VirtualMachineScaleSetOSDiskArgs:
|
|
3318
|
+
def __init__(__self__, *,
|
|
3319
|
+
create_option: pulumi.Input[Union[str, 'DiskCreateOptionTypes']],
|
|
3320
|
+
caching: Optional[pulumi.Input['CachingTypes']] = None,
|
|
3321
|
+
delete_option: Optional[pulumi.Input[Union[str, 'DiskDeleteOptionTypes']]] = None,
|
|
3322
|
+
diff_disk_settings: Optional[pulumi.Input['DiffDiskSettingsArgs']] = None,
|
|
3323
|
+
disk_size_gb: Optional[pulumi.Input[int]] = None,
|
|
3324
|
+
image: Optional[pulumi.Input['VirtualHardDiskArgs']] = None,
|
|
3325
|
+
managed_disk: Optional[pulumi.Input['VirtualMachineScaleSetManagedDiskParametersArgs']] = None,
|
|
3326
|
+
name: Optional[pulumi.Input[str]] = None,
|
|
3327
|
+
os_type: Optional[pulumi.Input['OperatingSystemTypes']] = None,
|
|
3328
|
+
vhd_containers: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
3329
|
+
write_accelerator_enabled: Optional[pulumi.Input[bool]] = None):
|
|
3330
|
+
"""
|
|
3331
|
+
Describes a virtual machine scale set operating system disk.
|
|
3332
|
+
:param pulumi.Input[Union[str, 'DiskCreateOptionTypes']] create_option: Specifies how the virtual machines in the scale set should be created. The only allowed value is: **FromImage.** This value is used when you are using an image to create the virtual machine. If you are using a platform image, you also use the imageReference element described above. If you are using a marketplace image, you also use the plan element previously described.
|
|
3333
|
+
:param pulumi.Input['CachingTypes'] caching: Specifies the caching requirements. Possible values are: **None,** **ReadOnly,** **ReadWrite.** The default values are: **None for Standard storage. ReadOnly for Premium storage.**
|
|
3334
|
+
:param pulumi.Input[Union[str, 'DiskDeleteOptionTypes']] delete_option: Specifies whether OS Disk should be deleted or detached upon VMSS Flex deletion (This feature is available for VMSS with Flexible OrchestrationMode only). <br><br> Possible values: <br><br> **Delete** If this value is used, the OS disk is deleted when VMSS Flex VM is deleted.<br><br> **Detach** If this value is used, the OS disk is retained after VMSS Flex VM is deleted. <br><br> The default value is set to **Delete**. For an Ephemeral OS Disk, the default value is set to **Delete**. User cannot change the delete option for Ephemeral OS Disk.
|
|
3335
|
+
:param pulumi.Input['DiffDiskSettingsArgs'] diff_disk_settings: Specifies the ephemeral disk Settings for the operating system disk used by the virtual machine scale set.
|
|
3336
|
+
:param pulumi.Input[int] disk_size_gb: Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. The property 'diskSizeGB' is the number of bytes x 1024^3 for the disk and the value cannot be larger than 1023.
|
|
3337
|
+
:param pulumi.Input['VirtualHardDiskArgs'] image: Specifies information about the unmanaged user image to base the scale set on.
|
|
3338
|
+
:param pulumi.Input['VirtualMachineScaleSetManagedDiskParametersArgs'] managed_disk: The managed disk parameters.
|
|
3339
|
+
:param pulumi.Input[str] name: The disk name.
|
|
3340
|
+
:param pulumi.Input['OperatingSystemTypes'] os_type: This property allows you to specify the type of the OS that is included in the disk if creating a VM from user-image or a specialized VHD. Possible values are: **Windows,** **Linux.**
|
|
3341
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] vhd_containers: Specifies the container urls that are used to store operating system disks for the scale set.
|
|
3342
|
+
:param pulumi.Input[bool] write_accelerator_enabled: Specifies whether writeAccelerator should be enabled or disabled on the disk.
|
|
3343
|
+
"""
|
|
3344
|
+
pulumi.set(__self__, "create_option", create_option)
|
|
3345
|
+
if caching is not None:
|
|
3346
|
+
pulumi.set(__self__, "caching", caching)
|
|
3347
|
+
if delete_option is not None:
|
|
3348
|
+
pulumi.set(__self__, "delete_option", delete_option)
|
|
3349
|
+
if diff_disk_settings is not None:
|
|
3350
|
+
pulumi.set(__self__, "diff_disk_settings", diff_disk_settings)
|
|
3351
|
+
if disk_size_gb is not None:
|
|
3352
|
+
pulumi.set(__self__, "disk_size_gb", disk_size_gb)
|
|
3353
|
+
if image is not None:
|
|
3354
|
+
pulumi.set(__self__, "image", image)
|
|
3355
|
+
if managed_disk is not None:
|
|
3356
|
+
pulumi.set(__self__, "managed_disk", managed_disk)
|
|
3357
|
+
if name is not None:
|
|
3358
|
+
pulumi.set(__self__, "name", name)
|
|
3359
|
+
if os_type is not None:
|
|
3360
|
+
pulumi.set(__self__, "os_type", os_type)
|
|
3361
|
+
if vhd_containers is not None:
|
|
3362
|
+
pulumi.set(__self__, "vhd_containers", vhd_containers)
|
|
3363
|
+
if write_accelerator_enabled is not None:
|
|
3364
|
+
pulumi.set(__self__, "write_accelerator_enabled", write_accelerator_enabled)
|
|
3365
|
+
|
|
3366
|
+
@property
|
|
3367
|
+
@pulumi.getter(name="createOption")
|
|
3368
|
+
def create_option(self) -> pulumi.Input[Union[str, 'DiskCreateOptionTypes']]:
|
|
3369
|
+
"""
|
|
3370
|
+
Specifies how the virtual machines in the scale set should be created. The only allowed value is: **FromImage.** This value is used when you are using an image to create the virtual machine. If you are using a platform image, you also use the imageReference element described above. If you are using a marketplace image, you also use the plan element previously described.
|
|
3371
|
+
"""
|
|
3372
|
+
return pulumi.get(self, "create_option")
|
|
3373
|
+
|
|
3374
|
+
@create_option.setter
|
|
3375
|
+
def create_option(self, value: pulumi.Input[Union[str, 'DiskCreateOptionTypes']]):
|
|
3376
|
+
pulumi.set(self, "create_option", value)
|
|
3377
|
+
|
|
3378
|
+
@property
|
|
3379
|
+
@pulumi.getter
|
|
3380
|
+
def caching(self) -> Optional[pulumi.Input['CachingTypes']]:
|
|
3381
|
+
"""
|
|
3382
|
+
Specifies the caching requirements. Possible values are: **None,** **ReadOnly,** **ReadWrite.** The default values are: **None for Standard storage. ReadOnly for Premium storage.**
|
|
3383
|
+
"""
|
|
3384
|
+
return pulumi.get(self, "caching")
|
|
3385
|
+
|
|
3386
|
+
@caching.setter
|
|
3387
|
+
def caching(self, value: Optional[pulumi.Input['CachingTypes']]):
|
|
3388
|
+
pulumi.set(self, "caching", value)
|
|
3389
|
+
|
|
3390
|
+
@property
|
|
3391
|
+
@pulumi.getter(name="deleteOption")
|
|
3392
|
+
def delete_option(self) -> Optional[pulumi.Input[Union[str, 'DiskDeleteOptionTypes']]]:
|
|
3393
|
+
"""
|
|
3394
|
+
Specifies whether OS Disk should be deleted or detached upon VMSS Flex deletion (This feature is available for VMSS with Flexible OrchestrationMode only). <br><br> Possible values: <br><br> **Delete** If this value is used, the OS disk is deleted when VMSS Flex VM is deleted.<br><br> **Detach** If this value is used, the OS disk is retained after VMSS Flex VM is deleted. <br><br> The default value is set to **Delete**. For an Ephemeral OS Disk, the default value is set to **Delete**. User cannot change the delete option for Ephemeral OS Disk.
|
|
3395
|
+
"""
|
|
3396
|
+
return pulumi.get(self, "delete_option")
|
|
3397
|
+
|
|
3398
|
+
@delete_option.setter
|
|
3399
|
+
def delete_option(self, value: Optional[pulumi.Input[Union[str, 'DiskDeleteOptionTypes']]]):
|
|
3400
|
+
pulumi.set(self, "delete_option", value)
|
|
3401
|
+
|
|
3402
|
+
@property
|
|
3403
|
+
@pulumi.getter(name="diffDiskSettings")
|
|
3404
|
+
def diff_disk_settings(self) -> Optional[pulumi.Input['DiffDiskSettingsArgs']]:
|
|
3405
|
+
"""
|
|
3406
|
+
Specifies the ephemeral disk Settings for the operating system disk used by the virtual machine scale set.
|
|
3407
|
+
"""
|
|
3408
|
+
return pulumi.get(self, "diff_disk_settings")
|
|
3409
|
+
|
|
3410
|
+
@diff_disk_settings.setter
|
|
3411
|
+
def diff_disk_settings(self, value: Optional[pulumi.Input['DiffDiskSettingsArgs']]):
|
|
3412
|
+
pulumi.set(self, "diff_disk_settings", value)
|
|
3413
|
+
|
|
3414
|
+
@property
|
|
3415
|
+
@pulumi.getter(name="diskSizeGB")
|
|
3416
|
+
def disk_size_gb(self) -> Optional[pulumi.Input[int]]:
|
|
3417
|
+
"""
|
|
3418
|
+
Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. The property 'diskSizeGB' is the number of bytes x 1024^3 for the disk and the value cannot be larger than 1023.
|
|
3419
|
+
"""
|
|
3420
|
+
return pulumi.get(self, "disk_size_gb")
|
|
3421
|
+
|
|
3422
|
+
@disk_size_gb.setter
|
|
3423
|
+
def disk_size_gb(self, value: Optional[pulumi.Input[int]]):
|
|
3424
|
+
pulumi.set(self, "disk_size_gb", value)
|
|
3425
|
+
|
|
3426
|
+
@property
|
|
3427
|
+
@pulumi.getter
|
|
3428
|
+
def image(self) -> Optional[pulumi.Input['VirtualHardDiskArgs']]:
|
|
3429
|
+
"""
|
|
3430
|
+
Specifies information about the unmanaged user image to base the scale set on.
|
|
3431
|
+
"""
|
|
3432
|
+
return pulumi.get(self, "image")
|
|
3433
|
+
|
|
3434
|
+
@image.setter
|
|
3435
|
+
def image(self, value: Optional[pulumi.Input['VirtualHardDiskArgs']]):
|
|
3436
|
+
pulumi.set(self, "image", value)
|
|
3437
|
+
|
|
3438
|
+
@property
|
|
3439
|
+
@pulumi.getter(name="managedDisk")
|
|
3440
|
+
def managed_disk(self) -> Optional[pulumi.Input['VirtualMachineScaleSetManagedDiskParametersArgs']]:
|
|
3441
|
+
"""
|
|
3442
|
+
The managed disk parameters.
|
|
3443
|
+
"""
|
|
3444
|
+
return pulumi.get(self, "managed_disk")
|
|
3445
|
+
|
|
3446
|
+
@managed_disk.setter
|
|
3447
|
+
def managed_disk(self, value: Optional[pulumi.Input['VirtualMachineScaleSetManagedDiskParametersArgs']]):
|
|
3448
|
+
pulumi.set(self, "managed_disk", value)
|
|
3449
|
+
|
|
3450
|
+
@property
|
|
3451
|
+
@pulumi.getter
|
|
3452
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
|
3453
|
+
"""
|
|
3454
|
+
The disk name.
|
|
3455
|
+
"""
|
|
3456
|
+
return pulumi.get(self, "name")
|
|
3457
|
+
|
|
3458
|
+
@name.setter
|
|
3459
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
|
3460
|
+
pulumi.set(self, "name", value)
|
|
3461
|
+
|
|
3462
|
+
@property
|
|
3463
|
+
@pulumi.getter(name="osType")
|
|
3464
|
+
def os_type(self) -> Optional[pulumi.Input['OperatingSystemTypes']]:
|
|
3465
|
+
"""
|
|
3466
|
+
This property allows you to specify the type of the OS that is included in the disk if creating a VM from user-image or a specialized VHD. Possible values are: **Windows,** **Linux.**
|
|
3467
|
+
"""
|
|
3468
|
+
return pulumi.get(self, "os_type")
|
|
3469
|
+
|
|
3470
|
+
@os_type.setter
|
|
3471
|
+
def os_type(self, value: Optional[pulumi.Input['OperatingSystemTypes']]):
|
|
3472
|
+
pulumi.set(self, "os_type", value)
|
|
3473
|
+
|
|
3474
|
+
@property
|
|
3475
|
+
@pulumi.getter(name="vhdContainers")
|
|
3476
|
+
def vhd_containers(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
3477
|
+
"""
|
|
3478
|
+
Specifies the container urls that are used to store operating system disks for the scale set.
|
|
3479
|
+
"""
|
|
3480
|
+
return pulumi.get(self, "vhd_containers")
|
|
3481
|
+
|
|
3482
|
+
@vhd_containers.setter
|
|
3483
|
+
def vhd_containers(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
3484
|
+
pulumi.set(self, "vhd_containers", value)
|
|
3485
|
+
|
|
3486
|
+
@property
|
|
3487
|
+
@pulumi.getter(name="writeAcceleratorEnabled")
|
|
3488
|
+
def write_accelerator_enabled(self) -> Optional[pulumi.Input[bool]]:
|
|
3489
|
+
"""
|
|
3490
|
+
Specifies whether writeAccelerator should be enabled or disabled on the disk.
|
|
3491
|
+
"""
|
|
3492
|
+
return pulumi.get(self, "write_accelerator_enabled")
|
|
3493
|
+
|
|
3494
|
+
@write_accelerator_enabled.setter
|
|
3495
|
+
def write_accelerator_enabled(self, value: Optional[pulumi.Input[bool]]):
|
|
3496
|
+
pulumi.set(self, "write_accelerator_enabled", value)
|
|
3497
|
+
|
|
3498
|
+
|
|
3499
|
+
@pulumi.input_type
|
|
3500
|
+
class VirtualMachineScaleSetOSProfileArgs:
|
|
3501
|
+
def __init__(__self__, *,
|
|
3502
|
+
admin_password: Optional[pulumi.Input[str]] = None,
|
|
3503
|
+
admin_username: Optional[pulumi.Input[str]] = None,
|
|
3504
|
+
allow_extension_operations: Optional[pulumi.Input[bool]] = None,
|
|
3505
|
+
computer_name_prefix: Optional[pulumi.Input[str]] = None,
|
|
3506
|
+
custom_data: Optional[pulumi.Input[str]] = None,
|
|
3507
|
+
linux_configuration: Optional[pulumi.Input['LinuxConfigurationArgs']] = None,
|
|
3508
|
+
require_guest_provision_signal: Optional[pulumi.Input[bool]] = None,
|
|
3509
|
+
secrets: Optional[pulumi.Input[Sequence[pulumi.Input['VaultSecretGroupArgs']]]] = None,
|
|
3510
|
+
windows_configuration: Optional[pulumi.Input['WindowsConfigurationArgs']] = None):
|
|
3511
|
+
"""
|
|
3512
|
+
Describes a virtual machine scale set OS profile.
|
|
3513
|
+
:param pulumi.Input[str] admin_password: Specifies the password of the administrator account. <br><br> **Minimum-length (Windows):** 8 characters <br><br> **Minimum-length (Linux):** 6 characters <br><br> **Max-length (Windows):** 123 characters <br><br> **Max-length (Linux):** 72 characters <br><br> **Complexity requirements:** 3 out of 4 conditions below need to be fulfilled <br> Has lower characters <br>Has upper characters <br> Has a digit <br> Has a special character (Regex match [\\W_]) <br><br> **Disallowed values:** "abc@123", "P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word", "pass@word1", "Password!", "Password1", "Password22", "iloveyou!" <br><br> For resetting the password, see [How to reset the Remote Desktop service or its login password in a Windows VM](https://docs.microsoft.com/troubleshoot/azure/virtual-machines/reset-rdp) <br><br> For resetting root password, see [Manage users, SSH, and check or repair disks on Azure Linux VMs using the VMAccess Extension](https://docs.microsoft.com/troubleshoot/azure/virtual-machines/troubleshoot-ssh-connection)
|
|
3514
|
+
:param pulumi.Input[str] admin_username: Specifies the name of the administrator account. <br><br> **Windows-only restriction:** Cannot end in "." <br><br> **Disallowed values:** "administrator", "admin", "user", "user1", "test", "user2", "test1", "user3", "admin1", "1", "123", "a", "actuser", "adm", "admin2", "aspnet", "backup", "console", "david", "guest", "john", "owner", "root", "server", "sql", "support", "support_388945a0", "sys", "test2", "test3", "user4", "user5". <br><br> **Minimum-length (Linux):** 1 character <br><br> **Max-length (Linux):** 64 characters <br><br> **Max-length (Windows):** 20 characters
|
|
3515
|
+
:param pulumi.Input[bool] allow_extension_operations: Specifies whether extension operations should be allowed on the virtual machine scale set. This may only be set to False when no extensions are present on the virtual machine scale set.
|
|
3516
|
+
:param pulumi.Input[str] computer_name_prefix: Specifies the computer name prefix for all of the virtual machines in the scale set. Computer name prefixes must be 1 to 15 characters long.
|
|
3517
|
+
:param pulumi.Input[str] custom_data: Specifies a base-64 encoded string of custom data. The base-64 encoded string is decoded to a binary array that is saved as a file on the Virtual Machine. The maximum length of the binary array is 65535 bytes. For using cloud-init for your VM, see [Using cloud-init to customize a Linux VM during creation](https://docs.microsoft.com/azure/virtual-machines/linux/using-cloud-init)
|
|
3518
|
+
:param pulumi.Input['LinuxConfigurationArgs'] linux_configuration: Specifies the Linux operating system settings on the virtual machine. For a list of supported Linux distributions, see [Linux on Azure-Endorsed Distributions](https://docs.microsoft.com/azure/virtual-machines/linux/endorsed-distros).
|
|
3519
|
+
:param pulumi.Input[bool] require_guest_provision_signal: Optional property which must either be set to True or omitted.
|
|
3520
|
+
:param pulumi.Input[Sequence[pulumi.Input['VaultSecretGroupArgs']]] secrets: Specifies set of certificates that should be installed onto the virtual machines in the scale set. To install certificates on a virtual machine it is recommended to use the [Azure Key Vault virtual machine extension for Linux](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-linux) or the [Azure Key Vault virtual machine extension for Windows](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-windows).
|
|
3521
|
+
:param pulumi.Input['WindowsConfigurationArgs'] windows_configuration: Specifies Windows operating system settings on the virtual machine.
|
|
3522
|
+
"""
|
|
3523
|
+
if admin_password is not None:
|
|
3524
|
+
pulumi.set(__self__, "admin_password", admin_password)
|
|
3525
|
+
if admin_username is not None:
|
|
3526
|
+
pulumi.set(__self__, "admin_username", admin_username)
|
|
3527
|
+
if allow_extension_operations is not None:
|
|
3528
|
+
pulumi.set(__self__, "allow_extension_operations", allow_extension_operations)
|
|
3529
|
+
if computer_name_prefix is not None:
|
|
3530
|
+
pulumi.set(__self__, "computer_name_prefix", computer_name_prefix)
|
|
3531
|
+
if custom_data is not None:
|
|
3532
|
+
pulumi.set(__self__, "custom_data", custom_data)
|
|
3533
|
+
if linux_configuration is not None:
|
|
3534
|
+
pulumi.set(__self__, "linux_configuration", linux_configuration)
|
|
3535
|
+
if require_guest_provision_signal is not None:
|
|
3536
|
+
pulumi.set(__self__, "require_guest_provision_signal", require_guest_provision_signal)
|
|
3537
|
+
if secrets is not None:
|
|
3538
|
+
pulumi.set(__self__, "secrets", secrets)
|
|
3539
|
+
if windows_configuration is not None:
|
|
3540
|
+
pulumi.set(__self__, "windows_configuration", windows_configuration)
|
|
3541
|
+
|
|
3542
|
+
@property
|
|
3543
|
+
@pulumi.getter(name="adminPassword")
|
|
3544
|
+
def admin_password(self) -> Optional[pulumi.Input[str]]:
|
|
3545
|
+
"""
|
|
3546
|
+
Specifies the password of the administrator account. <br><br> **Minimum-length (Windows):** 8 characters <br><br> **Minimum-length (Linux):** 6 characters <br><br> **Max-length (Windows):** 123 characters <br><br> **Max-length (Linux):** 72 characters <br><br> **Complexity requirements:** 3 out of 4 conditions below need to be fulfilled <br> Has lower characters <br>Has upper characters <br> Has a digit <br> Has a special character (Regex match [\\W_]) <br><br> **Disallowed values:** "abc@123", "P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word", "pass@word1", "Password!", "Password1", "Password22", "iloveyou!" <br><br> For resetting the password, see [How to reset the Remote Desktop service or its login password in a Windows VM](https://docs.microsoft.com/troubleshoot/azure/virtual-machines/reset-rdp) <br><br> For resetting root password, see [Manage users, SSH, and check or repair disks on Azure Linux VMs using the VMAccess Extension](https://docs.microsoft.com/troubleshoot/azure/virtual-machines/troubleshoot-ssh-connection)
|
|
3547
|
+
"""
|
|
3548
|
+
return pulumi.get(self, "admin_password")
|
|
3549
|
+
|
|
3550
|
+
@admin_password.setter
|
|
3551
|
+
def admin_password(self, value: Optional[pulumi.Input[str]]):
|
|
3552
|
+
pulumi.set(self, "admin_password", value)
|
|
3553
|
+
|
|
3554
|
+
@property
|
|
3555
|
+
@pulumi.getter(name="adminUsername")
|
|
3556
|
+
def admin_username(self) -> Optional[pulumi.Input[str]]:
|
|
3557
|
+
"""
|
|
3558
|
+
Specifies the name of the administrator account. <br><br> **Windows-only restriction:** Cannot end in "." <br><br> **Disallowed values:** "administrator", "admin", "user", "user1", "test", "user2", "test1", "user3", "admin1", "1", "123", "a", "actuser", "adm", "admin2", "aspnet", "backup", "console", "david", "guest", "john", "owner", "root", "server", "sql", "support", "support_388945a0", "sys", "test2", "test3", "user4", "user5". <br><br> **Minimum-length (Linux):** 1 character <br><br> **Max-length (Linux):** 64 characters <br><br> **Max-length (Windows):** 20 characters
|
|
3559
|
+
"""
|
|
3560
|
+
return pulumi.get(self, "admin_username")
|
|
3561
|
+
|
|
3562
|
+
@admin_username.setter
|
|
3563
|
+
def admin_username(self, value: Optional[pulumi.Input[str]]):
|
|
3564
|
+
pulumi.set(self, "admin_username", value)
|
|
3565
|
+
|
|
3566
|
+
@property
|
|
3567
|
+
@pulumi.getter(name="allowExtensionOperations")
|
|
3568
|
+
def allow_extension_operations(self) -> Optional[pulumi.Input[bool]]:
|
|
3569
|
+
"""
|
|
3570
|
+
Specifies whether extension operations should be allowed on the virtual machine scale set. This may only be set to False when no extensions are present on the virtual machine scale set.
|
|
3571
|
+
"""
|
|
3572
|
+
return pulumi.get(self, "allow_extension_operations")
|
|
3573
|
+
|
|
3574
|
+
@allow_extension_operations.setter
|
|
3575
|
+
def allow_extension_operations(self, value: Optional[pulumi.Input[bool]]):
|
|
3576
|
+
pulumi.set(self, "allow_extension_operations", value)
|
|
3577
|
+
|
|
3578
|
+
@property
|
|
3579
|
+
@pulumi.getter(name="computerNamePrefix")
|
|
3580
|
+
def computer_name_prefix(self) -> Optional[pulumi.Input[str]]:
|
|
3581
|
+
"""
|
|
3582
|
+
Specifies the computer name prefix for all of the virtual machines in the scale set. Computer name prefixes must be 1 to 15 characters long.
|
|
3583
|
+
"""
|
|
3584
|
+
return pulumi.get(self, "computer_name_prefix")
|
|
3585
|
+
|
|
3586
|
+
@computer_name_prefix.setter
|
|
3587
|
+
def computer_name_prefix(self, value: Optional[pulumi.Input[str]]):
|
|
3588
|
+
pulumi.set(self, "computer_name_prefix", value)
|
|
3589
|
+
|
|
3590
|
+
@property
|
|
3591
|
+
@pulumi.getter(name="customData")
|
|
3592
|
+
def custom_data(self) -> Optional[pulumi.Input[str]]:
|
|
3593
|
+
"""
|
|
3594
|
+
Specifies a base-64 encoded string of custom data. The base-64 encoded string is decoded to a binary array that is saved as a file on the Virtual Machine. The maximum length of the binary array is 65535 bytes. For using cloud-init for your VM, see [Using cloud-init to customize a Linux VM during creation](https://docs.microsoft.com/azure/virtual-machines/linux/using-cloud-init)
|
|
3595
|
+
"""
|
|
3596
|
+
return pulumi.get(self, "custom_data")
|
|
3597
|
+
|
|
3598
|
+
@custom_data.setter
|
|
3599
|
+
def custom_data(self, value: Optional[pulumi.Input[str]]):
|
|
3600
|
+
pulumi.set(self, "custom_data", value)
|
|
3601
|
+
|
|
3602
|
+
@property
|
|
3603
|
+
@pulumi.getter(name="linuxConfiguration")
|
|
3604
|
+
def linux_configuration(self) -> Optional[pulumi.Input['LinuxConfigurationArgs']]:
|
|
3605
|
+
"""
|
|
3606
|
+
Specifies the Linux operating system settings on the virtual machine. For a list of supported Linux distributions, see [Linux on Azure-Endorsed Distributions](https://docs.microsoft.com/azure/virtual-machines/linux/endorsed-distros).
|
|
3607
|
+
"""
|
|
3608
|
+
return pulumi.get(self, "linux_configuration")
|
|
3609
|
+
|
|
3610
|
+
@linux_configuration.setter
|
|
3611
|
+
def linux_configuration(self, value: Optional[pulumi.Input['LinuxConfigurationArgs']]):
|
|
3612
|
+
pulumi.set(self, "linux_configuration", value)
|
|
3613
|
+
|
|
3614
|
+
@property
|
|
3615
|
+
@pulumi.getter(name="requireGuestProvisionSignal")
|
|
3616
|
+
def require_guest_provision_signal(self) -> Optional[pulumi.Input[bool]]:
|
|
3617
|
+
"""
|
|
3618
|
+
Optional property which must either be set to True or omitted.
|
|
3619
|
+
"""
|
|
3620
|
+
return pulumi.get(self, "require_guest_provision_signal")
|
|
3621
|
+
|
|
3622
|
+
@require_guest_provision_signal.setter
|
|
3623
|
+
def require_guest_provision_signal(self, value: Optional[pulumi.Input[bool]]):
|
|
3624
|
+
pulumi.set(self, "require_guest_provision_signal", value)
|
|
3625
|
+
|
|
3626
|
+
@property
|
|
3627
|
+
@pulumi.getter
|
|
3628
|
+
def secrets(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['VaultSecretGroupArgs']]]]:
|
|
3629
|
+
"""
|
|
3630
|
+
Specifies set of certificates that should be installed onto the virtual machines in the scale set. To install certificates on a virtual machine it is recommended to use the [Azure Key Vault virtual machine extension for Linux](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-linux) or the [Azure Key Vault virtual machine extension for Windows](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-windows).
|
|
3631
|
+
"""
|
|
3632
|
+
return pulumi.get(self, "secrets")
|
|
3633
|
+
|
|
3634
|
+
@secrets.setter
|
|
3635
|
+
def secrets(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['VaultSecretGroupArgs']]]]):
|
|
3636
|
+
pulumi.set(self, "secrets", value)
|
|
3637
|
+
|
|
3638
|
+
@property
|
|
3639
|
+
@pulumi.getter(name="windowsConfiguration")
|
|
3640
|
+
def windows_configuration(self) -> Optional[pulumi.Input['WindowsConfigurationArgs']]:
|
|
3641
|
+
"""
|
|
3642
|
+
Specifies Windows operating system settings on the virtual machine.
|
|
3643
|
+
"""
|
|
3644
|
+
return pulumi.get(self, "windows_configuration")
|
|
3645
|
+
|
|
3646
|
+
@windows_configuration.setter
|
|
3647
|
+
def windows_configuration(self, value: Optional[pulumi.Input['WindowsConfigurationArgs']]):
|
|
3648
|
+
pulumi.set(self, "windows_configuration", value)
|
|
3649
|
+
|
|
3650
|
+
|
|
3651
|
+
@pulumi.input_type
|
|
3652
|
+
class VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettingsArgs:
|
|
3653
|
+
def __init__(__self__, *,
|
|
3654
|
+
domain_name_label: pulumi.Input[str],
|
|
3655
|
+
domain_name_label_scope: Optional[pulumi.Input[Union[str, 'DomainNameLabelScopeTypes']]] = None):
|
|
3656
|
+
"""
|
|
3657
|
+
Describes a virtual machines scale sets network configuration's DNS settings.
|
|
3658
|
+
:param pulumi.Input[str] domain_name_label: The Domain name label.The concatenation of the domain name label and vm index will be the domain name labels of the PublicIPAddress resources that will be created
|
|
3659
|
+
:param pulumi.Input[Union[str, 'DomainNameLabelScopeTypes']] domain_name_label_scope: The Domain name label scope.The concatenation of the hashed domain name label that generated according to the policy from domain name label scope and vm index will be the domain name labels of the PublicIPAddress resources that will be created
|
|
3660
|
+
"""
|
|
3661
|
+
pulumi.set(__self__, "domain_name_label", domain_name_label)
|
|
3662
|
+
if domain_name_label_scope is not None:
|
|
3663
|
+
pulumi.set(__self__, "domain_name_label_scope", domain_name_label_scope)
|
|
3664
|
+
|
|
3665
|
+
@property
|
|
3666
|
+
@pulumi.getter(name="domainNameLabel")
|
|
3667
|
+
def domain_name_label(self) -> pulumi.Input[str]:
|
|
3668
|
+
"""
|
|
3669
|
+
The Domain name label.The concatenation of the domain name label and vm index will be the domain name labels of the PublicIPAddress resources that will be created
|
|
3670
|
+
"""
|
|
3671
|
+
return pulumi.get(self, "domain_name_label")
|
|
3672
|
+
|
|
3673
|
+
@domain_name_label.setter
|
|
3674
|
+
def domain_name_label(self, value: pulumi.Input[str]):
|
|
3675
|
+
pulumi.set(self, "domain_name_label", value)
|
|
3676
|
+
|
|
3677
|
+
@property
|
|
3678
|
+
@pulumi.getter(name="domainNameLabelScope")
|
|
3679
|
+
def domain_name_label_scope(self) -> Optional[pulumi.Input[Union[str, 'DomainNameLabelScopeTypes']]]:
|
|
3680
|
+
"""
|
|
3681
|
+
The Domain name label scope.The concatenation of the hashed domain name label that generated according to the policy from domain name label scope and vm index will be the domain name labels of the PublicIPAddress resources that will be created
|
|
3682
|
+
"""
|
|
3683
|
+
return pulumi.get(self, "domain_name_label_scope")
|
|
3684
|
+
|
|
3685
|
+
@domain_name_label_scope.setter
|
|
3686
|
+
def domain_name_label_scope(self, value: Optional[pulumi.Input[Union[str, 'DomainNameLabelScopeTypes']]]):
|
|
3687
|
+
pulumi.set(self, "domain_name_label_scope", value)
|
|
3688
|
+
|
|
3689
|
+
|
|
3690
|
+
@pulumi.input_type
|
|
3691
|
+
class VirtualMachineScaleSetPublicIPAddressConfigurationArgs:
|
|
3692
|
+
def __init__(__self__, *,
|
|
3693
|
+
name: pulumi.Input[str],
|
|
3694
|
+
delete_option: Optional[pulumi.Input[Union[str, 'DeleteOptions']]] = None,
|
|
3695
|
+
dns_settings: Optional[pulumi.Input['VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettingsArgs']] = None,
|
|
3696
|
+
idle_timeout_in_minutes: Optional[pulumi.Input[int]] = None,
|
|
3697
|
+
ip_tags: Optional[pulumi.Input[Sequence[pulumi.Input['VirtualMachineScaleSetIpTagArgs']]]] = None,
|
|
3698
|
+
public_ip_address_version: Optional[pulumi.Input[Union[str, 'IPVersion']]] = None,
|
|
3699
|
+
public_ip_prefix: Optional[pulumi.Input['SubResourceArgs']] = None,
|
|
3700
|
+
sku: Optional[pulumi.Input['PublicIPAddressSkuArgs']] = None):
|
|
3701
|
+
"""
|
|
3702
|
+
Describes a virtual machines scale set IP Configuration's PublicIPAddress configuration
|
|
3703
|
+
:param pulumi.Input[str] name: The publicIP address configuration name.
|
|
3704
|
+
:param pulumi.Input[Union[str, 'DeleteOptions']] delete_option: Specify what happens to the public IP when the VM is deleted
|
|
3705
|
+
:param pulumi.Input['VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettingsArgs'] dns_settings: The dns settings to be applied on the publicIP addresses .
|
|
3706
|
+
:param pulumi.Input[int] idle_timeout_in_minutes: The idle timeout of the public IP address.
|
|
3707
|
+
:param pulumi.Input[Sequence[pulumi.Input['VirtualMachineScaleSetIpTagArgs']]] ip_tags: The list of IP tags associated with the public IP address.
|
|
3708
|
+
:param pulumi.Input[Union[str, 'IPVersion']] public_ip_address_version: Available from Api-Version 2019-07-01 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
|
|
3709
|
+
:param pulumi.Input['SubResourceArgs'] public_ip_prefix: The PublicIPPrefix from which to allocate publicIP addresses.
|
|
3710
|
+
:param pulumi.Input['PublicIPAddressSkuArgs'] sku: Describes the public IP Sku. It can only be set with OrchestrationMode as Flexible.
|
|
3711
|
+
"""
|
|
3712
|
+
pulumi.set(__self__, "name", name)
|
|
3713
|
+
if delete_option is not None:
|
|
3714
|
+
pulumi.set(__self__, "delete_option", delete_option)
|
|
3715
|
+
if dns_settings is not None:
|
|
3716
|
+
pulumi.set(__self__, "dns_settings", dns_settings)
|
|
3717
|
+
if idle_timeout_in_minutes is not None:
|
|
3718
|
+
pulumi.set(__self__, "idle_timeout_in_minutes", idle_timeout_in_minutes)
|
|
3719
|
+
if ip_tags is not None:
|
|
3720
|
+
pulumi.set(__self__, "ip_tags", ip_tags)
|
|
3721
|
+
if public_ip_address_version is not None:
|
|
3722
|
+
pulumi.set(__self__, "public_ip_address_version", public_ip_address_version)
|
|
3723
|
+
if public_ip_prefix is not None:
|
|
3724
|
+
pulumi.set(__self__, "public_ip_prefix", public_ip_prefix)
|
|
3725
|
+
if sku is not None:
|
|
3726
|
+
pulumi.set(__self__, "sku", sku)
|
|
3727
|
+
|
|
3728
|
+
@property
|
|
3729
|
+
@pulumi.getter
|
|
3730
|
+
def name(self) -> pulumi.Input[str]:
|
|
3731
|
+
"""
|
|
3732
|
+
The publicIP address configuration name.
|
|
3733
|
+
"""
|
|
3734
|
+
return pulumi.get(self, "name")
|
|
3735
|
+
|
|
3736
|
+
@name.setter
|
|
3737
|
+
def name(self, value: pulumi.Input[str]):
|
|
3738
|
+
pulumi.set(self, "name", value)
|
|
3739
|
+
|
|
3740
|
+
@property
|
|
3741
|
+
@pulumi.getter(name="deleteOption")
|
|
3742
|
+
def delete_option(self) -> Optional[pulumi.Input[Union[str, 'DeleteOptions']]]:
|
|
3743
|
+
"""
|
|
3744
|
+
Specify what happens to the public IP when the VM is deleted
|
|
3745
|
+
"""
|
|
3746
|
+
return pulumi.get(self, "delete_option")
|
|
3747
|
+
|
|
3748
|
+
@delete_option.setter
|
|
3749
|
+
def delete_option(self, value: Optional[pulumi.Input[Union[str, 'DeleteOptions']]]):
|
|
3750
|
+
pulumi.set(self, "delete_option", value)
|
|
3751
|
+
|
|
3752
|
+
@property
|
|
3753
|
+
@pulumi.getter(name="dnsSettings")
|
|
3754
|
+
def dns_settings(self) -> Optional[pulumi.Input['VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettingsArgs']]:
|
|
3755
|
+
"""
|
|
3756
|
+
The dns settings to be applied on the publicIP addresses .
|
|
3757
|
+
"""
|
|
3758
|
+
return pulumi.get(self, "dns_settings")
|
|
3759
|
+
|
|
3760
|
+
@dns_settings.setter
|
|
3761
|
+
def dns_settings(self, value: Optional[pulumi.Input['VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettingsArgs']]):
|
|
3762
|
+
pulumi.set(self, "dns_settings", value)
|
|
3763
|
+
|
|
3764
|
+
@property
|
|
3765
|
+
@pulumi.getter(name="idleTimeoutInMinutes")
|
|
3766
|
+
def idle_timeout_in_minutes(self) -> Optional[pulumi.Input[int]]:
|
|
3767
|
+
"""
|
|
3768
|
+
The idle timeout of the public IP address.
|
|
3769
|
+
"""
|
|
3770
|
+
return pulumi.get(self, "idle_timeout_in_minutes")
|
|
3771
|
+
|
|
3772
|
+
@idle_timeout_in_minutes.setter
|
|
3773
|
+
def idle_timeout_in_minutes(self, value: Optional[pulumi.Input[int]]):
|
|
3774
|
+
pulumi.set(self, "idle_timeout_in_minutes", value)
|
|
3775
|
+
|
|
3776
|
+
@property
|
|
3777
|
+
@pulumi.getter(name="ipTags")
|
|
3778
|
+
def ip_tags(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['VirtualMachineScaleSetIpTagArgs']]]]:
|
|
3779
|
+
"""
|
|
3780
|
+
The list of IP tags associated with the public IP address.
|
|
3781
|
+
"""
|
|
3782
|
+
return pulumi.get(self, "ip_tags")
|
|
3783
|
+
|
|
3784
|
+
@ip_tags.setter
|
|
3785
|
+
def ip_tags(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['VirtualMachineScaleSetIpTagArgs']]]]):
|
|
3786
|
+
pulumi.set(self, "ip_tags", value)
|
|
3787
|
+
|
|
3788
|
+
@property
|
|
3789
|
+
@pulumi.getter(name="publicIPAddressVersion")
|
|
3790
|
+
def public_ip_address_version(self) -> Optional[pulumi.Input[Union[str, 'IPVersion']]]:
|
|
3791
|
+
"""
|
|
3792
|
+
Available from Api-Version 2019-07-01 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
|
|
3793
|
+
"""
|
|
3794
|
+
return pulumi.get(self, "public_ip_address_version")
|
|
3795
|
+
|
|
3796
|
+
@public_ip_address_version.setter
|
|
3797
|
+
def public_ip_address_version(self, value: Optional[pulumi.Input[Union[str, 'IPVersion']]]):
|
|
3798
|
+
pulumi.set(self, "public_ip_address_version", value)
|
|
3799
|
+
|
|
3800
|
+
@property
|
|
3801
|
+
@pulumi.getter(name="publicIPPrefix")
|
|
3802
|
+
def public_ip_prefix(self) -> Optional[pulumi.Input['SubResourceArgs']]:
|
|
3803
|
+
"""
|
|
3804
|
+
The PublicIPPrefix from which to allocate publicIP addresses.
|
|
3805
|
+
"""
|
|
3806
|
+
return pulumi.get(self, "public_ip_prefix")
|
|
3807
|
+
|
|
3808
|
+
@public_ip_prefix.setter
|
|
3809
|
+
def public_ip_prefix(self, value: Optional[pulumi.Input['SubResourceArgs']]):
|
|
3810
|
+
pulumi.set(self, "public_ip_prefix", value)
|
|
3811
|
+
|
|
3812
|
+
@property
|
|
3813
|
+
@pulumi.getter
|
|
3814
|
+
def sku(self) -> Optional[pulumi.Input['PublicIPAddressSkuArgs']]:
|
|
3815
|
+
"""
|
|
3816
|
+
Describes the public IP Sku. It can only be set with OrchestrationMode as Flexible.
|
|
3817
|
+
"""
|
|
3818
|
+
return pulumi.get(self, "sku")
|
|
3819
|
+
|
|
3820
|
+
@sku.setter
|
|
3821
|
+
def sku(self, value: Optional[pulumi.Input['PublicIPAddressSkuArgs']]):
|
|
3822
|
+
pulumi.set(self, "sku", value)
|
|
3823
|
+
|
|
3824
|
+
|
|
3825
|
+
@pulumi.input_type
|
|
3826
|
+
class VirtualMachineScaleSetStorageProfileArgs:
|
|
3827
|
+
def __init__(__self__, *,
|
|
3828
|
+
data_disks: Optional[pulumi.Input[Sequence[pulumi.Input['VirtualMachineScaleSetDataDiskArgs']]]] = None,
|
|
3829
|
+
disk_controller_type: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'DiskControllerTypes']]]]] = None,
|
|
3830
|
+
image_reference: Optional[pulumi.Input['ImageReferenceArgs']] = None,
|
|
3831
|
+
os_disk: Optional[pulumi.Input['VirtualMachineScaleSetOSDiskArgs']] = None):
|
|
3832
|
+
"""
|
|
3833
|
+
Describes a virtual machine scale set storage profile.
|
|
3834
|
+
:param pulumi.Input[Sequence[pulumi.Input['VirtualMachineScaleSetDataDiskArgs']]] data_disks: Specifies the parameters that are used to add data disks to the virtual machines in the scale set. For more information about disks, see [About disks and VHDs for Azure virtual machines](https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview).
|
|
3835
|
+
:param pulumi.Input['ImageReferenceArgs'] image_reference: Specifies information about the image to use. You can specify information about platform images, marketplace images, or virtual machine images. This element is required when you want to use a platform image, marketplace image, or virtual machine image, but is not used in other creation operations.
|
|
3836
|
+
:param pulumi.Input['VirtualMachineScaleSetOSDiskArgs'] os_disk: Specifies information about the operating system disk used by the virtual machines in the scale set. For more information about disks, see [About disks and VHDs for Azure virtual machines](https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview).
|
|
3837
|
+
"""
|
|
3838
|
+
if data_disks is not None:
|
|
3839
|
+
pulumi.set(__self__, "data_disks", data_disks)
|
|
3840
|
+
if disk_controller_type is not None:
|
|
3841
|
+
pulumi.set(__self__, "disk_controller_type", disk_controller_type)
|
|
3842
|
+
if image_reference is not None:
|
|
3843
|
+
pulumi.set(__self__, "image_reference", image_reference)
|
|
3844
|
+
if os_disk is not None:
|
|
3845
|
+
pulumi.set(__self__, "os_disk", os_disk)
|
|
3846
|
+
|
|
3847
|
+
@property
|
|
3848
|
+
@pulumi.getter(name="dataDisks")
|
|
3849
|
+
def data_disks(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['VirtualMachineScaleSetDataDiskArgs']]]]:
|
|
3850
|
+
"""
|
|
3851
|
+
Specifies the parameters that are used to add data disks to the virtual machines in the scale set. For more information about disks, see [About disks and VHDs for Azure virtual machines](https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview).
|
|
3852
|
+
"""
|
|
3853
|
+
return pulumi.get(self, "data_disks")
|
|
3854
|
+
|
|
3855
|
+
@data_disks.setter
|
|
3856
|
+
def data_disks(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['VirtualMachineScaleSetDataDiskArgs']]]]):
|
|
3857
|
+
pulumi.set(self, "data_disks", value)
|
|
3858
|
+
|
|
3859
|
+
@property
|
|
3860
|
+
@pulumi.getter(name="diskControllerType")
|
|
3861
|
+
def disk_controller_type(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'DiskControllerTypes']]]]]:
|
|
3862
|
+
return pulumi.get(self, "disk_controller_type")
|
|
3863
|
+
|
|
3864
|
+
@disk_controller_type.setter
|
|
3865
|
+
def disk_controller_type(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'DiskControllerTypes']]]]]):
|
|
3866
|
+
pulumi.set(self, "disk_controller_type", value)
|
|
3867
|
+
|
|
3868
|
+
@property
|
|
3869
|
+
@pulumi.getter(name="imageReference")
|
|
3870
|
+
def image_reference(self) -> Optional[pulumi.Input['ImageReferenceArgs']]:
|
|
3871
|
+
"""
|
|
3872
|
+
Specifies information about the image to use. You can specify information about platform images, marketplace images, or virtual machine images. This element is required when you want to use a platform image, marketplace image, or virtual machine image, but is not used in other creation operations.
|
|
3873
|
+
"""
|
|
3874
|
+
return pulumi.get(self, "image_reference")
|
|
3875
|
+
|
|
3876
|
+
@image_reference.setter
|
|
3877
|
+
def image_reference(self, value: Optional[pulumi.Input['ImageReferenceArgs']]):
|
|
3878
|
+
pulumi.set(self, "image_reference", value)
|
|
3879
|
+
|
|
3880
|
+
@property
|
|
3881
|
+
@pulumi.getter(name="osDisk")
|
|
3882
|
+
def os_disk(self) -> Optional[pulumi.Input['VirtualMachineScaleSetOSDiskArgs']]:
|
|
3883
|
+
"""
|
|
3884
|
+
Specifies information about the operating system disk used by the virtual machines in the scale set. For more information about disks, see [About disks and VHDs for Azure virtual machines](https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview).
|
|
3885
|
+
"""
|
|
3886
|
+
return pulumi.get(self, "os_disk")
|
|
3887
|
+
|
|
3888
|
+
@os_disk.setter
|
|
3889
|
+
def os_disk(self, value: Optional[pulumi.Input['VirtualMachineScaleSetOSDiskArgs']]):
|
|
3890
|
+
pulumi.set(self, "os_disk", value)
|
|
3891
|
+
|
|
3892
|
+
|
|
3893
|
+
@pulumi.input_type
|
|
3894
|
+
class VirtualMachineScaleSetVMProfileArgs:
|
|
3895
|
+
def __init__(__self__, *,
|
|
3896
|
+
application_profile: Optional[pulumi.Input['ApplicationProfileArgs']] = None,
|
|
3897
|
+
billing_profile: Optional[pulumi.Input['BillingProfileArgs']] = None,
|
|
3898
|
+
capacity_reservation: Optional[pulumi.Input['CapacityReservationProfileArgs']] = None,
|
|
3899
|
+
diagnostics_profile: Optional[pulumi.Input['DiagnosticsProfileArgs']] = None,
|
|
3900
|
+
eviction_policy: Optional[pulumi.Input[Union[str, 'VirtualMachineEvictionPolicyTypes']]] = None,
|
|
3901
|
+
extension_profile: Optional[pulumi.Input['VirtualMachineScaleSetExtensionProfileArgs']] = None,
|
|
3902
|
+
hardware_profile: Optional[pulumi.Input['VirtualMachineScaleSetHardwareProfileArgs']] = None,
|
|
3903
|
+
license_type: Optional[pulumi.Input[str]] = None,
|
|
3904
|
+
network_profile: Optional[pulumi.Input['VirtualMachineScaleSetNetworkProfileArgs']] = None,
|
|
3905
|
+
os_profile: Optional[pulumi.Input['VirtualMachineScaleSetOSProfileArgs']] = None,
|
|
3906
|
+
priority: Optional[pulumi.Input[Union[str, 'VirtualMachinePriorityTypes']]] = None,
|
|
3907
|
+
scheduled_events_profile: Optional[pulumi.Input['ScheduledEventsProfileArgs']] = None,
|
|
3908
|
+
security_posture_reference: Optional[pulumi.Input['SecurityPostureReferenceArgs']] = None,
|
|
3909
|
+
security_profile: Optional[pulumi.Input['SecurityProfileArgs']] = None,
|
|
3910
|
+
service_artifact_reference: Optional[pulumi.Input['ServiceArtifactReferenceArgs']] = None,
|
|
3911
|
+
storage_profile: Optional[pulumi.Input['VirtualMachineScaleSetStorageProfileArgs']] = None,
|
|
3912
|
+
user_data: Optional[pulumi.Input[str]] = None):
|
|
3913
|
+
"""
|
|
3914
|
+
Describes a virtual machine scale set virtual machine profile.
|
|
3915
|
+
:param pulumi.Input['ApplicationProfileArgs'] application_profile: Specifies the gallery applications that should be made available to the VM/VMSS
|
|
3916
|
+
:param pulumi.Input['BillingProfileArgs'] billing_profile: Specifies the billing related details of a Azure Spot VMSS. Minimum api-version: 2019-03-01.
|
|
3917
|
+
:param pulumi.Input['CapacityReservationProfileArgs'] capacity_reservation: Specifies the capacity reservation related details of a scale set. Minimum api-version: 2021-04-01.
|
|
3918
|
+
:param pulumi.Input['DiagnosticsProfileArgs'] diagnostics_profile: Specifies the boot diagnostic settings state. Minimum api-version: 2015-06-15.
|
|
3919
|
+
:param pulumi.Input[Union[str, 'VirtualMachineEvictionPolicyTypes']] eviction_policy: Specifies the eviction policy for the Azure Spot virtual machine and Azure Spot scale set. For Azure Spot virtual machines, both 'Deallocate' and 'Delete' are supported and the minimum api-version is 2019-03-01. For Azure Spot scale sets, both 'Deallocate' and 'Delete' are supported and the minimum api-version is 2017-10-30-preview.
|
|
3920
|
+
:param pulumi.Input['VirtualMachineScaleSetExtensionProfileArgs'] extension_profile: Specifies a collection of settings for extensions installed on virtual machines in the scale set.
|
|
3921
|
+
:param pulumi.Input['VirtualMachineScaleSetHardwareProfileArgs'] hardware_profile: Specifies the hardware profile related details of a scale set. Minimum api-version: 2021-11-01.
|
|
3922
|
+
:param pulumi.Input[str] license_type: Specifies that the image or disk that is being used was licensed on-premises. <br><br> Possible values for Windows Server operating system are: <br><br> Windows_Client <br><br> Windows_Server <br><br> Possible values for Linux Server operating system are: <br><br> RHEL_BYOS (for RHEL) <br><br> SLES_BYOS (for SUSE) <br><br> For more information, see [Azure Hybrid Use Benefit for Windows Server](https://docs.microsoft.com/azure/virtual-machines/windows/hybrid-use-benefit-licensing) <br><br> [Azure Hybrid Use Benefit for Linux Server](https://docs.microsoft.com/azure/virtual-machines/linux/azure-hybrid-benefit-linux) <br><br> Minimum api-version: 2015-06-15
|
|
3923
|
+
:param pulumi.Input['VirtualMachineScaleSetNetworkProfileArgs'] network_profile: Specifies properties of the network interfaces of the virtual machines in the scale set.
|
|
3924
|
+
:param pulumi.Input['VirtualMachineScaleSetOSProfileArgs'] os_profile: Specifies the operating system settings for the virtual machines in the scale set.
|
|
3925
|
+
:param pulumi.Input[Union[str, 'VirtualMachinePriorityTypes']] priority: Specifies the priority for the virtual machines in the scale set. Minimum api-version: 2017-10-30-preview.
|
|
3926
|
+
:param pulumi.Input['ScheduledEventsProfileArgs'] scheduled_events_profile: Specifies Scheduled Event related configurations.
|
|
3927
|
+
:param pulumi.Input['SecurityPostureReferenceArgs'] security_posture_reference: Specifies the security posture to be used for all virtual machines in the scale set. Minimum api-version: 2023-03-01
|
|
3928
|
+
:param pulumi.Input['SecurityProfileArgs'] security_profile: Specifies the Security related profile settings for the virtual machines in the scale set.
|
|
3929
|
+
:param pulumi.Input['ServiceArtifactReferenceArgs'] service_artifact_reference: Specifies the service artifact reference id used to set same image version for all virtual machines in the scale set when using 'latest' image version. Minimum api-version: 2022-11-01
|
|
3930
|
+
:param pulumi.Input['VirtualMachineScaleSetStorageProfileArgs'] storage_profile: Specifies the storage settings for the virtual machine disks.
|
|
3931
|
+
:param pulumi.Input[str] user_data: UserData for the virtual machines in the scale set, which must be base-64 encoded. Customer should not pass any secrets in here. Minimum api-version: 2021-03-01.
|
|
3932
|
+
"""
|
|
3933
|
+
if application_profile is not None:
|
|
3934
|
+
pulumi.set(__self__, "application_profile", application_profile)
|
|
3935
|
+
if billing_profile is not None:
|
|
3936
|
+
pulumi.set(__self__, "billing_profile", billing_profile)
|
|
3937
|
+
if capacity_reservation is not None:
|
|
3938
|
+
pulumi.set(__self__, "capacity_reservation", capacity_reservation)
|
|
3939
|
+
if diagnostics_profile is not None:
|
|
3940
|
+
pulumi.set(__self__, "diagnostics_profile", diagnostics_profile)
|
|
3941
|
+
if eviction_policy is not None:
|
|
3942
|
+
pulumi.set(__self__, "eviction_policy", eviction_policy)
|
|
3943
|
+
if extension_profile is not None:
|
|
3944
|
+
pulumi.set(__self__, "extension_profile", extension_profile)
|
|
3945
|
+
if hardware_profile is not None:
|
|
3946
|
+
pulumi.set(__self__, "hardware_profile", hardware_profile)
|
|
3947
|
+
if license_type is not None:
|
|
3948
|
+
pulumi.set(__self__, "license_type", license_type)
|
|
3949
|
+
if network_profile is not None:
|
|
3950
|
+
pulumi.set(__self__, "network_profile", network_profile)
|
|
3951
|
+
if os_profile is not None:
|
|
3952
|
+
pulumi.set(__self__, "os_profile", os_profile)
|
|
3953
|
+
if priority is not None:
|
|
3954
|
+
pulumi.set(__self__, "priority", priority)
|
|
3955
|
+
if scheduled_events_profile is not None:
|
|
3956
|
+
pulumi.set(__self__, "scheduled_events_profile", scheduled_events_profile)
|
|
3957
|
+
if security_posture_reference is not None:
|
|
3958
|
+
pulumi.set(__self__, "security_posture_reference", security_posture_reference)
|
|
3959
|
+
if security_profile is not None:
|
|
3960
|
+
pulumi.set(__self__, "security_profile", security_profile)
|
|
3961
|
+
if service_artifact_reference is not None:
|
|
3962
|
+
pulumi.set(__self__, "service_artifact_reference", service_artifact_reference)
|
|
3963
|
+
if storage_profile is not None:
|
|
3964
|
+
pulumi.set(__self__, "storage_profile", storage_profile)
|
|
3965
|
+
if user_data is not None:
|
|
3966
|
+
pulumi.set(__self__, "user_data", user_data)
|
|
3967
|
+
|
|
3968
|
+
@property
|
|
3969
|
+
@pulumi.getter(name="applicationProfile")
|
|
3970
|
+
def application_profile(self) -> Optional[pulumi.Input['ApplicationProfileArgs']]:
|
|
3971
|
+
"""
|
|
3972
|
+
Specifies the gallery applications that should be made available to the VM/VMSS
|
|
3973
|
+
"""
|
|
3974
|
+
return pulumi.get(self, "application_profile")
|
|
3975
|
+
|
|
3976
|
+
@application_profile.setter
|
|
3977
|
+
def application_profile(self, value: Optional[pulumi.Input['ApplicationProfileArgs']]):
|
|
3978
|
+
pulumi.set(self, "application_profile", value)
|
|
3979
|
+
|
|
3980
|
+
@property
|
|
3981
|
+
@pulumi.getter(name="billingProfile")
|
|
3982
|
+
def billing_profile(self) -> Optional[pulumi.Input['BillingProfileArgs']]:
|
|
3983
|
+
"""
|
|
3984
|
+
Specifies the billing related details of a Azure Spot VMSS. Minimum api-version: 2019-03-01.
|
|
3985
|
+
"""
|
|
3986
|
+
return pulumi.get(self, "billing_profile")
|
|
3987
|
+
|
|
3988
|
+
@billing_profile.setter
|
|
3989
|
+
def billing_profile(self, value: Optional[pulumi.Input['BillingProfileArgs']]):
|
|
3990
|
+
pulumi.set(self, "billing_profile", value)
|
|
3991
|
+
|
|
3992
|
+
@property
|
|
3993
|
+
@pulumi.getter(name="capacityReservation")
|
|
3994
|
+
def capacity_reservation(self) -> Optional[pulumi.Input['CapacityReservationProfileArgs']]:
|
|
3995
|
+
"""
|
|
3996
|
+
Specifies the capacity reservation related details of a scale set. Minimum api-version: 2021-04-01.
|
|
3997
|
+
"""
|
|
3998
|
+
return pulumi.get(self, "capacity_reservation")
|
|
3999
|
+
|
|
4000
|
+
@capacity_reservation.setter
|
|
4001
|
+
def capacity_reservation(self, value: Optional[pulumi.Input['CapacityReservationProfileArgs']]):
|
|
4002
|
+
pulumi.set(self, "capacity_reservation", value)
|
|
4003
|
+
|
|
4004
|
+
@property
|
|
4005
|
+
@pulumi.getter(name="diagnosticsProfile")
|
|
4006
|
+
def diagnostics_profile(self) -> Optional[pulumi.Input['DiagnosticsProfileArgs']]:
|
|
4007
|
+
"""
|
|
4008
|
+
Specifies the boot diagnostic settings state. Minimum api-version: 2015-06-15.
|
|
4009
|
+
"""
|
|
4010
|
+
return pulumi.get(self, "diagnostics_profile")
|
|
4011
|
+
|
|
4012
|
+
@diagnostics_profile.setter
|
|
4013
|
+
def diagnostics_profile(self, value: Optional[pulumi.Input['DiagnosticsProfileArgs']]):
|
|
4014
|
+
pulumi.set(self, "diagnostics_profile", value)
|
|
4015
|
+
|
|
4016
|
+
@property
|
|
4017
|
+
@pulumi.getter(name="evictionPolicy")
|
|
4018
|
+
def eviction_policy(self) -> Optional[pulumi.Input[Union[str, 'VirtualMachineEvictionPolicyTypes']]]:
|
|
4019
|
+
"""
|
|
4020
|
+
Specifies the eviction policy for the Azure Spot virtual machine and Azure Spot scale set. For Azure Spot virtual machines, both 'Deallocate' and 'Delete' are supported and the minimum api-version is 2019-03-01. For Azure Spot scale sets, both 'Deallocate' and 'Delete' are supported and the minimum api-version is 2017-10-30-preview.
|
|
4021
|
+
"""
|
|
4022
|
+
return pulumi.get(self, "eviction_policy")
|
|
4023
|
+
|
|
4024
|
+
@eviction_policy.setter
|
|
4025
|
+
def eviction_policy(self, value: Optional[pulumi.Input[Union[str, 'VirtualMachineEvictionPolicyTypes']]]):
|
|
4026
|
+
pulumi.set(self, "eviction_policy", value)
|
|
4027
|
+
|
|
4028
|
+
@property
|
|
4029
|
+
@pulumi.getter(name="extensionProfile")
|
|
4030
|
+
def extension_profile(self) -> Optional[pulumi.Input['VirtualMachineScaleSetExtensionProfileArgs']]:
|
|
4031
|
+
"""
|
|
4032
|
+
Specifies a collection of settings for extensions installed on virtual machines in the scale set.
|
|
4033
|
+
"""
|
|
4034
|
+
return pulumi.get(self, "extension_profile")
|
|
4035
|
+
|
|
4036
|
+
@extension_profile.setter
|
|
4037
|
+
def extension_profile(self, value: Optional[pulumi.Input['VirtualMachineScaleSetExtensionProfileArgs']]):
|
|
4038
|
+
pulumi.set(self, "extension_profile", value)
|
|
4039
|
+
|
|
4040
|
+
@property
|
|
4041
|
+
@pulumi.getter(name="hardwareProfile")
|
|
4042
|
+
def hardware_profile(self) -> Optional[pulumi.Input['VirtualMachineScaleSetHardwareProfileArgs']]:
|
|
4043
|
+
"""
|
|
4044
|
+
Specifies the hardware profile related details of a scale set. Minimum api-version: 2021-11-01.
|
|
4045
|
+
"""
|
|
4046
|
+
return pulumi.get(self, "hardware_profile")
|
|
4047
|
+
|
|
4048
|
+
@hardware_profile.setter
|
|
4049
|
+
def hardware_profile(self, value: Optional[pulumi.Input['VirtualMachineScaleSetHardwareProfileArgs']]):
|
|
4050
|
+
pulumi.set(self, "hardware_profile", value)
|
|
4051
|
+
|
|
4052
|
+
@property
|
|
4053
|
+
@pulumi.getter(name="licenseType")
|
|
4054
|
+
def license_type(self) -> Optional[pulumi.Input[str]]:
|
|
4055
|
+
"""
|
|
4056
|
+
Specifies that the image or disk that is being used was licensed on-premises. <br><br> Possible values for Windows Server operating system are: <br><br> Windows_Client <br><br> Windows_Server <br><br> Possible values for Linux Server operating system are: <br><br> RHEL_BYOS (for RHEL) <br><br> SLES_BYOS (for SUSE) <br><br> For more information, see [Azure Hybrid Use Benefit for Windows Server](https://docs.microsoft.com/azure/virtual-machines/windows/hybrid-use-benefit-licensing) <br><br> [Azure Hybrid Use Benefit for Linux Server](https://docs.microsoft.com/azure/virtual-machines/linux/azure-hybrid-benefit-linux) <br><br> Minimum api-version: 2015-06-15
|
|
4057
|
+
"""
|
|
4058
|
+
return pulumi.get(self, "license_type")
|
|
4059
|
+
|
|
4060
|
+
@license_type.setter
|
|
4061
|
+
def license_type(self, value: Optional[pulumi.Input[str]]):
|
|
4062
|
+
pulumi.set(self, "license_type", value)
|
|
4063
|
+
|
|
4064
|
+
@property
|
|
4065
|
+
@pulumi.getter(name="networkProfile")
|
|
4066
|
+
def network_profile(self) -> Optional[pulumi.Input['VirtualMachineScaleSetNetworkProfileArgs']]:
|
|
4067
|
+
"""
|
|
4068
|
+
Specifies properties of the network interfaces of the virtual machines in the scale set.
|
|
4069
|
+
"""
|
|
4070
|
+
return pulumi.get(self, "network_profile")
|
|
4071
|
+
|
|
4072
|
+
@network_profile.setter
|
|
4073
|
+
def network_profile(self, value: Optional[pulumi.Input['VirtualMachineScaleSetNetworkProfileArgs']]):
|
|
4074
|
+
pulumi.set(self, "network_profile", value)
|
|
4075
|
+
|
|
4076
|
+
@property
|
|
4077
|
+
@pulumi.getter(name="osProfile")
|
|
4078
|
+
def os_profile(self) -> Optional[pulumi.Input['VirtualMachineScaleSetOSProfileArgs']]:
|
|
4079
|
+
"""
|
|
4080
|
+
Specifies the operating system settings for the virtual machines in the scale set.
|
|
4081
|
+
"""
|
|
4082
|
+
return pulumi.get(self, "os_profile")
|
|
4083
|
+
|
|
4084
|
+
@os_profile.setter
|
|
4085
|
+
def os_profile(self, value: Optional[pulumi.Input['VirtualMachineScaleSetOSProfileArgs']]):
|
|
4086
|
+
pulumi.set(self, "os_profile", value)
|
|
4087
|
+
|
|
4088
|
+
@property
|
|
4089
|
+
@pulumi.getter
|
|
4090
|
+
def priority(self) -> Optional[pulumi.Input[Union[str, 'VirtualMachinePriorityTypes']]]:
|
|
4091
|
+
"""
|
|
4092
|
+
Specifies the priority for the virtual machines in the scale set. Minimum api-version: 2017-10-30-preview.
|
|
4093
|
+
"""
|
|
4094
|
+
return pulumi.get(self, "priority")
|
|
4095
|
+
|
|
4096
|
+
@priority.setter
|
|
4097
|
+
def priority(self, value: Optional[pulumi.Input[Union[str, 'VirtualMachinePriorityTypes']]]):
|
|
4098
|
+
pulumi.set(self, "priority", value)
|
|
4099
|
+
|
|
4100
|
+
@property
|
|
4101
|
+
@pulumi.getter(name="scheduledEventsProfile")
|
|
4102
|
+
def scheduled_events_profile(self) -> Optional[pulumi.Input['ScheduledEventsProfileArgs']]:
|
|
4103
|
+
"""
|
|
4104
|
+
Specifies Scheduled Event related configurations.
|
|
4105
|
+
"""
|
|
4106
|
+
return pulumi.get(self, "scheduled_events_profile")
|
|
4107
|
+
|
|
4108
|
+
@scheduled_events_profile.setter
|
|
4109
|
+
def scheduled_events_profile(self, value: Optional[pulumi.Input['ScheduledEventsProfileArgs']]):
|
|
4110
|
+
pulumi.set(self, "scheduled_events_profile", value)
|
|
4111
|
+
|
|
4112
|
+
@property
|
|
4113
|
+
@pulumi.getter(name="securityPostureReference")
|
|
4114
|
+
def security_posture_reference(self) -> Optional[pulumi.Input['SecurityPostureReferenceArgs']]:
|
|
4115
|
+
"""
|
|
4116
|
+
Specifies the security posture to be used for all virtual machines in the scale set. Minimum api-version: 2023-03-01
|
|
4117
|
+
"""
|
|
4118
|
+
return pulumi.get(self, "security_posture_reference")
|
|
4119
|
+
|
|
4120
|
+
@security_posture_reference.setter
|
|
4121
|
+
def security_posture_reference(self, value: Optional[pulumi.Input['SecurityPostureReferenceArgs']]):
|
|
4122
|
+
pulumi.set(self, "security_posture_reference", value)
|
|
4123
|
+
|
|
4124
|
+
@property
|
|
4125
|
+
@pulumi.getter(name="securityProfile")
|
|
4126
|
+
def security_profile(self) -> Optional[pulumi.Input['SecurityProfileArgs']]:
|
|
4127
|
+
"""
|
|
4128
|
+
Specifies the Security related profile settings for the virtual machines in the scale set.
|
|
4129
|
+
"""
|
|
4130
|
+
return pulumi.get(self, "security_profile")
|
|
4131
|
+
|
|
4132
|
+
@security_profile.setter
|
|
4133
|
+
def security_profile(self, value: Optional[pulumi.Input['SecurityProfileArgs']]):
|
|
4134
|
+
pulumi.set(self, "security_profile", value)
|
|
4135
|
+
|
|
4136
|
+
@property
|
|
4137
|
+
@pulumi.getter(name="serviceArtifactReference")
|
|
4138
|
+
def service_artifact_reference(self) -> Optional[pulumi.Input['ServiceArtifactReferenceArgs']]:
|
|
4139
|
+
"""
|
|
4140
|
+
Specifies the service artifact reference id used to set same image version for all virtual machines in the scale set when using 'latest' image version. Minimum api-version: 2022-11-01
|
|
4141
|
+
"""
|
|
4142
|
+
return pulumi.get(self, "service_artifact_reference")
|
|
4143
|
+
|
|
4144
|
+
@service_artifact_reference.setter
|
|
4145
|
+
def service_artifact_reference(self, value: Optional[pulumi.Input['ServiceArtifactReferenceArgs']]):
|
|
4146
|
+
pulumi.set(self, "service_artifact_reference", value)
|
|
4147
|
+
|
|
4148
|
+
@property
|
|
4149
|
+
@pulumi.getter(name="storageProfile")
|
|
4150
|
+
def storage_profile(self) -> Optional[pulumi.Input['VirtualMachineScaleSetStorageProfileArgs']]:
|
|
4151
|
+
"""
|
|
4152
|
+
Specifies the storage settings for the virtual machine disks.
|
|
4153
|
+
"""
|
|
4154
|
+
return pulumi.get(self, "storage_profile")
|
|
4155
|
+
|
|
4156
|
+
@storage_profile.setter
|
|
4157
|
+
def storage_profile(self, value: Optional[pulumi.Input['VirtualMachineScaleSetStorageProfileArgs']]):
|
|
4158
|
+
pulumi.set(self, "storage_profile", value)
|
|
4159
|
+
|
|
4160
|
+
@property
|
|
4161
|
+
@pulumi.getter(name="userData")
|
|
4162
|
+
def user_data(self) -> Optional[pulumi.Input[str]]:
|
|
4163
|
+
"""
|
|
4164
|
+
UserData for the virtual machines in the scale set, which must be base-64 encoded. Customer should not pass any secrets in here. Minimum api-version: 2021-03-01.
|
|
4165
|
+
"""
|
|
4166
|
+
return pulumi.get(self, "user_data")
|
|
4167
|
+
|
|
4168
|
+
@user_data.setter
|
|
4169
|
+
def user_data(self, value: Optional[pulumi.Input[str]]):
|
|
4170
|
+
pulumi.set(self, "user_data", value)
|
|
4171
|
+
|
|
4172
|
+
|
|
4173
|
+
@pulumi.input_type
|
|
4174
|
+
class VmSizeProfileArgs:
|
|
4175
|
+
def __init__(__self__, *,
|
|
4176
|
+
name: pulumi.Input[str],
|
|
4177
|
+
rank: Optional[pulumi.Input[int]] = None):
|
|
4178
|
+
"""
|
|
4179
|
+
Specifications about a VM Size. This will also contain the corresponding rank and weight in future.
|
|
4180
|
+
:param pulumi.Input[str] name: The Sku name (e.g. 'Standard_DS1_v2')
|
|
4181
|
+
:param pulumi.Input[int] rank: The rank of the VM size. This is used with 'RegularPriorityAllocationStrategy.Prioritized'
|
|
4182
|
+
The lower the number, the higher the priority. Starting with 0.
|
|
4183
|
+
"""
|
|
4184
|
+
pulumi.set(__self__, "name", name)
|
|
4185
|
+
if rank is not None:
|
|
4186
|
+
pulumi.set(__self__, "rank", rank)
|
|
4187
|
+
|
|
4188
|
+
@property
|
|
4189
|
+
@pulumi.getter
|
|
4190
|
+
def name(self) -> pulumi.Input[str]:
|
|
4191
|
+
"""
|
|
4192
|
+
The Sku name (e.g. 'Standard_DS1_v2')
|
|
4193
|
+
"""
|
|
4194
|
+
return pulumi.get(self, "name")
|
|
4195
|
+
|
|
4196
|
+
@name.setter
|
|
4197
|
+
def name(self, value: pulumi.Input[str]):
|
|
4198
|
+
pulumi.set(self, "name", value)
|
|
4199
|
+
|
|
4200
|
+
@property
|
|
4201
|
+
@pulumi.getter
|
|
4202
|
+
def rank(self) -> Optional[pulumi.Input[int]]:
|
|
4203
|
+
"""
|
|
4204
|
+
The rank of the VM size. This is used with 'RegularPriorityAllocationStrategy.Prioritized'
|
|
4205
|
+
The lower the number, the higher the priority. Starting with 0.
|
|
4206
|
+
"""
|
|
4207
|
+
return pulumi.get(self, "rank")
|
|
4208
|
+
|
|
4209
|
+
@rank.setter
|
|
4210
|
+
def rank(self, value: Optional[pulumi.Input[int]]):
|
|
4211
|
+
pulumi.set(self, "rank", value)
|
|
4212
|
+
|
|
4213
|
+
|
|
4214
|
+
@pulumi.input_type
|
|
4215
|
+
class WinRMConfigurationArgs:
|
|
4216
|
+
def __init__(__self__, *,
|
|
4217
|
+
listeners: Optional[pulumi.Input[Sequence[pulumi.Input['WinRMListenerArgs']]]] = None):
|
|
4218
|
+
"""
|
|
4219
|
+
Describes Windows Remote Management configuration of the VM
|
|
4220
|
+
:param pulumi.Input[Sequence[pulumi.Input['WinRMListenerArgs']]] listeners: The list of Windows Remote Management listeners
|
|
4221
|
+
"""
|
|
4222
|
+
if listeners is not None:
|
|
4223
|
+
pulumi.set(__self__, "listeners", listeners)
|
|
4224
|
+
|
|
4225
|
+
@property
|
|
4226
|
+
@pulumi.getter
|
|
4227
|
+
def listeners(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['WinRMListenerArgs']]]]:
|
|
4228
|
+
"""
|
|
4229
|
+
The list of Windows Remote Management listeners
|
|
4230
|
+
"""
|
|
4231
|
+
return pulumi.get(self, "listeners")
|
|
4232
|
+
|
|
4233
|
+
@listeners.setter
|
|
4234
|
+
def listeners(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['WinRMListenerArgs']]]]):
|
|
4235
|
+
pulumi.set(self, "listeners", value)
|
|
4236
|
+
|
|
4237
|
+
|
|
4238
|
+
@pulumi.input_type
|
|
4239
|
+
class WinRMListenerArgs:
|
|
4240
|
+
def __init__(__self__, *,
|
|
4241
|
+
certificate_url: Optional[pulumi.Input[str]] = None,
|
|
4242
|
+
protocol: Optional[pulumi.Input['ProtocolTypes']] = None):
|
|
4243
|
+
"""
|
|
4244
|
+
Describes Protocol and thumbprint of Windows Remote Management listener
|
|
4245
|
+
:param pulumi.Input[str] certificate_url: This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see [Add a key or secret to the key vault](https://docs.microsoft.com/azure/key-vault/key-vault-get-started/#add). In this case, your certificate needs to be the Base64 encoding of the following JSON Object which is encoded in UTF-8: <br><br> {<br> "data":"<Base64-encoded-certificate>",<br> "dataType":"pfx",<br> "password":"<pfx-file-password>"<br>} <br> To install certificates on a virtual machine it is recommended to use the [Azure Key Vault virtual machine extension for Linux](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-linux) or the [Azure Key Vault virtual machine extension for Windows](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-windows).
|
|
4246
|
+
:param pulumi.Input['ProtocolTypes'] protocol: Specifies the protocol of WinRM listener. Possible values are: **http,** **https.**
|
|
4247
|
+
"""
|
|
4248
|
+
if certificate_url is not None:
|
|
4249
|
+
pulumi.set(__self__, "certificate_url", certificate_url)
|
|
4250
|
+
if protocol is not None:
|
|
4251
|
+
pulumi.set(__self__, "protocol", protocol)
|
|
4252
|
+
|
|
4253
|
+
@property
|
|
4254
|
+
@pulumi.getter(name="certificateUrl")
|
|
4255
|
+
def certificate_url(self) -> Optional[pulumi.Input[str]]:
|
|
4256
|
+
"""
|
|
4257
|
+
This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see [Add a key or secret to the key vault](https://docs.microsoft.com/azure/key-vault/key-vault-get-started/#add). In this case, your certificate needs to be the Base64 encoding of the following JSON Object which is encoded in UTF-8: <br><br> {<br> "data":"<Base64-encoded-certificate>",<br> "dataType":"pfx",<br> "password":"<pfx-file-password>"<br>} <br> To install certificates on a virtual machine it is recommended to use the [Azure Key Vault virtual machine extension for Linux](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-linux) or the [Azure Key Vault virtual machine extension for Windows](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-windows).
|
|
4258
|
+
"""
|
|
4259
|
+
return pulumi.get(self, "certificate_url")
|
|
4260
|
+
|
|
4261
|
+
@certificate_url.setter
|
|
4262
|
+
def certificate_url(self, value: Optional[pulumi.Input[str]]):
|
|
4263
|
+
pulumi.set(self, "certificate_url", value)
|
|
4264
|
+
|
|
4265
|
+
@property
|
|
4266
|
+
@pulumi.getter
|
|
4267
|
+
def protocol(self) -> Optional[pulumi.Input['ProtocolTypes']]:
|
|
4268
|
+
"""
|
|
4269
|
+
Specifies the protocol of WinRM listener. Possible values are: **http,** **https.**
|
|
4270
|
+
"""
|
|
4271
|
+
return pulumi.get(self, "protocol")
|
|
4272
|
+
|
|
4273
|
+
@protocol.setter
|
|
4274
|
+
def protocol(self, value: Optional[pulumi.Input['ProtocolTypes']]):
|
|
4275
|
+
pulumi.set(self, "protocol", value)
|
|
4276
|
+
|
|
4277
|
+
|
|
4278
|
+
@pulumi.input_type
|
|
4279
|
+
class WindowsConfigurationArgs:
|
|
4280
|
+
def __init__(__self__, *,
|
|
4281
|
+
additional_unattend_content: Optional[pulumi.Input[Sequence[pulumi.Input['AdditionalUnattendContentArgs']]]] = None,
|
|
4282
|
+
enable_automatic_updates: Optional[pulumi.Input[bool]] = None,
|
|
4283
|
+
enable_vm_agent_platform_updates: Optional[pulumi.Input[bool]] = None,
|
|
4284
|
+
patch_settings: Optional[pulumi.Input['PatchSettingsArgs']] = None,
|
|
4285
|
+
provision_vm_agent: Optional[pulumi.Input[bool]] = None,
|
|
4286
|
+
time_zone: Optional[pulumi.Input[str]] = None,
|
|
4287
|
+
win_rm: Optional[pulumi.Input['WinRMConfigurationArgs']] = None):
|
|
4288
|
+
"""
|
|
4289
|
+
Specifies Windows operating system settings on the virtual machine.
|
|
4290
|
+
:param pulumi.Input[Sequence[pulumi.Input['AdditionalUnattendContentArgs']]] additional_unattend_content: Specifies additional base-64 encoded XML formatted information that can be included in the Unattend.xml file, which is used by Windows Setup.
|
|
4291
|
+
:param pulumi.Input[bool] enable_automatic_updates: Indicates whether Automatic Updates is enabled for the Windows virtual machine. Default value is true. For virtual machine scale sets, this property can be updated and updates will take effect on OS reprovisioning.
|
|
4292
|
+
:param pulumi.Input[bool] enable_vm_agent_platform_updates: Indicates whether VMAgent Platform Updates is enabled for the Windows virtual machine. Default value is false.
|
|
4293
|
+
:param pulumi.Input['PatchSettingsArgs'] patch_settings: [Preview Feature] Specifies settings related to VM Guest Patching on Windows.
|
|
4294
|
+
:param pulumi.Input[bool] provision_vm_agent: Indicates whether virtual machine agent should be provisioned on the virtual machine. When this property is not specified in the request body, it is set to true by default. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM later.
|
|
4295
|
+
:param pulumi.Input[str] time_zone: Specifies the time zone of the virtual machine. e.g. "Pacific Standard Time". Possible values can be [TimeZoneInfo.Id](https://docs.microsoft.com/dotnet/api/system.timezoneinfo.id?#System_TimeZoneInfo_Id) value from time zones returned by [TimeZoneInfo.GetSystemTimeZones](https://docs.microsoft.com/dotnet/api/system.timezoneinfo.getsystemtimezones).
|
|
4296
|
+
:param pulumi.Input['WinRMConfigurationArgs'] win_rm: Specifies the Windows Remote Management listeners. This enables remote Windows PowerShell.
|
|
4297
|
+
"""
|
|
4298
|
+
if additional_unattend_content is not None:
|
|
4299
|
+
pulumi.set(__self__, "additional_unattend_content", additional_unattend_content)
|
|
4300
|
+
if enable_automatic_updates is not None:
|
|
4301
|
+
pulumi.set(__self__, "enable_automatic_updates", enable_automatic_updates)
|
|
4302
|
+
if enable_vm_agent_platform_updates is not None:
|
|
4303
|
+
pulumi.set(__self__, "enable_vm_agent_platform_updates", enable_vm_agent_platform_updates)
|
|
4304
|
+
if patch_settings is not None:
|
|
4305
|
+
pulumi.set(__self__, "patch_settings", patch_settings)
|
|
4306
|
+
if provision_vm_agent is not None:
|
|
4307
|
+
pulumi.set(__self__, "provision_vm_agent", provision_vm_agent)
|
|
4308
|
+
if time_zone is not None:
|
|
4309
|
+
pulumi.set(__self__, "time_zone", time_zone)
|
|
4310
|
+
if win_rm is not None:
|
|
4311
|
+
pulumi.set(__self__, "win_rm", win_rm)
|
|
4312
|
+
|
|
4313
|
+
@property
|
|
4314
|
+
@pulumi.getter(name="additionalUnattendContent")
|
|
4315
|
+
def additional_unattend_content(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['AdditionalUnattendContentArgs']]]]:
|
|
4316
|
+
"""
|
|
4317
|
+
Specifies additional base-64 encoded XML formatted information that can be included in the Unattend.xml file, which is used by Windows Setup.
|
|
4318
|
+
"""
|
|
4319
|
+
return pulumi.get(self, "additional_unattend_content")
|
|
4320
|
+
|
|
4321
|
+
@additional_unattend_content.setter
|
|
4322
|
+
def additional_unattend_content(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['AdditionalUnattendContentArgs']]]]):
|
|
4323
|
+
pulumi.set(self, "additional_unattend_content", value)
|
|
4324
|
+
|
|
4325
|
+
@property
|
|
4326
|
+
@pulumi.getter(name="enableAutomaticUpdates")
|
|
4327
|
+
def enable_automatic_updates(self) -> Optional[pulumi.Input[bool]]:
|
|
4328
|
+
"""
|
|
4329
|
+
Indicates whether Automatic Updates is enabled for the Windows virtual machine. Default value is true. For virtual machine scale sets, this property can be updated and updates will take effect on OS reprovisioning.
|
|
4330
|
+
"""
|
|
4331
|
+
return pulumi.get(self, "enable_automatic_updates")
|
|
4332
|
+
|
|
4333
|
+
@enable_automatic_updates.setter
|
|
4334
|
+
def enable_automatic_updates(self, value: Optional[pulumi.Input[bool]]):
|
|
4335
|
+
pulumi.set(self, "enable_automatic_updates", value)
|
|
4336
|
+
|
|
4337
|
+
@property
|
|
4338
|
+
@pulumi.getter(name="enableVMAgentPlatformUpdates")
|
|
4339
|
+
def enable_vm_agent_platform_updates(self) -> Optional[pulumi.Input[bool]]:
|
|
4340
|
+
"""
|
|
4341
|
+
Indicates whether VMAgent Platform Updates is enabled for the Windows virtual machine. Default value is false.
|
|
4342
|
+
"""
|
|
4343
|
+
return pulumi.get(self, "enable_vm_agent_platform_updates")
|
|
4344
|
+
|
|
4345
|
+
@enable_vm_agent_platform_updates.setter
|
|
4346
|
+
def enable_vm_agent_platform_updates(self, value: Optional[pulumi.Input[bool]]):
|
|
4347
|
+
pulumi.set(self, "enable_vm_agent_platform_updates", value)
|
|
4348
|
+
|
|
4349
|
+
@property
|
|
4350
|
+
@pulumi.getter(name="patchSettings")
|
|
4351
|
+
def patch_settings(self) -> Optional[pulumi.Input['PatchSettingsArgs']]:
|
|
4352
|
+
"""
|
|
4353
|
+
[Preview Feature] Specifies settings related to VM Guest Patching on Windows.
|
|
4354
|
+
"""
|
|
4355
|
+
return pulumi.get(self, "patch_settings")
|
|
4356
|
+
|
|
4357
|
+
@patch_settings.setter
|
|
4358
|
+
def patch_settings(self, value: Optional[pulumi.Input['PatchSettingsArgs']]):
|
|
4359
|
+
pulumi.set(self, "patch_settings", value)
|
|
4360
|
+
|
|
4361
|
+
@property
|
|
4362
|
+
@pulumi.getter(name="provisionVMAgent")
|
|
4363
|
+
def provision_vm_agent(self) -> Optional[pulumi.Input[bool]]:
|
|
4364
|
+
"""
|
|
4365
|
+
Indicates whether virtual machine agent should be provisioned on the virtual machine. When this property is not specified in the request body, it is set to true by default. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM later.
|
|
4366
|
+
"""
|
|
4367
|
+
return pulumi.get(self, "provision_vm_agent")
|
|
4368
|
+
|
|
4369
|
+
@provision_vm_agent.setter
|
|
4370
|
+
def provision_vm_agent(self, value: Optional[pulumi.Input[bool]]):
|
|
4371
|
+
pulumi.set(self, "provision_vm_agent", value)
|
|
4372
|
+
|
|
4373
|
+
@property
|
|
4374
|
+
@pulumi.getter(name="timeZone")
|
|
4375
|
+
def time_zone(self) -> Optional[pulumi.Input[str]]:
|
|
4376
|
+
"""
|
|
4377
|
+
Specifies the time zone of the virtual machine. e.g. "Pacific Standard Time". Possible values can be [TimeZoneInfo.Id](https://docs.microsoft.com/dotnet/api/system.timezoneinfo.id?#System_TimeZoneInfo_Id) value from time zones returned by [TimeZoneInfo.GetSystemTimeZones](https://docs.microsoft.com/dotnet/api/system.timezoneinfo.getsystemtimezones).
|
|
4378
|
+
"""
|
|
4379
|
+
return pulumi.get(self, "time_zone")
|
|
4380
|
+
|
|
4381
|
+
@time_zone.setter
|
|
4382
|
+
def time_zone(self, value: Optional[pulumi.Input[str]]):
|
|
4383
|
+
pulumi.set(self, "time_zone", value)
|
|
4384
|
+
|
|
4385
|
+
@property
|
|
4386
|
+
@pulumi.getter(name="winRM")
|
|
4387
|
+
def win_rm(self) -> Optional[pulumi.Input['WinRMConfigurationArgs']]:
|
|
4388
|
+
"""
|
|
4389
|
+
Specifies the Windows Remote Management listeners. This enables remote Windows PowerShell.
|
|
4390
|
+
"""
|
|
4391
|
+
return pulumi.get(self, "win_rm")
|
|
4392
|
+
|
|
4393
|
+
@win_rm.setter
|
|
4394
|
+
def win_rm(self, value: Optional[pulumi.Input['WinRMConfigurationArgs']]):
|
|
4395
|
+
pulumi.set(self, "win_rm", value)
|
|
4396
|
+
|
|
4397
|
+
|
|
4398
|
+
@pulumi.input_type
|
|
4399
|
+
class WindowsVMGuestPatchAutomaticByPlatformSettingsArgs:
|
|
4400
|
+
def __init__(__self__, *,
|
|
4401
|
+
bypass_platform_safety_checks_on_user_schedule: Optional[pulumi.Input[bool]] = None,
|
|
4402
|
+
reboot_setting: Optional[pulumi.Input[Union[str, 'WindowsVMGuestPatchAutomaticByPlatformRebootSetting']]] = None):
|
|
4403
|
+
"""
|
|
4404
|
+
Specifies additional settings to be applied when patch mode AutomaticByPlatform is selected in Windows patch settings.
|
|
4405
|
+
:param pulumi.Input[bool] bypass_platform_safety_checks_on_user_schedule: Enables customer to schedule patching without accidental upgrades
|
|
4406
|
+
:param pulumi.Input[Union[str, 'WindowsVMGuestPatchAutomaticByPlatformRebootSetting']] reboot_setting: Specifies the reboot setting for all AutomaticByPlatform patch installation operations.
|
|
4407
|
+
"""
|
|
4408
|
+
if bypass_platform_safety_checks_on_user_schedule is not None:
|
|
4409
|
+
pulumi.set(__self__, "bypass_platform_safety_checks_on_user_schedule", bypass_platform_safety_checks_on_user_schedule)
|
|
4410
|
+
if reboot_setting is not None:
|
|
4411
|
+
pulumi.set(__self__, "reboot_setting", reboot_setting)
|
|
4412
|
+
|
|
4413
|
+
@property
|
|
4414
|
+
@pulumi.getter(name="bypassPlatformSafetyChecksOnUserSchedule")
|
|
4415
|
+
def bypass_platform_safety_checks_on_user_schedule(self) -> Optional[pulumi.Input[bool]]:
|
|
4416
|
+
"""
|
|
4417
|
+
Enables customer to schedule patching without accidental upgrades
|
|
4418
|
+
"""
|
|
4419
|
+
return pulumi.get(self, "bypass_platform_safety_checks_on_user_schedule")
|
|
4420
|
+
|
|
4421
|
+
@bypass_platform_safety_checks_on_user_schedule.setter
|
|
4422
|
+
def bypass_platform_safety_checks_on_user_schedule(self, value: Optional[pulumi.Input[bool]]):
|
|
4423
|
+
pulumi.set(self, "bypass_platform_safety_checks_on_user_schedule", value)
|
|
4424
|
+
|
|
4425
|
+
@property
|
|
4426
|
+
@pulumi.getter(name="rebootSetting")
|
|
4427
|
+
def reboot_setting(self) -> Optional[pulumi.Input[Union[str, 'WindowsVMGuestPatchAutomaticByPlatformRebootSetting']]]:
|
|
4428
|
+
"""
|
|
4429
|
+
Specifies the reboot setting for all AutomaticByPlatform patch installation operations.
|
|
4430
|
+
"""
|
|
4431
|
+
return pulumi.get(self, "reboot_setting")
|
|
4432
|
+
|
|
4433
|
+
@reboot_setting.setter
|
|
4434
|
+
def reboot_setting(self, value: Optional[pulumi.Input[Union[str, 'WindowsVMGuestPatchAutomaticByPlatformRebootSetting']]]):
|
|
4435
|
+
pulumi.set(self, "reboot_setting", value)
|
|
4436
|
+
|
|
4437
|
+
|