pulumi-azure-native 2.51.0__py3-none-any.whl → 2.51.0a1721146135__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-azure-native might be problematic. Click here for more details.
- pulumi_azure_native/__init__.py +0 -98
- pulumi_azure_native/_utilities.py +4 -5
- pulumi_azure_native/azurefleet/_enums.py +53 -328
- pulumi_azure_native/azurefleet/_inputs.py +1831 -2365
- pulumi_azure_native/azurefleet/fleet.py +0 -20
- pulumi_azure_native/azurefleet/get_fleet.py +1 -27
- pulumi_azure_native/azurefleet/outputs.py +1242 -1464
- pulumi_azure_native/azurefleet/v20231101preview/_enums.py +53 -328
- pulumi_azure_native/azurefleet/v20231101preview/_inputs.py +1831 -2365
- pulumi_azure_native/azurefleet/v20231101preview/fleet.py +0 -20
- pulumi_azure_native/azurefleet/v20231101preview/get_fleet.py +1 -27
- pulumi_azure_native/azurefleet/v20231101preview/outputs.py +1242 -1464
- pulumi_azure_native/azurefleet/v20240501preview/_enums.py +53 -328
- pulumi_azure_native/azurefleet/v20240501preview/_inputs.py +1831 -2365
- pulumi_azure_native/azurefleet/v20240501preview/fleet.py +0 -20
- pulumi_azure_native/azurefleet/v20240501preview/get_fleet.py +1 -27
- pulumi_azure_native/azurefleet/v20240501preview/outputs.py +1242 -1464
- pulumi_azure_native/cognitiveservices/__init__.py +0 -3
- pulumi_azure_native/cognitiveservices/account.py +3 -3
- pulumi_azure_native/cognitiveservices/commitment_plan.py +3 -3
- pulumi_azure_native/cognitiveservices/commitment_plan_association.py +3 -3
- pulumi_azure_native/cognitiveservices/deployment.py +3 -3
- pulumi_azure_native/cognitiveservices/encryption_scope.py +3 -3
- pulumi_azure_native/cognitiveservices/get_account.py +2 -2
- pulumi_azure_native/cognitiveservices/get_commitment_plan.py +2 -2
- pulumi_azure_native/cognitiveservices/get_commitment_plan_association.py +2 -2
- pulumi_azure_native/cognitiveservices/get_deployment.py +2 -2
- pulumi_azure_native/cognitiveservices/get_encryption_scope.py +2 -2
- pulumi_azure_native/cognitiveservices/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/cognitiveservices/get_rai_blocklist.py +2 -2
- pulumi_azure_native/cognitiveservices/get_rai_blocklist_item.py +2 -2
- pulumi_azure_native/cognitiveservices/get_rai_policy.py +2 -2
- pulumi_azure_native/cognitiveservices/get_shared_commitment_plan.py +2 -2
- pulumi_azure_native/cognitiveservices/list_account_keys.py +2 -2
- pulumi_azure_native/cognitiveservices/private_endpoint_connection.py +3 -3
- pulumi_azure_native/cognitiveservices/rai_blocklist.py +3 -3
- pulumi_azure_native/cognitiveservices/rai_blocklist_item.py +3 -3
- pulumi_azure_native/cognitiveservices/rai_policy.py +3 -3
- pulumi_azure_native/cognitiveservices/shared_commitment_plan.py +3 -3
- pulumi_azure_native/cognitiveservices/v20170418/account.py +1 -1
- pulumi_azure_native/cognitiveservices/v20230501/account.py +1 -1
- pulumi_azure_native/cognitiveservices/v20230501/commitment_plan.py +1 -1
- pulumi_azure_native/cognitiveservices/v20230501/commitment_plan_association.py +1 -1
- pulumi_azure_native/cognitiveservices/v20230501/deployment.py +1 -1
- pulumi_azure_native/cognitiveservices/v20230501/private_endpoint_connection.py +1 -1
- pulumi_azure_native/cognitiveservices/v20230501/shared_commitment_plan.py +1 -1
- pulumi_azure_native/cognitiveservices/v20231001preview/account.py +1 -1
- pulumi_azure_native/cognitiveservices/v20231001preview/commitment_plan.py +1 -1
- pulumi_azure_native/cognitiveservices/v20231001preview/commitment_plan_association.py +1 -1
- pulumi_azure_native/cognitiveservices/v20231001preview/deployment.py +1 -1
- pulumi_azure_native/cognitiveservices/v20231001preview/encryption_scope.py +1 -1
- pulumi_azure_native/cognitiveservices/v20231001preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/cognitiveservices/v20231001preview/rai_blocklist.py +1 -1
- pulumi_azure_native/cognitiveservices/v20231001preview/rai_blocklist_item.py +1 -1
- pulumi_azure_native/cognitiveservices/v20231001preview/rai_policy.py +1 -1
- pulumi_azure_native/cognitiveservices/v20231001preview/shared_commitment_plan.py +1 -1
- pulumi_azure_native/cognitiveservices/v20240401preview/account.py +1 -1
- pulumi_azure_native/cognitiveservices/v20240401preview/commitment_plan.py +1 -1
- pulumi_azure_native/cognitiveservices/v20240401preview/commitment_plan_association.py +1 -1
- pulumi_azure_native/cognitiveservices/v20240401preview/deployment.py +1 -1
- pulumi_azure_native/cognitiveservices/v20240401preview/encryption_scope.py +1 -1
- pulumi_azure_native/cognitiveservices/v20240401preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/cognitiveservices/v20240401preview/rai_blocklist.py +1 -1
- pulumi_azure_native/cognitiveservices/v20240401preview/rai_blocklist_item.py +1 -1
- pulumi_azure_native/cognitiveservices/v20240401preview/rai_policy.py +1 -1
- pulumi_azure_native/cognitiveservices/v20240401preview/shared_commitment_plan.py +1 -1
- pulumi_azure_native/compute/__init__.py +0 -3
- pulumi_azure_native/compute/disk.py +3 -3
- pulumi_azure_native/compute/disk_access.py +3 -3
- pulumi_azure_native/compute/disk_access_a_private_endpoint_connection.py +3 -3
- pulumi_azure_native/compute/disk_encryption_set.py +3 -3
- pulumi_azure_native/compute/get_disk.py +2 -2
- pulumi_azure_native/compute/get_disk_access.py +2 -2
- pulumi_azure_native/compute/get_disk_access_a_private_endpoint_connection.py +2 -2
- pulumi_azure_native/compute/get_disk_encryption_set.py +2 -2
- pulumi_azure_native/compute/get_snapshot.py +2 -2
- pulumi_azure_native/compute/snapshot.py +3 -3
- pulumi_azure_native/compute/v20220702/disk.py +1 -1
- pulumi_azure_native/compute/v20220702/disk_access.py +1 -1
- pulumi_azure_native/compute/v20220702/disk_access_a_private_endpoint_connection.py +1 -1
- pulumi_azure_native/compute/v20220702/disk_encryption_set.py +1 -1
- pulumi_azure_native/compute/v20220702/snapshot.py +1 -1
- pulumi_azure_native/compute/v20230102/disk.py +1 -1
- pulumi_azure_native/compute/v20230102/disk_access.py +1 -1
- pulumi_azure_native/compute/v20230102/disk_access_a_private_endpoint_connection.py +1 -1
- pulumi_azure_native/compute/v20230102/disk_encryption_set.py +1 -1
- pulumi_azure_native/compute/v20230102/snapshot.py +1 -1
- pulumi_azure_native/compute/v20230402/disk.py +1 -1
- pulumi_azure_native/compute/v20230402/disk_access.py +1 -1
- pulumi_azure_native/compute/v20230402/disk_access_a_private_endpoint_connection.py +1 -1
- pulumi_azure_native/compute/v20230402/disk_encryption_set.py +1 -1
- pulumi_azure_native/compute/v20230402/snapshot.py +1 -1
- pulumi_azure_native/compute/v20231002/disk.py +1 -1
- pulumi_azure_native/compute/v20231002/disk_access.py +1 -1
- pulumi_azure_native/compute/v20231002/disk_access_a_private_endpoint_connection.py +1 -1
- pulumi_azure_native/compute/v20231002/disk_encryption_set.py +1 -1
- pulumi_azure_native/compute/v20231002/snapshot.py +1 -1
- pulumi_azure_native/containerservice/__init__.py +0 -3
- pulumi_azure_native/containerservice/agent_pool.py +3 -3
- pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
- pulumi_azure_native/containerservice/get_load_balancer.py +2 -2
- pulumi_azure_native/containerservice/get_maintenance_configuration.py +2 -2
- pulumi_azure_native/containerservice/get_managed_cluster.py +2 -2
- pulumi_azure_native/containerservice/get_managed_cluster_snapshot.py +2 -2
- pulumi_azure_native/containerservice/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/containerservice/get_snapshot.py +2 -2
- pulumi_azure_native/containerservice/get_trusted_access_role_binding.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_monitoring_user_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py +2 -2
- pulumi_azure_native/containerservice/load_balancer.py +3 -3
- pulumi_azure_native/containerservice/maintenance_configuration.py +3 -3
- pulumi_azure_native/containerservice/managed_cluster.py +3 -3
- pulumi_azure_native/containerservice/managed_cluster_snapshot.py +3 -3
- pulumi_azure_native/containerservice/private_endpoint_connection.py +3 -3
- pulumi_azure_native/containerservice/snapshot.py +3 -3
- pulumi_azure_native/containerservice/trusted_access_role_binding.py +3 -3
- pulumi_azure_native/containerservice/v20190601/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20200601/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20210201/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20210501/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20210801/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20220402preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230401/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230401/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230401/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230401/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230401/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230601/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230601/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230601/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230601/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230601/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230701/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230701/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230701/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230701/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230701/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230801/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230801/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230801/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230801/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230801/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230901/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230901/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230901/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230901/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230901/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230901/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231001/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20231001/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20231001/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20231001/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20231001/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231001/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231101/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20231101/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20231101/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20231101/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20231101/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231101/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240101/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240101/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240101/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240101/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240101/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240101/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240201/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240201/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240201/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240201/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240201/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240201/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/load_balancer.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/load_balancer.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240501/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240501/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240501/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240501/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240501/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240501/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/datafactory/_inputs.py +10 -110
- pulumi_azure_native/datafactory/outputs.py +7 -69
- pulumi_azure_native/datafactory/v20180601/_inputs.py +10 -110
- pulumi_azure_native/datafactory/v20180601/outputs.py +7 -69
- pulumi_azure_native/desktopvirtualization/__init__.py +0 -1
- pulumi_azure_native/desktopvirtualization/outputs.py +0 -36
- pulumi_azure_native/desktopvirtualization/v20240403/__init__.py +0 -1
- pulumi_azure_native/desktopvirtualization/v20240403/outputs.py +0 -36
- pulumi_azure_native/desktopvirtualization/v20240408preview/__init__.py +0 -1
- pulumi_azure_native/desktopvirtualization/v20240408preview/outputs.py +0 -36
- pulumi_azure_native/documentdb/v20230915/database_account.py +4 -4
- pulumi_azure_native/documentdb/v20230915/get_database_account.py +1 -1
- pulumi_azure_native/documentdb/v20231115/database_account.py +4 -4
- pulumi_azure_native/documentdb/v20231115/get_database_account.py +1 -1
- pulumi_azure_native/documentdb/v20240515/database_account.py +4 -4
- pulumi_azure_native/documentdb/v20240515/get_database_account.py +1 -1
- pulumi_azure_native/netapp/__init__.py +0 -4
- pulumi_azure_native/netapp/account.py +3 -3
- pulumi_azure_native/netapp/backup.py +2 -2
- pulumi_azure_native/netapp/backup_policy.py +3 -3
- pulumi_azure_native/netapp/backup_vault.py +3 -3
- pulumi_azure_native/netapp/get_account.py +2 -2
- pulumi_azure_native/netapp/get_backup.py +2 -2
- pulumi_azure_native/netapp/get_backup_policy.py +2 -2
- pulumi_azure_native/netapp/get_backup_vault.py +2 -2
- pulumi_azure_native/netapp/get_pool.py +2 -2
- pulumi_azure_native/netapp/get_snapshot.py +2 -2
- pulumi_azure_native/netapp/get_snapshot_policy.py +2 -2
- pulumi_azure_native/netapp/get_subvolume.py +2 -2
- pulumi_azure_native/netapp/get_subvolume_metadata.py +2 -2
- pulumi_azure_native/netapp/get_volume.py +2 -2
- pulumi_azure_native/netapp/get_volume_group.py +2 -2
- pulumi_azure_native/netapp/get_volume_group_id_for_ldap_user.py +2 -2
- pulumi_azure_native/netapp/get_volume_quota_rule.py +2 -2
- pulumi_azure_native/netapp/list_volume_replications.py +2 -2
- pulumi_azure_native/netapp/outputs.py +0 -84
- pulumi_azure_native/netapp/pool.py +3 -3
- pulumi_azure_native/netapp/snapshot.py +3 -3
- pulumi_azure_native/netapp/snapshot_policy.py +3 -3
- pulumi_azure_native/netapp/subvolume.py +3 -3
- pulumi_azure_native/netapp/v20210401/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20210401preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20211001/volume.py +1 -1
- pulumi_azure_native/netapp/v20211001/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20220501/account.py +1 -1
- pulumi_azure_native/netapp/v20221101/account.py +1 -1
- pulumi_azure_native/netapp/v20221101/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20221101/pool.py +1 -1
- pulumi_azure_native/netapp/v20221101/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20221101/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20221101/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20221101/volume.py +1 -1
- pulumi_azure_native/netapp/v20221101/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20221101/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/account.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/backup.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/pool.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/volume.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20230501/account.py +1 -1
- pulumi_azure_native/netapp/v20230501/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20230501/pool.py +1 -1
- pulumi_azure_native/netapp/v20230501/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20230501/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20230501/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20230501/volume.py +1 -1
- pulumi_azure_native/netapp/v20230501/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20230501/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/account.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/backup.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/pool.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/volume.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20230701/account.py +1 -1
- pulumi_azure_native/netapp/v20230701/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20230701/pool.py +1 -1
- pulumi_azure_native/netapp/v20230701/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20230701/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20230701/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20230701/volume.py +1 -1
- pulumi_azure_native/netapp/v20230701/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20230701/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/account.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/backup.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/pool.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/volume.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20231101/account.py +1 -1
- pulumi_azure_native/netapp/v20231101/backup.py +1 -1
- pulumi_azure_native/netapp/v20231101/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20231101/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20231101/pool.py +1 -1
- pulumi_azure_native/netapp/v20231101/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20231101/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20231101/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20231101/volume.py +1 -1
- pulumi_azure_native/netapp/v20231101/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20231101/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/account.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/backup.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/pool.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/volume.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/volume.py +3 -3
- pulumi_azure_native/netapp/volume_group.py +3 -3
- pulumi_azure_native/netapp/volume_quota_rule.py +3 -3
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/scvmm/__init__.py +0 -3
- pulumi_azure_native/scvmm/availability_set.py +3 -3
- pulumi_azure_native/scvmm/cloud.py +3 -3
- pulumi_azure_native/scvmm/get_availability_set.py +2 -2
- pulumi_azure_native/scvmm/get_cloud.py +2 -2
- pulumi_azure_native/scvmm/get_guest_agent.py +2 -2
- pulumi_azure_native/scvmm/get_inventory_item.py +2 -2
- pulumi_azure_native/scvmm/get_virtual_machine_instance.py +2 -2
- pulumi_azure_native/scvmm/get_virtual_machine_template.py +2 -2
- pulumi_azure_native/scvmm/get_virtual_network.py +2 -2
- pulumi_azure_native/scvmm/get_vmm_server.py +2 -2
- pulumi_azure_native/scvmm/guest_agent.py +2 -2
- pulumi_azure_native/scvmm/inventory_item.py +3 -3
- pulumi_azure_native/scvmm/v20220521preview/availability_set.py +1 -1
- pulumi_azure_native/scvmm/v20220521preview/cloud.py +1 -1
- pulumi_azure_native/scvmm/v20220521preview/inventory_item.py +1 -1
- pulumi_azure_native/scvmm/v20220521preview/virtual_machine_template.py +1 -1
- pulumi_azure_native/scvmm/v20220521preview/virtual_network.py +1 -1
- pulumi_azure_native/scvmm/v20220521preview/vmm_server.py +1 -1
- pulumi_azure_native/scvmm/v20230401preview/availability_set.py +1 -1
- pulumi_azure_native/scvmm/v20230401preview/cloud.py +1 -1
- pulumi_azure_native/scvmm/v20230401preview/inventory_item.py +1 -1
- pulumi_azure_native/scvmm/v20230401preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/scvmm/v20230401preview/virtual_machine_template.py +1 -1
- pulumi_azure_native/scvmm/v20230401preview/virtual_network.py +1 -1
- pulumi_azure_native/scvmm/v20230401preview/vm_instance_guest_agent.py +1 -1
- pulumi_azure_native/scvmm/v20230401preview/vmm_server.py +1 -1
- pulumi_azure_native/scvmm/v20231007/availability_set.py +1 -1
- pulumi_azure_native/scvmm/v20231007/cloud.py +1 -1
- pulumi_azure_native/scvmm/v20231007/guest_agent.py +1 -1
- pulumi_azure_native/scvmm/v20231007/inventory_item.py +1 -1
- pulumi_azure_native/scvmm/v20231007/virtual_machine_instance.py +1 -1
- pulumi_azure_native/scvmm/v20231007/virtual_machine_template.py +1 -1
- pulumi_azure_native/scvmm/v20231007/virtual_network.py +1 -1
- pulumi_azure_native/scvmm/v20231007/vmm_server.py +1 -1
- pulumi_azure_native/scvmm/virtual_machine_instance.py +3 -3
- pulumi_azure_native/scvmm/virtual_machine_template.py +3 -3
- pulumi_azure_native/scvmm/virtual_network.py +3 -3
- pulumi_azure_native/scvmm/vm_instance_guest_agent.py +1 -1
- pulumi_azure_native/scvmm/vmm_server.py +3 -3
- {pulumi_azure_native-2.51.0.dist-info → pulumi_azure_native-2.51.0a1721146135.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.51.0.dist-info → pulumi_azure_native-2.51.0a1721146135.dist-info}/RECORD +433 -565
- {pulumi_azure_native-2.51.0.dist-info → pulumi_azure_native-2.51.0a1721146135.dist-info}/WHEEL +1 -1
- pulumi_azure_native/cognitiveservices/v20240601preview/__init__.py +0 -31
- pulumi_azure_native/cognitiveservices/v20240601preview/_enums.py +0 -156
- pulumi_azure_native/cognitiveservices/v20240601preview/_inputs.py +0 -2517
- pulumi_azure_native/cognitiveservices/v20240601preview/account.py +0 -355
- pulumi_azure_native/cognitiveservices/v20240601preview/commitment_plan.py +0 -347
- pulumi_azure_native/cognitiveservices/v20240601preview/commitment_plan_association.py +0 -258
- pulumi_azure_native/cognitiveservices/v20240601preview/deployment.py +0 -289
- pulumi_azure_native/cognitiveservices/v20240601preview/encryption_scope.py +0 -260
- pulumi_azure_native/cognitiveservices/v20240601preview/get_account.py +0 -214
- pulumi_azure_native/cognitiveservices/v20240601preview/get_commitment_plan.py +0 -206
- pulumi_azure_native/cognitiveservices/v20240601preview/get_commitment_plan_association.py +0 -167
- pulumi_azure_native/cognitiveservices/v20240601preview/get_deployment.py +0 -180
- pulumi_azure_native/cognitiveservices/v20240601preview/get_encryption_scope.py +0 -167
- pulumi_azure_native/cognitiveservices/v20240601preview/get_private_endpoint_connection.py +0 -167
- pulumi_azure_native/cognitiveservices/v20240601preview/get_rai_blocklist.py +0 -167
- pulumi_azure_native/cognitiveservices/v20240601preview/get_rai_blocklist_item.py +0 -172
- pulumi_azure_native/cognitiveservices/v20240601preview/get_rai_policy.py +0 -167
- pulumi_azure_native/cognitiveservices/v20240601preview/get_shared_commitment_plan.py +0 -201
- pulumi_azure_native/cognitiveservices/v20240601preview/list_account_keys.py +0 -96
- pulumi_azure_native/cognitiveservices/v20240601preview/outputs.py +0 -3209
- pulumi_azure_native/cognitiveservices/v20240601preview/private_endpoint_connection.py +0 -260
- pulumi_azure_native/cognitiveservices/v20240601preview/rai_blocklist.py +0 -259
- pulumi_azure_native/cognitiveservices/v20240601preview/rai_blocklist_item.py +0 -280
- pulumi_azure_native/cognitiveservices/v20240601preview/rai_policy.py +0 -260
- pulumi_azure_native/cognitiveservices/v20240601preview/shared_commitment_plan.py +0 -326
- pulumi_azure_native/compute/v20240302/__init__.py +0 -20
- pulumi_azure_native/compute/v20240302/_enums.py +0 -303
- pulumi_azure_native/compute/v20240302/_inputs.py +0 -1334
- pulumi_azure_native/compute/v20240302/disk.py +0 -1084
- pulumi_azure_native/compute/v20240302/disk_access.py +0 -278
- pulumi_azure_native/compute/v20240302/disk_access_a_private_endpoint_connection.py +0 -232
- pulumi_azure_native/compute/v20240302/disk_encryption_set.py +0 -404
- pulumi_azure_native/compute/v20240302/get_disk.py +0 -617
- pulumi_azure_native/compute/v20240302/get_disk_access.py +0 -188
- pulumi_azure_native/compute/v20240302/get_disk_access_a_private_endpoint_connection.py +0 -154
- pulumi_azure_native/compute/v20240302/get_disk_encryption_set.py +0 -253
- pulumi_azure_native/compute/v20240302/get_snapshot.py +0 -474
- pulumi_azure_native/compute/v20240302/outputs.py +0 -1568
- pulumi_azure_native/compute/v20240302/snapshot.py +0 -841
- pulumi_azure_native/containerservice/v20240502preview/__init__.py +0 -29
- pulumi_azure_native/containerservice/v20240502preview/_enums.py +0 -874
- pulumi_azure_native/containerservice/v20240502preview/_inputs.py +0 -9520
- pulumi_azure_native/containerservice/v20240502preview/agent_pool.py +0 -1691
- pulumi_azure_native/containerservice/v20240502preview/get_agent_pool.py +0 -817
- pulumi_azure_native/containerservice/v20240502preview/get_load_balancer.py +0 -206
- pulumi_azure_native/containerservice/v20240502preview/get_maintenance_configuration.py +0 -167
- pulumi_azure_native/containerservice/v20240502preview/get_managed_cluster.py +0 -838
- pulumi_azure_native/containerservice/v20240502preview/get_managed_cluster_snapshot.py +0 -188
- pulumi_azure_native/containerservice/v20240502preview/get_private_endpoint_connection.py +0 -154
- pulumi_azure_native/containerservice/v20240502preview/get_snapshot.py +0 -253
- pulumi_azure_native/containerservice/v20240502preview/get_trusted_access_role_binding.py +0 -167
- pulumi_azure_native/containerservice/v20240502preview/list_managed_cluster_admin_credentials.py +0 -89
- pulumi_azure_native/containerservice/v20240502preview/list_managed_cluster_monitoring_user_credentials.py +0 -89
- pulumi_azure_native/containerservice/v20240502preview/list_managed_cluster_user_credentials.py +0 -94
- pulumi_azure_native/containerservice/v20240502preview/load_balancer.py +0 -368
- pulumi_azure_native/containerservice/v20240502preview/maintenance_configuration.py +0 -279
- pulumi_azure_native/containerservice/v20240502preview/managed_cluster.py +0 -1595
- pulumi_azure_native/containerservice/v20240502preview/managed_cluster_snapshot.py +0 -297
- pulumi_azure_native/containerservice/v20240502preview/outputs.py +0 -8194
- pulumi_azure_native/containerservice/v20240502preview/private_endpoint_connection.py +0 -251
- pulumi_azure_native/containerservice/v20240502preview/snapshot.py +0 -347
- pulumi_azure_native/containerservice/v20240502preview/trusted_access_role_binding.py +0 -260
- pulumi_azure_native/desktopvirtualization/list_host_pool_registration_tokens.py +0 -103
- pulumi_azure_native/desktopvirtualization/v20240403/list_host_pool_registration_tokens.py +0 -97
- pulumi_azure_native/desktopvirtualization/v20240408preview/list_host_pool_registration_tokens.py +0 -97
- pulumi_azure_native/healthdataaiservices/__init__.py +0 -22
- pulumi_azure_native/healthdataaiservices/_enums.py +0 -44
- pulumi_azure_native/healthdataaiservices/_inputs.py +0 -232
- pulumi_azure_native/healthdataaiservices/deid_service.py +0 -289
- pulumi_azure_native/healthdataaiservices/get_deid_service.py +0 -177
- pulumi_azure_native/healthdataaiservices/get_private_endpoint_connection.py +0 -143
- pulumi_azure_native/healthdataaiservices/outputs.py +0 -637
- pulumi_azure_native/healthdataaiservices/private_endpoint_connection.py +0 -223
- pulumi_azure_native/healthdataaiservices/v20240228preview/__init__.py +0 -14
- pulumi_azure_native/healthdataaiservices/v20240228preview/_enums.py +0 -44
- pulumi_azure_native/healthdataaiservices/v20240228preview/_inputs.py +0 -232
- pulumi_azure_native/healthdataaiservices/v20240228preview/deid_service.py +0 -287
- pulumi_azure_native/healthdataaiservices/v20240228preview/get_deid_service.py +0 -175
- pulumi_azure_native/healthdataaiservices/v20240228preview/get_private_endpoint_connection.py +0 -141
- pulumi_azure_native/healthdataaiservices/v20240228preview/outputs.py +0 -637
- pulumi_azure_native/healthdataaiservices/v20240228preview/private_endpoint_connection.py +0 -221
- pulumi_azure_native/netapp/list_volume_quota_report.py +0 -109
- pulumi_azure_native/netapp/v20240301preview/__init__.py +0 -36
- pulumi_azure_native/netapp/v20240301preview/_enums.py +0 -565
- pulumi_azure_native/netapp/v20240301preview/_inputs.py +0 -3100
- pulumi_azure_native/netapp/v20240301preview/account.py +0 -385
- pulumi_azure_native/netapp/v20240301preview/backup.py +0 -402
- pulumi_azure_native/netapp/v20240301preview/backup_policy.py +0 -414
- pulumi_azure_native/netapp/v20240301preview/backup_vault.py +0 -258
- pulumi_azure_native/netapp/v20240301preview/get_account.py +0 -253
- pulumi_azure_native/netapp/v20240301preview/get_backup.py +0 -276
- pulumi_azure_native/netapp/v20240301preview/get_backup_policy.py +0 -271
- pulumi_azure_native/netapp/v20240301preview/get_backup_vault.py +0 -167
- pulumi_azure_native/netapp/v20240301preview/get_pool.py +0 -284
- pulumi_azure_native/netapp/v20240301preview/get_snapshot.py +0 -190
- pulumi_azure_native/netapp/v20240301preview/get_snapshot_policy.py +0 -245
- pulumi_azure_native/netapp/v20240301preview/get_subvolume.py +0 -190
- pulumi_azure_native/netapp/v20240301preview/get_subvolume_metadata.py +0 -254
- pulumi_azure_native/netapp/v20240301preview/get_volume.py +0 -926
- pulumi_azure_native/netapp/v20240301preview/get_volume_group.py +0 -167
- pulumi_azure_native/netapp/v20240301preview/get_volume_group_id_for_ldap_user.py +0 -98
- pulumi_azure_native/netapp/v20240301preview/get_volume_quota_rule.py +0 -216
- pulumi_azure_native/netapp/v20240301preview/list_volume_quota_report.py +0 -107
- pulumi_azure_native/netapp/v20240301preview/list_volume_replications.py +0 -94
- pulumi_azure_native/netapp/v20240301preview/outputs.py +0 -3344
- pulumi_azure_native/netapp/v20240301preview/pool.py +0 -462
- pulumi_azure_native/netapp/v20240301preview/snapshot.py +0 -291
- pulumi_azure_native/netapp/v20240301preview/snapshot_policy.py +0 -414
- pulumi_azure_native/netapp/v20240301preview/subvolume.py +0 -329
- pulumi_azure_native/netapp/v20240301preview/volume.py +0 -1707
- pulumi_azure_native/netapp/v20240301preview/volume_group.py +0 -279
- pulumi_azure_native/netapp/v20240301preview/volume_quota_rule.py +0 -388
- pulumi_azure_native/scvmm/v20240601/__init__.py +0 -26
- pulumi_azure_native/scvmm/v20240601/_enums.py +0 -110
- pulumi_azure_native/scvmm/v20240601/_inputs.py +0 -1334
- pulumi_azure_native/scvmm/v20240601/availability_set.py +0 -326
- pulumi_azure_native/scvmm/v20240601/cloud.py +0 -385
- pulumi_azure_native/scvmm/v20240601/get_availability_set.py +0 -201
- pulumi_azure_native/scvmm/v20240601/get_cloud.py +0 -253
- pulumi_azure_native/scvmm/v20240601/get_guest_agent.py +0 -222
- pulumi_azure_native/scvmm/v20240601/get_inventory_item.py +0 -206
- pulumi_azure_native/scvmm/v20240601/get_virtual_machine_instance.py +0 -235
- pulumi_azure_native/scvmm/v20240601/get_virtual_machine_template.py +0 -396
- pulumi_azure_native/scvmm/v20240601/get_virtual_network.py +0 -227
- pulumi_azure_native/scvmm/v20240601/get_vmm_server.py +0 -266
- pulumi_azure_native/scvmm/v20240601/guest_agent.py +0 -307
- pulumi_azure_native/scvmm/v20240601/inventory_item.py +0 -290
- pulumi_azure_native/scvmm/v20240601/outputs.py +0 -1476
- pulumi_azure_native/scvmm/v20240601/virtual_machine_instance.py +0 -375
- pulumi_azure_native/scvmm/v20240601/virtual_machine_template.py +0 -495
- pulumi_azure_native/scvmm/v20240601/virtual_network.py +0 -365
- pulumi_azure_native/scvmm/v20240601/vmm_server.py +0 -396
- {pulumi_azure_native-2.51.0.dist-info → pulumi_azure_native-2.51.0a1721146135.dist-info}/top_level.txt +0 -0
|
@@ -20,7 +20,7 @@ __all__ = [
|
|
|
20
20
|
'AdditionalUnattendContentResponse',
|
|
21
21
|
'ApiEntityReferenceResponse',
|
|
22
22
|
'ApplicationProfileResponse',
|
|
23
|
-
'
|
|
23
|
+
'BillingProfileResponse',
|
|
24
24
|
'BootDiagnosticsResponse',
|
|
25
25
|
'CapacityReservationProfileResponse',
|
|
26
26
|
'ComputeProfileResponse',
|
|
@@ -29,6 +29,7 @@ __all__ = [
|
|
|
29
29
|
'DiskEncryptionSetParametersResponse',
|
|
30
30
|
'EncryptionIdentityResponse',
|
|
31
31
|
'ImageReferenceResponse',
|
|
32
|
+
'InstanceViewStatusResponse',
|
|
32
33
|
'KeyVaultSecretReferenceResponse',
|
|
33
34
|
'LinuxConfigurationResponse',
|
|
34
35
|
'LinuxPatchSettingsResponse',
|
|
@@ -58,25 +59,24 @@ __all__ = [
|
|
|
58
59
|
'VaultCertificateResponse',
|
|
59
60
|
'VaultSecretGroupResponse',
|
|
60
61
|
'VirtualHardDiskResponse',
|
|
62
|
+
'VirtualMachineExtensionInstanceViewResponse',
|
|
63
|
+
'VirtualMachineExtensionResponse',
|
|
61
64
|
'VirtualMachineScaleSetDataDiskResponse',
|
|
62
65
|
'VirtualMachineScaleSetExtensionProfileResponse',
|
|
63
|
-
'VirtualMachineScaleSetExtensionPropertiesResponse',
|
|
64
66
|
'VirtualMachineScaleSetExtensionResponse',
|
|
65
67
|
'VirtualMachineScaleSetHardwareProfileResponse',
|
|
66
|
-
'VirtualMachineScaleSetIPConfigurationPropertiesResponse',
|
|
67
68
|
'VirtualMachineScaleSetIPConfigurationResponse',
|
|
68
69
|
'VirtualMachineScaleSetIpTagResponse',
|
|
69
70
|
'VirtualMachineScaleSetManagedDiskParametersResponse',
|
|
70
71
|
'VirtualMachineScaleSetNetworkConfigurationDnsSettingsResponse',
|
|
71
|
-
'VirtualMachineScaleSetNetworkConfigurationPropertiesResponse',
|
|
72
72
|
'VirtualMachineScaleSetNetworkConfigurationResponse',
|
|
73
73
|
'VirtualMachineScaleSetNetworkProfileResponse',
|
|
74
74
|
'VirtualMachineScaleSetOSDiskResponse',
|
|
75
75
|
'VirtualMachineScaleSetOSProfileResponse',
|
|
76
76
|
'VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettingsResponse',
|
|
77
|
-
'VirtualMachineScaleSetPublicIPAddressConfigurationPropertiesResponse',
|
|
78
77
|
'VirtualMachineScaleSetPublicIPAddressConfigurationResponse',
|
|
79
78
|
'VirtualMachineScaleSetStorageProfileResponse',
|
|
79
|
+
'VirtualMachineScaleSetVMProfileResponse',
|
|
80
80
|
'VmSizeProfileResponse',
|
|
81
81
|
'WinRMConfigurationResponse',
|
|
82
82
|
'WinRMListenerResponse',
|
|
@@ -87,9 +87,7 @@ __all__ = [
|
|
|
87
87
|
@pulumi.output_type
|
|
88
88
|
class AdditionalUnattendContentResponse(dict):
|
|
89
89
|
"""
|
|
90
|
-
Specifies additional XML formatted information that can be included in the
|
|
91
|
-
Unattend.xml file, which is used by Windows Setup. Contents are defined by
|
|
92
|
-
setting name, component name, and the pass in which the content is applied.
|
|
90
|
+
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.
|
|
93
91
|
"""
|
|
94
92
|
@staticmethod
|
|
95
93
|
def __key_warning(key: str):
|
|
@@ -114,20 +112,20 @@ class AdditionalUnattendContentResponse(dict):
|
|
|
114
112
|
|
|
115
113
|
def __init__(__self__, *,
|
|
116
114
|
component_name: Optional[str] = None,
|
|
115
|
+
content: Optional[str] = None,
|
|
117
116
|
pass_name: Optional[str] = None,
|
|
118
117
|
setting_name: Optional[str] = None):
|
|
119
118
|
"""
|
|
120
|
-
Specifies additional XML formatted information that can be included in the
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
:param str component_name: The component name. Currently, the only allowable value is
|
|
124
|
-
Microsoft-Windows-Shell-Setup.
|
|
119
|
+
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.
|
|
120
|
+
:param str component_name: The component name. Currently, the only allowable value is Microsoft-Windows-Shell-Setup.
|
|
121
|
+
:param 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.
|
|
125
122
|
:param str pass_name: The pass name. Currently, the only allowable value is OobeSystem.
|
|
126
|
-
:param str setting_name: Specifies the name of the setting to which the content applies. Possible values
|
|
127
|
-
are: FirstLogonCommands and AutoLogon.
|
|
123
|
+
:param str setting_name: Specifies the name of the setting to which the content applies. Possible values are: FirstLogonCommands and AutoLogon.
|
|
128
124
|
"""
|
|
129
125
|
if component_name is not None:
|
|
130
126
|
pulumi.set(__self__, "component_name", component_name)
|
|
127
|
+
if content is not None:
|
|
128
|
+
pulumi.set(__self__, "content", content)
|
|
131
129
|
if pass_name is not None:
|
|
132
130
|
pulumi.set(__self__, "pass_name", pass_name)
|
|
133
131
|
if setting_name is not None:
|
|
@@ -137,11 +135,18 @@ class AdditionalUnattendContentResponse(dict):
|
|
|
137
135
|
@pulumi.getter(name="componentName")
|
|
138
136
|
def component_name(self) -> Optional[str]:
|
|
139
137
|
"""
|
|
140
|
-
The component name. Currently, the only allowable value is
|
|
141
|
-
Microsoft-Windows-Shell-Setup.
|
|
138
|
+
The component name. Currently, the only allowable value is Microsoft-Windows-Shell-Setup.
|
|
142
139
|
"""
|
|
143
140
|
return pulumi.get(self, "component_name")
|
|
144
141
|
|
|
142
|
+
@property
|
|
143
|
+
@pulumi.getter
|
|
144
|
+
def content(self) -> Optional[str]:
|
|
145
|
+
"""
|
|
146
|
+
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.
|
|
147
|
+
"""
|
|
148
|
+
return pulumi.get(self, "content")
|
|
149
|
+
|
|
145
150
|
@property
|
|
146
151
|
@pulumi.getter(name="passName")
|
|
147
152
|
def pass_name(self) -> Optional[str]:
|
|
@@ -154,8 +159,7 @@ class AdditionalUnattendContentResponse(dict):
|
|
|
154
159
|
@pulumi.getter(name="settingName")
|
|
155
160
|
def setting_name(self) -> Optional[str]:
|
|
156
161
|
"""
|
|
157
|
-
Specifies the name of the setting to which the content applies. Possible values
|
|
158
|
-
are: FirstLogonCommands and AutoLogon.
|
|
162
|
+
Specifies the name of the setting to which the content applies. Possible values are: FirstLogonCommands and AutoLogon.
|
|
159
163
|
"""
|
|
160
164
|
return pulumi.get(self, "setting_name")
|
|
161
165
|
|
|
@@ -169,8 +173,7 @@ class ApiEntityReferenceResponse(dict):
|
|
|
169
173
|
id: Optional[str] = None):
|
|
170
174
|
"""
|
|
171
175
|
The API entity reference.
|
|
172
|
-
:param str id: The ARM resource id in the form of
|
|
173
|
-
/subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
|
|
176
|
+
:param str id: The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
|
|
174
177
|
"""
|
|
175
178
|
if id is not None:
|
|
176
179
|
pulumi.set(__self__, "id", id)
|
|
@@ -179,8 +182,7 @@ class ApiEntityReferenceResponse(dict):
|
|
|
179
182
|
@pulumi.getter
|
|
180
183
|
def id(self) -> Optional[str]:
|
|
181
184
|
"""
|
|
182
|
-
The ARM resource id in the form of
|
|
183
|
-
/subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
|
|
185
|
+
The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
|
|
184
186
|
"""
|
|
185
187
|
return pulumi.get(self, "id")
|
|
186
188
|
|
|
@@ -188,8 +190,7 @@ class ApiEntityReferenceResponse(dict):
|
|
|
188
190
|
@pulumi.output_type
|
|
189
191
|
class ApplicationProfileResponse(dict):
|
|
190
192
|
"""
|
|
191
|
-
Contains the list of gallery applications that should be made available to the
|
|
192
|
-
VM/VMSS
|
|
193
|
+
Contains the list of gallery applications that should be made available to the VM/VMSS
|
|
193
194
|
"""
|
|
194
195
|
@staticmethod
|
|
195
196
|
def __key_warning(key: str):
|
|
@@ -211,8 +212,7 @@ class ApplicationProfileResponse(dict):
|
|
|
211
212
|
def __init__(__self__, *,
|
|
212
213
|
gallery_applications: Optional[Sequence['outputs.VMGalleryApplicationResponse']] = None):
|
|
213
214
|
"""
|
|
214
|
-
Contains the list of gallery applications that should be made available to the
|
|
215
|
-
VM/VMSS
|
|
215
|
+
Contains the list of gallery applications that should be made available to the VM/VMSS
|
|
216
216
|
:param Sequence['VMGalleryApplicationResponse'] gallery_applications: Specifies the gallery applications that should be made available to the VM/VMSS
|
|
217
217
|
"""
|
|
218
218
|
if gallery_applications is not None:
|
|
@@ -228,293 +228,49 @@ class ApplicationProfileResponse(dict):
|
|
|
228
228
|
|
|
229
229
|
|
|
230
230
|
@pulumi.output_type
|
|
231
|
-
class
|
|
231
|
+
class BillingProfileResponse(dict):
|
|
232
232
|
"""
|
|
233
|
-
|
|
233
|
+
Specifies the billing related details of a Azure Spot VM or VMSS. Minimum api-version: 2019-03-01.
|
|
234
234
|
"""
|
|
235
235
|
@staticmethod
|
|
236
236
|
def __key_warning(key: str):
|
|
237
237
|
suggest = None
|
|
238
|
-
if key == "
|
|
239
|
-
suggest = "
|
|
240
|
-
elif key == "applicationProfile":
|
|
241
|
-
suggest = "application_profile"
|
|
242
|
-
elif key == "capacityReservation":
|
|
243
|
-
suggest = "capacity_reservation"
|
|
244
|
-
elif key == "diagnosticsProfile":
|
|
245
|
-
suggest = "diagnostics_profile"
|
|
246
|
-
elif key == "extensionProfile":
|
|
247
|
-
suggest = "extension_profile"
|
|
248
|
-
elif key == "hardwareProfile":
|
|
249
|
-
suggest = "hardware_profile"
|
|
250
|
-
elif key == "licenseType":
|
|
251
|
-
suggest = "license_type"
|
|
252
|
-
elif key == "networkProfile":
|
|
253
|
-
suggest = "network_profile"
|
|
254
|
-
elif key == "osProfile":
|
|
255
|
-
suggest = "os_profile"
|
|
256
|
-
elif key == "scheduledEventsProfile":
|
|
257
|
-
suggest = "scheduled_events_profile"
|
|
258
|
-
elif key == "securityPostureReference":
|
|
259
|
-
suggest = "security_posture_reference"
|
|
260
|
-
elif key == "securityProfile":
|
|
261
|
-
suggest = "security_profile"
|
|
262
|
-
elif key == "serviceArtifactReference":
|
|
263
|
-
suggest = "service_artifact_reference"
|
|
264
|
-
elif key == "storageProfile":
|
|
265
|
-
suggest = "storage_profile"
|
|
266
|
-
elif key == "userData":
|
|
267
|
-
suggest = "user_data"
|
|
238
|
+
if key == "maxPrice":
|
|
239
|
+
suggest = "max_price"
|
|
268
240
|
|
|
269
241
|
if suggest:
|
|
270
|
-
pulumi.log.warn(f"Key '{key}' not found in
|
|
242
|
+
pulumi.log.warn(f"Key '{key}' not found in BillingProfileResponse. Access the value via the '{suggest}' property getter instead.")
|
|
271
243
|
|
|
272
244
|
def __getitem__(self, key: str) -> Any:
|
|
273
|
-
|
|
245
|
+
BillingProfileResponse.__key_warning(key)
|
|
274
246
|
return super().__getitem__(key)
|
|
275
247
|
|
|
276
248
|
def get(self, key: str, default = None) -> Any:
|
|
277
|
-
|
|
249
|
+
BillingProfileResponse.__key_warning(key)
|
|
278
250
|
return super().get(key, default)
|
|
279
251
|
|
|
280
252
|
def __init__(__self__, *,
|
|
281
|
-
|
|
282
|
-
application_profile: Optional['outputs.ApplicationProfileResponse'] = None,
|
|
283
|
-
capacity_reservation: Optional['outputs.CapacityReservationProfileResponse'] = None,
|
|
284
|
-
diagnostics_profile: Optional['outputs.DiagnosticsProfileResponse'] = None,
|
|
285
|
-
extension_profile: Optional['outputs.VirtualMachineScaleSetExtensionProfileResponse'] = None,
|
|
286
|
-
hardware_profile: Optional['outputs.VirtualMachineScaleSetHardwareProfileResponse'] = None,
|
|
287
|
-
license_type: Optional[str] = None,
|
|
288
|
-
network_profile: Optional['outputs.VirtualMachineScaleSetNetworkProfileResponse'] = None,
|
|
289
|
-
os_profile: Optional['outputs.VirtualMachineScaleSetOSProfileResponse'] = None,
|
|
290
|
-
scheduled_events_profile: Optional['outputs.ScheduledEventsProfileResponse'] = None,
|
|
291
|
-
security_posture_reference: Optional['outputs.SecurityPostureReferenceResponse'] = None,
|
|
292
|
-
security_profile: Optional['outputs.SecurityProfileResponse'] = None,
|
|
293
|
-
service_artifact_reference: Optional['outputs.ServiceArtifactReferenceResponse'] = None,
|
|
294
|
-
storage_profile: Optional['outputs.VirtualMachineScaleSetStorageProfileResponse'] = None,
|
|
295
|
-
user_data: Optional[str] = None):
|
|
296
|
-
"""
|
|
297
|
-
Describes the base virtual machine profile for fleet
|
|
298
|
-
:param str time_created: Specifies the time in which this VM profile for the Virtual Machine Scale Set
|
|
299
|
-
was created. Minimum API version for this property is 2023-09-01. This value
|
|
300
|
-
will be added to VMSS Flex VM tags when creating/updating the VMSS VM Profile
|
|
301
|
-
with minimum api-version 2023-09-01. Examples: "2024-07-01T00:00:01.1234567+00:00"
|
|
302
|
-
:param 'ApplicationProfileResponse' application_profile: Specifies the gallery applications that should be made available to the VM/VMSS
|
|
303
|
-
:param 'CapacityReservationProfileResponse' capacity_reservation: Specifies the capacity reservation related details of a scale set. Minimum
|
|
304
|
-
api-version: 2021-04-01.
|
|
305
|
-
:param 'DiagnosticsProfileResponse' diagnostics_profile: Specifies the boot diagnostic settings state.
|
|
306
|
-
:param 'VirtualMachineScaleSetExtensionProfileResponse' extension_profile: Specifies a collection of settings for extensions installed on virtual machines
|
|
307
|
-
in the scale set.
|
|
308
|
-
:param 'VirtualMachineScaleSetHardwareProfileResponse' hardware_profile: Specifies the hardware profile related details of a scale set. Minimum
|
|
309
|
-
api-version: 2021-11-01.
|
|
310
|
-
:param str license_type: Specifies that the image or disk that is being used was licensed on-premises.
|
|
311
|
-
<br><br> Possible values for Windows Server operating system are: <br><br>
|
|
312
|
-
Windows_Client <br><br> Windows_Server <br><br> Possible values for Linux
|
|
313
|
-
Server operating system are: <br><br> RHEL_BYOS (for RHEL) <br><br> SLES_BYOS
|
|
314
|
-
(for SUSE) <br><br> For more information, see [Azure Hybrid Use Benefit for
|
|
315
|
-
Windows
|
|
316
|
-
Server](https://docs.microsoft.com/azure/virtual-machines/windows/hybrid-use-benefit-licensing)
|
|
317
|
-
<br><br> [Azure Hybrid Use Benefit for Linux
|
|
318
|
-
Server](https://docs.microsoft.com/azure/virtual-machines/linux/azure-hybrid-benefit-linux)
|
|
319
|
-
<br><br> Minimum api-version: 2015-06-15
|
|
320
|
-
:param 'VirtualMachineScaleSetNetworkProfileResponse' network_profile: Specifies properties of the network interfaces of the virtual machines in the
|
|
321
|
-
scale set.
|
|
322
|
-
:param 'VirtualMachineScaleSetOSProfileResponse' os_profile: Specifies the operating system settings for the virtual machines in the scale
|
|
323
|
-
set.
|
|
324
|
-
:param 'ScheduledEventsProfileResponse' scheduled_events_profile: Specifies Scheduled Event related configurations.
|
|
325
|
-
:param 'SecurityPostureReferenceResponse' security_posture_reference: Specifies the security posture to be used for all virtual machines in the scale
|
|
326
|
-
set. Minimum api-version: 2023-03-01
|
|
327
|
-
:param 'SecurityProfileResponse' security_profile: Specifies the Security related profile settings for the virtual machines in the
|
|
328
|
-
scale set.
|
|
329
|
-
:param 'ServiceArtifactReferenceResponse' service_artifact_reference: Specifies the service artifact reference id used to set same image version for
|
|
330
|
-
all virtual machines in the scale set when using 'latest' image version.
|
|
331
|
-
Minimum api-version: 2022-11-01
|
|
332
|
-
:param 'VirtualMachineScaleSetStorageProfileResponse' storage_profile: Specifies the storage settings for the virtual machine disks.
|
|
333
|
-
:param str user_data: UserData for the virtual machines in the scale set, which must be base-64
|
|
334
|
-
encoded. Customer should not pass any secrets in here. Minimum api-version:
|
|
335
|
-
2021-03-01.
|
|
336
|
-
"""
|
|
337
|
-
pulumi.set(__self__, "time_created", time_created)
|
|
338
|
-
if application_profile is not None:
|
|
339
|
-
pulumi.set(__self__, "application_profile", application_profile)
|
|
340
|
-
if capacity_reservation is not None:
|
|
341
|
-
pulumi.set(__self__, "capacity_reservation", capacity_reservation)
|
|
342
|
-
if diagnostics_profile is not None:
|
|
343
|
-
pulumi.set(__self__, "diagnostics_profile", diagnostics_profile)
|
|
344
|
-
if extension_profile is not None:
|
|
345
|
-
pulumi.set(__self__, "extension_profile", extension_profile)
|
|
346
|
-
if hardware_profile is not None:
|
|
347
|
-
pulumi.set(__self__, "hardware_profile", hardware_profile)
|
|
348
|
-
if license_type is not None:
|
|
349
|
-
pulumi.set(__self__, "license_type", license_type)
|
|
350
|
-
if network_profile is not None:
|
|
351
|
-
pulumi.set(__self__, "network_profile", network_profile)
|
|
352
|
-
if os_profile is not None:
|
|
353
|
-
pulumi.set(__self__, "os_profile", os_profile)
|
|
354
|
-
if scheduled_events_profile is not None:
|
|
355
|
-
pulumi.set(__self__, "scheduled_events_profile", scheduled_events_profile)
|
|
356
|
-
if security_posture_reference is not None:
|
|
357
|
-
pulumi.set(__self__, "security_posture_reference", security_posture_reference)
|
|
358
|
-
if security_profile is not None:
|
|
359
|
-
pulumi.set(__self__, "security_profile", security_profile)
|
|
360
|
-
if service_artifact_reference is not None:
|
|
361
|
-
pulumi.set(__self__, "service_artifact_reference", service_artifact_reference)
|
|
362
|
-
if storage_profile is not None:
|
|
363
|
-
pulumi.set(__self__, "storage_profile", storage_profile)
|
|
364
|
-
if user_data is not None:
|
|
365
|
-
pulumi.set(__self__, "user_data", user_data)
|
|
366
|
-
|
|
367
|
-
@property
|
|
368
|
-
@pulumi.getter(name="timeCreated")
|
|
369
|
-
def time_created(self) -> str:
|
|
370
|
-
"""
|
|
371
|
-
Specifies the time in which this VM profile for the Virtual Machine Scale Set
|
|
372
|
-
was created. Minimum API version for this property is 2023-09-01. This value
|
|
373
|
-
will be added to VMSS Flex VM tags when creating/updating the VMSS VM Profile
|
|
374
|
-
with minimum api-version 2023-09-01. Examples: "2024-07-01T00:00:01.1234567+00:00"
|
|
375
|
-
"""
|
|
376
|
-
return pulumi.get(self, "time_created")
|
|
377
|
-
|
|
378
|
-
@property
|
|
379
|
-
@pulumi.getter(name="applicationProfile")
|
|
380
|
-
def application_profile(self) -> Optional['outputs.ApplicationProfileResponse']:
|
|
381
|
-
"""
|
|
382
|
-
Specifies the gallery applications that should be made available to the VM/VMSS
|
|
383
|
-
"""
|
|
384
|
-
return pulumi.get(self, "application_profile")
|
|
385
|
-
|
|
386
|
-
@property
|
|
387
|
-
@pulumi.getter(name="capacityReservation")
|
|
388
|
-
def capacity_reservation(self) -> Optional['outputs.CapacityReservationProfileResponse']:
|
|
389
|
-
"""
|
|
390
|
-
Specifies the capacity reservation related details of a scale set. Minimum
|
|
391
|
-
api-version: 2021-04-01.
|
|
392
|
-
"""
|
|
393
|
-
return pulumi.get(self, "capacity_reservation")
|
|
394
|
-
|
|
395
|
-
@property
|
|
396
|
-
@pulumi.getter(name="diagnosticsProfile")
|
|
397
|
-
def diagnostics_profile(self) -> Optional['outputs.DiagnosticsProfileResponse']:
|
|
398
|
-
"""
|
|
399
|
-
Specifies the boot diagnostic settings state.
|
|
400
|
-
"""
|
|
401
|
-
return pulumi.get(self, "diagnostics_profile")
|
|
402
|
-
|
|
403
|
-
@property
|
|
404
|
-
@pulumi.getter(name="extensionProfile")
|
|
405
|
-
def extension_profile(self) -> Optional['outputs.VirtualMachineScaleSetExtensionProfileResponse']:
|
|
406
|
-
"""
|
|
407
|
-
Specifies a collection of settings for extensions installed on virtual machines
|
|
408
|
-
in the scale set.
|
|
409
|
-
"""
|
|
410
|
-
return pulumi.get(self, "extension_profile")
|
|
411
|
-
|
|
412
|
-
@property
|
|
413
|
-
@pulumi.getter(name="hardwareProfile")
|
|
414
|
-
def hardware_profile(self) -> Optional['outputs.VirtualMachineScaleSetHardwareProfileResponse']:
|
|
415
|
-
"""
|
|
416
|
-
Specifies the hardware profile related details of a scale set. Minimum
|
|
417
|
-
api-version: 2021-11-01.
|
|
418
|
-
"""
|
|
419
|
-
return pulumi.get(self, "hardware_profile")
|
|
420
|
-
|
|
421
|
-
@property
|
|
422
|
-
@pulumi.getter(name="licenseType")
|
|
423
|
-
def license_type(self) -> Optional[str]:
|
|
424
|
-
"""
|
|
425
|
-
Specifies that the image or disk that is being used was licensed on-premises.
|
|
426
|
-
<br><br> Possible values for Windows Server operating system are: <br><br>
|
|
427
|
-
Windows_Client <br><br> Windows_Server <br><br> Possible values for Linux
|
|
428
|
-
Server operating system are: <br><br> RHEL_BYOS (for RHEL) <br><br> SLES_BYOS
|
|
429
|
-
(for SUSE) <br><br> For more information, see [Azure Hybrid Use Benefit for
|
|
430
|
-
Windows
|
|
431
|
-
Server](https://docs.microsoft.com/azure/virtual-machines/windows/hybrid-use-benefit-licensing)
|
|
432
|
-
<br><br> [Azure Hybrid Use Benefit for Linux
|
|
433
|
-
Server](https://docs.microsoft.com/azure/virtual-machines/linux/azure-hybrid-benefit-linux)
|
|
434
|
-
<br><br> Minimum api-version: 2015-06-15
|
|
435
|
-
"""
|
|
436
|
-
return pulumi.get(self, "license_type")
|
|
437
|
-
|
|
438
|
-
@property
|
|
439
|
-
@pulumi.getter(name="networkProfile")
|
|
440
|
-
def network_profile(self) -> Optional['outputs.VirtualMachineScaleSetNetworkProfileResponse']:
|
|
441
|
-
"""
|
|
442
|
-
Specifies properties of the network interfaces of the virtual machines in the
|
|
443
|
-
scale set.
|
|
444
|
-
"""
|
|
445
|
-
return pulumi.get(self, "network_profile")
|
|
446
|
-
|
|
447
|
-
@property
|
|
448
|
-
@pulumi.getter(name="osProfile")
|
|
449
|
-
def os_profile(self) -> Optional['outputs.VirtualMachineScaleSetOSProfileResponse']:
|
|
450
|
-
"""
|
|
451
|
-
Specifies the operating system settings for the virtual machines in the scale
|
|
452
|
-
set.
|
|
453
|
-
"""
|
|
454
|
-
return pulumi.get(self, "os_profile")
|
|
455
|
-
|
|
456
|
-
@property
|
|
457
|
-
@pulumi.getter(name="scheduledEventsProfile")
|
|
458
|
-
def scheduled_events_profile(self) -> Optional['outputs.ScheduledEventsProfileResponse']:
|
|
459
|
-
"""
|
|
460
|
-
Specifies Scheduled Event related configurations.
|
|
461
|
-
"""
|
|
462
|
-
return pulumi.get(self, "scheduled_events_profile")
|
|
463
|
-
|
|
464
|
-
@property
|
|
465
|
-
@pulumi.getter(name="securityPostureReference")
|
|
466
|
-
def security_posture_reference(self) -> Optional['outputs.SecurityPostureReferenceResponse']:
|
|
253
|
+
max_price: Optional[float] = None):
|
|
467
254
|
"""
|
|
468
|
-
Specifies the
|
|
469
|
-
set. Minimum api-version:
|
|
255
|
+
Specifies the billing related details of a Azure Spot VM or VMSS. Minimum api-version: 2019-03-01.
|
|
256
|
+
:param 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.
|
|
470
257
|
"""
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
@property
|
|
474
|
-
@pulumi.getter(name="securityProfile")
|
|
475
|
-
def security_profile(self) -> Optional['outputs.SecurityProfileResponse']:
|
|
476
|
-
"""
|
|
477
|
-
Specifies the Security related profile settings for the virtual machines in the
|
|
478
|
-
scale set.
|
|
479
|
-
"""
|
|
480
|
-
return pulumi.get(self, "security_profile")
|
|
481
|
-
|
|
482
|
-
@property
|
|
483
|
-
@pulumi.getter(name="serviceArtifactReference")
|
|
484
|
-
def service_artifact_reference(self) -> Optional['outputs.ServiceArtifactReferenceResponse']:
|
|
485
|
-
"""
|
|
486
|
-
Specifies the service artifact reference id used to set same image version for
|
|
487
|
-
all virtual machines in the scale set when using 'latest' image version.
|
|
488
|
-
Minimum api-version: 2022-11-01
|
|
489
|
-
"""
|
|
490
|
-
return pulumi.get(self, "service_artifact_reference")
|
|
491
|
-
|
|
492
|
-
@property
|
|
493
|
-
@pulumi.getter(name="storageProfile")
|
|
494
|
-
def storage_profile(self) -> Optional['outputs.VirtualMachineScaleSetStorageProfileResponse']:
|
|
495
|
-
"""
|
|
496
|
-
Specifies the storage settings for the virtual machine disks.
|
|
497
|
-
"""
|
|
498
|
-
return pulumi.get(self, "storage_profile")
|
|
258
|
+
if max_price is not None:
|
|
259
|
+
pulumi.set(__self__, "max_price", max_price)
|
|
499
260
|
|
|
500
261
|
@property
|
|
501
|
-
@pulumi.getter(name="
|
|
502
|
-
def
|
|
262
|
+
@pulumi.getter(name="maxPrice")
|
|
263
|
+
def max_price(self) -> Optional[float]:
|
|
503
264
|
"""
|
|
504
|
-
|
|
505
|
-
encoded. Customer should not pass any secrets in here. Minimum api-version:
|
|
506
|
-
2021-03-01.
|
|
265
|
+
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.
|
|
507
266
|
"""
|
|
508
|
-
return pulumi.get(self, "
|
|
267
|
+
return pulumi.get(self, "max_price")
|
|
509
268
|
|
|
510
269
|
|
|
511
270
|
@pulumi.output_type
|
|
512
271
|
class BootDiagnosticsResponse(dict):
|
|
513
272
|
"""
|
|
514
|
-
Boot Diagnostics is a debugging feature which allows you to view Console Output
|
|
515
|
-
and Screenshot to diagnose VM status. You can easily view the output of your
|
|
516
|
-
console log. Azure also enables you to see a screenshot of the VM from the
|
|
517
|
-
hypervisor.
|
|
273
|
+
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.
|
|
518
274
|
"""
|
|
519
275
|
@staticmethod
|
|
520
276
|
def __key_warning(key: str):
|
|
@@ -537,14 +293,9 @@ class BootDiagnosticsResponse(dict):
|
|
|
537
293
|
enabled: Optional[bool] = None,
|
|
538
294
|
storage_uri: Optional[str] = None):
|
|
539
295
|
"""
|
|
540
|
-
Boot Diagnostics is a debugging feature which allows you to view Console Output
|
|
541
|
-
and Screenshot to diagnose VM status. You can easily view the output of your
|
|
542
|
-
console log. Azure also enables you to see a screenshot of the VM from the
|
|
543
|
-
hypervisor.
|
|
296
|
+
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.
|
|
544
297
|
:param bool enabled: Whether boot diagnostics should be enabled on the Virtual Machine.
|
|
545
|
-
:param str storage_uri: Uri of the storage account to use for placing the console output and
|
|
546
|
-
screenshot. If storageUri is not specified while enabling boot diagnostics,
|
|
547
|
-
managed storage will be used.
|
|
298
|
+
:param 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.
|
|
548
299
|
"""
|
|
549
300
|
if enabled is not None:
|
|
550
301
|
pulumi.set(__self__, "enabled", enabled)
|
|
@@ -563,9 +314,7 @@ class BootDiagnosticsResponse(dict):
|
|
|
563
314
|
@pulumi.getter(name="storageUri")
|
|
564
315
|
def storage_uri(self) -> Optional[str]:
|
|
565
316
|
"""
|
|
566
|
-
Uri of the storage account to use for placing the console output and
|
|
567
|
-
screenshot. If storageUri is not specified while enabling boot diagnostics,
|
|
568
|
-
managed storage will be used.
|
|
317
|
+
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.
|
|
569
318
|
"""
|
|
570
319
|
return pulumi.get(self, "storage_uri")
|
|
571
320
|
|
|
@@ -596,10 +345,7 @@ class CapacityReservationProfileResponse(dict):
|
|
|
596
345
|
capacity_reservation_group: Optional['outputs.SubResourceResponse'] = None):
|
|
597
346
|
"""
|
|
598
347
|
The parameters of a capacity reservation Profile.
|
|
599
|
-
:param 'SubResourceResponse' capacity_reservation_group: Specifies the capacity reservation group resource id that should be used for
|
|
600
|
-
allocating the virtual machine or scaleset vm instances provided enough
|
|
601
|
-
capacity has been reserved. Please refer to https://aka.ms/CapacityReservation
|
|
602
|
-
for more details.
|
|
348
|
+
:param 'SubResourceResponse' 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.
|
|
603
349
|
"""
|
|
604
350
|
if capacity_reservation_group is not None:
|
|
605
351
|
pulumi.set(__self__, "capacity_reservation_group", capacity_reservation_group)
|
|
@@ -608,10 +354,7 @@ class CapacityReservationProfileResponse(dict):
|
|
|
608
354
|
@pulumi.getter(name="capacityReservationGroup")
|
|
609
355
|
def capacity_reservation_group(self) -> Optional['outputs.SubResourceResponse']:
|
|
610
356
|
"""
|
|
611
|
-
Specifies the capacity reservation group resource id that should be used for
|
|
612
|
-
allocating the virtual machine or scaleset vm instances provided enough
|
|
613
|
-
capacity has been reserved. Please refer to https://aka.ms/CapacityReservation
|
|
614
|
-
for more details.
|
|
357
|
+
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.
|
|
615
358
|
"""
|
|
616
359
|
return pulumi.get(self, "capacity_reservation_group")
|
|
617
360
|
|
|
@@ -641,11 +384,11 @@ class ComputeProfileResponse(dict):
|
|
|
641
384
|
return super().get(key, default)
|
|
642
385
|
|
|
643
386
|
def __init__(__self__, *,
|
|
644
|
-
base_virtual_machine_profile: 'outputs.
|
|
387
|
+
base_virtual_machine_profile: 'outputs.VirtualMachineScaleSetVMProfileResponse',
|
|
645
388
|
compute_api_version: Optional[str] = None):
|
|
646
389
|
"""
|
|
647
390
|
Compute Profile to use for running user's workloads.
|
|
648
|
-
:param '
|
|
391
|
+
:param 'VirtualMachineScaleSetVMProfileResponse' 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"
|
|
649
392
|
:param str compute_api_version: Specifies the Microsoft.Compute API version to use when creating underlying Virtual Machine scale sets and Virtual Machines.
|
|
650
393
|
The default value will be the latest supported computeApiVersion by Compute Fleet.
|
|
651
394
|
"""
|
|
@@ -655,7 +398,7 @@ class ComputeProfileResponse(dict):
|
|
|
655
398
|
|
|
656
399
|
@property
|
|
657
400
|
@pulumi.getter(name="baseVirtualMachineProfile")
|
|
658
|
-
def base_virtual_machine_profile(self) -> 'outputs.
|
|
401
|
+
def base_virtual_machine_profile(self) -> 'outputs.VirtualMachineScaleSetVMProfileResponse':
|
|
659
402
|
"""
|
|
660
403
|
Base Virtual Machine Profile Properties to be specified according to "specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/{computeApiVersion}/virtualMachineScaleSet.json#/definitions/VirtualMachineScaleSetVMProfile"
|
|
661
404
|
"""
|
|
@@ -697,11 +440,7 @@ class DiagnosticsProfileResponse(dict):
|
|
|
697
440
|
boot_diagnostics: Optional['outputs.BootDiagnosticsResponse'] = None):
|
|
698
441
|
"""
|
|
699
442
|
Specifies the boot diagnostic settings state. Minimum api-version: 2015-06-15.
|
|
700
|
-
:param 'BootDiagnosticsResponse' boot_diagnostics: Boot Diagnostics is a debugging feature which allows you to view Console Output
|
|
701
|
-
and Screenshot to diagnose VM status. **NOTE**: If storageUri is being
|
|
702
|
-
specified then ensure that the storage account is in the same region and
|
|
703
|
-
subscription as the VM. You can easily view the output of your console log.
|
|
704
|
-
Azure also enables you to see a screenshot of the VM from the hypervisor.
|
|
443
|
+
:param 'BootDiagnosticsResponse' 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.
|
|
705
444
|
"""
|
|
706
445
|
if boot_diagnostics is not None:
|
|
707
446
|
pulumi.set(__self__, "boot_diagnostics", boot_diagnostics)
|
|
@@ -710,11 +449,7 @@ class DiagnosticsProfileResponse(dict):
|
|
|
710
449
|
@pulumi.getter(name="bootDiagnostics")
|
|
711
450
|
def boot_diagnostics(self) -> Optional['outputs.BootDiagnosticsResponse']:
|
|
712
451
|
"""
|
|
713
|
-
Boot Diagnostics is a debugging feature which allows you to view Console Output
|
|
714
|
-
and Screenshot to diagnose VM status. **NOTE**: If storageUri is being
|
|
715
|
-
specified then ensure that the storage account is in the same region and
|
|
716
|
-
subscription as the VM. You can easily view the output of your console log.
|
|
717
|
-
Azure also enables you to see a screenshot of the VM from the hypervisor.
|
|
452
|
+
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.
|
|
718
453
|
"""
|
|
719
454
|
return pulumi.get(self, "boot_diagnostics")
|
|
720
455
|
|
|
@@ -722,25 +457,15 @@ class DiagnosticsProfileResponse(dict):
|
|
|
722
457
|
@pulumi.output_type
|
|
723
458
|
class DiffDiskSettingsResponse(dict):
|
|
724
459
|
"""
|
|
725
|
-
Describes the parameters of ephemeral disk settings that can be specified for
|
|
726
|
-
operating system disk. **Note:** The ephemeral disk settings can only be
|
|
727
|
-
specified for managed disk.
|
|
460
|
+
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.
|
|
728
461
|
"""
|
|
729
462
|
def __init__(__self__, *,
|
|
730
463
|
option: Optional[str] = None,
|
|
731
464
|
placement: Optional[str] = None):
|
|
732
465
|
"""
|
|
733
|
-
Describes the parameters of ephemeral disk settings that can be specified for
|
|
734
|
-
operating system disk. **Note:** The ephemeral disk settings can only be
|
|
735
|
-
specified for managed disk.
|
|
466
|
+
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.
|
|
736
467
|
:param str option: Specifies the ephemeral disk settings for operating system disk.
|
|
737
|
-
:param str placement: Specifies the ephemeral disk placement for operating system disk. Possible
|
|
738
|
-
values are: **CacheDisk,** **ResourceDisk.** The defaulting behavior is:
|
|
739
|
-
**CacheDisk** if one is configured for the VM size otherwise **ResourceDisk**
|
|
740
|
-
is used. Refer to the VM size documentation for Windows VM at
|
|
741
|
-
https://docs.microsoft.com/azure/virtual-machines/windows/sizes and Linux VM at
|
|
742
|
-
https://docs.microsoft.com/azure/virtual-machines/linux/sizes to check which VM
|
|
743
|
-
sizes exposes a cache disk.
|
|
468
|
+
:param str 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.
|
|
744
469
|
"""
|
|
745
470
|
if option is not None:
|
|
746
471
|
pulumi.set(__self__, "option", option)
|
|
@@ -759,13 +484,7 @@ class DiffDiskSettingsResponse(dict):
|
|
|
759
484
|
@pulumi.getter
|
|
760
485
|
def placement(self) -> Optional[str]:
|
|
761
486
|
"""
|
|
762
|
-
Specifies the ephemeral disk placement for operating system disk. Possible
|
|
763
|
-
values are: **CacheDisk,** **ResourceDisk.** The defaulting behavior is:
|
|
764
|
-
**CacheDisk** if one is configured for the VM size otherwise **ResourceDisk**
|
|
765
|
-
is used. Refer to the VM size documentation for Windows VM at
|
|
766
|
-
https://docs.microsoft.com/azure/virtual-machines/windows/sizes and Linux VM at
|
|
767
|
-
https://docs.microsoft.com/azure/virtual-machines/linux/sizes to check which VM
|
|
768
|
-
sizes exposes a cache disk.
|
|
487
|
+
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.
|
|
769
488
|
"""
|
|
770
489
|
return pulumi.get(self, "placement")
|
|
771
490
|
|
|
@@ -773,18 +492,12 @@ class DiffDiskSettingsResponse(dict):
|
|
|
773
492
|
@pulumi.output_type
|
|
774
493
|
class DiskEncryptionSetParametersResponse(dict):
|
|
775
494
|
"""
|
|
776
|
-
Describes the parameter of customer managed disk encryption set resource id
|
|
777
|
-
that can be specified for disk. **Note:** The disk encryption set resource id
|
|
778
|
-
can only be specified for managed disk. Please refer
|
|
779
|
-
https://aka.ms/mdssewithcmkoverview for more details.
|
|
495
|
+
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.
|
|
780
496
|
"""
|
|
781
497
|
def __init__(__self__, *,
|
|
782
498
|
id: Optional[str] = None):
|
|
783
499
|
"""
|
|
784
|
-
Describes the parameter of customer managed disk encryption set resource id
|
|
785
|
-
that can be specified for disk. **Note:** The disk encryption set resource id
|
|
786
|
-
can only be specified for managed disk. Please refer
|
|
787
|
-
https://aka.ms/mdssewithcmkoverview for more details.
|
|
500
|
+
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.
|
|
788
501
|
:param str id: Resource Id
|
|
789
502
|
"""
|
|
790
503
|
if id is not None:
|
|
@@ -802,8 +515,7 @@ class DiskEncryptionSetParametersResponse(dict):
|
|
|
802
515
|
@pulumi.output_type
|
|
803
516
|
class EncryptionIdentityResponse(dict):
|
|
804
517
|
"""
|
|
805
|
-
Specifies the Managed Identity used by ADE to get access token for keyvault
|
|
806
|
-
operations.
|
|
518
|
+
Specifies the Managed Identity used by ADE to get access token for keyvault operations.
|
|
807
519
|
"""
|
|
808
520
|
@staticmethod
|
|
809
521
|
def __key_warning(key: str):
|
|
@@ -825,8 +537,7 @@ class EncryptionIdentityResponse(dict):
|
|
|
825
537
|
def __init__(__self__, *,
|
|
826
538
|
user_assigned_identity_resource_id: Optional[str] = None):
|
|
827
539
|
"""
|
|
828
|
-
Specifies the Managed Identity used by ADE to get access token for keyvault
|
|
829
|
-
operations.
|
|
540
|
+
Specifies the Managed Identity used by ADE to get access token for keyvault operations.
|
|
830
541
|
:param str user_assigned_identity_resource_id: Specifies ARM Resource ID of one of the user identities associated with the VM.
|
|
831
542
|
"""
|
|
832
543
|
if user_assigned_identity_resource_id is not None:
|
|
@@ -844,11 +555,7 @@ class EncryptionIdentityResponse(dict):
|
|
|
844
555
|
@pulumi.output_type
|
|
845
556
|
class ImageReferenceResponse(dict):
|
|
846
557
|
"""
|
|
847
|
-
Specifies information about the image to use. You can specify information about
|
|
848
|
-
platform images, marketplace images, or virtual machine images. This element is
|
|
849
|
-
required when you want to use a platform image, marketplace image, or virtual
|
|
850
|
-
machine image, but is not used in other creation operations. NOTE: Image
|
|
851
|
-
reference publisher and offer can only be set when you create the scale set.
|
|
558
|
+
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.
|
|
852
559
|
"""
|
|
853
560
|
@staticmethod
|
|
854
561
|
def __key_warning(key: str):
|
|
@@ -881,33 +588,15 @@ class ImageReferenceResponse(dict):
|
|
|
881
588
|
sku: Optional[str] = None,
|
|
882
589
|
version: Optional[str] = None):
|
|
883
590
|
"""
|
|
884
|
-
Specifies information about the image to use. You can specify information about
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
machine image, but is not used in other creation operations. NOTE: Image
|
|
888
|
-
reference publisher and offer can only be set when you create the scale set.
|
|
889
|
-
:param str exact_version: Specifies in decimal numbers, the version of platform image or marketplace
|
|
890
|
-
image used to create the virtual machine. This readonly field differs from 'version',
|
|
891
|
-
only if the value specified in 'version' field is 'latest'.
|
|
892
|
-
:param str community_gallery_image_id: Specified the community gallery image unique id for vm deployment. This can be
|
|
893
|
-
fetched from community gallery image GET call.
|
|
591
|
+
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.
|
|
592
|
+
:param str exact_version: Specifies in decimal numbers, the version of platform image or marketplace image used to create the virtual machine. This readonly field differs from 'version', only if the value specified in 'version' field is 'latest'.
|
|
593
|
+
:param 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.
|
|
894
594
|
:param str id: Resource Id
|
|
895
|
-
:param str offer: Specifies the offer of the platform image or marketplace image used to create
|
|
896
|
-
the virtual machine.
|
|
595
|
+
:param str offer: Specifies the offer of the platform image or marketplace image used to create the virtual machine.
|
|
897
596
|
:param str publisher: The image publisher.
|
|
898
|
-
:param str shared_gallery_image_id: Specified the shared gallery image unique id for vm deployment. This can be
|
|
899
|
-
fetched from shared gallery image GET call.
|
|
597
|
+
:param 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.
|
|
900
598
|
:param str sku: The image SKU.
|
|
901
|
-
:param str version: Specifies the version of the platform image or marketplace image used to create
|
|
902
|
-
the virtual machine. The allowed formats are Major.Minor.Build or 'latest'.
|
|
903
|
-
Major, Minor, and Build are decimal numbers. Specify 'latest' to use the latest
|
|
904
|
-
version of an image available at deploy time. Even if you use 'latest', the VM
|
|
905
|
-
image will not automatically update after deploy time even if a new version
|
|
906
|
-
becomes available. Please do not use field 'version' for gallery image
|
|
907
|
-
deployment, gallery image should always use 'id' field for deployment, to use 'latest'
|
|
908
|
-
version of gallery image, just set
|
|
909
|
-
'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/images/{imageName}'
|
|
910
|
-
in the 'id' field without version input.
|
|
599
|
+
:param 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.
|
|
911
600
|
"""
|
|
912
601
|
pulumi.set(__self__, "exact_version", exact_version)
|
|
913
602
|
if community_gallery_image_id is not None:
|
|
@@ -929,9 +618,7 @@ class ImageReferenceResponse(dict):
|
|
|
929
618
|
@pulumi.getter(name="exactVersion")
|
|
930
619
|
def exact_version(self) -> str:
|
|
931
620
|
"""
|
|
932
|
-
Specifies in decimal numbers, the version of platform image or marketplace
|
|
933
|
-
image used to create the virtual machine. This readonly field differs from 'version',
|
|
934
|
-
only if the value specified in 'version' field is 'latest'.
|
|
621
|
+
Specifies in decimal numbers, the version of platform image or marketplace image used to create the virtual machine. This readonly field differs from 'version', only if the value specified in 'version' field is 'latest'.
|
|
935
622
|
"""
|
|
936
623
|
return pulumi.get(self, "exact_version")
|
|
937
624
|
|
|
@@ -939,8 +626,7 @@ class ImageReferenceResponse(dict):
|
|
|
939
626
|
@pulumi.getter(name="communityGalleryImageId")
|
|
940
627
|
def community_gallery_image_id(self) -> Optional[str]:
|
|
941
628
|
"""
|
|
942
|
-
Specified the community gallery image unique id for vm deployment. This can be
|
|
943
|
-
fetched from community gallery image GET call.
|
|
629
|
+
Specified the community gallery image unique id for vm deployment. This can be fetched from community gallery image GET call.
|
|
944
630
|
"""
|
|
945
631
|
return pulumi.get(self, "community_gallery_image_id")
|
|
946
632
|
|
|
@@ -956,8 +642,7 @@ class ImageReferenceResponse(dict):
|
|
|
956
642
|
@pulumi.getter
|
|
957
643
|
def offer(self) -> Optional[str]:
|
|
958
644
|
"""
|
|
959
|
-
Specifies the offer of the platform image or marketplace image used to create
|
|
960
|
-
the virtual machine.
|
|
645
|
+
Specifies the offer of the platform image or marketplace image used to create the virtual machine.
|
|
961
646
|
"""
|
|
962
647
|
return pulumi.get(self, "offer")
|
|
963
648
|
|
|
@@ -973,8 +658,7 @@ class ImageReferenceResponse(dict):
|
|
|
973
658
|
@pulumi.getter(name="sharedGalleryImageId")
|
|
974
659
|
def shared_gallery_image_id(self) -> Optional[str]:
|
|
975
660
|
"""
|
|
976
|
-
Specified the shared gallery image unique id for vm deployment. This can be
|
|
977
|
-
fetched from shared gallery image GET call.
|
|
661
|
+
Specified the shared gallery image unique id for vm deployment. This can be fetched from shared gallery image GET call.
|
|
978
662
|
"""
|
|
979
663
|
return pulumi.get(self, "shared_gallery_image_id")
|
|
980
664
|
|
|
@@ -990,20 +674,99 @@ class ImageReferenceResponse(dict):
|
|
|
990
674
|
@pulumi.getter
|
|
991
675
|
def version(self) -> Optional[str]:
|
|
992
676
|
"""
|
|
993
|
-
Specifies the version of the platform image or marketplace image used to create
|
|
994
|
-
the virtual machine. The allowed formats are Major.Minor.Build or 'latest'.
|
|
995
|
-
Major, Minor, and Build are decimal numbers. Specify 'latest' to use the latest
|
|
996
|
-
version of an image available at deploy time. Even if you use 'latest', the VM
|
|
997
|
-
image will not automatically update after deploy time even if a new version
|
|
998
|
-
becomes available. Please do not use field 'version' for gallery image
|
|
999
|
-
deployment, gallery image should always use 'id' field for deployment, to use 'latest'
|
|
1000
|
-
version of gallery image, just set
|
|
1001
|
-
'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/images/{imageName}'
|
|
1002
|
-
in the 'id' field without version input.
|
|
677
|
+
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.
|
|
1003
678
|
"""
|
|
1004
679
|
return pulumi.get(self, "version")
|
|
1005
680
|
|
|
1006
681
|
|
|
682
|
+
@pulumi.output_type
|
|
683
|
+
class InstanceViewStatusResponse(dict):
|
|
684
|
+
"""
|
|
685
|
+
Instance view status.
|
|
686
|
+
"""
|
|
687
|
+
@staticmethod
|
|
688
|
+
def __key_warning(key: str):
|
|
689
|
+
suggest = None
|
|
690
|
+
if key == "displayStatus":
|
|
691
|
+
suggest = "display_status"
|
|
692
|
+
|
|
693
|
+
if suggest:
|
|
694
|
+
pulumi.log.warn(f"Key '{key}' not found in InstanceViewStatusResponse. Access the value via the '{suggest}' property getter instead.")
|
|
695
|
+
|
|
696
|
+
def __getitem__(self, key: str) -> Any:
|
|
697
|
+
InstanceViewStatusResponse.__key_warning(key)
|
|
698
|
+
return super().__getitem__(key)
|
|
699
|
+
|
|
700
|
+
def get(self, key: str, default = None) -> Any:
|
|
701
|
+
InstanceViewStatusResponse.__key_warning(key)
|
|
702
|
+
return super().get(key, default)
|
|
703
|
+
|
|
704
|
+
def __init__(__self__, *,
|
|
705
|
+
code: Optional[str] = None,
|
|
706
|
+
display_status: Optional[str] = None,
|
|
707
|
+
level: Optional[str] = None,
|
|
708
|
+
message: Optional[str] = None,
|
|
709
|
+
time: Optional[str] = None):
|
|
710
|
+
"""
|
|
711
|
+
Instance view status.
|
|
712
|
+
:param str code: The status code.
|
|
713
|
+
:param str display_status: The short localizable label for the status.
|
|
714
|
+
:param str level: The level code.
|
|
715
|
+
:param str message: The detailed status message, including for alerts and error messages.
|
|
716
|
+
:param str time: The time of the status.
|
|
717
|
+
"""
|
|
718
|
+
if code is not None:
|
|
719
|
+
pulumi.set(__self__, "code", code)
|
|
720
|
+
if display_status is not None:
|
|
721
|
+
pulumi.set(__self__, "display_status", display_status)
|
|
722
|
+
if level is not None:
|
|
723
|
+
pulumi.set(__self__, "level", level)
|
|
724
|
+
if message is not None:
|
|
725
|
+
pulumi.set(__self__, "message", message)
|
|
726
|
+
if time is not None:
|
|
727
|
+
pulumi.set(__self__, "time", time)
|
|
728
|
+
|
|
729
|
+
@property
|
|
730
|
+
@pulumi.getter
|
|
731
|
+
def code(self) -> Optional[str]:
|
|
732
|
+
"""
|
|
733
|
+
The status code.
|
|
734
|
+
"""
|
|
735
|
+
return pulumi.get(self, "code")
|
|
736
|
+
|
|
737
|
+
@property
|
|
738
|
+
@pulumi.getter(name="displayStatus")
|
|
739
|
+
def display_status(self) -> Optional[str]:
|
|
740
|
+
"""
|
|
741
|
+
The short localizable label for the status.
|
|
742
|
+
"""
|
|
743
|
+
return pulumi.get(self, "display_status")
|
|
744
|
+
|
|
745
|
+
@property
|
|
746
|
+
@pulumi.getter
|
|
747
|
+
def level(self) -> Optional[str]:
|
|
748
|
+
"""
|
|
749
|
+
The level code.
|
|
750
|
+
"""
|
|
751
|
+
return pulumi.get(self, "level")
|
|
752
|
+
|
|
753
|
+
@property
|
|
754
|
+
@pulumi.getter
|
|
755
|
+
def message(self) -> Optional[str]:
|
|
756
|
+
"""
|
|
757
|
+
The detailed status message, including for alerts and error messages.
|
|
758
|
+
"""
|
|
759
|
+
return pulumi.get(self, "message")
|
|
760
|
+
|
|
761
|
+
@property
|
|
762
|
+
@pulumi.getter
|
|
763
|
+
def time(self) -> Optional[str]:
|
|
764
|
+
"""
|
|
765
|
+
The time of the status.
|
|
766
|
+
"""
|
|
767
|
+
return pulumi.get(self, "time")
|
|
768
|
+
|
|
769
|
+
|
|
1007
770
|
@pulumi.output_type
|
|
1008
771
|
class KeyVaultSecretReferenceResponse(dict):
|
|
1009
772
|
"""
|
|
@@ -1059,9 +822,7 @@ class KeyVaultSecretReferenceResponse(dict):
|
|
|
1059
822
|
@pulumi.output_type
|
|
1060
823
|
class LinuxConfigurationResponse(dict):
|
|
1061
824
|
"""
|
|
1062
|
-
Specifies the Linux operating system settings on the virtual machine. For a
|
|
1063
|
-
list of supported Linux distributions, see [Linux on Azure-Endorsed
|
|
1064
|
-
Distributions](https://docs.microsoft.com/azure/virtual-machines/linux/endorsed-distros).
|
|
825
|
+
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).
|
|
1065
826
|
"""
|
|
1066
827
|
@staticmethod
|
|
1067
828
|
def __key_warning(key: str):
|
|
@@ -1093,17 +854,11 @@ class LinuxConfigurationResponse(dict):
|
|
|
1093
854
|
provision_vm_agent: Optional[bool] = None,
|
|
1094
855
|
ssh: Optional['outputs.SshConfigurationResponse'] = None):
|
|
1095
856
|
"""
|
|
1096
|
-
Specifies the Linux operating system settings on the virtual machine. For a
|
|
1097
|
-
list of supported Linux distributions, see [Linux on Azure-Endorsed
|
|
1098
|
-
Distributions](https://docs.microsoft.com/azure/virtual-machines/linux/endorsed-distros).
|
|
857
|
+
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).
|
|
1099
858
|
:param bool disable_password_authentication: Specifies whether password authentication should be disabled.
|
|
1100
|
-
:param bool enable_vm_agent_platform_updates: Indicates whether VMAgent Platform Updates is enabled for the Linux virtual
|
|
1101
|
-
machine. Default value is false.
|
|
859
|
+
:param bool enable_vm_agent_platform_updates: Indicates whether VMAgent Platform Updates is enabled for the Linux virtual machine. Default value is false.
|
|
1102
860
|
:param 'LinuxPatchSettingsResponse' patch_settings: [Preview Feature] Specifies settings related to VM Guest Patching on Linux.
|
|
1103
|
-
:param bool provision_vm_agent: Indicates whether virtual machine agent should be provisioned on the virtual
|
|
1104
|
-
machine. When this property is not specified in the request body, default
|
|
1105
|
-
behavior is to set it to true. This will ensure that VM Agent is installed on
|
|
1106
|
-
the VM so that extensions can be added to the VM later.
|
|
861
|
+
:param 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.
|
|
1107
862
|
:param 'SshConfigurationResponse' ssh: Specifies the ssh key configuration for a Linux OS.
|
|
1108
863
|
"""
|
|
1109
864
|
if disable_password_authentication is not None:
|
|
@@ -1129,8 +884,7 @@ class LinuxConfigurationResponse(dict):
|
|
|
1129
884
|
@pulumi.getter(name="enableVMAgentPlatformUpdates")
|
|
1130
885
|
def enable_vm_agent_platform_updates(self) -> Optional[bool]:
|
|
1131
886
|
"""
|
|
1132
|
-
Indicates whether VMAgent Platform Updates is enabled for the Linux virtual
|
|
1133
|
-
machine. Default value is false.
|
|
887
|
+
Indicates whether VMAgent Platform Updates is enabled for the Linux virtual machine. Default value is false.
|
|
1134
888
|
"""
|
|
1135
889
|
return pulumi.get(self, "enable_vm_agent_platform_updates")
|
|
1136
890
|
|
|
@@ -1146,10 +900,7 @@ class LinuxConfigurationResponse(dict):
|
|
|
1146
900
|
@pulumi.getter(name="provisionVMAgent")
|
|
1147
901
|
def provision_vm_agent(self) -> Optional[bool]:
|
|
1148
902
|
"""
|
|
1149
|
-
Indicates whether virtual machine agent should be provisioned on the virtual
|
|
1150
|
-
machine. When this property is not specified in the request body, default
|
|
1151
|
-
behavior is to set it to true. This will ensure that VM Agent is installed on
|
|
1152
|
-
the VM so that extensions can be added to the VM later.
|
|
903
|
+
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.
|
|
1153
904
|
"""
|
|
1154
905
|
return pulumi.get(self, "provision_vm_agent")
|
|
1155
906
|
|
|
@@ -1194,19 +945,9 @@ class LinuxPatchSettingsResponse(dict):
|
|
|
1194
945
|
patch_mode: Optional[str] = None):
|
|
1195
946
|
"""
|
|
1196
947
|
Specifies settings related to VM Guest Patching on Linux.
|
|
1197
|
-
:param str assessment_mode: Specifies the mode of VM Guest Patch Assessment for the IaaS virtual
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
**AutomaticByPlatform** - The platform will trigger periodic patch assessments.
|
|
1201
|
-
The property provisionVMAgent must be true.
|
|
1202
|
-
:param 'LinuxVMGuestPatchAutomaticByPlatformSettingsResponse' automatic_by_platform_settings: Specifies additional settings for patch mode AutomaticByPlatform in VM Guest
|
|
1203
|
-
Patching on Linux.
|
|
1204
|
-
:param str patch_mode: Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual
|
|
1205
|
-
machines associated to virtual machine scale set with OrchestrationMode as
|
|
1206
|
-
Flexible.<br /><br /> Possible values are:<br /><br /> **ImageDefault** - The
|
|
1207
|
-
virtual machine's default patching configuration is used. <br /><br />
|
|
1208
|
-
**AutomaticByPlatform** - The virtual machine will be automatically updated by
|
|
1209
|
-
the platform. The property provisionVMAgent must be true
|
|
948
|
+
:param str 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.
|
|
949
|
+
:param 'LinuxVMGuestPatchAutomaticByPlatformSettingsResponse' automatic_by_platform_settings: Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Linux.
|
|
950
|
+
:param str 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
|
|
1210
951
|
"""
|
|
1211
952
|
if assessment_mode is not None:
|
|
1212
953
|
pulumi.set(__self__, "assessment_mode", assessment_mode)
|
|
@@ -1219,11 +960,7 @@ class LinuxPatchSettingsResponse(dict):
|
|
|
1219
960
|
@pulumi.getter(name="assessmentMode")
|
|
1220
961
|
def assessment_mode(self) -> Optional[str]:
|
|
1221
962
|
"""
|
|
1222
|
-
Specifies the mode of VM Guest Patch Assessment for the IaaS virtual
|
|
1223
|
-
machine.<br /><br /> Possible values are:<br /><br /> **ImageDefault** - You
|
|
1224
|
-
control the timing of patch assessments on a virtual machine. <br /><br />
|
|
1225
|
-
**AutomaticByPlatform** - The platform will trigger periodic patch assessments.
|
|
1226
|
-
The property provisionVMAgent must be true.
|
|
963
|
+
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.
|
|
1227
964
|
"""
|
|
1228
965
|
return pulumi.get(self, "assessment_mode")
|
|
1229
966
|
|
|
@@ -1231,8 +968,7 @@ class LinuxPatchSettingsResponse(dict):
|
|
|
1231
968
|
@pulumi.getter(name="automaticByPlatformSettings")
|
|
1232
969
|
def automatic_by_platform_settings(self) -> Optional['outputs.LinuxVMGuestPatchAutomaticByPlatformSettingsResponse']:
|
|
1233
970
|
"""
|
|
1234
|
-
Specifies additional settings for patch mode AutomaticByPlatform in VM Guest
|
|
1235
|
-
Patching on Linux.
|
|
971
|
+
Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Linux.
|
|
1236
972
|
"""
|
|
1237
973
|
return pulumi.get(self, "automatic_by_platform_settings")
|
|
1238
974
|
|
|
@@ -1240,12 +976,7 @@ class LinuxPatchSettingsResponse(dict):
|
|
|
1240
976
|
@pulumi.getter(name="patchMode")
|
|
1241
977
|
def patch_mode(self) -> Optional[str]:
|
|
1242
978
|
"""
|
|
1243
|
-
Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual
|
|
1244
|
-
machines associated to virtual machine scale set with OrchestrationMode as
|
|
1245
|
-
Flexible.<br /><br /> Possible values are:<br /><br /> **ImageDefault** - The
|
|
1246
|
-
virtual machine's default patching configuration is used. <br /><br />
|
|
1247
|
-
**AutomaticByPlatform** - The virtual machine will be automatically updated by
|
|
1248
|
-
the platform. The property provisionVMAgent must be true
|
|
979
|
+
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
|
|
1249
980
|
"""
|
|
1250
981
|
return pulumi.get(self, "patch_mode")
|
|
1251
982
|
|
|
@@ -1253,8 +984,7 @@ class LinuxPatchSettingsResponse(dict):
|
|
|
1253
984
|
@pulumi.output_type
|
|
1254
985
|
class LinuxVMGuestPatchAutomaticByPlatformSettingsResponse(dict):
|
|
1255
986
|
"""
|
|
1256
|
-
Specifies additional settings to be applied when patch mode AutomaticByPlatform
|
|
1257
|
-
is selected in Linux patch settings.
|
|
987
|
+
Specifies additional settings to be applied when patch mode AutomaticByPlatform is selected in Linux patch settings.
|
|
1258
988
|
"""
|
|
1259
989
|
@staticmethod
|
|
1260
990
|
def __key_warning(key: str):
|
|
@@ -1279,11 +1009,9 @@ class LinuxVMGuestPatchAutomaticByPlatformSettingsResponse(dict):
|
|
|
1279
1009
|
bypass_platform_safety_checks_on_user_schedule: Optional[bool] = None,
|
|
1280
1010
|
reboot_setting: Optional[str] = None):
|
|
1281
1011
|
"""
|
|
1282
|
-
Specifies additional settings to be applied when patch mode AutomaticByPlatform
|
|
1283
|
-
is selected in Linux patch settings.
|
|
1012
|
+
Specifies additional settings to be applied when patch mode AutomaticByPlatform is selected in Linux patch settings.
|
|
1284
1013
|
:param bool bypass_platform_safety_checks_on_user_schedule: Enables customer to schedule patching without accidental upgrades
|
|
1285
|
-
:param str reboot_setting: Specifies the reboot setting for all AutomaticByPlatform patch installation
|
|
1286
|
-
operations.
|
|
1014
|
+
:param str reboot_setting: Specifies the reboot setting for all AutomaticByPlatform patch installation operations.
|
|
1287
1015
|
"""
|
|
1288
1016
|
if bypass_platform_safety_checks_on_user_schedule is not None:
|
|
1289
1017
|
pulumi.set(__self__, "bypass_platform_safety_checks_on_user_schedule", bypass_platform_safety_checks_on_user_schedule)
|
|
@@ -1302,8 +1030,7 @@ class LinuxVMGuestPatchAutomaticByPlatformSettingsResponse(dict):
|
|
|
1302
1030
|
@pulumi.getter(name="rebootSetting")
|
|
1303
1031
|
def reboot_setting(self) -> Optional[str]:
|
|
1304
1032
|
"""
|
|
1305
|
-
Specifies the reboot setting for all AutomaticByPlatform patch installation
|
|
1306
|
-
operations.
|
|
1033
|
+
Specifies the reboot setting for all AutomaticByPlatform patch installation operations.
|
|
1307
1034
|
"""
|
|
1308
1035
|
return pulumi.get(self, "reboot_setting")
|
|
1309
1036
|
|
|
@@ -1387,9 +1114,6 @@ class ManagedServiceIdentityResponse(dict):
|
|
|
1387
1114
|
|
|
1388
1115
|
@pulumi.output_type
|
|
1389
1116
|
class OSImageNotificationProfileResponse(dict):
|
|
1390
|
-
"""
|
|
1391
|
-
Specifies OS Image Scheduled Event related configurations.
|
|
1392
|
-
"""
|
|
1393
1117
|
@staticmethod
|
|
1394
1118
|
def __key_warning(key: str):
|
|
1395
1119
|
suggest = None
|
|
@@ -1411,12 +1135,8 @@ class OSImageNotificationProfileResponse(dict):
|
|
|
1411
1135
|
enable: Optional[bool] = None,
|
|
1412
1136
|
not_before_timeout: Optional[str] = None):
|
|
1413
1137
|
"""
|
|
1414
|
-
Specifies OS Image Scheduled Event related configurations.
|
|
1415
1138
|
:param bool enable: Specifies whether the OS Image Scheduled event is enabled or disabled.
|
|
1416
|
-
:param str not_before_timeout: Length of time a Virtual Machine being reimaged or having its OS upgraded will
|
|
1417
|
-
have to potentially approve the OS Image Scheduled Event before the event is
|
|
1418
|
-
auto approved (timed out). The configuration is specified in ISO 8601 format,
|
|
1419
|
-
and the value must not exceed 15 minutes (PT15M)
|
|
1139
|
+
:param 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)
|
|
1420
1140
|
"""
|
|
1421
1141
|
if enable is not None:
|
|
1422
1142
|
pulumi.set(__self__, "enable", enable)
|
|
@@ -1435,10 +1155,7 @@ class OSImageNotificationProfileResponse(dict):
|
|
|
1435
1155
|
@pulumi.getter(name="notBeforeTimeout")
|
|
1436
1156
|
def not_before_timeout(self) -> Optional[str]:
|
|
1437
1157
|
"""
|
|
1438
|
-
Length of time a Virtual Machine being reimaged or having its OS upgraded will
|
|
1439
|
-
have to potentially approve the OS Image Scheduled Event before the event is
|
|
1440
|
-
auto approved (timed out). The configuration is specified in ISO 8601 format,
|
|
1441
|
-
and the value must not exceed 15 minutes (PT15M)
|
|
1158
|
+
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)
|
|
1442
1159
|
"""
|
|
1443
1160
|
return pulumi.get(self, "not_before_timeout")
|
|
1444
1161
|
|
|
@@ -1478,27 +1195,10 @@ class PatchSettingsResponse(dict):
|
|
|
1478
1195
|
patch_mode: Optional[str] = None):
|
|
1479
1196
|
"""
|
|
1480
1197
|
Specifies settings related to VM Guest Patching on Windows.
|
|
1481
|
-
:param str assessment_mode: Specifies the mode of VM Guest patch assessment for the IaaS virtual
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
The property provisionVMAgent must be true.
|
|
1486
|
-
:param 'WindowsVMGuestPatchAutomaticByPlatformSettingsResponse' automatic_by_platform_settings: Specifies additional settings for patch mode AutomaticByPlatform in VM Guest
|
|
1487
|
-
Patching on Windows.
|
|
1488
|
-
:param bool enable_hotpatching: Enables customers to patch their Azure VMs without requiring a reboot. For
|
|
1489
|
-
enableHotpatching, the 'provisionVMAgent' must be set to true and 'patchMode'
|
|
1490
|
-
must be set to 'AutomaticByPlatform'.
|
|
1491
|
-
:param str patch_mode: Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual
|
|
1492
|
-
machines associated to virtual machine scale set with OrchestrationMode as
|
|
1493
|
-
Flexible.<br /><br /> Possible values are:<br /><br /> **Manual** - You
|
|
1494
|
-
control the application of patches to a virtual machine. You do this by
|
|
1495
|
-
applying patches manually inside the VM. In this mode, automatic updates are
|
|
1496
|
-
disabled; the property WindowsConfiguration.enableAutomaticUpdates must be
|
|
1497
|
-
false<br /><br /> **AutomaticByOS** - The virtual machine will automatically be
|
|
1498
|
-
updated by the OS. The property WindowsConfiguration.enableAutomaticUpdates
|
|
1499
|
-
must be true. <br /><br /> **AutomaticByPlatform** - the virtual machine will
|
|
1500
|
-
automatically updated by the platform. The properties provisionVMAgent and
|
|
1501
|
-
WindowsConfiguration.enableAutomaticUpdates must be true
|
|
1198
|
+
:param str 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.
|
|
1199
|
+
:param 'WindowsVMGuestPatchAutomaticByPlatformSettingsResponse' automatic_by_platform_settings: Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Windows.
|
|
1200
|
+
:param 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'.
|
|
1201
|
+
:param str 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
|
|
1502
1202
|
"""
|
|
1503
1203
|
if assessment_mode is not None:
|
|
1504
1204
|
pulumi.set(__self__, "assessment_mode", assessment_mode)
|
|
@@ -1513,11 +1213,7 @@ class PatchSettingsResponse(dict):
|
|
|
1513
1213
|
@pulumi.getter(name="assessmentMode")
|
|
1514
1214
|
def assessment_mode(self) -> Optional[str]:
|
|
1515
1215
|
"""
|
|
1516
|
-
Specifies the mode of VM Guest patch assessment for the IaaS virtual
|
|
1517
|
-
machine.<br /><br /> Possible values are:<br /><br /> **ImageDefault** - You
|
|
1518
|
-
control the timing of patch assessments on a virtual machine.<br /><br />
|
|
1519
|
-
**AutomaticByPlatform** - The platform will trigger periodic patch assessments.
|
|
1520
|
-
The property provisionVMAgent must be true.
|
|
1216
|
+
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.
|
|
1521
1217
|
"""
|
|
1522
1218
|
return pulumi.get(self, "assessment_mode")
|
|
1523
1219
|
|
|
@@ -1525,8 +1221,7 @@ class PatchSettingsResponse(dict):
|
|
|
1525
1221
|
@pulumi.getter(name="automaticByPlatformSettings")
|
|
1526
1222
|
def automatic_by_platform_settings(self) -> Optional['outputs.WindowsVMGuestPatchAutomaticByPlatformSettingsResponse']:
|
|
1527
1223
|
"""
|
|
1528
|
-
Specifies additional settings for patch mode AutomaticByPlatform in VM Guest
|
|
1529
|
-
Patching on Windows.
|
|
1224
|
+
Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Windows.
|
|
1530
1225
|
"""
|
|
1531
1226
|
return pulumi.get(self, "automatic_by_platform_settings")
|
|
1532
1227
|
|
|
@@ -1534,9 +1229,7 @@ class PatchSettingsResponse(dict):
|
|
|
1534
1229
|
@pulumi.getter(name="enableHotpatching")
|
|
1535
1230
|
def enable_hotpatching(self) -> Optional[bool]:
|
|
1536
1231
|
"""
|
|
1537
|
-
Enables customers to patch their Azure VMs without requiring a reboot. For
|
|
1538
|
-
enableHotpatching, the 'provisionVMAgent' must be set to true and 'patchMode'
|
|
1539
|
-
must be set to 'AutomaticByPlatform'.
|
|
1232
|
+
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'.
|
|
1540
1233
|
"""
|
|
1541
1234
|
return pulumi.get(self, "enable_hotpatching")
|
|
1542
1235
|
|
|
@@ -1544,17 +1237,7 @@ class PatchSettingsResponse(dict):
|
|
|
1544
1237
|
@pulumi.getter(name="patchMode")
|
|
1545
1238
|
def patch_mode(self) -> Optional[str]:
|
|
1546
1239
|
"""
|
|
1547
|
-
Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual
|
|
1548
|
-
machines associated to virtual machine scale set with OrchestrationMode as
|
|
1549
|
-
Flexible.<br /><br /> Possible values are:<br /><br /> **Manual** - You
|
|
1550
|
-
control the application of patches to a virtual machine. You do this by
|
|
1551
|
-
applying patches manually inside the VM. In this mode, automatic updates are
|
|
1552
|
-
disabled; the property WindowsConfiguration.enableAutomaticUpdates must be
|
|
1553
|
-
false<br /><br /> **AutomaticByOS** - The virtual machine will automatically be
|
|
1554
|
-
updated by the OS. The property WindowsConfiguration.enableAutomaticUpdates
|
|
1555
|
-
must be true. <br /><br /> **AutomaticByPlatform** - the virtual machine will
|
|
1556
|
-
automatically updated by the platform. The properties provisionVMAgent and
|
|
1557
|
-
WindowsConfiguration.enableAutomaticUpdates must be true
|
|
1240
|
+
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
|
|
1558
1241
|
"""
|
|
1559
1242
|
return pulumi.get(self, "patch_mode")
|
|
1560
1243
|
|
|
@@ -1647,8 +1330,7 @@ class PlanResponse(dict):
|
|
|
1647
1330
|
@pulumi.output_type
|
|
1648
1331
|
class ProxyAgentSettingsResponse(dict):
|
|
1649
1332
|
"""
|
|
1650
|
-
Specifies ProxyAgent settings while creating the virtual machine. Minimum
|
|
1651
|
-
api-version: 2023-09-01.
|
|
1333
|
+
Specifies ProxyAgent settings while creating the virtual machine. Minimum api-version: 2023-09-01.
|
|
1652
1334
|
"""
|
|
1653
1335
|
@staticmethod
|
|
1654
1336
|
def __key_warning(key: str):
|
|
@@ -1672,16 +1354,10 @@ class ProxyAgentSettingsResponse(dict):
|
|
|
1672
1354
|
key_incarnation_id: Optional[int] = None,
|
|
1673
1355
|
mode: Optional[str] = None):
|
|
1674
1356
|
"""
|
|
1675
|
-
Specifies ProxyAgent settings while creating the virtual machine. Minimum
|
|
1676
|
-
|
|
1677
|
-
:param
|
|
1678
|
-
|
|
1679
|
-
:param int key_incarnation_id: Increase the value of this property allows user to reset the key used for
|
|
1680
|
-
securing communication channel between guest and host.
|
|
1681
|
-
:param str mode: Specifies the mode that ProxyAgent will execute on if the feature is enabled.
|
|
1682
|
-
ProxyAgent will start to audit or monitor but not enforce access control over
|
|
1683
|
-
requests to host endpoints in Audit mode, while in Enforce mode it will enforce
|
|
1684
|
-
access control. The default value is Enforce mode.
|
|
1357
|
+
Specifies ProxyAgent settings while creating the virtual machine. Minimum api-version: 2023-09-01.
|
|
1358
|
+
:param bool enabled: Specifies whether ProxyAgent feature should be enabled on the virtual machine or virtual machine scale set.
|
|
1359
|
+
:param 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.
|
|
1360
|
+
:param str 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.
|
|
1685
1361
|
"""
|
|
1686
1362
|
if enabled is not None:
|
|
1687
1363
|
pulumi.set(__self__, "enabled", enabled)
|
|
@@ -1694,8 +1370,7 @@ class ProxyAgentSettingsResponse(dict):
|
|
|
1694
1370
|
@pulumi.getter
|
|
1695
1371
|
def enabled(self) -> Optional[bool]:
|
|
1696
1372
|
"""
|
|
1697
|
-
Specifies whether ProxyAgent feature should be enabled on the virtual machine
|
|
1698
|
-
or virtual machine scale set.
|
|
1373
|
+
Specifies whether ProxyAgent feature should be enabled on the virtual machine or virtual machine scale set.
|
|
1699
1374
|
"""
|
|
1700
1375
|
return pulumi.get(self, "enabled")
|
|
1701
1376
|
|
|
@@ -1703,8 +1378,7 @@ class ProxyAgentSettingsResponse(dict):
|
|
|
1703
1378
|
@pulumi.getter(name="keyIncarnationId")
|
|
1704
1379
|
def key_incarnation_id(self) -> Optional[int]:
|
|
1705
1380
|
"""
|
|
1706
|
-
Increase the value of this property allows user to reset the key used for
|
|
1707
|
-
securing communication channel between guest and host.
|
|
1381
|
+
Increase the value of this property allows user to reset the key used for securing communication channel between guest and host.
|
|
1708
1382
|
"""
|
|
1709
1383
|
return pulumi.get(self, "key_incarnation_id")
|
|
1710
1384
|
|
|
@@ -1712,10 +1386,7 @@ class ProxyAgentSettingsResponse(dict):
|
|
|
1712
1386
|
@pulumi.getter
|
|
1713
1387
|
def mode(self) -> Optional[str]:
|
|
1714
1388
|
"""
|
|
1715
|
-
Specifies the mode that ProxyAgent will execute on if the feature is enabled.
|
|
1716
|
-
ProxyAgent will start to audit or monitor but not enforce access control over
|
|
1717
|
-
requests to host endpoints in Audit mode, while in Enforce mode it will enforce
|
|
1718
|
-
access control. The default value is Enforce mode.
|
|
1389
|
+
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.
|
|
1719
1390
|
"""
|
|
1720
1391
|
return pulumi.get(self, "mode")
|
|
1721
1392
|
|
|
@@ -1723,15 +1394,13 @@ class ProxyAgentSettingsResponse(dict):
|
|
|
1723
1394
|
@pulumi.output_type
|
|
1724
1395
|
class PublicIPAddressSkuResponse(dict):
|
|
1725
1396
|
"""
|
|
1726
|
-
Describes the public IP Sku. It can only be set with OrchestrationMode as
|
|
1727
|
-
Flexible.
|
|
1397
|
+
Describes the public IP Sku. It can only be set with OrchestrationMode as Flexible.
|
|
1728
1398
|
"""
|
|
1729
1399
|
def __init__(__self__, *,
|
|
1730
1400
|
name: Optional[str] = None,
|
|
1731
1401
|
tier: Optional[str] = None):
|
|
1732
1402
|
"""
|
|
1733
|
-
Describes the public IP Sku. It can only be set with OrchestrationMode as
|
|
1734
|
-
Flexible.
|
|
1403
|
+
Describes the public IP Sku. It can only be set with OrchestrationMode as Flexible.
|
|
1735
1404
|
:param str name: Specify public IP sku name
|
|
1736
1405
|
:param str tier: Specify public IP sku tier
|
|
1737
1406
|
"""
|
|
@@ -1825,9 +1494,6 @@ class RegularPriorityProfileResponse(dict):
|
|
|
1825
1494
|
|
|
1826
1495
|
@pulumi.output_type
|
|
1827
1496
|
class ScheduledEventsProfileResponse(dict):
|
|
1828
|
-
"""
|
|
1829
|
-
Specifies Scheduled Event related configurations.
|
|
1830
|
-
"""
|
|
1831
1497
|
@staticmethod
|
|
1832
1498
|
def __key_warning(key: str):
|
|
1833
1499
|
suggest = None
|
|
@@ -1851,7 +1517,6 @@ class ScheduledEventsProfileResponse(dict):
|
|
|
1851
1517
|
os_image_notification_profile: Optional['outputs.OSImageNotificationProfileResponse'] = None,
|
|
1852
1518
|
terminate_notification_profile: Optional['outputs.TerminateNotificationProfileResponse'] = None):
|
|
1853
1519
|
"""
|
|
1854
|
-
Specifies Scheduled Event related configurations.
|
|
1855
1520
|
:param 'OSImageNotificationProfileResponse' os_image_notification_profile: Specifies OS Image Scheduled Event related configurations.
|
|
1856
1521
|
:param 'TerminateNotificationProfileResponse' terminate_notification_profile: Specifies Terminate Scheduled Event related configurations.
|
|
1857
1522
|
"""
|
|
@@ -1880,16 +1545,13 @@ class ScheduledEventsProfileResponse(dict):
|
|
|
1880
1545
|
@pulumi.output_type
|
|
1881
1546
|
class SecurityPostureReferenceResponse(dict):
|
|
1882
1547
|
"""
|
|
1883
|
-
Specifies the security posture to be used for all virtual machines in the scale
|
|
1884
|
-
set. Minimum api-version: 2023-03-01
|
|
1548
|
+
Specifies the security posture to be used for all virtual machines in the scale set. Minimum api-version: 2023-03-01
|
|
1885
1549
|
"""
|
|
1886
1550
|
@staticmethod
|
|
1887
1551
|
def __key_warning(key: str):
|
|
1888
1552
|
suggest = None
|
|
1889
1553
|
if key == "excludeExtensions":
|
|
1890
1554
|
suggest = "exclude_extensions"
|
|
1891
|
-
elif key == "isOverridable":
|
|
1892
|
-
suggest = "is_overridable"
|
|
1893
1555
|
|
|
1894
1556
|
if suggest:
|
|
1895
1557
|
pulumi.log.warn(f"Key '{key}' not found in SecurityPostureReferenceResponse. Access the value via the '{suggest}' property getter instead.")
|
|
@@ -1903,31 +1565,23 @@ class SecurityPostureReferenceResponse(dict):
|
|
|
1903
1565
|
return super().get(key, default)
|
|
1904
1566
|
|
|
1905
1567
|
def __init__(__self__, *,
|
|
1906
|
-
exclude_extensions: Optional[Sequence[
|
|
1907
|
-
id: Optional[str] = None
|
|
1908
|
-
is_overridable: Optional[bool] = None):
|
|
1568
|
+
exclude_extensions: Optional[Sequence['outputs.VirtualMachineExtensionResponse']] = None,
|
|
1569
|
+
id: Optional[str] = None):
|
|
1909
1570
|
"""
|
|
1910
|
-
Specifies the security posture to be used for all virtual machines in the scale
|
|
1911
|
-
|
|
1912
|
-
:param
|
|
1913
|
-
posture.
|
|
1914
|
-
:param str id: The security posture reference id in the form of
|
|
1915
|
-
/CommunityGalleries/{communityGalleryName}/securityPostures/{securityPostureName}/versions/{major.minor.patch}|{major.*}|latest
|
|
1916
|
-
:param bool is_overridable: Whether the security posture can be overridden by the user.
|
|
1571
|
+
Specifies the security posture to be used for all virtual machines in the scale set. Minimum api-version: 2023-03-01
|
|
1572
|
+
:param Sequence['VirtualMachineExtensionResponse'] exclude_extensions: List of virtual machine extensions to exclude when applying the Security Posture.
|
|
1573
|
+
:param str id: The security posture reference id in the form of /CommunityGalleries/{communityGalleryName}/securityPostures/{securityPostureName}/versions/{major.minor.patch}|{major.*}|latest
|
|
1917
1574
|
"""
|
|
1918
1575
|
if exclude_extensions is not None:
|
|
1919
1576
|
pulumi.set(__self__, "exclude_extensions", exclude_extensions)
|
|
1920
1577
|
if id is not None:
|
|
1921
1578
|
pulumi.set(__self__, "id", id)
|
|
1922
|
-
if is_overridable is not None:
|
|
1923
|
-
pulumi.set(__self__, "is_overridable", is_overridable)
|
|
1924
1579
|
|
|
1925
1580
|
@property
|
|
1926
1581
|
@pulumi.getter(name="excludeExtensions")
|
|
1927
|
-
def exclude_extensions(self) -> Optional[Sequence[
|
|
1582
|
+
def exclude_extensions(self) -> Optional[Sequence['outputs.VirtualMachineExtensionResponse']]:
|
|
1928
1583
|
"""
|
|
1929
|
-
List of virtual machine
|
|
1930
|
-
posture.
|
|
1584
|
+
List of virtual machine extensions to exclude when applying the Security Posture.
|
|
1931
1585
|
"""
|
|
1932
1586
|
return pulumi.get(self, "exclude_extensions")
|
|
1933
1587
|
|
|
@@ -1935,25 +1589,15 @@ class SecurityPostureReferenceResponse(dict):
|
|
|
1935
1589
|
@pulumi.getter
|
|
1936
1590
|
def id(self) -> Optional[str]:
|
|
1937
1591
|
"""
|
|
1938
|
-
The security posture reference id in the form of
|
|
1939
|
-
/CommunityGalleries/{communityGalleryName}/securityPostures/{securityPostureName}/versions/{major.minor.patch}|{major.*}|latest
|
|
1592
|
+
The security posture reference id in the form of /CommunityGalleries/{communityGalleryName}/securityPostures/{securityPostureName}/versions/{major.minor.patch}|{major.*}|latest
|
|
1940
1593
|
"""
|
|
1941
1594
|
return pulumi.get(self, "id")
|
|
1942
1595
|
|
|
1943
|
-
@property
|
|
1944
|
-
@pulumi.getter(name="isOverridable")
|
|
1945
|
-
def is_overridable(self) -> Optional[bool]:
|
|
1946
|
-
"""
|
|
1947
|
-
Whether the security posture can be overridden by the user.
|
|
1948
|
-
"""
|
|
1949
|
-
return pulumi.get(self, "is_overridable")
|
|
1950
|
-
|
|
1951
1596
|
|
|
1952
1597
|
@pulumi.output_type
|
|
1953
1598
|
class SecurityProfileResponse(dict):
|
|
1954
1599
|
"""
|
|
1955
|
-
Specifies the Security profile settings for the virtual machine or virtual
|
|
1956
|
-
machine scale set.
|
|
1600
|
+
Specifies the Security profile settings for the virtual machine or virtual machine scale set.
|
|
1957
1601
|
"""
|
|
1958
1602
|
@staticmethod
|
|
1959
1603
|
def __key_warning(key: str):
|
|
@@ -1987,22 +1631,12 @@ class SecurityProfileResponse(dict):
|
|
|
1987
1631
|
security_type: Optional[str] = None,
|
|
1988
1632
|
uefi_settings: Optional['outputs.UefiSettingsResponse'] = None):
|
|
1989
1633
|
"""
|
|
1990
|
-
Specifies the Security profile settings for the virtual machine or virtual
|
|
1991
|
-
machine scale set.
|
|
1992
|
-
:param
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
this property is set to true for the resource.
|
|
1997
|
-
:param 'EncryptionIdentityResponse' encryption_identity: Specifies the Managed Identity used by ADE to get access token for keyvault
|
|
1998
|
-
operations.
|
|
1999
|
-
:param 'ProxyAgentSettingsResponse' proxy_agent_settings: Specifies ProxyAgent settings while creating the virtual machine. Minimum
|
|
2000
|
-
api-version: 2023-09-01.
|
|
2001
|
-
:param str security_type: Specifies the SecurityType of the virtual machine. It has to be set to any
|
|
2002
|
-
specified value to enable UefiSettings. The default behavior is: UefiSettings
|
|
2003
|
-
will not be enabled unless this property is set.
|
|
2004
|
-
:param 'UefiSettingsResponse' uefi_settings: Specifies the security settings like secure boot and vTPM used while creating
|
|
2005
|
-
the virtual machine. Minimum api-version: 2020-12-01.
|
|
1634
|
+
Specifies the Security profile settings for the virtual machine or virtual machine scale set.
|
|
1635
|
+
:param 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.
|
|
1636
|
+
:param 'EncryptionIdentityResponse' encryption_identity: Specifies the Managed Identity used by ADE to get access token for keyvault operations.
|
|
1637
|
+
:param 'ProxyAgentSettingsResponse' proxy_agent_settings: Specifies ProxyAgent settings while creating the virtual machine. Minimum api-version: 2023-09-01.
|
|
1638
|
+
:param str 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.
|
|
1639
|
+
:param 'UefiSettingsResponse' uefi_settings: Specifies the security settings like secure boot and vTPM used while creating the virtual machine. Minimum api-version: 2020-12-01.
|
|
2006
1640
|
"""
|
|
2007
1641
|
if encryption_at_host is not None:
|
|
2008
1642
|
pulumi.set(__self__, "encryption_at_host", encryption_at_host)
|
|
@@ -2019,11 +1653,7 @@ class SecurityProfileResponse(dict):
|
|
|
2019
1653
|
@pulumi.getter(name="encryptionAtHost")
|
|
2020
1654
|
def encryption_at_host(self) -> Optional[bool]:
|
|
2021
1655
|
"""
|
|
2022
|
-
This property can be used by user in the request to enable or disable the Host
|
|
2023
|
-
Encryption for the virtual machine or virtual machine scale set. This will
|
|
2024
|
-
enable the encryption for all the disks including Resource/Temp disk at host
|
|
2025
|
-
itself. The default behavior is: The Encryption at host will be disabled unless
|
|
2026
|
-
this property is set to true for the resource.
|
|
1656
|
+
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.
|
|
2027
1657
|
"""
|
|
2028
1658
|
return pulumi.get(self, "encryption_at_host")
|
|
2029
1659
|
|
|
@@ -2031,8 +1661,7 @@ class SecurityProfileResponse(dict):
|
|
|
2031
1661
|
@pulumi.getter(name="encryptionIdentity")
|
|
2032
1662
|
def encryption_identity(self) -> Optional['outputs.EncryptionIdentityResponse']:
|
|
2033
1663
|
"""
|
|
2034
|
-
Specifies the Managed Identity used by ADE to get access token for keyvault
|
|
2035
|
-
operations.
|
|
1664
|
+
Specifies the Managed Identity used by ADE to get access token for keyvault operations.
|
|
2036
1665
|
"""
|
|
2037
1666
|
return pulumi.get(self, "encryption_identity")
|
|
2038
1667
|
|
|
@@ -2040,8 +1669,7 @@ class SecurityProfileResponse(dict):
|
|
|
2040
1669
|
@pulumi.getter(name="proxyAgentSettings")
|
|
2041
1670
|
def proxy_agent_settings(self) -> Optional['outputs.ProxyAgentSettingsResponse']:
|
|
2042
1671
|
"""
|
|
2043
|
-
Specifies ProxyAgent settings while creating the virtual machine. Minimum
|
|
2044
|
-
api-version: 2023-09-01.
|
|
1672
|
+
Specifies ProxyAgent settings while creating the virtual machine. Minimum api-version: 2023-09-01.
|
|
2045
1673
|
"""
|
|
2046
1674
|
return pulumi.get(self, "proxy_agent_settings")
|
|
2047
1675
|
|
|
@@ -2049,9 +1677,7 @@ class SecurityProfileResponse(dict):
|
|
|
2049
1677
|
@pulumi.getter(name="securityType")
|
|
2050
1678
|
def security_type(self) -> Optional[str]:
|
|
2051
1679
|
"""
|
|
2052
|
-
Specifies the SecurityType of the virtual machine. It has to be set to any
|
|
2053
|
-
specified value to enable UefiSettings. The default behavior is: UefiSettings
|
|
2054
|
-
will not be enabled unless this property is set.
|
|
1680
|
+
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.
|
|
2055
1681
|
"""
|
|
2056
1682
|
return pulumi.get(self, "security_type")
|
|
2057
1683
|
|
|
@@ -2059,8 +1685,7 @@ class SecurityProfileResponse(dict):
|
|
|
2059
1685
|
@pulumi.getter(name="uefiSettings")
|
|
2060
1686
|
def uefi_settings(self) -> Optional['outputs.UefiSettingsResponse']:
|
|
2061
1687
|
"""
|
|
2062
|
-
Specifies the security settings like secure boot and vTPM used while creating
|
|
2063
|
-
the virtual machine. Minimum api-version: 2020-12-01.
|
|
1688
|
+
Specifies the security settings like secure boot and vTPM used while creating the virtual machine. Minimum api-version: 2020-12-01.
|
|
2064
1689
|
"""
|
|
2065
1690
|
return pulumi.get(self, "uefi_settings")
|
|
2066
1691
|
|
|
@@ -2068,18 +1693,13 @@ class SecurityProfileResponse(dict):
|
|
|
2068
1693
|
@pulumi.output_type
|
|
2069
1694
|
class ServiceArtifactReferenceResponse(dict):
|
|
2070
1695
|
"""
|
|
2071
|
-
Specifies the service artifact reference id used to set same image version for
|
|
2072
|
-
all virtual machines in the scale set when using 'latest' image version.
|
|
2073
|
-
Minimum api-version: 2022-11-01
|
|
1696
|
+
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
|
|
2074
1697
|
"""
|
|
2075
1698
|
def __init__(__self__, *,
|
|
2076
1699
|
id: Optional[str] = None):
|
|
2077
1700
|
"""
|
|
2078
|
-
Specifies the service artifact reference id used to set same image version for
|
|
2079
|
-
|
|
2080
|
-
Minimum api-version: 2022-11-01
|
|
2081
|
-
:param str id: The service artifact reference id in the form of
|
|
2082
|
-
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/galleries/{galleryName}/serviceArtifacts/{serviceArtifactName}/vmArtifactsProfiles/{vmArtifactsProfilesName}
|
|
1701
|
+
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
|
|
1702
|
+
:param str id: The service artifact reference id in the form of /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/galleries/{galleryName}/serviceArtifacts/{serviceArtifactName}/vmArtifactsProfiles/{vmArtifactsProfilesName}
|
|
2083
1703
|
"""
|
|
2084
1704
|
if id is not None:
|
|
2085
1705
|
pulumi.set(__self__, "id", id)
|
|
@@ -2088,8 +1708,7 @@ class ServiceArtifactReferenceResponse(dict):
|
|
|
2088
1708
|
@pulumi.getter
|
|
2089
1709
|
def id(self) -> Optional[str]:
|
|
2090
1710
|
"""
|
|
2091
|
-
The service artifact reference id in the form of
|
|
2092
|
-
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/galleries/{galleryName}/serviceArtifacts/{serviceArtifactName}/vmArtifactsProfiles/{vmArtifactsProfilesName}
|
|
1711
|
+
The service artifact reference id in the form of /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/galleries/{galleryName}/serviceArtifacts/{serviceArtifactName}/vmArtifactsProfiles/{vmArtifactsProfilesName}
|
|
2093
1712
|
"""
|
|
2094
1713
|
return pulumi.get(self, "id")
|
|
2095
1714
|
|
|
@@ -2231,8 +1850,7 @@ class SshConfigurationResponse(dict):
|
|
|
2231
1850
|
@pulumi.output_type
|
|
2232
1851
|
class SshPublicKeyResponse(dict):
|
|
2233
1852
|
"""
|
|
2234
|
-
Contains information about SSH certificate public key and the path on the Linux
|
|
2235
|
-
VM where the public key is placed.
|
|
1853
|
+
Contains information about SSH certificate public key and the path on the Linux VM where the public key is placed.
|
|
2236
1854
|
"""
|
|
2237
1855
|
@staticmethod
|
|
2238
1856
|
def __key_warning(key: str):
|
|
@@ -2255,15 +1873,9 @@ class SshPublicKeyResponse(dict):
|
|
|
2255
1873
|
key_data: Optional[str] = None,
|
|
2256
1874
|
path: Optional[str] = None):
|
|
2257
1875
|
"""
|
|
2258
|
-
Contains information about SSH certificate public key and the path on the Linux
|
|
2259
|
-
|
|
2260
|
-
:param str
|
|
2261
|
-
key needs to be at least 2048-bit and in ssh-rsa format. For creating ssh keys,
|
|
2262
|
-
see [Create SSH keys on Linux and Mac for Linux VMs in
|
|
2263
|
-
Azure]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
|
|
2264
|
-
:param str path: Specifies the full path on the created VM where ssh public key is stored. If
|
|
2265
|
-
the file already exists, the specified key is appended to the file. Example:
|
|
2266
|
-
/home/user/.ssh/authorized_keys
|
|
1876
|
+
Contains information about SSH certificate public key and the path on the Linux VM where the public key is placed.
|
|
1877
|
+
:param 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).
|
|
1878
|
+
:param 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
|
|
2267
1879
|
"""
|
|
2268
1880
|
if key_data is not None:
|
|
2269
1881
|
pulumi.set(__self__, "key_data", key_data)
|
|
@@ -2274,10 +1886,7 @@ class SshPublicKeyResponse(dict):
|
|
|
2274
1886
|
@pulumi.getter(name="keyData")
|
|
2275
1887
|
def key_data(self) -> Optional[str]:
|
|
2276
1888
|
"""
|
|
2277
|
-
SSH public key certificate used to authenticate with the VM through ssh. The
|
|
2278
|
-
key needs to be at least 2048-bit and in ssh-rsa format. For creating ssh keys,
|
|
2279
|
-
see [Create SSH keys on Linux and Mac for Linux VMs in
|
|
2280
|
-
Azure]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
|
|
1889
|
+
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).
|
|
2281
1890
|
"""
|
|
2282
1891
|
return pulumi.get(self, "key_data")
|
|
2283
1892
|
|
|
@@ -2285,22 +1894,16 @@ class SshPublicKeyResponse(dict):
|
|
|
2285
1894
|
@pulumi.getter
|
|
2286
1895
|
def path(self) -> Optional[str]:
|
|
2287
1896
|
"""
|
|
2288
|
-
Specifies the full path on the created VM where ssh public key is stored. If
|
|
2289
|
-
the file already exists, the specified key is appended to the file. Example:
|
|
2290
|
-
/home/user/.ssh/authorized_keys
|
|
1897
|
+
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
|
|
2291
1898
|
"""
|
|
2292
1899
|
return pulumi.get(self, "path")
|
|
2293
1900
|
|
|
2294
1901
|
|
|
2295
1902
|
@pulumi.output_type
|
|
2296
1903
|
class SubResourceResponse(dict):
|
|
2297
|
-
"""
|
|
2298
|
-
Describes SubResource
|
|
2299
|
-
"""
|
|
2300
1904
|
def __init__(__self__, *,
|
|
2301
1905
|
id: Optional[str] = None):
|
|
2302
1906
|
"""
|
|
2303
|
-
Describes SubResource
|
|
2304
1907
|
:param str id: Resource Id
|
|
2305
1908
|
"""
|
|
2306
1909
|
if id is not None:
|
|
@@ -2427,9 +2030,6 @@ class SystemDataResponse(dict):
|
|
|
2427
2030
|
|
|
2428
2031
|
@pulumi.output_type
|
|
2429
2032
|
class TerminateNotificationProfileResponse(dict):
|
|
2430
|
-
"""
|
|
2431
|
-
Specifies Terminate Scheduled Event related configurations.
|
|
2432
|
-
"""
|
|
2433
2033
|
@staticmethod
|
|
2434
2034
|
def __key_warning(key: str):
|
|
2435
2035
|
suggest = None
|
|
@@ -2451,12 +2051,8 @@ class TerminateNotificationProfileResponse(dict):
|
|
|
2451
2051
|
enable: Optional[bool] = None,
|
|
2452
2052
|
not_before_timeout: Optional[str] = None):
|
|
2453
2053
|
"""
|
|
2454
|
-
Specifies Terminate Scheduled Event related configurations.
|
|
2455
2054
|
:param bool enable: Specifies whether the Terminate Scheduled event is enabled or disabled.
|
|
2456
|
-
:param str not_before_timeout: Configurable length of time a Virtual Machine being deleted will have to
|
|
2457
|
-
potentially approve the Terminate Scheduled Event before the event is auto
|
|
2458
|
-
approved (timed out). The configuration must be specified in ISO 8601 format,
|
|
2459
|
-
the default value is 5 minutes (PT5M)
|
|
2055
|
+
:param 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)
|
|
2460
2056
|
"""
|
|
2461
2057
|
if enable is not None:
|
|
2462
2058
|
pulumi.set(__self__, "enable", enable)
|
|
@@ -2475,10 +2071,7 @@ class TerminateNotificationProfileResponse(dict):
|
|
|
2475
2071
|
@pulumi.getter(name="notBeforeTimeout")
|
|
2476
2072
|
def not_before_timeout(self) -> Optional[str]:
|
|
2477
2073
|
"""
|
|
2478
|
-
Configurable length of time a Virtual Machine being deleted will have to
|
|
2479
|
-
potentially approve the Terminate Scheduled Event before the event is auto
|
|
2480
|
-
approved (timed out). The configuration must be specified in ISO 8601 format,
|
|
2481
|
-
the default value is 5 minutes (PT5M)
|
|
2074
|
+
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)
|
|
2482
2075
|
"""
|
|
2483
2076
|
return pulumi.get(self, "not_before_timeout")
|
|
2484
2077
|
|
|
@@ -2486,8 +2079,7 @@ class TerminateNotificationProfileResponse(dict):
|
|
|
2486
2079
|
@pulumi.output_type
|
|
2487
2080
|
class UefiSettingsResponse(dict):
|
|
2488
2081
|
"""
|
|
2489
|
-
Specifies the security settings like secure boot and vTPM used while creating
|
|
2490
|
-
the virtual machine. Minimum api-version: 2020-12-01.
|
|
2082
|
+
Specifies the security settings like secure boot and vTPM used while creating the virtual machine. Minimum api-version: 2020-12-01.
|
|
2491
2083
|
"""
|
|
2492
2084
|
@staticmethod
|
|
2493
2085
|
def __key_warning(key: str):
|
|
@@ -2512,12 +2104,9 @@ class UefiSettingsResponse(dict):
|
|
|
2512
2104
|
secure_boot_enabled: Optional[bool] = None,
|
|
2513
2105
|
v_tpm_enabled: Optional[bool] = None):
|
|
2514
2106
|
"""
|
|
2515
|
-
Specifies the security settings like secure boot and vTPM used while creating
|
|
2516
|
-
the virtual machine. Minimum api-version: 2020-12-01.
|
|
2517
|
-
:param bool
|
|
2518
|
-
api-version: 2020-12-01.
|
|
2519
|
-
:param bool v_tpm_enabled: Specifies whether vTPM should be enabled on the virtual machine. Minimum
|
|
2520
|
-
api-version: 2020-12-01.
|
|
2107
|
+
Specifies the security settings like secure boot and vTPM used while creating the virtual machine. Minimum api-version: 2020-12-01.
|
|
2108
|
+
:param bool secure_boot_enabled: Specifies whether secure boot should be enabled on the virtual machine. Minimum api-version: 2020-12-01.
|
|
2109
|
+
:param bool v_tpm_enabled: Specifies whether vTPM should be enabled on the virtual machine. Minimum api-version: 2020-12-01.
|
|
2521
2110
|
"""
|
|
2522
2111
|
if secure_boot_enabled is not None:
|
|
2523
2112
|
pulumi.set(__self__, "secure_boot_enabled", secure_boot_enabled)
|
|
@@ -2528,8 +2117,7 @@ class UefiSettingsResponse(dict):
|
|
|
2528
2117
|
@pulumi.getter(name="secureBootEnabled")
|
|
2529
2118
|
def secure_boot_enabled(self) -> Optional[bool]:
|
|
2530
2119
|
"""
|
|
2531
|
-
Specifies whether secure boot should be enabled on the virtual machine. Minimum
|
|
2532
|
-
api-version: 2020-12-01.
|
|
2120
|
+
Specifies whether secure boot should be enabled on the virtual machine. Minimum api-version: 2020-12-01.
|
|
2533
2121
|
"""
|
|
2534
2122
|
return pulumi.get(self, "secure_boot_enabled")
|
|
2535
2123
|
|
|
@@ -2537,8 +2125,7 @@ class UefiSettingsResponse(dict):
|
|
|
2537
2125
|
@pulumi.getter(name="vTpmEnabled")
|
|
2538
2126
|
def v_tpm_enabled(self) -> Optional[bool]:
|
|
2539
2127
|
"""
|
|
2540
|
-
Specifies whether vTPM should be enabled on the virtual machine. Minimum
|
|
2541
|
-
api-version: 2020-12-01.
|
|
2128
|
+
Specifies whether vTPM should be enabled on the virtual machine. Minimum api-version: 2020-12-01.
|
|
2542
2129
|
"""
|
|
2543
2130
|
return pulumi.get(self, "v_tpm_enabled")
|
|
2544
2131
|
|
|
@@ -2598,8 +2185,7 @@ class UserAssignedIdentityResponse(dict):
|
|
|
2598
2185
|
@pulumi.output_type
|
|
2599
2186
|
class VMDiskSecurityProfileResponse(dict):
|
|
2600
2187
|
"""
|
|
2601
|
-
Specifies the security profile settings for the managed disk. **Note:** It can
|
|
2602
|
-
only be set for Confidential VMs.
|
|
2188
|
+
Specifies the security profile settings for the managed disk. **Note:** It can only be set for Confidential VMs.
|
|
2603
2189
|
"""
|
|
2604
2190
|
@staticmethod
|
|
2605
2191
|
def __key_warning(key: str):
|
|
@@ -2624,16 +2210,9 @@ class VMDiskSecurityProfileResponse(dict):
|
|
|
2624
2210
|
disk_encryption_set: Optional['outputs.DiskEncryptionSetParametersResponse'] = None,
|
|
2625
2211
|
security_encryption_type: Optional[str] = None):
|
|
2626
2212
|
"""
|
|
2627
|
-
Specifies the security profile settings for the managed disk. **Note:** It can
|
|
2628
|
-
|
|
2629
|
-
:param
|
|
2630
|
-
disk that is used for Customer Managed Key encrypted ConfidentialVM OS Disk and
|
|
2631
|
-
VMGuest blob.
|
|
2632
|
-
:param str security_encryption_type: Specifies the EncryptionType of the managed disk. It is set to
|
|
2633
|
-
DiskWithVMGuestState for encryption of the managed disk along with VMGuestState
|
|
2634
|
-
blob, VMGuestStateOnly for encryption of just the VMGuestState blob, and
|
|
2635
|
-
NonPersistedTPM for not persisting firmware state in the VMGuestState blob..
|
|
2636
|
-
**Note:** It can be set for only Confidential VMs.
|
|
2213
|
+
Specifies the security profile settings for the managed disk. **Note:** It can only be set for Confidential VMs.
|
|
2214
|
+
:param 'DiskEncryptionSetParametersResponse' 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.
|
|
2215
|
+
:param str 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.
|
|
2637
2216
|
"""
|
|
2638
2217
|
if disk_encryption_set is not None:
|
|
2639
2218
|
pulumi.set(__self__, "disk_encryption_set", disk_encryption_set)
|
|
@@ -2644,9 +2223,7 @@ class VMDiskSecurityProfileResponse(dict):
|
|
|
2644
2223
|
@pulumi.getter(name="diskEncryptionSet")
|
|
2645
2224
|
def disk_encryption_set(self) -> Optional['outputs.DiskEncryptionSetParametersResponse']:
|
|
2646
2225
|
"""
|
|
2647
|
-
Specifies the customer managed disk encryption set resource id for the managed
|
|
2648
|
-
disk that is used for Customer Managed Key encrypted ConfidentialVM OS Disk and
|
|
2649
|
-
VMGuest blob.
|
|
2226
|
+
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.
|
|
2650
2227
|
"""
|
|
2651
2228
|
return pulumi.get(self, "disk_encryption_set")
|
|
2652
2229
|
|
|
@@ -2654,11 +2231,7 @@ class VMDiskSecurityProfileResponse(dict):
|
|
|
2654
2231
|
@pulumi.getter(name="securityEncryptionType")
|
|
2655
2232
|
def security_encryption_type(self) -> Optional[str]:
|
|
2656
2233
|
"""
|
|
2657
|
-
Specifies the EncryptionType of the managed disk. It is set to
|
|
2658
|
-
DiskWithVMGuestState for encryption of the managed disk along with VMGuestState
|
|
2659
|
-
blob, VMGuestStateOnly for encryption of just the VMGuestState blob, and
|
|
2660
|
-
NonPersistedTPM for not persisting firmware state in the VMGuestState blob..
|
|
2661
|
-
**Note:** It can be set for only Confidential VMs.
|
|
2234
|
+
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.
|
|
2662
2235
|
"""
|
|
2663
2236
|
return pulumi.get(self, "security_encryption_type")
|
|
2664
2237
|
|
|
@@ -2666,8 +2239,7 @@ class VMDiskSecurityProfileResponse(dict):
|
|
|
2666
2239
|
@pulumi.output_type
|
|
2667
2240
|
class VMGalleryApplicationResponse(dict):
|
|
2668
2241
|
"""
|
|
2669
|
-
Specifies the required information to reference a compute gallery application
|
|
2670
|
-
version
|
|
2242
|
+
Specifies the required information to reference a compute gallery application version
|
|
2671
2243
|
"""
|
|
2672
2244
|
@staticmethod
|
|
2673
2245
|
def __key_warning(key: str):
|
|
@@ -2700,18 +2272,13 @@ class VMGalleryApplicationResponse(dict):
|
|
|
2700
2272
|
tags: Optional[str] = None,
|
|
2701
2273
|
treat_failure_as_deployment_failure: Optional[bool] = None):
|
|
2702
2274
|
"""
|
|
2703
|
-
Specifies the required information to reference a compute gallery application
|
|
2704
|
-
version
|
|
2705
|
-
:param str
|
|
2706
|
-
|
|
2707
|
-
:param str configuration_reference: Optional, Specifies the uri to an azure blob that will replace the default
|
|
2708
|
-
configuration for the package if provided
|
|
2709
|
-
:param bool enable_automatic_upgrade: If set to true, when a new Gallery Application version is available in PIR/SIG,
|
|
2710
|
-
it will be automatically updated for the VM/VMSS
|
|
2275
|
+
Specifies the required information to reference a compute gallery application version
|
|
2276
|
+
:param 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}
|
|
2277
|
+
:param str configuration_reference: Optional, Specifies the uri to an azure blob that will replace the default configuration for the package if provided
|
|
2278
|
+
:param 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
|
|
2711
2279
|
:param int order: Optional, Specifies the order in which the packages have to be installed
|
|
2712
2280
|
:param str tags: Optional, Specifies a passthrough value for more generic context.
|
|
2713
|
-
:param bool treat_failure_as_deployment_failure: Optional, If true, any failure for any operation in the VmApplication will fail
|
|
2714
|
-
the deployment
|
|
2281
|
+
:param bool treat_failure_as_deployment_failure: Optional, If true, any failure for any operation in the VmApplication will fail the deployment
|
|
2715
2282
|
"""
|
|
2716
2283
|
pulumi.set(__self__, "package_reference_id", package_reference_id)
|
|
2717
2284
|
if configuration_reference is not None:
|
|
@@ -2729,8 +2296,7 @@ class VMGalleryApplicationResponse(dict):
|
|
|
2729
2296
|
@pulumi.getter(name="packageReferenceId")
|
|
2730
2297
|
def package_reference_id(self) -> str:
|
|
2731
2298
|
"""
|
|
2732
|
-
Specifies the GalleryApplicationVersion resource id on the form of
|
|
2733
|
-
/subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{application}/versions/{version}
|
|
2299
|
+
Specifies the GalleryApplicationVersion resource id on the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{application}/versions/{version}
|
|
2734
2300
|
"""
|
|
2735
2301
|
return pulumi.get(self, "package_reference_id")
|
|
2736
2302
|
|
|
@@ -2738,8 +2304,7 @@ class VMGalleryApplicationResponse(dict):
|
|
|
2738
2304
|
@pulumi.getter(name="configurationReference")
|
|
2739
2305
|
def configuration_reference(self) -> Optional[str]:
|
|
2740
2306
|
"""
|
|
2741
|
-
Optional, Specifies the uri to an azure blob that will replace the default
|
|
2742
|
-
configuration for the package if provided
|
|
2307
|
+
Optional, Specifies the uri to an azure blob that will replace the default configuration for the package if provided
|
|
2743
2308
|
"""
|
|
2744
2309
|
return pulumi.get(self, "configuration_reference")
|
|
2745
2310
|
|
|
@@ -2747,8 +2312,7 @@ class VMGalleryApplicationResponse(dict):
|
|
|
2747
2312
|
@pulumi.getter(name="enableAutomaticUpgrade")
|
|
2748
2313
|
def enable_automatic_upgrade(self) -> Optional[bool]:
|
|
2749
2314
|
"""
|
|
2750
|
-
If set to true, when a new Gallery Application version is available in PIR/SIG,
|
|
2751
|
-
it will be automatically updated for the VM/VMSS
|
|
2315
|
+
If set to true, when a new Gallery Application version is available in PIR/SIG, it will be automatically updated for the VM/VMSS
|
|
2752
2316
|
"""
|
|
2753
2317
|
return pulumi.get(self, "enable_automatic_upgrade")
|
|
2754
2318
|
|
|
@@ -2772,8 +2336,7 @@ class VMGalleryApplicationResponse(dict):
|
|
|
2772
2336
|
@pulumi.getter(name="treatFailureAsDeploymentFailure")
|
|
2773
2337
|
def treat_failure_as_deployment_failure(self) -> Optional[bool]:
|
|
2774
2338
|
"""
|
|
2775
|
-
Optional, If true, any failure for any operation in the VmApplication will fail
|
|
2776
|
-
the deployment
|
|
2339
|
+
Optional, If true, any failure for any operation in the VmApplication will fail the deployment
|
|
2777
2340
|
"""
|
|
2778
2341
|
return pulumi.get(self, "treat_failure_as_deployment_failure")
|
|
2779
2342
|
|
|
@@ -2807,17 +2370,8 @@ class VMSizePropertiesResponse(dict):
|
|
|
2807
2370
|
v_cpus_per_core: Optional[int] = None):
|
|
2808
2371
|
"""
|
|
2809
2372
|
Specifies VM Size Property settings on the virtual machine.
|
|
2810
|
-
:param int v_cpus_available: Specifies the number of vCPUs available for the VM. When this property is not
|
|
2811
|
-
|
|
2812
|
-
vCPUs available for that VM size exposed in api response of [List all available
|
|
2813
|
-
virtual machine sizes in a
|
|
2814
|
-
region](https://docs.microsoft.com/en-us/rest/api/compute/resource-skus/list).
|
|
2815
|
-
:param int v_cpus_per_core: Specifies the vCPU to physical core ratio. When this property is not specified
|
|
2816
|
-
in the request body the default behavior is set to the value of vCPUsPerCore
|
|
2817
|
-
for the VM Size exposed in api response of [List all available virtual machine
|
|
2818
|
-
sizes in a
|
|
2819
|
-
region](https://docs.microsoft.com/en-us/rest/api/compute/resource-skus/list).
|
|
2820
|
-
**Setting this property to 1 also means that hyper-threading is disabled.**
|
|
2373
|
+
:param 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).
|
|
2374
|
+
:param 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.**
|
|
2821
2375
|
"""
|
|
2822
2376
|
if v_cpus_available is not None:
|
|
2823
2377
|
pulumi.set(__self__, "v_cpus_available", v_cpus_available)
|
|
@@ -2828,11 +2382,7 @@ class VMSizePropertiesResponse(dict):
|
|
|
2828
2382
|
@pulumi.getter(name="vCPUsAvailable")
|
|
2829
2383
|
def v_cpus_available(self) -> Optional[int]:
|
|
2830
2384
|
"""
|
|
2831
|
-
Specifies the number of vCPUs available for the VM. When this property is not
|
|
2832
|
-
specified in the request body the default behavior is to set it to the value of
|
|
2833
|
-
vCPUs available for that VM size exposed in api response of [List all available
|
|
2834
|
-
virtual machine sizes in a
|
|
2835
|
-
region](https://docs.microsoft.com/en-us/rest/api/compute/resource-skus/list).
|
|
2385
|
+
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).
|
|
2836
2386
|
"""
|
|
2837
2387
|
return pulumi.get(self, "v_cpus_available")
|
|
2838
2388
|
|
|
@@ -2840,12 +2390,7 @@ class VMSizePropertiesResponse(dict):
|
|
|
2840
2390
|
@pulumi.getter(name="vCPUsPerCore")
|
|
2841
2391
|
def v_cpus_per_core(self) -> Optional[int]:
|
|
2842
2392
|
"""
|
|
2843
|
-
Specifies the vCPU to physical core ratio. When this property is not specified
|
|
2844
|
-
in the request body the default behavior is set to the value of vCPUsPerCore
|
|
2845
|
-
for the VM Size exposed in api response of [List all available virtual machine
|
|
2846
|
-
sizes in a
|
|
2847
|
-
region](https://docs.microsoft.com/en-us/rest/api/compute/resource-skus/list).
|
|
2848
|
-
**Setting this property to 1 also means that hyper-threading is disabled.**
|
|
2393
|
+
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.**
|
|
2849
2394
|
"""
|
|
2850
2395
|
return pulumi.get(self, "v_cpus_per_core")
|
|
2851
2396
|
|
|
@@ -2853,8 +2398,7 @@ class VMSizePropertiesResponse(dict):
|
|
|
2853
2398
|
@pulumi.output_type
|
|
2854
2399
|
class VaultCertificateResponse(dict):
|
|
2855
2400
|
"""
|
|
2856
|
-
Describes a single certificate reference in a Key Vault, and where the
|
|
2857
|
-
certificate should reside on the VM.
|
|
2401
|
+
Describes a single certificate reference in a Key Vault, and where the certificate should reside on the VM.
|
|
2858
2402
|
"""
|
|
2859
2403
|
@staticmethod
|
|
2860
2404
|
def __key_warning(key: str):
|
|
@@ -2879,28 +2423,9 @@ class VaultCertificateResponse(dict):
|
|
|
2879
2423
|
certificate_store: Optional[str] = None,
|
|
2880
2424
|
certificate_url: Optional[str] = None):
|
|
2881
2425
|
"""
|
|
2882
|
-
Describes a single certificate reference in a Key Vault, and where the
|
|
2883
|
-
certificate should
|
|
2884
|
-
:param str
|
|
2885
|
-
which the certificate should be added. The specified certificate store is
|
|
2886
|
-
implicitly in the LocalMachine account. For Linux VMs, the certificate file is
|
|
2887
|
-
placed under the /var/lib/waagent directory, with the file name
|
|
2888
|
-
<UppercaseThumbprint>.crt for the X509 certificate file and
|
|
2889
|
-
<UppercaseThumbprint>.prv for private key. Both of these files are .pem
|
|
2890
|
-
formatted.
|
|
2891
|
-
:param str certificate_url: This is the URL of a certificate that has been uploaded to Key Vault as a
|
|
2892
|
-
secret. For adding a secret to the Key Vault, see [Add a key or secret to the
|
|
2893
|
-
key
|
|
2894
|
-
vault](https://docs.microsoft.com/azure/key-vault/key-vault-get-started/#add).
|
|
2895
|
-
In this case, your certificate needs to be It is the Base64 encoding of the
|
|
2896
|
-
following JSON Object which is encoded in UTF-8: <br><br> {<br>
|
|
2897
|
-
"data":"<Base64-encoded-certificate>",<br> "dataType":"pfx",<br>
|
|
2898
|
-
"password":"<pfx-file-password>"<br>} <br> To install certificates on a virtual
|
|
2899
|
-
machine it is recommended to use the [Azure Key Vault virtual machine extension
|
|
2900
|
-
for
|
|
2901
|
-
Linux](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-linux)
|
|
2902
|
-
or the [Azure Key Vault virtual machine extension for
|
|
2903
|
-
Windows](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-windows).
|
|
2426
|
+
Describes a single certificate reference in a Key Vault, and where the certificate should reside on the VM.
|
|
2427
|
+
:param 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.
|
|
2428
|
+
:param 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).
|
|
2904
2429
|
"""
|
|
2905
2430
|
if certificate_store is not None:
|
|
2906
2431
|
pulumi.set(__self__, "certificate_store", certificate_store)
|
|
@@ -2911,13 +2436,7 @@ class VaultCertificateResponse(dict):
|
|
|
2911
2436
|
@pulumi.getter(name="certificateStore")
|
|
2912
2437
|
def certificate_store(self) -> Optional[str]:
|
|
2913
2438
|
"""
|
|
2914
|
-
For Windows VMs, specifies the certificate store on the Virtual Machine to
|
|
2915
|
-
which the certificate should be added. The specified certificate store is
|
|
2916
|
-
implicitly in the LocalMachine account. For Linux VMs, the certificate file is
|
|
2917
|
-
placed under the /var/lib/waagent directory, with the file name
|
|
2918
|
-
<UppercaseThumbprint>.crt for the X509 certificate file and
|
|
2919
|
-
<UppercaseThumbprint>.prv for private key. Both of these files are .pem
|
|
2920
|
-
formatted.
|
|
2439
|
+
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.
|
|
2921
2440
|
"""
|
|
2922
2441
|
return pulumi.get(self, "certificate_store")
|
|
2923
2442
|
|
|
@@ -2925,19 +2444,7 @@ class VaultCertificateResponse(dict):
|
|
|
2925
2444
|
@pulumi.getter(name="certificateUrl")
|
|
2926
2445
|
def certificate_url(self) -> Optional[str]:
|
|
2927
2446
|
"""
|
|
2928
|
-
This is the URL of a certificate that has been uploaded to Key Vault as a
|
|
2929
|
-
secret. For adding a secret to the Key Vault, see [Add a key or secret to the
|
|
2930
|
-
key
|
|
2931
|
-
vault](https://docs.microsoft.com/azure/key-vault/key-vault-get-started/#add).
|
|
2932
|
-
In this case, your certificate needs to be It is the Base64 encoding of the
|
|
2933
|
-
following JSON Object which is encoded in UTF-8: <br><br> {<br>
|
|
2934
|
-
"data":"<Base64-encoded-certificate>",<br> "dataType":"pfx",<br>
|
|
2935
|
-
"password":"<pfx-file-password>"<br>} <br> To install certificates on a virtual
|
|
2936
|
-
machine it is recommended to use the [Azure Key Vault virtual machine extension
|
|
2937
|
-
for
|
|
2938
|
-
Linux](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-linux)
|
|
2939
|
-
or the [Azure Key Vault virtual machine extension for
|
|
2940
|
-
Windows](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-windows).
|
|
2447
|
+
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).
|
|
2941
2448
|
"""
|
|
2942
2449
|
return pulumi.get(self, "certificate_url")
|
|
2943
2450
|
|
|
@@ -2971,8 +2478,7 @@ class VaultSecretGroupResponse(dict):
|
|
|
2971
2478
|
vault_certificates: Optional[Sequence['outputs.VaultCertificateResponse']] = None):
|
|
2972
2479
|
"""
|
|
2973
2480
|
Describes a set of certificates which are all in the same Key Vault.
|
|
2974
|
-
:param 'SubResourceResponse' source_vault: The relative URL of the Key Vault containing all of the certificates in
|
|
2975
|
-
VaultCertificates.
|
|
2481
|
+
:param 'SubResourceResponse' source_vault: The relative URL of the Key Vault containing all of the certificates in VaultCertificates.
|
|
2976
2482
|
:param Sequence['VaultCertificateResponse'] vault_certificates: The list of key vault references in SourceVault which contain certificates.
|
|
2977
2483
|
"""
|
|
2978
2484
|
if source_vault is not None:
|
|
@@ -2984,8 +2490,7 @@ class VaultSecretGroupResponse(dict):
|
|
|
2984
2490
|
@pulumi.getter(name="sourceVault")
|
|
2985
2491
|
def source_vault(self) -> Optional['outputs.SubResourceResponse']:
|
|
2986
2492
|
"""
|
|
2987
|
-
The relative URL of the Key Vault containing all of the certificates in
|
|
2988
|
-
VaultCertificates.
|
|
2493
|
+
The relative URL of the Key Vault containing all of the certificates in VaultCertificates.
|
|
2989
2494
|
"""
|
|
2990
2495
|
return pulumi.get(self, "source_vault")
|
|
2991
2496
|
|
|
@@ -3022,257 +2527,97 @@ class VirtualHardDiskResponse(dict):
|
|
|
3022
2527
|
|
|
3023
2528
|
|
|
3024
2529
|
@pulumi.output_type
|
|
3025
|
-
class
|
|
2530
|
+
class VirtualMachineExtensionInstanceViewResponse(dict):
|
|
3026
2531
|
"""
|
|
3027
|
-
|
|
2532
|
+
The instance view of a virtual machine extension.
|
|
3028
2533
|
"""
|
|
3029
2534
|
@staticmethod
|
|
3030
2535
|
def __key_warning(key: str):
|
|
3031
2536
|
suggest = None
|
|
3032
|
-
if key == "
|
|
3033
|
-
suggest = "
|
|
3034
|
-
elif key == "deleteOption":
|
|
3035
|
-
suggest = "delete_option"
|
|
3036
|
-
elif key == "diskIOPSReadWrite":
|
|
3037
|
-
suggest = "disk_iops_read_write"
|
|
3038
|
-
elif key == "diskMBpsReadWrite":
|
|
3039
|
-
suggest = "disk_m_bps_read_write"
|
|
3040
|
-
elif key == "diskSizeGB":
|
|
3041
|
-
suggest = "disk_size_gb"
|
|
3042
|
-
elif key == "managedDisk":
|
|
3043
|
-
suggest = "managed_disk"
|
|
3044
|
-
elif key == "writeAcceleratorEnabled":
|
|
3045
|
-
suggest = "write_accelerator_enabled"
|
|
2537
|
+
if key == "typeHandlerVersion":
|
|
2538
|
+
suggest = "type_handler_version"
|
|
3046
2539
|
|
|
3047
2540
|
if suggest:
|
|
3048
|
-
pulumi.log.warn(f"Key '{key}' not found in
|
|
2541
|
+
pulumi.log.warn(f"Key '{key}' not found in VirtualMachineExtensionInstanceViewResponse. Access the value via the '{suggest}' property getter instead.")
|
|
3049
2542
|
|
|
3050
2543
|
def __getitem__(self, key: str) -> Any:
|
|
3051
|
-
|
|
2544
|
+
VirtualMachineExtensionInstanceViewResponse.__key_warning(key)
|
|
3052
2545
|
return super().__getitem__(key)
|
|
3053
2546
|
|
|
3054
2547
|
def get(self, key: str, default = None) -> Any:
|
|
3055
|
-
|
|
2548
|
+
VirtualMachineExtensionInstanceViewResponse.__key_warning(key)
|
|
3056
2549
|
return super().get(key, default)
|
|
3057
2550
|
|
|
3058
2551
|
def __init__(__self__, *,
|
|
3059
|
-
create_option: str,
|
|
3060
|
-
lun: int,
|
|
3061
|
-
caching: Optional[str] = None,
|
|
3062
|
-
delete_option: Optional[str] = None,
|
|
3063
|
-
disk_iops_read_write: Optional[float] = None,
|
|
3064
|
-
disk_m_bps_read_write: Optional[float] = None,
|
|
3065
|
-
disk_size_gb: Optional[int] = None,
|
|
3066
|
-
managed_disk: Optional['outputs.VirtualMachineScaleSetManagedDiskParametersResponse'] = None,
|
|
3067
2552
|
name: Optional[str] = None,
|
|
3068
|
-
|
|
2553
|
+
statuses: Optional[Sequence['outputs.InstanceViewStatusResponse']] = None,
|
|
2554
|
+
substatuses: Optional[Sequence['outputs.InstanceViewStatusResponse']] = None,
|
|
2555
|
+
type: Optional[str] = None,
|
|
2556
|
+
type_handler_version: Optional[str] = None):
|
|
3069
2557
|
"""
|
|
3070
|
-
|
|
3071
|
-
:param str
|
|
3072
|
-
:param
|
|
3073
|
-
|
|
3074
|
-
|
|
3075
|
-
:param str
|
|
3076
|
-
**ReadOnly,** **ReadWrite.** The default values are: **None for Standard
|
|
3077
|
-
storage. ReadOnly for Premium storage.**
|
|
3078
|
-
:param str delete_option: Specifies whether data disk should be deleted or detached upon VMSS Flex
|
|
3079
|
-
deletion (This feature is available for VMSS with Flexible OrchestrationMode
|
|
3080
|
-
only).<br><br> Possible values: <br><br> **Delete** If this value is used, the
|
|
3081
|
-
data disk is deleted when the VMSS Flex VM is deleted.<br><br> **Detach** If
|
|
3082
|
-
this value is used, the data disk is retained after VMSS Flex VM is
|
|
3083
|
-
deleted.<br><br> The default value is set to **Delete**.
|
|
3084
|
-
:param float disk_iops_read_write: Specifies the Read-Write IOPS for the managed disk. Should be used only when
|
|
3085
|
-
StorageAccountType is UltraSSD_LRS. If not specified, a default value would be
|
|
3086
|
-
assigned based on diskSizeGB.
|
|
3087
|
-
:param float disk_m_bps_read_write: Specifies the bandwidth in MB per second for the managed disk. Should be used
|
|
3088
|
-
only when StorageAccountType is UltraSSD_LRS. If not specified, a default value
|
|
3089
|
-
would be assigned based on diskSizeGB.
|
|
3090
|
-
:param int disk_size_gb: Specifies the size of an empty data disk in gigabytes. This element can be used
|
|
3091
|
-
to overwrite the size of the disk in a virtual machine image. The property
|
|
3092
|
-
diskSizeGB is the number of bytes x 1024^3 for the disk and the value cannot be
|
|
3093
|
-
larger than 1023.
|
|
3094
|
-
:param 'VirtualMachineScaleSetManagedDiskParametersResponse' managed_disk: The managed disk parameters.
|
|
3095
|
-
:param str name: The disk name.
|
|
3096
|
-
:param bool write_accelerator_enabled: Specifies whether writeAccelerator should be enabled or disabled on the disk.
|
|
2558
|
+
The instance view of a virtual machine extension.
|
|
2559
|
+
:param str name: The virtual machine extension name.
|
|
2560
|
+
:param Sequence['InstanceViewStatusResponse'] statuses: The resource status information.
|
|
2561
|
+
:param Sequence['InstanceViewStatusResponse'] substatuses: The resource status information.
|
|
2562
|
+
:param str type: Specifies the type of the extension; an example is "CustomScriptExtension".
|
|
2563
|
+
:param str type_handler_version: Specifies the version of the script handler.
|
|
3097
2564
|
"""
|
|
3098
|
-
pulumi.set(__self__, "create_option", create_option)
|
|
3099
|
-
pulumi.set(__self__, "lun", lun)
|
|
3100
|
-
if caching is not None:
|
|
3101
|
-
pulumi.set(__self__, "caching", caching)
|
|
3102
|
-
if delete_option is not None:
|
|
3103
|
-
pulumi.set(__self__, "delete_option", delete_option)
|
|
3104
|
-
if disk_iops_read_write is not None:
|
|
3105
|
-
pulumi.set(__self__, "disk_iops_read_write", disk_iops_read_write)
|
|
3106
|
-
if disk_m_bps_read_write is not None:
|
|
3107
|
-
pulumi.set(__self__, "disk_m_bps_read_write", disk_m_bps_read_write)
|
|
3108
|
-
if disk_size_gb is not None:
|
|
3109
|
-
pulumi.set(__self__, "disk_size_gb", disk_size_gb)
|
|
3110
|
-
if managed_disk is not None:
|
|
3111
|
-
pulumi.set(__self__, "managed_disk", managed_disk)
|
|
3112
2565
|
if name is not None:
|
|
3113
2566
|
pulumi.set(__self__, "name", name)
|
|
3114
|
-
if
|
|
3115
|
-
pulumi.set(__self__, "
|
|
3116
|
-
|
|
3117
|
-
|
|
3118
|
-
|
|
3119
|
-
|
|
3120
|
-
|
|
3121
|
-
|
|
3122
|
-
"""
|
|
3123
|
-
return pulumi.get(self, "create_option")
|
|
2567
|
+
if statuses is not None:
|
|
2568
|
+
pulumi.set(__self__, "statuses", statuses)
|
|
2569
|
+
if substatuses is not None:
|
|
2570
|
+
pulumi.set(__self__, "substatuses", substatuses)
|
|
2571
|
+
if type is not None:
|
|
2572
|
+
pulumi.set(__self__, "type", type)
|
|
2573
|
+
if type_handler_version is not None:
|
|
2574
|
+
pulumi.set(__self__, "type_handler_version", type_handler_version)
|
|
3124
2575
|
|
|
3125
2576
|
@property
|
|
3126
2577
|
@pulumi.getter
|
|
3127
|
-
def
|
|
2578
|
+
def name(self) -> Optional[str]:
|
|
3128
2579
|
"""
|
|
3129
|
-
|
|
3130
|
-
identify data disks within the VM and therefore must be unique for each data
|
|
3131
|
-
disk attached to a VM.
|
|
2580
|
+
The virtual machine extension name.
|
|
3132
2581
|
"""
|
|
3133
|
-
return pulumi.get(self, "
|
|
2582
|
+
return pulumi.get(self, "name")
|
|
3134
2583
|
|
|
3135
2584
|
@property
|
|
3136
2585
|
@pulumi.getter
|
|
3137
|
-
def
|
|
3138
|
-
"""
|
|
3139
|
-
Specifies the caching requirements. Possible values are: **None,**
|
|
3140
|
-
**ReadOnly,** **ReadWrite.** The default values are: **None for Standard
|
|
3141
|
-
storage. ReadOnly for Premium storage.**
|
|
3142
|
-
"""
|
|
3143
|
-
return pulumi.get(self, "caching")
|
|
3144
|
-
|
|
3145
|
-
@property
|
|
3146
|
-
@pulumi.getter(name="deleteOption")
|
|
3147
|
-
def delete_option(self) -> Optional[str]:
|
|
3148
|
-
"""
|
|
3149
|
-
Specifies whether data disk should be deleted or detached upon VMSS Flex
|
|
3150
|
-
deletion (This feature is available for VMSS with Flexible OrchestrationMode
|
|
3151
|
-
only).<br><br> Possible values: <br><br> **Delete** If this value is used, the
|
|
3152
|
-
data disk is deleted when the VMSS Flex VM is deleted.<br><br> **Detach** If
|
|
3153
|
-
this value is used, the data disk is retained after VMSS Flex VM is
|
|
3154
|
-
deleted.<br><br> The default value is set to **Delete**.
|
|
3155
|
-
"""
|
|
3156
|
-
return pulumi.get(self, "delete_option")
|
|
3157
|
-
|
|
3158
|
-
@property
|
|
3159
|
-
@pulumi.getter(name="diskIOPSReadWrite")
|
|
3160
|
-
def disk_iops_read_write(self) -> Optional[float]:
|
|
3161
|
-
"""
|
|
3162
|
-
Specifies the Read-Write IOPS for the managed disk. Should be used only when
|
|
3163
|
-
StorageAccountType is UltraSSD_LRS. If not specified, a default value would be
|
|
3164
|
-
assigned based on diskSizeGB.
|
|
3165
|
-
"""
|
|
3166
|
-
return pulumi.get(self, "disk_iops_read_write")
|
|
3167
|
-
|
|
3168
|
-
@property
|
|
3169
|
-
@pulumi.getter(name="diskMBpsReadWrite")
|
|
3170
|
-
def disk_m_bps_read_write(self) -> Optional[float]:
|
|
3171
|
-
"""
|
|
3172
|
-
Specifies the bandwidth in MB per second for the managed disk. Should be used
|
|
3173
|
-
only when StorageAccountType is UltraSSD_LRS. If not specified, a default value
|
|
3174
|
-
would be assigned based on diskSizeGB.
|
|
3175
|
-
"""
|
|
3176
|
-
return pulumi.get(self, "disk_m_bps_read_write")
|
|
3177
|
-
|
|
3178
|
-
@property
|
|
3179
|
-
@pulumi.getter(name="diskSizeGB")
|
|
3180
|
-
def disk_size_gb(self) -> Optional[int]:
|
|
2586
|
+
def statuses(self) -> Optional[Sequence['outputs.InstanceViewStatusResponse']]:
|
|
3181
2587
|
"""
|
|
3182
|
-
|
|
3183
|
-
to overwrite the size of the disk in a virtual machine image. The property
|
|
3184
|
-
diskSizeGB is the number of bytes x 1024^3 for the disk and the value cannot be
|
|
3185
|
-
larger than 1023.
|
|
3186
|
-
"""
|
|
3187
|
-
return pulumi.get(self, "disk_size_gb")
|
|
3188
|
-
|
|
3189
|
-
@property
|
|
3190
|
-
@pulumi.getter(name="managedDisk")
|
|
3191
|
-
def managed_disk(self) -> Optional['outputs.VirtualMachineScaleSetManagedDiskParametersResponse']:
|
|
3192
|
-
"""
|
|
3193
|
-
The managed disk parameters.
|
|
2588
|
+
The resource status information.
|
|
3194
2589
|
"""
|
|
3195
|
-
return pulumi.get(self, "
|
|
2590
|
+
return pulumi.get(self, "statuses")
|
|
3196
2591
|
|
|
3197
2592
|
@property
|
|
3198
2593
|
@pulumi.getter
|
|
3199
|
-
def
|
|
3200
|
-
"""
|
|
3201
|
-
The disk name.
|
|
3202
|
-
"""
|
|
3203
|
-
return pulumi.get(self, "name")
|
|
3204
|
-
|
|
3205
|
-
@property
|
|
3206
|
-
@pulumi.getter(name="writeAcceleratorEnabled")
|
|
3207
|
-
def write_accelerator_enabled(self) -> Optional[bool]:
|
|
3208
|
-
"""
|
|
3209
|
-
Specifies whether writeAccelerator should be enabled or disabled on the disk.
|
|
3210
|
-
"""
|
|
3211
|
-
return pulumi.get(self, "write_accelerator_enabled")
|
|
3212
|
-
|
|
3213
|
-
|
|
3214
|
-
@pulumi.output_type
|
|
3215
|
-
class VirtualMachineScaleSetExtensionProfileResponse(dict):
|
|
3216
|
-
"""
|
|
3217
|
-
Describes a virtual machine scale set extension profile.
|
|
3218
|
-
"""
|
|
3219
|
-
@staticmethod
|
|
3220
|
-
def __key_warning(key: str):
|
|
3221
|
-
suggest = None
|
|
3222
|
-
if key == "extensionsTimeBudget":
|
|
3223
|
-
suggest = "extensions_time_budget"
|
|
3224
|
-
|
|
3225
|
-
if suggest:
|
|
3226
|
-
pulumi.log.warn(f"Key '{key}' not found in VirtualMachineScaleSetExtensionProfileResponse. Access the value via the '{suggest}' property getter instead.")
|
|
3227
|
-
|
|
3228
|
-
def __getitem__(self, key: str) -> Any:
|
|
3229
|
-
VirtualMachineScaleSetExtensionProfileResponse.__key_warning(key)
|
|
3230
|
-
return super().__getitem__(key)
|
|
3231
|
-
|
|
3232
|
-
def get(self, key: str, default = None) -> Any:
|
|
3233
|
-
VirtualMachineScaleSetExtensionProfileResponse.__key_warning(key)
|
|
3234
|
-
return super().get(key, default)
|
|
3235
|
-
|
|
3236
|
-
def __init__(__self__, *,
|
|
3237
|
-
extensions: Optional[Sequence['outputs.VirtualMachineScaleSetExtensionResponse']] = None,
|
|
3238
|
-
extensions_time_budget: Optional[str] = None):
|
|
2594
|
+
def substatuses(self) -> Optional[Sequence['outputs.InstanceViewStatusResponse']]:
|
|
3239
2595
|
"""
|
|
3240
|
-
|
|
3241
|
-
:param Sequence['VirtualMachineScaleSetExtensionResponse'] extensions: The virtual machine scale set child extension resources.
|
|
3242
|
-
:param str extensions_time_budget: Specifies the time alloted for all extensions to start. The time duration
|
|
3243
|
-
should be between 15 minutes and 120 minutes (inclusive) and should be
|
|
3244
|
-
specified in ISO 8601 format. The default value is 90 minutes (PT1H30M).
|
|
3245
|
-
Minimum api-version: 2020-06-01.
|
|
2596
|
+
The resource status information.
|
|
3246
2597
|
"""
|
|
3247
|
-
|
|
3248
|
-
pulumi.set(__self__, "extensions", extensions)
|
|
3249
|
-
if extensions_time_budget is not None:
|
|
3250
|
-
pulumi.set(__self__, "extensions_time_budget", extensions_time_budget)
|
|
2598
|
+
return pulumi.get(self, "substatuses")
|
|
3251
2599
|
|
|
3252
2600
|
@property
|
|
3253
2601
|
@pulumi.getter
|
|
3254
|
-
def
|
|
2602
|
+
def type(self) -> Optional[str]:
|
|
3255
2603
|
"""
|
|
3256
|
-
|
|
2604
|
+
Specifies the type of the extension; an example is "CustomScriptExtension".
|
|
3257
2605
|
"""
|
|
3258
|
-
return pulumi.get(self, "
|
|
2606
|
+
return pulumi.get(self, "type")
|
|
3259
2607
|
|
|
3260
2608
|
@property
|
|
3261
|
-
@pulumi.getter(name="
|
|
3262
|
-
def
|
|
2609
|
+
@pulumi.getter(name="typeHandlerVersion")
|
|
2610
|
+
def type_handler_version(self) -> Optional[str]:
|
|
3263
2611
|
"""
|
|
3264
|
-
Specifies the
|
|
3265
|
-
should be between 15 minutes and 120 minutes (inclusive) and should be
|
|
3266
|
-
specified in ISO 8601 format. The default value is 90 minutes (PT1H30M).
|
|
3267
|
-
Minimum api-version: 2020-06-01.
|
|
2612
|
+
Specifies the version of the script handler.
|
|
3268
2613
|
"""
|
|
3269
|
-
return pulumi.get(self, "
|
|
2614
|
+
return pulumi.get(self, "type_handler_version")
|
|
3270
2615
|
|
|
3271
2616
|
|
|
3272
2617
|
@pulumi.output_type
|
|
3273
|
-
class
|
|
2618
|
+
class VirtualMachineExtensionResponse(dict):
|
|
3274
2619
|
"""
|
|
3275
|
-
Describes
|
|
2620
|
+
Describes a Virtual Machine Extension.
|
|
3276
2621
|
"""
|
|
3277
2622
|
@staticmethod
|
|
3278
2623
|
def __key_warning(key: str):
|
|
@@ -3285,6 +2630,10 @@ class VirtualMachineScaleSetExtensionPropertiesResponse(dict):
|
|
|
3285
2630
|
suggest = "enable_automatic_upgrade"
|
|
3286
2631
|
elif key == "forceUpdateTag":
|
|
3287
2632
|
suggest = "force_update_tag"
|
|
2633
|
+
elif key == "instanceView":
|
|
2634
|
+
suggest = "instance_view"
|
|
2635
|
+
elif key == "protectedSettings":
|
|
2636
|
+
suggest = "protected_settings"
|
|
3288
2637
|
elif key == "protectedSettingsFromKeyVault":
|
|
3289
2638
|
suggest = "protected_settings_from_key_vault"
|
|
3290
2639
|
elif key == "provisionAfterExtensions":
|
|
@@ -3295,58 +2644,70 @@ class VirtualMachineScaleSetExtensionPropertiesResponse(dict):
|
|
|
3295
2644
|
suggest = "type_handler_version"
|
|
3296
2645
|
|
|
3297
2646
|
if suggest:
|
|
3298
|
-
pulumi.log.warn(f"Key '{key}' not found in
|
|
2647
|
+
pulumi.log.warn(f"Key '{key}' not found in VirtualMachineExtensionResponse. Access the value via the '{suggest}' property getter instead.")
|
|
3299
2648
|
|
|
3300
2649
|
def __getitem__(self, key: str) -> Any:
|
|
3301
|
-
|
|
2650
|
+
VirtualMachineExtensionResponse.__key_warning(key)
|
|
3302
2651
|
return super().__getitem__(key)
|
|
3303
2652
|
|
|
3304
2653
|
def get(self, key: str, default = None) -> Any:
|
|
3305
|
-
|
|
2654
|
+
VirtualMachineExtensionResponse.__key_warning(key)
|
|
3306
2655
|
return super().get(key, default)
|
|
3307
2656
|
|
|
3308
2657
|
def __init__(__self__, *,
|
|
2658
|
+
id: str,
|
|
2659
|
+
name: str,
|
|
3309
2660
|
provisioning_state: str,
|
|
2661
|
+
type: str,
|
|
3310
2662
|
auto_upgrade_minor_version: Optional[bool] = None,
|
|
3311
2663
|
enable_automatic_upgrade: Optional[bool] = None,
|
|
3312
2664
|
force_update_tag: Optional[str] = None,
|
|
2665
|
+
instance_view: Optional['outputs.VirtualMachineExtensionInstanceViewResponse'] = None,
|
|
2666
|
+
location: Optional[str] = None,
|
|
2667
|
+
protected_settings: Optional[Any] = None,
|
|
3313
2668
|
protected_settings_from_key_vault: Optional['outputs.KeyVaultSecretReferenceResponse'] = None,
|
|
3314
2669
|
provision_after_extensions: Optional[Sequence[str]] = None,
|
|
3315
2670
|
publisher: Optional[str] = None,
|
|
3316
2671
|
settings: Optional[Any] = None,
|
|
3317
2672
|
suppress_failures: Optional[bool] = None,
|
|
3318
|
-
|
|
2673
|
+
tags: Optional[Mapping[str, str]] = None,
|
|
3319
2674
|
type_handler_version: Optional[str] = None):
|
|
3320
2675
|
"""
|
|
3321
|
-
Describes
|
|
2676
|
+
Describes a Virtual Machine Extension.
|
|
2677
|
+
:param str id: Resource Id
|
|
2678
|
+
:param str name: Resource name
|
|
3322
2679
|
:param str provisioning_state: The provisioning state, which only appears in the response.
|
|
3323
|
-
:param
|
|
3324
|
-
|
|
3325
|
-
|
|
3326
|
-
:param
|
|
3327
|
-
|
|
3328
|
-
:param str
|
|
3329
|
-
|
|
3330
|
-
|
|
3331
|
-
:param
|
|
3332
|
-
from key vault
|
|
3333
|
-
:param Sequence[str] provision_after_extensions: Collection of extension names after which this extension needs to be
|
|
3334
|
-
provisioned.
|
|
2680
|
+
:param str type: Resource type
|
|
2681
|
+
:param 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.
|
|
2682
|
+
:param 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.
|
|
2683
|
+
:param str force_update_tag: How the extension handler should be forced to update even if the extension configuration has not changed.
|
|
2684
|
+
:param 'VirtualMachineExtensionInstanceViewResponse' instance_view: The virtual machine extension instance view.
|
|
2685
|
+
:param str location: Resource location
|
|
2686
|
+
:param Any protected_settings: The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
|
|
2687
|
+
:param 'KeyVaultSecretReferenceResponse' protected_settings_from_key_vault: The extensions protected settings that are passed by reference, and consumed from key vault
|
|
2688
|
+
:param Sequence[str] provision_after_extensions: Collection of extension names after which this extension needs to be provisioned.
|
|
3335
2689
|
:param str publisher: The name of the extension handler publisher.
|
|
3336
2690
|
:param Any settings: Json formatted public settings for the extension.
|
|
3337
|
-
:param bool suppress_failures: Indicates whether failures stemming from the extension will be suppressed
|
|
3338
|
-
|
|
3339
|
-
regardless of this value). The default is false.
|
|
3340
|
-
:param str type: Specifies the type of the extension; an example is "CustomScriptExtension".
|
|
2691
|
+
:param 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.
|
|
2692
|
+
:param Mapping[str, str] tags: Resource tags
|
|
3341
2693
|
:param str type_handler_version: Specifies the version of the script handler.
|
|
3342
2694
|
"""
|
|
2695
|
+
pulumi.set(__self__, "id", id)
|
|
2696
|
+
pulumi.set(__self__, "name", name)
|
|
3343
2697
|
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
2698
|
+
pulumi.set(__self__, "type", type)
|
|
3344
2699
|
if auto_upgrade_minor_version is not None:
|
|
3345
2700
|
pulumi.set(__self__, "auto_upgrade_minor_version", auto_upgrade_minor_version)
|
|
3346
2701
|
if enable_automatic_upgrade is not None:
|
|
3347
2702
|
pulumi.set(__self__, "enable_automatic_upgrade", enable_automatic_upgrade)
|
|
3348
2703
|
if force_update_tag is not None:
|
|
3349
2704
|
pulumi.set(__self__, "force_update_tag", force_update_tag)
|
|
2705
|
+
if instance_view is not None:
|
|
2706
|
+
pulumi.set(__self__, "instance_view", instance_view)
|
|
2707
|
+
if location is not None:
|
|
2708
|
+
pulumi.set(__self__, "location", location)
|
|
2709
|
+
if protected_settings is not None:
|
|
2710
|
+
pulumi.set(__self__, "protected_settings", protected_settings)
|
|
3350
2711
|
if protected_settings_from_key_vault is not None:
|
|
3351
2712
|
pulumi.set(__self__, "protected_settings_from_key_vault", protected_settings_from_key_vault)
|
|
3352
2713
|
if provision_after_extensions is not None:
|
|
@@ -3357,11 +2718,27 @@ class VirtualMachineScaleSetExtensionPropertiesResponse(dict):
|
|
|
3357
2718
|
pulumi.set(__self__, "settings", settings)
|
|
3358
2719
|
if suppress_failures is not None:
|
|
3359
2720
|
pulumi.set(__self__, "suppress_failures", suppress_failures)
|
|
3360
|
-
if
|
|
3361
|
-
pulumi.set(__self__, "
|
|
2721
|
+
if tags is not None:
|
|
2722
|
+
pulumi.set(__self__, "tags", tags)
|
|
3362
2723
|
if type_handler_version is not None:
|
|
3363
2724
|
pulumi.set(__self__, "type_handler_version", type_handler_version)
|
|
3364
2725
|
|
|
2726
|
+
@property
|
|
2727
|
+
@pulumi.getter
|
|
2728
|
+
def id(self) -> str:
|
|
2729
|
+
"""
|
|
2730
|
+
Resource Id
|
|
2731
|
+
"""
|
|
2732
|
+
return pulumi.get(self, "id")
|
|
2733
|
+
|
|
2734
|
+
@property
|
|
2735
|
+
@pulumi.getter
|
|
2736
|
+
def name(self) -> str:
|
|
2737
|
+
"""
|
|
2738
|
+
Resource name
|
|
2739
|
+
"""
|
|
2740
|
+
return pulumi.get(self, "name")
|
|
2741
|
+
|
|
3365
2742
|
@property
|
|
3366
2743
|
@pulumi.getter(name="provisioningState")
|
|
3367
2744
|
def provisioning_state(self) -> str:
|
|
@@ -3370,13 +2747,19 @@ class VirtualMachineScaleSetExtensionPropertiesResponse(dict):
|
|
|
3370
2747
|
"""
|
|
3371
2748
|
return pulumi.get(self, "provisioning_state")
|
|
3372
2749
|
|
|
2750
|
+
@property
|
|
2751
|
+
@pulumi.getter
|
|
2752
|
+
def type(self) -> str:
|
|
2753
|
+
"""
|
|
2754
|
+
Resource type
|
|
2755
|
+
"""
|
|
2756
|
+
return pulumi.get(self, "type")
|
|
2757
|
+
|
|
3373
2758
|
@property
|
|
3374
2759
|
@pulumi.getter(name="autoUpgradeMinorVersion")
|
|
3375
2760
|
def auto_upgrade_minor_version(self) -> Optional[bool]:
|
|
3376
2761
|
"""
|
|
3377
|
-
Indicates whether the extension should use a newer minor version if one is
|
|
3378
|
-
available at deployment time. Once deployed, however, the extension will not
|
|
3379
|
-
upgrade minor versions unless redeployed, even with this property set to true.
|
|
2762
|
+
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.
|
|
3380
2763
|
"""
|
|
3381
2764
|
return pulumi.get(self, "auto_upgrade_minor_version")
|
|
3382
2765
|
|
|
@@ -3384,8 +2767,7 @@ class VirtualMachineScaleSetExtensionPropertiesResponse(dict):
|
|
|
3384
2767
|
@pulumi.getter(name="enableAutomaticUpgrade")
|
|
3385
2768
|
def enable_automatic_upgrade(self) -> Optional[bool]:
|
|
3386
2769
|
"""
|
|
3387
|
-
Indicates whether the extension should be automatically upgraded by the
|
|
3388
|
-
platform if there is a newer version of the extension available.
|
|
2770
|
+
Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available.
|
|
3389
2771
|
"""
|
|
3390
2772
|
return pulumi.get(self, "enable_automatic_upgrade")
|
|
3391
2773
|
|
|
@@ -3393,18 +2775,39 @@ class VirtualMachineScaleSetExtensionPropertiesResponse(dict):
|
|
|
3393
2775
|
@pulumi.getter(name="forceUpdateTag")
|
|
3394
2776
|
def force_update_tag(self) -> Optional[str]:
|
|
3395
2777
|
"""
|
|
3396
|
-
|
|
3397
|
-
handler will be forced to update even if the extension configuration has not
|
|
3398
|
-
changed.
|
|
2778
|
+
How the extension handler should be forced to update even if the extension configuration has not changed.
|
|
3399
2779
|
"""
|
|
3400
2780
|
return pulumi.get(self, "force_update_tag")
|
|
3401
2781
|
|
|
2782
|
+
@property
|
|
2783
|
+
@pulumi.getter(name="instanceView")
|
|
2784
|
+
def instance_view(self) -> Optional['outputs.VirtualMachineExtensionInstanceViewResponse']:
|
|
2785
|
+
"""
|
|
2786
|
+
The virtual machine extension instance view.
|
|
2787
|
+
"""
|
|
2788
|
+
return pulumi.get(self, "instance_view")
|
|
2789
|
+
|
|
2790
|
+
@property
|
|
2791
|
+
@pulumi.getter
|
|
2792
|
+
def location(self) -> Optional[str]:
|
|
2793
|
+
"""
|
|
2794
|
+
Resource location
|
|
2795
|
+
"""
|
|
2796
|
+
return pulumi.get(self, "location")
|
|
2797
|
+
|
|
2798
|
+
@property
|
|
2799
|
+
@pulumi.getter(name="protectedSettings")
|
|
2800
|
+
def protected_settings(self) -> Optional[Any]:
|
|
2801
|
+
"""
|
|
2802
|
+
The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
|
|
2803
|
+
"""
|
|
2804
|
+
return pulumi.get(self, "protected_settings")
|
|
2805
|
+
|
|
3402
2806
|
@property
|
|
3403
2807
|
@pulumi.getter(name="protectedSettingsFromKeyVault")
|
|
3404
2808
|
def protected_settings_from_key_vault(self) -> Optional['outputs.KeyVaultSecretReferenceResponse']:
|
|
3405
2809
|
"""
|
|
3406
|
-
The extensions protected settings that are passed by reference, and consumed
|
|
3407
|
-
from key vault
|
|
2810
|
+
The extensions protected settings that are passed by reference, and consumed from key vault
|
|
3408
2811
|
"""
|
|
3409
2812
|
return pulumi.get(self, "protected_settings_from_key_vault")
|
|
3410
2813
|
|
|
@@ -3412,8 +2815,7 @@ class VirtualMachineScaleSetExtensionPropertiesResponse(dict):
|
|
|
3412
2815
|
@pulumi.getter(name="provisionAfterExtensions")
|
|
3413
2816
|
def provision_after_extensions(self) -> Optional[Sequence[str]]:
|
|
3414
2817
|
"""
|
|
3415
|
-
Collection of extension names after which this extension needs to be
|
|
3416
|
-
provisioned.
|
|
2818
|
+
Collection of extension names after which this extension needs to be provisioned.
|
|
3417
2819
|
"""
|
|
3418
2820
|
return pulumi.get(self, "provision_after_extensions")
|
|
3419
2821
|
|
|
@@ -3437,19 +2839,17 @@ class VirtualMachineScaleSetExtensionPropertiesResponse(dict):
|
|
|
3437
2839
|
@pulumi.getter(name="suppressFailures")
|
|
3438
2840
|
def suppress_failures(self) -> Optional[bool]:
|
|
3439
2841
|
"""
|
|
3440
|
-
Indicates whether failures stemming from the extension will be suppressed
|
|
3441
|
-
(Operational failures such as not connecting to the VM will not be suppressed
|
|
3442
|
-
regardless of this value). The default is false.
|
|
2842
|
+
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.
|
|
3443
2843
|
"""
|
|
3444
2844
|
return pulumi.get(self, "suppress_failures")
|
|
3445
2845
|
|
|
3446
2846
|
@property
|
|
3447
2847
|
@pulumi.getter
|
|
3448
|
-
def
|
|
2848
|
+
def tags(self) -> Optional[Mapping[str, str]]:
|
|
3449
2849
|
"""
|
|
3450
|
-
|
|
2850
|
+
Resource tags
|
|
3451
2851
|
"""
|
|
3452
|
-
return pulumi.get(self, "
|
|
2852
|
+
return pulumi.get(self, "tags")
|
|
3453
2853
|
|
|
3454
2854
|
@property
|
|
3455
2855
|
@pulumi.getter(name="typeHandlerVersion")
|
|
@@ -3461,28 +2861,310 @@ class VirtualMachineScaleSetExtensionPropertiesResponse(dict):
|
|
|
3461
2861
|
|
|
3462
2862
|
|
|
3463
2863
|
@pulumi.output_type
|
|
3464
|
-
class
|
|
2864
|
+
class VirtualMachineScaleSetDataDiskResponse(dict):
|
|
3465
2865
|
"""
|
|
3466
|
-
Describes a
|
|
2866
|
+
Describes a virtual machine scale set data disk.
|
|
3467
2867
|
"""
|
|
2868
|
+
@staticmethod
|
|
2869
|
+
def __key_warning(key: str):
|
|
2870
|
+
suggest = None
|
|
2871
|
+
if key == "createOption":
|
|
2872
|
+
suggest = "create_option"
|
|
2873
|
+
elif key == "deleteOption":
|
|
2874
|
+
suggest = "delete_option"
|
|
2875
|
+
elif key == "diskIOPSReadWrite":
|
|
2876
|
+
suggest = "disk_iops_read_write"
|
|
2877
|
+
elif key == "diskMBpsReadWrite":
|
|
2878
|
+
suggest = "disk_m_bps_read_write"
|
|
2879
|
+
elif key == "diskSizeGB":
|
|
2880
|
+
suggest = "disk_size_gb"
|
|
2881
|
+
elif key == "managedDisk":
|
|
2882
|
+
suggest = "managed_disk"
|
|
2883
|
+
elif key == "writeAcceleratorEnabled":
|
|
2884
|
+
suggest = "write_accelerator_enabled"
|
|
2885
|
+
|
|
2886
|
+
if suggest:
|
|
2887
|
+
pulumi.log.warn(f"Key '{key}' not found in VirtualMachineScaleSetDataDiskResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2888
|
+
|
|
2889
|
+
def __getitem__(self, key: str) -> Any:
|
|
2890
|
+
VirtualMachineScaleSetDataDiskResponse.__key_warning(key)
|
|
2891
|
+
return super().__getitem__(key)
|
|
2892
|
+
|
|
2893
|
+
def get(self, key: str, default = None) -> Any:
|
|
2894
|
+
VirtualMachineScaleSetDataDiskResponse.__key_warning(key)
|
|
2895
|
+
return super().get(key, default)
|
|
2896
|
+
|
|
3468
2897
|
def __init__(__self__, *,
|
|
3469
|
-
|
|
3470
|
-
|
|
2898
|
+
create_option: str,
|
|
2899
|
+
lun: int,
|
|
2900
|
+
caching: Optional[str] = None,
|
|
2901
|
+
delete_option: Optional[str] = None,
|
|
2902
|
+
disk_iops_read_write: Optional[float] = None,
|
|
2903
|
+
disk_m_bps_read_write: Optional[float] = None,
|
|
2904
|
+
disk_size_gb: Optional[int] = None,
|
|
2905
|
+
managed_disk: Optional['outputs.VirtualMachineScaleSetManagedDiskParametersResponse'] = None,
|
|
3471
2906
|
name: Optional[str] = None,
|
|
3472
|
-
|
|
2907
|
+
write_accelerator_enabled: Optional[bool] = None):
|
|
3473
2908
|
"""
|
|
3474
|
-
Describes a
|
|
3475
|
-
:param str
|
|
2909
|
+
Describes a virtual machine scale set data disk.
|
|
2910
|
+
:param str create_option: The create option.
|
|
2911
|
+
:param 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.
|
|
2912
|
+
:param str caching: Specifies the caching requirements. Possible values are: **None,** **ReadOnly,** **ReadWrite.** The default values are: **None for Standard storage. ReadOnly for Premium storage.**
|
|
2913
|
+
:param str 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**.
|
|
2914
|
+
:param 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.
|
|
2915
|
+
:param 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.
|
|
2916
|
+
:param 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.
|
|
2917
|
+
:param 'VirtualMachineScaleSetManagedDiskParametersResponse' managed_disk: The managed disk parameters.
|
|
2918
|
+
:param str name: The disk name.
|
|
2919
|
+
:param bool write_accelerator_enabled: Specifies whether writeAccelerator should be enabled or disabled on the disk.
|
|
2920
|
+
"""
|
|
2921
|
+
pulumi.set(__self__, "create_option", create_option)
|
|
2922
|
+
pulumi.set(__self__, "lun", lun)
|
|
2923
|
+
if caching is not None:
|
|
2924
|
+
pulumi.set(__self__, "caching", caching)
|
|
2925
|
+
if delete_option is not None:
|
|
2926
|
+
pulumi.set(__self__, "delete_option", delete_option)
|
|
2927
|
+
if disk_iops_read_write is not None:
|
|
2928
|
+
pulumi.set(__self__, "disk_iops_read_write", disk_iops_read_write)
|
|
2929
|
+
if disk_m_bps_read_write is not None:
|
|
2930
|
+
pulumi.set(__self__, "disk_m_bps_read_write", disk_m_bps_read_write)
|
|
2931
|
+
if disk_size_gb is not None:
|
|
2932
|
+
pulumi.set(__self__, "disk_size_gb", disk_size_gb)
|
|
2933
|
+
if managed_disk is not None:
|
|
2934
|
+
pulumi.set(__self__, "managed_disk", managed_disk)
|
|
2935
|
+
if name is not None:
|
|
2936
|
+
pulumi.set(__self__, "name", name)
|
|
2937
|
+
if write_accelerator_enabled is not None:
|
|
2938
|
+
pulumi.set(__self__, "write_accelerator_enabled", write_accelerator_enabled)
|
|
2939
|
+
|
|
2940
|
+
@property
|
|
2941
|
+
@pulumi.getter(name="createOption")
|
|
2942
|
+
def create_option(self) -> str:
|
|
2943
|
+
"""
|
|
2944
|
+
The create option.
|
|
2945
|
+
"""
|
|
2946
|
+
return pulumi.get(self, "create_option")
|
|
2947
|
+
|
|
2948
|
+
@property
|
|
2949
|
+
@pulumi.getter
|
|
2950
|
+
def lun(self) -> int:
|
|
2951
|
+
"""
|
|
2952
|
+
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.
|
|
2953
|
+
"""
|
|
2954
|
+
return pulumi.get(self, "lun")
|
|
2955
|
+
|
|
2956
|
+
@property
|
|
2957
|
+
@pulumi.getter
|
|
2958
|
+
def caching(self) -> Optional[str]:
|
|
2959
|
+
"""
|
|
2960
|
+
Specifies the caching requirements. Possible values are: **None,** **ReadOnly,** **ReadWrite.** The default values are: **None for Standard storage. ReadOnly for Premium storage.**
|
|
2961
|
+
"""
|
|
2962
|
+
return pulumi.get(self, "caching")
|
|
2963
|
+
|
|
2964
|
+
@property
|
|
2965
|
+
@pulumi.getter(name="deleteOption")
|
|
2966
|
+
def delete_option(self) -> Optional[str]:
|
|
2967
|
+
"""
|
|
2968
|
+
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**.
|
|
2969
|
+
"""
|
|
2970
|
+
return pulumi.get(self, "delete_option")
|
|
2971
|
+
|
|
2972
|
+
@property
|
|
2973
|
+
@pulumi.getter(name="diskIOPSReadWrite")
|
|
2974
|
+
def disk_iops_read_write(self) -> Optional[float]:
|
|
2975
|
+
"""
|
|
2976
|
+
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.
|
|
2977
|
+
"""
|
|
2978
|
+
return pulumi.get(self, "disk_iops_read_write")
|
|
2979
|
+
|
|
2980
|
+
@property
|
|
2981
|
+
@pulumi.getter(name="diskMBpsReadWrite")
|
|
2982
|
+
def disk_m_bps_read_write(self) -> Optional[float]:
|
|
2983
|
+
"""
|
|
2984
|
+
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.
|
|
2985
|
+
"""
|
|
2986
|
+
return pulumi.get(self, "disk_m_bps_read_write")
|
|
2987
|
+
|
|
2988
|
+
@property
|
|
2989
|
+
@pulumi.getter(name="diskSizeGB")
|
|
2990
|
+
def disk_size_gb(self) -> Optional[int]:
|
|
2991
|
+
"""
|
|
2992
|
+
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.
|
|
2993
|
+
"""
|
|
2994
|
+
return pulumi.get(self, "disk_size_gb")
|
|
2995
|
+
|
|
2996
|
+
@property
|
|
2997
|
+
@pulumi.getter(name="managedDisk")
|
|
2998
|
+
def managed_disk(self) -> Optional['outputs.VirtualMachineScaleSetManagedDiskParametersResponse']:
|
|
2999
|
+
"""
|
|
3000
|
+
The managed disk parameters.
|
|
3001
|
+
"""
|
|
3002
|
+
return pulumi.get(self, "managed_disk")
|
|
3003
|
+
|
|
3004
|
+
@property
|
|
3005
|
+
@pulumi.getter
|
|
3006
|
+
def name(self) -> Optional[str]:
|
|
3007
|
+
"""
|
|
3008
|
+
The disk name.
|
|
3009
|
+
"""
|
|
3010
|
+
return pulumi.get(self, "name")
|
|
3011
|
+
|
|
3012
|
+
@property
|
|
3013
|
+
@pulumi.getter(name="writeAcceleratorEnabled")
|
|
3014
|
+
def write_accelerator_enabled(self) -> Optional[bool]:
|
|
3015
|
+
"""
|
|
3016
|
+
Specifies whether writeAccelerator should be enabled or disabled on the disk.
|
|
3017
|
+
"""
|
|
3018
|
+
return pulumi.get(self, "write_accelerator_enabled")
|
|
3019
|
+
|
|
3020
|
+
|
|
3021
|
+
@pulumi.output_type
|
|
3022
|
+
class VirtualMachineScaleSetExtensionProfileResponse(dict):
|
|
3023
|
+
"""
|
|
3024
|
+
Describes a virtual machine scale set extension profile.
|
|
3025
|
+
"""
|
|
3026
|
+
@staticmethod
|
|
3027
|
+
def __key_warning(key: str):
|
|
3028
|
+
suggest = None
|
|
3029
|
+
if key == "extensionsTimeBudget":
|
|
3030
|
+
suggest = "extensions_time_budget"
|
|
3031
|
+
|
|
3032
|
+
if suggest:
|
|
3033
|
+
pulumi.log.warn(f"Key '{key}' not found in VirtualMachineScaleSetExtensionProfileResponse. Access the value via the '{suggest}' property getter instead.")
|
|
3034
|
+
|
|
3035
|
+
def __getitem__(self, key: str) -> Any:
|
|
3036
|
+
VirtualMachineScaleSetExtensionProfileResponse.__key_warning(key)
|
|
3037
|
+
return super().__getitem__(key)
|
|
3038
|
+
|
|
3039
|
+
def get(self, key: str, default = None) -> Any:
|
|
3040
|
+
VirtualMachineScaleSetExtensionProfileResponse.__key_warning(key)
|
|
3041
|
+
return super().get(key, default)
|
|
3042
|
+
|
|
3043
|
+
def __init__(__self__, *,
|
|
3044
|
+
extensions: Optional[Sequence['outputs.VirtualMachineScaleSetExtensionResponse']] = None,
|
|
3045
|
+
extensions_time_budget: Optional[str] = None):
|
|
3046
|
+
"""
|
|
3047
|
+
Describes a virtual machine scale set extension profile.
|
|
3048
|
+
:param Sequence['VirtualMachineScaleSetExtensionResponse'] extensions: The virtual machine scale set child extension resources.
|
|
3049
|
+
:param 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.
|
|
3050
|
+
"""
|
|
3051
|
+
if extensions is not None:
|
|
3052
|
+
pulumi.set(__self__, "extensions", extensions)
|
|
3053
|
+
if extensions_time_budget is not None:
|
|
3054
|
+
pulumi.set(__self__, "extensions_time_budget", extensions_time_budget)
|
|
3055
|
+
|
|
3056
|
+
@property
|
|
3057
|
+
@pulumi.getter
|
|
3058
|
+
def extensions(self) -> Optional[Sequence['outputs.VirtualMachineScaleSetExtensionResponse']]:
|
|
3059
|
+
"""
|
|
3060
|
+
The virtual machine scale set child extension resources.
|
|
3061
|
+
"""
|
|
3062
|
+
return pulumi.get(self, "extensions")
|
|
3063
|
+
|
|
3064
|
+
@property
|
|
3065
|
+
@pulumi.getter(name="extensionsTimeBudget")
|
|
3066
|
+
def extensions_time_budget(self) -> Optional[str]:
|
|
3067
|
+
"""
|
|
3068
|
+
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.
|
|
3069
|
+
"""
|
|
3070
|
+
return pulumi.get(self, "extensions_time_budget")
|
|
3071
|
+
|
|
3072
|
+
|
|
3073
|
+
@pulumi.output_type
|
|
3074
|
+
class VirtualMachineScaleSetExtensionResponse(dict):
|
|
3075
|
+
"""
|
|
3076
|
+
Describes a Virtual Machine Scale Set Extension.
|
|
3077
|
+
"""
|
|
3078
|
+
@staticmethod
|
|
3079
|
+
def __key_warning(key: str):
|
|
3080
|
+
suggest = None
|
|
3081
|
+
if key == "provisioningState":
|
|
3082
|
+
suggest = "provisioning_state"
|
|
3083
|
+
elif key == "autoUpgradeMinorVersion":
|
|
3084
|
+
suggest = "auto_upgrade_minor_version"
|
|
3085
|
+
elif key == "enableAutomaticUpgrade":
|
|
3086
|
+
suggest = "enable_automatic_upgrade"
|
|
3087
|
+
elif key == "forceUpdateTag":
|
|
3088
|
+
suggest = "force_update_tag"
|
|
3089
|
+
elif key == "protectedSettings":
|
|
3090
|
+
suggest = "protected_settings"
|
|
3091
|
+
elif key == "protectedSettingsFromKeyVault":
|
|
3092
|
+
suggest = "protected_settings_from_key_vault"
|
|
3093
|
+
elif key == "provisionAfterExtensions":
|
|
3094
|
+
suggest = "provision_after_extensions"
|
|
3095
|
+
elif key == "suppressFailures":
|
|
3096
|
+
suggest = "suppress_failures"
|
|
3097
|
+
elif key == "typeHandlerVersion":
|
|
3098
|
+
suggest = "type_handler_version"
|
|
3099
|
+
|
|
3100
|
+
if suggest:
|
|
3101
|
+
pulumi.log.warn(f"Key '{key}' not found in VirtualMachineScaleSetExtensionResponse. Access the value via the '{suggest}' property getter instead.")
|
|
3102
|
+
|
|
3103
|
+
def __getitem__(self, key: str) -> Any:
|
|
3104
|
+
VirtualMachineScaleSetExtensionResponse.__key_warning(key)
|
|
3105
|
+
return super().__getitem__(key)
|
|
3106
|
+
|
|
3107
|
+
def get(self, key: str, default = None) -> Any:
|
|
3108
|
+
VirtualMachineScaleSetExtensionResponse.__key_warning(key)
|
|
3109
|
+
return super().get(key, default)
|
|
3110
|
+
|
|
3111
|
+
def __init__(__self__, *,
|
|
3112
|
+
id: str,
|
|
3113
|
+
provisioning_state: str,
|
|
3114
|
+
type: str,
|
|
3115
|
+
auto_upgrade_minor_version: Optional[bool] = None,
|
|
3116
|
+
enable_automatic_upgrade: Optional[bool] = None,
|
|
3117
|
+
force_update_tag: Optional[str] = None,
|
|
3118
|
+
name: Optional[str] = None,
|
|
3119
|
+
protected_settings: Optional[Any] = None,
|
|
3120
|
+
protected_settings_from_key_vault: Optional['outputs.KeyVaultSecretReferenceResponse'] = None,
|
|
3121
|
+
provision_after_extensions: Optional[Sequence[str]] = None,
|
|
3122
|
+
publisher: Optional[str] = None,
|
|
3123
|
+
settings: Optional[Any] = None,
|
|
3124
|
+
suppress_failures: Optional[bool] = None,
|
|
3125
|
+
type_handler_version: Optional[str] = None):
|
|
3126
|
+
"""
|
|
3127
|
+
Describes a Virtual Machine Scale Set Extension.
|
|
3128
|
+
:param str id: Resource Id
|
|
3129
|
+
:param str provisioning_state: The provisioning state, which only appears in the response.
|
|
3476
3130
|
:param str type: Resource type
|
|
3131
|
+
:param 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.
|
|
3132
|
+
:param 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.
|
|
3133
|
+
:param 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.
|
|
3477
3134
|
:param str name: The name of the extension.
|
|
3478
|
-
:param
|
|
3135
|
+
:param Any protected_settings: The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
|
|
3136
|
+
:param 'KeyVaultSecretReferenceResponse' protected_settings_from_key_vault: The extensions protected settings that are passed by reference, and consumed from key vault
|
|
3137
|
+
:param Sequence[str] provision_after_extensions: Collection of extension names after which this extension needs to be provisioned.
|
|
3138
|
+
:param str publisher: The name of the extension handler publisher.
|
|
3139
|
+
:param Any settings: Json formatted public settings for the extension.
|
|
3140
|
+
:param 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.
|
|
3141
|
+
:param str type_handler_version: Specifies the version of the script handler.
|
|
3479
3142
|
"""
|
|
3480
3143
|
pulumi.set(__self__, "id", id)
|
|
3144
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
3481
3145
|
pulumi.set(__self__, "type", type)
|
|
3146
|
+
if auto_upgrade_minor_version is not None:
|
|
3147
|
+
pulumi.set(__self__, "auto_upgrade_minor_version", auto_upgrade_minor_version)
|
|
3148
|
+
if enable_automatic_upgrade is not None:
|
|
3149
|
+
pulumi.set(__self__, "enable_automatic_upgrade", enable_automatic_upgrade)
|
|
3150
|
+
if force_update_tag is not None:
|
|
3151
|
+
pulumi.set(__self__, "force_update_tag", force_update_tag)
|
|
3482
3152
|
if name is not None:
|
|
3483
3153
|
pulumi.set(__self__, "name", name)
|
|
3484
|
-
if
|
|
3485
|
-
pulumi.set(__self__, "
|
|
3154
|
+
if protected_settings is not None:
|
|
3155
|
+
pulumi.set(__self__, "protected_settings", protected_settings)
|
|
3156
|
+
if protected_settings_from_key_vault is not None:
|
|
3157
|
+
pulumi.set(__self__, "protected_settings_from_key_vault", protected_settings_from_key_vault)
|
|
3158
|
+
if provision_after_extensions is not None:
|
|
3159
|
+
pulumi.set(__self__, "provision_after_extensions", provision_after_extensions)
|
|
3160
|
+
if publisher is not None:
|
|
3161
|
+
pulumi.set(__self__, "publisher", publisher)
|
|
3162
|
+
if settings is not None:
|
|
3163
|
+
pulumi.set(__self__, "settings", settings)
|
|
3164
|
+
if suppress_failures is not None:
|
|
3165
|
+
pulumi.set(__self__, "suppress_failures", suppress_failures)
|
|
3166
|
+
if type_handler_version is not None:
|
|
3167
|
+
pulumi.set(__self__, "type_handler_version", type_handler_version)
|
|
3486
3168
|
|
|
3487
3169
|
@property
|
|
3488
3170
|
@pulumi.getter
|
|
@@ -3492,6 +3174,14 @@ class VirtualMachineScaleSetExtensionResponse(dict):
|
|
|
3492
3174
|
"""
|
|
3493
3175
|
return pulumi.get(self, "id")
|
|
3494
3176
|
|
|
3177
|
+
@property
|
|
3178
|
+
@pulumi.getter(name="provisioningState")
|
|
3179
|
+
def provisioning_state(self) -> str:
|
|
3180
|
+
"""
|
|
3181
|
+
The provisioning state, which only appears in the response.
|
|
3182
|
+
"""
|
|
3183
|
+
return pulumi.get(self, "provisioning_state")
|
|
3184
|
+
|
|
3495
3185
|
@property
|
|
3496
3186
|
@pulumi.getter
|
|
3497
3187
|
def type(self) -> str:
|
|
@@ -3500,6 +3190,30 @@ class VirtualMachineScaleSetExtensionResponse(dict):
|
|
|
3500
3190
|
"""
|
|
3501
3191
|
return pulumi.get(self, "type")
|
|
3502
3192
|
|
|
3193
|
+
@property
|
|
3194
|
+
@pulumi.getter(name="autoUpgradeMinorVersion")
|
|
3195
|
+
def auto_upgrade_minor_version(self) -> Optional[bool]:
|
|
3196
|
+
"""
|
|
3197
|
+
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.
|
|
3198
|
+
"""
|
|
3199
|
+
return pulumi.get(self, "auto_upgrade_minor_version")
|
|
3200
|
+
|
|
3201
|
+
@property
|
|
3202
|
+
@pulumi.getter(name="enableAutomaticUpgrade")
|
|
3203
|
+
def enable_automatic_upgrade(self) -> Optional[bool]:
|
|
3204
|
+
"""
|
|
3205
|
+
Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available.
|
|
3206
|
+
"""
|
|
3207
|
+
return pulumi.get(self, "enable_automatic_upgrade")
|
|
3208
|
+
|
|
3209
|
+
@property
|
|
3210
|
+
@pulumi.getter(name="forceUpdateTag")
|
|
3211
|
+
def force_update_tag(self) -> Optional[str]:
|
|
3212
|
+
"""
|
|
3213
|
+
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.
|
|
3214
|
+
"""
|
|
3215
|
+
return pulumi.get(self, "force_update_tag")
|
|
3216
|
+
|
|
3503
3217
|
@property
|
|
3504
3218
|
@pulumi.getter
|
|
3505
3219
|
def name(self) -> Optional[str]:
|
|
@@ -3508,13 +3222,61 @@ class VirtualMachineScaleSetExtensionResponse(dict):
|
|
|
3508
3222
|
"""
|
|
3509
3223
|
return pulumi.get(self, "name")
|
|
3510
3224
|
|
|
3225
|
+
@property
|
|
3226
|
+
@pulumi.getter(name="protectedSettings")
|
|
3227
|
+
def protected_settings(self) -> Optional[Any]:
|
|
3228
|
+
"""
|
|
3229
|
+
The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
|
|
3230
|
+
"""
|
|
3231
|
+
return pulumi.get(self, "protected_settings")
|
|
3232
|
+
|
|
3233
|
+
@property
|
|
3234
|
+
@pulumi.getter(name="protectedSettingsFromKeyVault")
|
|
3235
|
+
def protected_settings_from_key_vault(self) -> Optional['outputs.KeyVaultSecretReferenceResponse']:
|
|
3236
|
+
"""
|
|
3237
|
+
The extensions protected settings that are passed by reference, and consumed from key vault
|
|
3238
|
+
"""
|
|
3239
|
+
return pulumi.get(self, "protected_settings_from_key_vault")
|
|
3240
|
+
|
|
3241
|
+
@property
|
|
3242
|
+
@pulumi.getter(name="provisionAfterExtensions")
|
|
3243
|
+
def provision_after_extensions(self) -> Optional[Sequence[str]]:
|
|
3244
|
+
"""
|
|
3245
|
+
Collection of extension names after which this extension needs to be provisioned.
|
|
3246
|
+
"""
|
|
3247
|
+
return pulumi.get(self, "provision_after_extensions")
|
|
3248
|
+
|
|
3249
|
+
@property
|
|
3250
|
+
@pulumi.getter
|
|
3251
|
+
def publisher(self) -> Optional[str]:
|
|
3252
|
+
"""
|
|
3253
|
+
The name of the extension handler publisher.
|
|
3254
|
+
"""
|
|
3255
|
+
return pulumi.get(self, "publisher")
|
|
3256
|
+
|
|
3511
3257
|
@property
|
|
3512
3258
|
@pulumi.getter
|
|
3513
|
-
def
|
|
3259
|
+
def settings(self) -> Optional[Any]:
|
|
3260
|
+
"""
|
|
3261
|
+
Json formatted public settings for the extension.
|
|
3262
|
+
"""
|
|
3263
|
+
return pulumi.get(self, "settings")
|
|
3264
|
+
|
|
3265
|
+
@property
|
|
3266
|
+
@pulumi.getter(name="suppressFailures")
|
|
3267
|
+
def suppress_failures(self) -> Optional[bool]:
|
|
3268
|
+
"""
|
|
3269
|
+
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.
|
|
3270
|
+
"""
|
|
3271
|
+
return pulumi.get(self, "suppress_failures")
|
|
3272
|
+
|
|
3273
|
+
@property
|
|
3274
|
+
@pulumi.getter(name="typeHandlerVersion")
|
|
3275
|
+
def type_handler_version(self) -> Optional[str]:
|
|
3514
3276
|
"""
|
|
3515
|
-
|
|
3277
|
+
Specifies the version of the script handler.
|
|
3516
3278
|
"""
|
|
3517
|
-
return pulumi.get(self, "
|
|
3279
|
+
return pulumi.get(self, "type_handler_version")
|
|
3518
3280
|
|
|
3519
3281
|
|
|
3520
3282
|
@pulumi.output_type
|
|
@@ -3543,9 +3305,7 @@ class VirtualMachineScaleSetHardwareProfileResponse(dict):
|
|
|
3543
3305
|
vm_size_properties: Optional['outputs.VMSizePropertiesResponse'] = None):
|
|
3544
3306
|
"""
|
|
3545
3307
|
Specifies the hardware settings for the virtual machine scale set.
|
|
3546
|
-
:param 'VMSizePropertiesResponse' vm_size_properties: Specifies the properties for customizing the size of the virtual machine.
|
|
3547
|
-
Minimum api-version: 2021-11-01. Please follow the instructions in [VM
|
|
3548
|
-
Customization](https://aka.ms/vmcustomization) for more details.
|
|
3308
|
+
:param 'VMSizePropertiesResponse' 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.
|
|
3549
3309
|
"""
|
|
3550
3310
|
if vm_size_properties is not None:
|
|
3551
3311
|
pulumi.set(__self__, "vm_size_properties", vm_size_properties)
|
|
@@ -3554,18 +3314,15 @@ class VirtualMachineScaleSetHardwareProfileResponse(dict):
|
|
|
3554
3314
|
@pulumi.getter(name="vmSizeProperties")
|
|
3555
3315
|
def vm_size_properties(self) -> Optional['outputs.VMSizePropertiesResponse']:
|
|
3556
3316
|
"""
|
|
3557
|
-
Specifies the properties for customizing the size of the virtual machine.
|
|
3558
|
-
Minimum api-version: 2021-11-01. Please follow the instructions in [VM
|
|
3559
|
-
Customization](https://aka.ms/vmcustomization) for more details.
|
|
3317
|
+
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.
|
|
3560
3318
|
"""
|
|
3561
3319
|
return pulumi.get(self, "vm_size_properties")
|
|
3562
3320
|
|
|
3563
3321
|
|
|
3564
3322
|
@pulumi.output_type
|
|
3565
|
-
class
|
|
3323
|
+
class VirtualMachineScaleSetIPConfigurationResponse(dict):
|
|
3566
3324
|
"""
|
|
3567
|
-
Describes a virtual machine scale set network profile's IP configuration
|
|
3568
|
-
properties.
|
|
3325
|
+
Describes a virtual machine scale set network profile's IP configuration.
|
|
3569
3326
|
"""
|
|
3570
3327
|
@staticmethod
|
|
3571
3328
|
def __key_warning(key: str):
|
|
@@ -3584,17 +3341,18 @@ class VirtualMachineScaleSetIPConfigurationPropertiesResponse(dict):
|
|
|
3584
3341
|
suggest = "public_ip_address_configuration"
|
|
3585
3342
|
|
|
3586
3343
|
if suggest:
|
|
3587
|
-
pulumi.log.warn(f"Key '{key}' not found in
|
|
3344
|
+
pulumi.log.warn(f"Key '{key}' not found in VirtualMachineScaleSetIPConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
|
|
3588
3345
|
|
|
3589
3346
|
def __getitem__(self, key: str) -> Any:
|
|
3590
|
-
|
|
3347
|
+
VirtualMachineScaleSetIPConfigurationResponse.__key_warning(key)
|
|
3591
3348
|
return super().__getitem__(key)
|
|
3592
3349
|
|
|
3593
3350
|
def get(self, key: str, default = None) -> Any:
|
|
3594
|
-
|
|
3351
|
+
VirtualMachineScaleSetIPConfigurationResponse.__key_warning(key)
|
|
3595
3352
|
return super().get(key, default)
|
|
3596
3353
|
|
|
3597
3354
|
def __init__(__self__, *,
|
|
3355
|
+
name: str,
|
|
3598
3356
|
application_gateway_backend_address_pools: Optional[Sequence['outputs.SubResourceResponse']] = None,
|
|
3599
3357
|
application_security_groups: Optional[Sequence['outputs.SubResourceResponse']] = None,
|
|
3600
3358
|
load_balancer_backend_address_pools: Optional[Sequence['outputs.SubResourceResponse']] = None,
|
|
@@ -3604,27 +3362,18 @@ class VirtualMachineScaleSetIPConfigurationPropertiesResponse(dict):
|
|
|
3604
3362
|
public_ip_address_configuration: Optional['outputs.VirtualMachineScaleSetPublicIPAddressConfigurationResponse'] = None,
|
|
3605
3363
|
subnet: Optional['outputs.ApiEntityReferenceResponse'] = None):
|
|
3606
3364
|
"""
|
|
3607
|
-
Describes a virtual machine scale set network profile's IP configuration
|
|
3608
|
-
|
|
3609
|
-
:param Sequence['SubResourceResponse'] application_gateway_backend_address_pools: Specifies an array of references to backend address pools of application
|
|
3610
|
-
gateways. A scale set can reference backend address pools of multiple
|
|
3611
|
-
application gateways. Multiple scale sets cannot use the same application
|
|
3612
|
-
gateway.
|
|
3365
|
+
Describes a virtual machine scale set network profile's IP configuration.
|
|
3366
|
+
:param str name: The IP configuration name.
|
|
3367
|
+
:param Sequence['SubResourceResponse'] 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.
|
|
3613
3368
|
:param Sequence['SubResourceResponse'] application_security_groups: Specifies an array of references to application security group.
|
|
3614
|
-
:param Sequence['SubResourceResponse'] load_balancer_backend_address_pools: Specifies an array of references to backend address pools of load balancers. A
|
|
3615
|
-
|
|
3616
|
-
|
|
3617
|
-
:param
|
|
3618
|
-
scale set can reference inbound nat pools of one public and one internal load
|
|
3619
|
-
balancer. Multiple scale sets cannot use the same basic sku load balancer.
|
|
3620
|
-
:param bool primary: Specifies the primary network interface in case the virtual machine has more
|
|
3621
|
-
than 1 network interface.
|
|
3622
|
-
:param str private_ip_address_version: Available from Api-Version 2017-03-30 onwards, it represents whether the
|
|
3623
|
-
specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible
|
|
3624
|
-
values are: 'IPv4' and 'IPv6'.
|
|
3369
|
+
:param Sequence['SubResourceResponse'] 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.
|
|
3370
|
+
:param Sequence['SubResourceResponse'] 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.
|
|
3371
|
+
:param bool primary: Specifies the primary network interface in case the virtual machine has more than 1 network interface.
|
|
3372
|
+
:param str 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'.
|
|
3625
3373
|
:param 'VirtualMachineScaleSetPublicIPAddressConfigurationResponse' public_ip_address_configuration: The publicIPAddressConfiguration.
|
|
3626
3374
|
:param 'ApiEntityReferenceResponse' subnet: Specifies the identifier of the subnet.
|
|
3627
3375
|
"""
|
|
3376
|
+
pulumi.set(__self__, "name", name)
|
|
3628
3377
|
if application_gateway_backend_address_pools is not None:
|
|
3629
3378
|
pulumi.set(__self__, "application_gateway_backend_address_pools", application_gateway_backend_address_pools)
|
|
3630
3379
|
if application_security_groups is not None:
|
|
@@ -3642,14 +3391,19 @@ class VirtualMachineScaleSetIPConfigurationPropertiesResponse(dict):
|
|
|
3642
3391
|
if subnet is not None:
|
|
3643
3392
|
pulumi.set(__self__, "subnet", subnet)
|
|
3644
3393
|
|
|
3394
|
+
@property
|
|
3395
|
+
@pulumi.getter
|
|
3396
|
+
def name(self) -> str:
|
|
3397
|
+
"""
|
|
3398
|
+
The IP configuration name.
|
|
3399
|
+
"""
|
|
3400
|
+
return pulumi.get(self, "name")
|
|
3401
|
+
|
|
3645
3402
|
@property
|
|
3646
3403
|
@pulumi.getter(name="applicationGatewayBackendAddressPools")
|
|
3647
3404
|
def application_gateway_backend_address_pools(self) -> Optional[Sequence['outputs.SubResourceResponse']]:
|
|
3648
3405
|
"""
|
|
3649
|
-
Specifies an array of references to backend address pools of application
|
|
3650
|
-
gateways. A scale set can reference backend address pools of multiple
|
|
3651
|
-
application gateways. Multiple scale sets cannot use the same application
|
|
3652
|
-
gateway.
|
|
3406
|
+
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.
|
|
3653
3407
|
"""
|
|
3654
3408
|
return pulumi.get(self, "application_gateway_backend_address_pools")
|
|
3655
3409
|
|
|
@@ -3665,9 +3419,7 @@ class VirtualMachineScaleSetIPConfigurationPropertiesResponse(dict):
|
|
|
3665
3419
|
@pulumi.getter(name="loadBalancerBackendAddressPools")
|
|
3666
3420
|
def load_balancer_backend_address_pools(self) -> Optional[Sequence['outputs.SubResourceResponse']]:
|
|
3667
3421
|
"""
|
|
3668
|
-
Specifies an array of references to backend address pools of load balancers. A
|
|
3669
|
-
scale set can reference backend address pools of one public and one internal
|
|
3670
|
-
load balancer. Multiple scale sets cannot use the same basic sku load balancer.
|
|
3422
|
+
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.
|
|
3671
3423
|
"""
|
|
3672
3424
|
return pulumi.get(self, "load_balancer_backend_address_pools")
|
|
3673
3425
|
|
|
@@ -3675,9 +3427,7 @@ class VirtualMachineScaleSetIPConfigurationPropertiesResponse(dict):
|
|
|
3675
3427
|
@pulumi.getter(name="loadBalancerInboundNatPools")
|
|
3676
3428
|
def load_balancer_inbound_nat_pools(self) -> Optional[Sequence['outputs.SubResourceResponse']]:
|
|
3677
3429
|
"""
|
|
3678
|
-
Specifies an array of references to inbound Nat pools of the load balancers. A
|
|
3679
|
-
scale set can reference inbound nat pools of one public and one internal load
|
|
3680
|
-
balancer. Multiple scale sets cannot use the same basic sku load balancer.
|
|
3430
|
+
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.
|
|
3681
3431
|
"""
|
|
3682
3432
|
return pulumi.get(self, "load_balancer_inbound_nat_pools")
|
|
3683
3433
|
|
|
@@ -3685,8 +3435,7 @@ class VirtualMachineScaleSetIPConfigurationPropertiesResponse(dict):
|
|
|
3685
3435
|
@pulumi.getter
|
|
3686
3436
|
def primary(self) -> Optional[bool]:
|
|
3687
3437
|
"""
|
|
3688
|
-
Specifies the primary network interface in case the virtual machine has more
|
|
3689
|
-
than 1 network interface.
|
|
3438
|
+
Specifies the primary network interface in case the virtual machine has more than 1 network interface.
|
|
3690
3439
|
"""
|
|
3691
3440
|
return pulumi.get(self, "primary")
|
|
3692
3441
|
|
|
@@ -3694,9 +3443,7 @@ class VirtualMachineScaleSetIPConfigurationPropertiesResponse(dict):
|
|
|
3694
3443
|
@pulumi.getter(name="privateIPAddressVersion")
|
|
3695
3444
|
def private_ip_address_version(self) -> Optional[str]:
|
|
3696
3445
|
"""
|
|
3697
|
-
Available from Api-Version 2017-03-30 onwards, it represents whether the
|
|
3698
|
-
specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible
|
|
3699
|
-
values are: 'IPv4' and 'IPv6'.
|
|
3446
|
+
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'.
|
|
3700
3447
|
"""
|
|
3701
3448
|
return pulumi.get(self, "private_ip_address_version")
|
|
3702
3449
|
|
|
@@ -3717,42 +3464,6 @@ class VirtualMachineScaleSetIPConfigurationPropertiesResponse(dict):
|
|
|
3717
3464
|
return pulumi.get(self, "subnet")
|
|
3718
3465
|
|
|
3719
3466
|
|
|
3720
|
-
@pulumi.output_type
|
|
3721
|
-
class VirtualMachineScaleSetIPConfigurationResponse(dict):
|
|
3722
|
-
"""
|
|
3723
|
-
Describes a virtual machine scale set network profile's IP configuration.
|
|
3724
|
-
"""
|
|
3725
|
-
def __init__(__self__, *,
|
|
3726
|
-
name: str,
|
|
3727
|
-
properties: Optional['outputs.VirtualMachineScaleSetIPConfigurationPropertiesResponse'] = None):
|
|
3728
|
-
"""
|
|
3729
|
-
Describes a virtual machine scale set network profile's IP configuration.
|
|
3730
|
-
:param str name: The IP configuration name.
|
|
3731
|
-
:param 'VirtualMachineScaleSetIPConfigurationPropertiesResponse' properties: Describes a virtual machine scale set network profile's IP configuration
|
|
3732
|
-
properties.
|
|
3733
|
-
"""
|
|
3734
|
-
pulumi.set(__self__, "name", name)
|
|
3735
|
-
if properties is not None:
|
|
3736
|
-
pulumi.set(__self__, "properties", properties)
|
|
3737
|
-
|
|
3738
|
-
@property
|
|
3739
|
-
@pulumi.getter
|
|
3740
|
-
def name(self) -> str:
|
|
3741
|
-
"""
|
|
3742
|
-
The IP configuration name.
|
|
3743
|
-
"""
|
|
3744
|
-
return pulumi.get(self, "name")
|
|
3745
|
-
|
|
3746
|
-
@property
|
|
3747
|
-
@pulumi.getter
|
|
3748
|
-
def properties(self) -> Optional['outputs.VirtualMachineScaleSetIPConfigurationPropertiesResponse']:
|
|
3749
|
-
"""
|
|
3750
|
-
Describes a virtual machine scale set network profile's IP configuration
|
|
3751
|
-
properties.
|
|
3752
|
-
"""
|
|
3753
|
-
return pulumi.get(self, "properties")
|
|
3754
|
-
|
|
3755
|
-
|
|
3756
3467
|
@pulumi.output_type
|
|
3757
3468
|
class VirtualMachineScaleSetIpTagResponse(dict):
|
|
3758
3469
|
"""
|
|
@@ -3837,11 +3548,9 @@ class VirtualMachineScaleSetManagedDiskParametersResponse(dict):
|
|
|
3837
3548
|
storage_account_type: Optional[str] = None):
|
|
3838
3549
|
"""
|
|
3839
3550
|
Describes the parameters of a ScaleSet managed disk.
|
|
3840
|
-
:param 'DiskEncryptionSetParametersResponse' disk_encryption_set: Specifies the customer managed disk encryption set resource id for the managed
|
|
3841
|
-
disk.
|
|
3551
|
+
:param 'DiskEncryptionSetParametersResponse' disk_encryption_set: Specifies the customer managed disk encryption set resource id for the managed disk.
|
|
3842
3552
|
:param 'VMDiskSecurityProfileResponse' security_profile: Specifies the security profile for the managed disk.
|
|
3843
|
-
:param str storage_account_type: Specifies the storage account type for the managed disk. NOTE: UltraSSD_LRS can
|
|
3844
|
-
only be used with data disks, it cannot be used with OS Disk.
|
|
3553
|
+
:param str 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.
|
|
3845
3554
|
"""
|
|
3846
3555
|
if disk_encryption_set is not None:
|
|
3847
3556
|
pulumi.set(__self__, "disk_encryption_set", disk_encryption_set)
|
|
@@ -3854,8 +3563,7 @@ class VirtualMachineScaleSetManagedDiskParametersResponse(dict):
|
|
|
3854
3563
|
@pulumi.getter(name="diskEncryptionSet")
|
|
3855
3564
|
def disk_encryption_set(self) -> Optional['outputs.DiskEncryptionSetParametersResponse']:
|
|
3856
3565
|
"""
|
|
3857
|
-
Specifies the customer managed disk encryption set resource id for the managed
|
|
3858
|
-
disk.
|
|
3566
|
+
Specifies the customer managed disk encryption set resource id for the managed disk.
|
|
3859
3567
|
"""
|
|
3860
3568
|
return pulumi.get(self, "disk_encryption_set")
|
|
3861
3569
|
|
|
@@ -3871,8 +3579,7 @@ class VirtualMachineScaleSetManagedDiskParametersResponse(dict):
|
|
|
3871
3579
|
@pulumi.getter(name="storageAccountType")
|
|
3872
3580
|
def storage_account_type(self) -> Optional[str]:
|
|
3873
3581
|
"""
|
|
3874
|
-
Specifies the storage account type for the managed disk. NOTE: UltraSSD_LRS can
|
|
3875
|
-
only be used with data disks, it cannot be used with OS Disk.
|
|
3582
|
+
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.
|
|
3876
3583
|
"""
|
|
3877
3584
|
return pulumi.get(self, "storage_account_type")
|
|
3878
3585
|
|
|
@@ -3918,9 +3625,9 @@ class VirtualMachineScaleSetNetworkConfigurationDnsSettingsResponse(dict):
|
|
|
3918
3625
|
|
|
3919
3626
|
|
|
3920
3627
|
@pulumi.output_type
|
|
3921
|
-
class
|
|
3628
|
+
class VirtualMachineScaleSetNetworkConfigurationResponse(dict):
|
|
3922
3629
|
"""
|
|
3923
|
-
Describes a virtual machine scale set network profile's
|
|
3630
|
+
Describes a virtual machine scale set network profile's network configurations.
|
|
3924
3631
|
"""
|
|
3925
3632
|
@staticmethod
|
|
3926
3633
|
def __key_warning(key: str):
|
|
@@ -3947,18 +3654,19 @@ class VirtualMachineScaleSetNetworkConfigurationPropertiesResponse(dict):
|
|
|
3947
3654
|
suggest = "network_security_group"
|
|
3948
3655
|
|
|
3949
3656
|
if suggest:
|
|
3950
|
-
pulumi.log.warn(f"Key '{key}' not found in
|
|
3657
|
+
pulumi.log.warn(f"Key '{key}' not found in VirtualMachineScaleSetNetworkConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
|
|
3951
3658
|
|
|
3952
3659
|
def __getitem__(self, key: str) -> Any:
|
|
3953
|
-
|
|
3660
|
+
VirtualMachineScaleSetNetworkConfigurationResponse.__key_warning(key)
|
|
3954
3661
|
return super().__getitem__(key)
|
|
3955
3662
|
|
|
3956
3663
|
def get(self, key: str, default = None) -> Any:
|
|
3957
|
-
|
|
3664
|
+
VirtualMachineScaleSetNetworkConfigurationResponse.__key_warning(key)
|
|
3958
3665
|
return super().get(key, default)
|
|
3959
3666
|
|
|
3960
3667
|
def __init__(__self__, *,
|
|
3961
3668
|
ip_configurations: Sequence['outputs.VirtualMachineScaleSetIPConfigurationResponse'],
|
|
3669
|
+
name: str,
|
|
3962
3670
|
auxiliary_mode: Optional[str] = None,
|
|
3963
3671
|
auxiliary_sku: Optional[str] = None,
|
|
3964
3672
|
delete_option: Optional[str] = None,
|
|
@@ -3970,12 +3678,11 @@ class VirtualMachineScaleSetNetworkConfigurationPropertiesResponse(dict):
|
|
|
3970
3678
|
network_security_group: Optional['outputs.SubResourceResponse'] = None,
|
|
3971
3679
|
primary: Optional[bool] = None):
|
|
3972
3680
|
"""
|
|
3973
|
-
Describes a virtual machine scale set network profile's
|
|
3681
|
+
Describes a virtual machine scale set network profile's network configurations.
|
|
3974
3682
|
:param Sequence['VirtualMachineScaleSetIPConfigurationResponse'] ip_configurations: Specifies the IP configurations of the network interface.
|
|
3975
|
-
:param str
|
|
3976
|
-
|
|
3977
|
-
:param str auxiliary_sku: Specifies whether the Auxiliary sku is enabled for the Network Interface
|
|
3978
|
-
resource.
|
|
3683
|
+
:param str name: The network configuration name.
|
|
3684
|
+
:param str auxiliary_mode: Specifies whether the Auxiliary mode is enabled for the Network Interface resource.
|
|
3685
|
+
:param str auxiliary_sku: Specifies whether the Auxiliary sku is enabled for the Network Interface resource.
|
|
3979
3686
|
:param str delete_option: Specify what happens to the network interface when the VM is deleted
|
|
3980
3687
|
:param bool disable_tcp_state_tracking: Specifies whether the network interface is disabled for tcp state tracking.
|
|
3981
3688
|
:param 'VirtualMachineScaleSetNetworkConfigurationDnsSettingsResponse' dns_settings: The dns settings to be applied on the network interfaces.
|
|
@@ -3983,10 +3690,10 @@ class VirtualMachineScaleSetNetworkConfigurationPropertiesResponse(dict):
|
|
|
3983
3690
|
:param bool enable_fpga: Specifies whether the network interface is FPGA networking-enabled.
|
|
3984
3691
|
:param bool enable_ip_forwarding: Whether IP forwarding enabled on this NIC.
|
|
3985
3692
|
:param 'SubResourceResponse' network_security_group: The network security group.
|
|
3986
|
-
:param bool primary: Specifies the primary network interface in case the virtual machine has more
|
|
3987
|
-
than 1 network interface.
|
|
3693
|
+
:param bool primary: Specifies the primary network interface in case the virtual machine has more than 1 network interface.
|
|
3988
3694
|
"""
|
|
3989
3695
|
pulumi.set(__self__, "ip_configurations", ip_configurations)
|
|
3696
|
+
pulumi.set(__self__, "name", name)
|
|
3990
3697
|
if auxiliary_mode is not None:
|
|
3991
3698
|
pulumi.set(__self__, "auxiliary_mode", auxiliary_mode)
|
|
3992
3699
|
if auxiliary_sku is not None:
|
|
@@ -4016,12 +3723,19 @@ class VirtualMachineScaleSetNetworkConfigurationPropertiesResponse(dict):
|
|
|
4016
3723
|
"""
|
|
4017
3724
|
return pulumi.get(self, "ip_configurations")
|
|
4018
3725
|
|
|
3726
|
+
@property
|
|
3727
|
+
@pulumi.getter
|
|
3728
|
+
def name(self) -> str:
|
|
3729
|
+
"""
|
|
3730
|
+
The network configuration name.
|
|
3731
|
+
"""
|
|
3732
|
+
return pulumi.get(self, "name")
|
|
3733
|
+
|
|
4019
3734
|
@property
|
|
4020
3735
|
@pulumi.getter(name="auxiliaryMode")
|
|
4021
3736
|
def auxiliary_mode(self) -> Optional[str]:
|
|
4022
3737
|
"""
|
|
4023
|
-
Specifies whether the Auxiliary mode is enabled for the Network Interface
|
|
4024
|
-
resource.
|
|
3738
|
+
Specifies whether the Auxiliary mode is enabled for the Network Interface resource.
|
|
4025
3739
|
"""
|
|
4026
3740
|
return pulumi.get(self, "auxiliary_mode")
|
|
4027
3741
|
|
|
@@ -4029,8 +3743,7 @@ class VirtualMachineScaleSetNetworkConfigurationPropertiesResponse(dict):
|
|
|
4029
3743
|
@pulumi.getter(name="auxiliarySku")
|
|
4030
3744
|
def auxiliary_sku(self) -> Optional[str]:
|
|
4031
3745
|
"""
|
|
4032
|
-
Specifies whether the Auxiliary sku is enabled for the Network Interface
|
|
4033
|
-
resource.
|
|
3746
|
+
Specifies whether the Auxiliary sku is enabled for the Network Interface resource.
|
|
4034
3747
|
"""
|
|
4035
3748
|
return pulumi.get(self, "auxiliary_sku")
|
|
4036
3749
|
|
|
@@ -4094,46 +3807,11 @@ class VirtualMachineScaleSetNetworkConfigurationPropertiesResponse(dict):
|
|
|
4094
3807
|
@pulumi.getter
|
|
4095
3808
|
def primary(self) -> Optional[bool]:
|
|
4096
3809
|
"""
|
|
4097
|
-
Specifies the primary network interface in case the virtual machine has more
|
|
4098
|
-
than 1 network interface.
|
|
3810
|
+
Specifies the primary network interface in case the virtual machine has more than 1 network interface.
|
|
4099
3811
|
"""
|
|
4100
3812
|
return pulumi.get(self, "primary")
|
|
4101
3813
|
|
|
4102
3814
|
|
|
4103
|
-
@pulumi.output_type
|
|
4104
|
-
class VirtualMachineScaleSetNetworkConfigurationResponse(dict):
|
|
4105
|
-
"""
|
|
4106
|
-
Describes a virtual machine scale set network profile's network configurations.
|
|
4107
|
-
"""
|
|
4108
|
-
def __init__(__self__, *,
|
|
4109
|
-
name: str,
|
|
4110
|
-
properties: Optional['outputs.VirtualMachineScaleSetNetworkConfigurationPropertiesResponse'] = None):
|
|
4111
|
-
"""
|
|
4112
|
-
Describes a virtual machine scale set network profile's network configurations.
|
|
4113
|
-
:param str name: The network configuration name.
|
|
4114
|
-
:param 'VirtualMachineScaleSetNetworkConfigurationPropertiesResponse' properties: Describes a virtual machine scale set network profile's IP configuration.
|
|
4115
|
-
"""
|
|
4116
|
-
pulumi.set(__self__, "name", name)
|
|
4117
|
-
if properties is not None:
|
|
4118
|
-
pulumi.set(__self__, "properties", properties)
|
|
4119
|
-
|
|
4120
|
-
@property
|
|
4121
|
-
@pulumi.getter
|
|
4122
|
-
def name(self) -> str:
|
|
4123
|
-
"""
|
|
4124
|
-
The network configuration name.
|
|
4125
|
-
"""
|
|
4126
|
-
return pulumi.get(self, "name")
|
|
4127
|
-
|
|
4128
|
-
@property
|
|
4129
|
-
@pulumi.getter
|
|
4130
|
-
def properties(self) -> Optional['outputs.VirtualMachineScaleSetNetworkConfigurationPropertiesResponse']:
|
|
4131
|
-
"""
|
|
4132
|
-
Describes a virtual machine scale set network profile's IP configuration.
|
|
4133
|
-
"""
|
|
4134
|
-
return pulumi.get(self, "properties")
|
|
4135
|
-
|
|
4136
|
-
|
|
4137
3815
|
@pulumi.output_type
|
|
4138
3816
|
class VirtualMachineScaleSetNetworkProfileResponse(dict):
|
|
4139
3817
|
"""
|
|
@@ -4166,12 +3844,8 @@ class VirtualMachineScaleSetNetworkProfileResponse(dict):
|
|
|
4166
3844
|
network_interface_configurations: Optional[Sequence['outputs.VirtualMachineScaleSetNetworkConfigurationResponse']] = None):
|
|
4167
3845
|
"""
|
|
4168
3846
|
Describes a virtual machine scale set network profile.
|
|
4169
|
-
:param 'ApiEntityReferenceResponse' health_probe: A reference to a load balancer probe used to determine the health of an
|
|
4170
|
-
|
|
4171
|
-
'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/probes/{probeName}'.
|
|
4172
|
-
:param str network_api_version: specifies the Microsoft.Network API version used when creating networking
|
|
4173
|
-
resources in the Network Interface Configurations for Virtual Machine Scale Set
|
|
4174
|
-
with orchestration mode 'Flexible'
|
|
3847
|
+
:param 'ApiEntityReferenceResponse' 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}'.
|
|
3848
|
+
:param str 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'
|
|
4175
3849
|
:param Sequence['VirtualMachineScaleSetNetworkConfigurationResponse'] network_interface_configurations: The list of network configurations.
|
|
4176
3850
|
"""
|
|
4177
3851
|
if health_probe is not None:
|
|
@@ -4185,9 +3859,7 @@ class VirtualMachineScaleSetNetworkProfileResponse(dict):
|
|
|
4185
3859
|
@pulumi.getter(name="healthProbe")
|
|
4186
3860
|
def health_probe(self) -> Optional['outputs.ApiEntityReferenceResponse']:
|
|
4187
3861
|
"""
|
|
4188
|
-
A reference to a load balancer probe used to determine the health of an
|
|
4189
|
-
instance in the virtual machine scale set. The reference will be in the form:
|
|
4190
|
-
'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/probes/{probeName}'.
|
|
3862
|
+
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}'.
|
|
4191
3863
|
"""
|
|
4192
3864
|
return pulumi.get(self, "health_probe")
|
|
4193
3865
|
|
|
@@ -4195,9 +3867,7 @@ class VirtualMachineScaleSetNetworkProfileResponse(dict):
|
|
|
4195
3867
|
@pulumi.getter(name="networkApiVersion")
|
|
4196
3868
|
def network_api_version(self) -> Optional[str]:
|
|
4197
3869
|
"""
|
|
4198
|
-
specifies the Microsoft.Network API version used when creating networking
|
|
4199
|
-
resources in the Network Interface Configurations for Virtual Machine Scale Set
|
|
4200
|
-
with orchestration mode 'Flexible'
|
|
3870
|
+
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'
|
|
4201
3871
|
"""
|
|
4202
3872
|
return pulumi.get(self, "network_api_version")
|
|
4203
3873
|
|
|
@@ -4260,36 +3930,16 @@ class VirtualMachineScaleSetOSDiskResponse(dict):
|
|
|
4260
3930
|
write_accelerator_enabled: Optional[bool] = None):
|
|
4261
3931
|
"""
|
|
4262
3932
|
Describes a virtual machine scale set operating system disk.
|
|
4263
|
-
:param str create_option: Specifies how the virtual machines in the scale set should be created. The only
|
|
4264
|
-
|
|
4265
|
-
|
|
4266
|
-
|
|
4267
|
-
|
|
4268
|
-
:param str caching: Specifies the caching requirements. Possible values are: **None,**
|
|
4269
|
-
**ReadOnly,** **ReadWrite.** The default values are: **None for Standard
|
|
4270
|
-
storage. ReadOnly for Premium storage.**
|
|
4271
|
-
:param str delete_option: Specifies whether OS Disk should be deleted or detached upon VMSS Flex deletion
|
|
4272
|
-
(This feature is available for VMSS with Flexible OrchestrationMode only).
|
|
4273
|
-
<br><br> Possible values: <br><br> **Delete** If this value is used, the OS
|
|
4274
|
-
disk is deleted when VMSS Flex VM is deleted.<br><br> **Detach** If this value
|
|
4275
|
-
is used, the OS disk is retained after VMSS Flex VM is deleted. <br><br> The
|
|
4276
|
-
default value is set to **Delete**. For an Ephemeral OS Disk, the default value
|
|
4277
|
-
is set to **Delete**. User cannot change the delete option for Ephemeral OS
|
|
4278
|
-
Disk.
|
|
4279
|
-
:param 'DiffDiskSettingsResponse' diff_disk_settings: Specifies the ephemeral disk Settings for the operating system disk used by the
|
|
4280
|
-
virtual machine scale set.
|
|
4281
|
-
:param int disk_size_gb: Specifies the size of an empty data disk in gigabytes. This element can be used
|
|
4282
|
-
to overwrite the size of the disk in a virtual machine image. The property 'diskSizeGB'
|
|
4283
|
-
is the number of bytes x 1024^3 for the disk and the value cannot
|
|
4284
|
-
be larger than 1023.
|
|
3933
|
+
:param str 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.
|
|
3934
|
+
:param str caching: Specifies the caching requirements. Possible values are: **None,** **ReadOnly,** **ReadWrite.** The default values are: **None for Standard storage. ReadOnly for Premium storage.**
|
|
3935
|
+
:param str 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.
|
|
3936
|
+
:param 'DiffDiskSettingsResponse' diff_disk_settings: Specifies the ephemeral disk Settings for the operating system disk used by the virtual machine scale set.
|
|
3937
|
+
:param 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.
|
|
4285
3938
|
:param 'VirtualHardDiskResponse' image: Specifies information about the unmanaged user image to base the scale set on.
|
|
4286
3939
|
:param 'VirtualMachineScaleSetManagedDiskParametersResponse' managed_disk: The managed disk parameters.
|
|
4287
3940
|
:param str name: The disk name.
|
|
4288
|
-
:param str os_type: This property allows you to specify the type of the OS that is included in the
|
|
4289
|
-
|
|
4290
|
-
are: **Windows,** **Linux.**
|
|
4291
|
-
:param Sequence[str] vhd_containers: Specifies the container urls that are used to store operating system disks for
|
|
4292
|
-
the scale set.
|
|
3941
|
+
:param str 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.**
|
|
3942
|
+
:param Sequence[str] vhd_containers: Specifies the container urls that are used to store operating system disks for the scale set.
|
|
4293
3943
|
:param bool write_accelerator_enabled: Specifies whether writeAccelerator should be enabled or disabled on the disk.
|
|
4294
3944
|
"""
|
|
4295
3945
|
pulumi.set(__self__, "create_option", create_option)
|
|
@@ -4318,11 +3968,7 @@ class VirtualMachineScaleSetOSDiskResponse(dict):
|
|
|
4318
3968
|
@pulumi.getter(name="createOption")
|
|
4319
3969
|
def create_option(self) -> str:
|
|
4320
3970
|
"""
|
|
4321
|
-
Specifies how the virtual machines in the scale set should be created. The only
|
|
4322
|
-
allowed value is: **FromImage.** This value is used when you are using an image
|
|
4323
|
-
to create the virtual machine. If you are using a platform image, you also use
|
|
4324
|
-
the imageReference element described above. If you are using a marketplace
|
|
4325
|
-
image, you also use the plan element previously described.
|
|
3971
|
+
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.
|
|
4326
3972
|
"""
|
|
4327
3973
|
return pulumi.get(self, "create_option")
|
|
4328
3974
|
|
|
@@ -4330,9 +3976,7 @@ class VirtualMachineScaleSetOSDiskResponse(dict):
|
|
|
4330
3976
|
@pulumi.getter
|
|
4331
3977
|
def caching(self) -> Optional[str]:
|
|
4332
3978
|
"""
|
|
4333
|
-
Specifies the caching requirements. Possible values are: **None,**
|
|
4334
|
-
**ReadOnly,** **ReadWrite.** The default values are: **None for Standard
|
|
4335
|
-
storage. ReadOnly for Premium storage.**
|
|
3979
|
+
Specifies the caching requirements. Possible values are: **None,** **ReadOnly,** **ReadWrite.** The default values are: **None for Standard storage. ReadOnly for Premium storage.**
|
|
4336
3980
|
"""
|
|
4337
3981
|
return pulumi.get(self, "caching")
|
|
4338
3982
|
|
|
@@ -4340,14 +3984,7 @@ class VirtualMachineScaleSetOSDiskResponse(dict):
|
|
|
4340
3984
|
@pulumi.getter(name="deleteOption")
|
|
4341
3985
|
def delete_option(self) -> Optional[str]:
|
|
4342
3986
|
"""
|
|
4343
|
-
Specifies whether OS Disk should be deleted or detached upon VMSS Flex deletion
|
|
4344
|
-
(This feature is available for VMSS with Flexible OrchestrationMode only).
|
|
4345
|
-
<br><br> Possible values: <br><br> **Delete** If this value is used, the OS
|
|
4346
|
-
disk is deleted when VMSS Flex VM is deleted.<br><br> **Detach** If this value
|
|
4347
|
-
is used, the OS disk is retained after VMSS Flex VM is deleted. <br><br> The
|
|
4348
|
-
default value is set to **Delete**. For an Ephemeral OS Disk, the default value
|
|
4349
|
-
is set to **Delete**. User cannot change the delete option for Ephemeral OS
|
|
4350
|
-
Disk.
|
|
3987
|
+
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.
|
|
4351
3988
|
"""
|
|
4352
3989
|
return pulumi.get(self, "delete_option")
|
|
4353
3990
|
|
|
@@ -4355,8 +3992,7 @@ class VirtualMachineScaleSetOSDiskResponse(dict):
|
|
|
4355
3992
|
@pulumi.getter(name="diffDiskSettings")
|
|
4356
3993
|
def diff_disk_settings(self) -> Optional['outputs.DiffDiskSettingsResponse']:
|
|
4357
3994
|
"""
|
|
4358
|
-
Specifies the ephemeral disk Settings for the operating system disk used by the
|
|
4359
|
-
virtual machine scale set.
|
|
3995
|
+
Specifies the ephemeral disk Settings for the operating system disk used by the virtual machine scale set.
|
|
4360
3996
|
"""
|
|
4361
3997
|
return pulumi.get(self, "diff_disk_settings")
|
|
4362
3998
|
|
|
@@ -4364,10 +4000,7 @@ class VirtualMachineScaleSetOSDiskResponse(dict):
|
|
|
4364
4000
|
@pulumi.getter(name="diskSizeGB")
|
|
4365
4001
|
def disk_size_gb(self) -> Optional[int]:
|
|
4366
4002
|
"""
|
|
4367
|
-
Specifies the size of an empty data disk in gigabytes. This element can be used
|
|
4368
|
-
to overwrite the size of the disk in a virtual machine image. The property 'diskSizeGB'
|
|
4369
|
-
is the number of bytes x 1024^3 for the disk and the value cannot
|
|
4370
|
-
be larger than 1023.
|
|
4003
|
+
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.
|
|
4371
4004
|
"""
|
|
4372
4005
|
return pulumi.get(self, "disk_size_gb")
|
|
4373
4006
|
|
|
@@ -4399,9 +4032,7 @@ class VirtualMachineScaleSetOSDiskResponse(dict):
|
|
|
4399
4032
|
@pulumi.getter(name="osType")
|
|
4400
4033
|
def os_type(self) -> Optional[str]:
|
|
4401
4034
|
"""
|
|
4402
|
-
This property allows you to specify the type of the OS that is included in the
|
|
4403
|
-
disk if creating a VM from user-image or a specialized VHD. Possible values
|
|
4404
|
-
are: **Windows,** **Linux.**
|
|
4035
|
+
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.**
|
|
4405
4036
|
"""
|
|
4406
4037
|
return pulumi.get(self, "os_type")
|
|
4407
4038
|
|
|
@@ -4409,8 +4040,7 @@ class VirtualMachineScaleSetOSDiskResponse(dict):
|
|
|
4409
4040
|
@pulumi.getter(name="vhdContainers")
|
|
4410
4041
|
def vhd_containers(self) -> Optional[Sequence[str]]:
|
|
4411
4042
|
"""
|
|
4412
|
-
Specifies the container urls that are used to store operating system disks for
|
|
4413
|
-
the scale set.
|
|
4043
|
+
Specifies the container urls that are used to store operating system disks for the scale set.
|
|
4414
4044
|
"""
|
|
4415
4045
|
return pulumi.get(self, "vhd_containers")
|
|
4416
4046
|
|
|
@@ -4431,12 +4061,16 @@ class VirtualMachineScaleSetOSProfileResponse(dict):
|
|
|
4431
4061
|
@staticmethod
|
|
4432
4062
|
def __key_warning(key: str):
|
|
4433
4063
|
suggest = None
|
|
4434
|
-
if key == "
|
|
4064
|
+
if key == "adminPassword":
|
|
4065
|
+
suggest = "admin_password"
|
|
4066
|
+
elif key == "adminUsername":
|
|
4435
4067
|
suggest = "admin_username"
|
|
4436
4068
|
elif key == "allowExtensionOperations":
|
|
4437
4069
|
suggest = "allow_extension_operations"
|
|
4438
4070
|
elif key == "computerNamePrefix":
|
|
4439
4071
|
suggest = "computer_name_prefix"
|
|
4072
|
+
elif key == "customData":
|
|
4073
|
+
suggest = "custom_data"
|
|
4440
4074
|
elif key == "linuxConfiguration":
|
|
4441
4075
|
suggest = "linux_configuration"
|
|
4442
4076
|
elif key == "requireGuestProvisionSignal":
|
|
@@ -4456,46 +4090,37 @@ class VirtualMachineScaleSetOSProfileResponse(dict):
|
|
|
4456
4090
|
return super().get(key, default)
|
|
4457
4091
|
|
|
4458
4092
|
def __init__(__self__, *,
|
|
4093
|
+
admin_password: Optional[str] = None,
|
|
4459
4094
|
admin_username: Optional[str] = None,
|
|
4460
4095
|
allow_extension_operations: Optional[bool] = None,
|
|
4461
4096
|
computer_name_prefix: Optional[str] = None,
|
|
4097
|
+
custom_data: Optional[str] = None,
|
|
4462
4098
|
linux_configuration: Optional['outputs.LinuxConfigurationResponse'] = None,
|
|
4463
4099
|
require_guest_provision_signal: Optional[bool] = None,
|
|
4464
4100
|
secrets: Optional[Sequence['outputs.VaultSecretGroupResponse']] = None,
|
|
4465
4101
|
windows_configuration: Optional['outputs.WindowsConfigurationResponse'] = None):
|
|
4466
4102
|
"""
|
|
4467
4103
|
Describes a virtual machine scale set OS profile.
|
|
4468
|
-
:param str
|
|
4469
|
-
|
|
4470
|
-
|
|
4471
|
-
|
|
4472
|
-
|
|
4473
|
-
|
|
4474
|
-
<br><br> **Minimum-length (Linux):** 1 character <br><br> **Max-length
|
|
4475
|
-
(Linux):** 64 characters <br><br> **Max-length (Windows):** 20 characters
|
|
4476
|
-
:param bool allow_extension_operations: Specifies whether extension operations should be allowed on the virtual machine
|
|
4477
|
-
scale set. This may only be set to False when no extensions are present on the
|
|
4478
|
-
virtual machine scale set.
|
|
4479
|
-
:param str computer_name_prefix: Specifies the computer name prefix for all of the virtual machines in the scale
|
|
4480
|
-
set. Computer name prefixes must be 1 to 15 characters long.
|
|
4481
|
-
:param 'LinuxConfigurationResponse' linux_configuration: Specifies the Linux operating system settings on the virtual machine. For a
|
|
4482
|
-
list of supported Linux distributions, see [Linux on Azure-Endorsed
|
|
4483
|
-
Distributions](https://docs.microsoft.com/azure/virtual-machines/linux/endorsed-distros).
|
|
4104
|
+
:param 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)
|
|
4105
|
+
:param 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
|
|
4106
|
+
:param 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.
|
|
4107
|
+
:param 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.
|
|
4108
|
+
:param 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)
|
|
4109
|
+
:param 'LinuxConfigurationResponse' 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).
|
|
4484
4110
|
:param bool require_guest_provision_signal: Optional property which must either be set to True or omitted.
|
|
4485
|
-
:param Sequence['VaultSecretGroupResponse'] secrets: Specifies set of certificates that should be installed onto the virtual
|
|
4486
|
-
machines in the scale set. To install certificates on a virtual machine it is
|
|
4487
|
-
recommended to use the [Azure Key Vault virtual machine extension for
|
|
4488
|
-
Linux](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-linux)
|
|
4489
|
-
or the [Azure Key Vault virtual machine extension for
|
|
4490
|
-
Windows](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-windows).
|
|
4111
|
+
:param Sequence['VaultSecretGroupResponse'] 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).
|
|
4491
4112
|
:param 'WindowsConfigurationResponse' windows_configuration: Specifies Windows operating system settings on the virtual machine.
|
|
4492
4113
|
"""
|
|
4114
|
+
if admin_password is not None:
|
|
4115
|
+
pulumi.set(__self__, "admin_password", admin_password)
|
|
4493
4116
|
if admin_username is not None:
|
|
4494
4117
|
pulumi.set(__self__, "admin_username", admin_username)
|
|
4495
4118
|
if allow_extension_operations is not None:
|
|
4496
4119
|
pulumi.set(__self__, "allow_extension_operations", allow_extension_operations)
|
|
4497
4120
|
if computer_name_prefix is not None:
|
|
4498
4121
|
pulumi.set(__self__, "computer_name_prefix", computer_name_prefix)
|
|
4122
|
+
if custom_data is not None:
|
|
4123
|
+
pulumi.set(__self__, "custom_data", custom_data)
|
|
4499
4124
|
if linux_configuration is not None:
|
|
4500
4125
|
pulumi.set(__self__, "linux_configuration", linux_configuration)
|
|
4501
4126
|
if require_guest_provision_signal is not None:
|
|
@@ -4505,18 +4130,19 @@ class VirtualMachineScaleSetOSProfileResponse(dict):
|
|
|
4505
4130
|
if windows_configuration is not None:
|
|
4506
4131
|
pulumi.set(__self__, "windows_configuration", windows_configuration)
|
|
4507
4132
|
|
|
4133
|
+
@property
|
|
4134
|
+
@pulumi.getter(name="adminPassword")
|
|
4135
|
+
def admin_password(self) -> Optional[str]:
|
|
4136
|
+
"""
|
|
4137
|
+
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)
|
|
4138
|
+
"""
|
|
4139
|
+
return pulumi.get(self, "admin_password")
|
|
4140
|
+
|
|
4508
4141
|
@property
|
|
4509
4142
|
@pulumi.getter(name="adminUsername")
|
|
4510
4143
|
def admin_username(self) -> Optional[str]:
|
|
4511
4144
|
"""
|
|
4512
|
-
Specifies the name of the administrator account. <br><br> **Windows-only
|
|
4513
|
-
restriction:** Cannot end in "." <br><br> **Disallowed values:**
|
|
4514
|
-
"administrator", "admin", "user", "user1", "test", "user2", "test1", "user3",
|
|
4515
|
-
"admin1", "1", "123", "a", "actuser", "adm", "admin2", "aspnet", "backup",
|
|
4516
|
-
"console", "david", "guest", "john", "owner", "root", "server", "sql",
|
|
4517
|
-
"support", "support_388945a0", "sys", "test2", "test3", "user4", "user5".
|
|
4518
|
-
<br><br> **Minimum-length (Linux):** 1 character <br><br> **Max-length
|
|
4519
|
-
(Linux):** 64 characters <br><br> **Max-length (Windows):** 20 characters
|
|
4145
|
+
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
|
|
4520
4146
|
"""
|
|
4521
4147
|
return pulumi.get(self, "admin_username")
|
|
4522
4148
|
|
|
@@ -4524,9 +4150,7 @@ class VirtualMachineScaleSetOSProfileResponse(dict):
|
|
|
4524
4150
|
@pulumi.getter(name="allowExtensionOperations")
|
|
4525
4151
|
def allow_extension_operations(self) -> Optional[bool]:
|
|
4526
4152
|
"""
|
|
4527
|
-
Specifies whether extension operations should be allowed on the virtual machine
|
|
4528
|
-
scale set. This may only be set to False when no extensions are present on the
|
|
4529
|
-
virtual machine scale set.
|
|
4153
|
+
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.
|
|
4530
4154
|
"""
|
|
4531
4155
|
return pulumi.get(self, "allow_extension_operations")
|
|
4532
4156
|
|
|
@@ -4534,18 +4158,23 @@ class VirtualMachineScaleSetOSProfileResponse(dict):
|
|
|
4534
4158
|
@pulumi.getter(name="computerNamePrefix")
|
|
4535
4159
|
def computer_name_prefix(self) -> Optional[str]:
|
|
4536
4160
|
"""
|
|
4537
|
-
Specifies the computer name prefix for all of the virtual machines in the scale
|
|
4538
|
-
set. Computer name prefixes must be 1 to 15 characters long.
|
|
4161
|
+
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.
|
|
4539
4162
|
"""
|
|
4540
4163
|
return pulumi.get(self, "computer_name_prefix")
|
|
4541
4164
|
|
|
4165
|
+
@property
|
|
4166
|
+
@pulumi.getter(name="customData")
|
|
4167
|
+
def custom_data(self) -> Optional[str]:
|
|
4168
|
+
"""
|
|
4169
|
+
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)
|
|
4170
|
+
"""
|
|
4171
|
+
return pulumi.get(self, "custom_data")
|
|
4172
|
+
|
|
4542
4173
|
@property
|
|
4543
4174
|
@pulumi.getter(name="linuxConfiguration")
|
|
4544
4175
|
def linux_configuration(self) -> Optional['outputs.LinuxConfigurationResponse']:
|
|
4545
4176
|
"""
|
|
4546
|
-
Specifies the Linux operating system settings on the virtual machine. For a
|
|
4547
|
-
list of supported Linux distributions, see [Linux on Azure-Endorsed
|
|
4548
|
-
Distributions](https://docs.microsoft.com/azure/virtual-machines/linux/endorsed-distros).
|
|
4177
|
+
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).
|
|
4549
4178
|
"""
|
|
4550
4179
|
return pulumi.get(self, "linux_configuration")
|
|
4551
4180
|
|
|
@@ -4561,12 +4190,7 @@ class VirtualMachineScaleSetOSProfileResponse(dict):
|
|
|
4561
4190
|
@pulumi.getter
|
|
4562
4191
|
def secrets(self) -> Optional[Sequence['outputs.VaultSecretGroupResponse']]:
|
|
4563
4192
|
"""
|
|
4564
|
-
Specifies set of certificates that should be installed onto the virtual
|
|
4565
|
-
machines in the scale set. To install certificates on a virtual machine it is
|
|
4566
|
-
recommended to use the [Azure Key Vault virtual machine extension for
|
|
4567
|
-
Linux](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-linux)
|
|
4568
|
-
or the [Azure Key Vault virtual machine extension for
|
|
4569
|
-
Windows](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-windows).
|
|
4193
|
+
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).
|
|
4570
4194
|
"""
|
|
4571
4195
|
return pulumi.get(self, "secrets")
|
|
4572
4196
|
|
|
@@ -4608,13 +4232,8 @@ class VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettingsResponse(dict
|
|
|
4608
4232
|
domain_name_label_scope: Optional[str] = None):
|
|
4609
4233
|
"""
|
|
4610
4234
|
Describes a virtual machines scale sets network configuration's DNS settings.
|
|
4611
|
-
:param str domain_name_label: The Domain name label.The concatenation of the domain name label and vm index
|
|
4612
|
-
|
|
4613
|
-
created
|
|
4614
|
-
:param str domain_name_label_scope: The Domain name label scope.The concatenation of the hashed domain name label
|
|
4615
|
-
that generated according to the policy from domain name label scope and vm
|
|
4616
|
-
index will be the domain name labels of the PublicIPAddress resources that will
|
|
4617
|
-
be created
|
|
4235
|
+
:param 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
|
|
4236
|
+
:param str 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
|
|
4618
4237
|
"""
|
|
4619
4238
|
pulumi.set(__self__, "domain_name_label", domain_name_label)
|
|
4620
4239
|
if domain_name_label_scope is not None:
|
|
@@ -4624,9 +4243,7 @@ class VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettingsResponse(dict
|
|
|
4624
4243
|
@pulumi.getter(name="domainNameLabel")
|
|
4625
4244
|
def domain_name_label(self) -> str:
|
|
4626
4245
|
"""
|
|
4627
|
-
The Domain name label.The concatenation of the domain name label and vm index
|
|
4628
|
-
will be the domain name labels of the PublicIPAddress resources that will be
|
|
4629
|
-
created
|
|
4246
|
+
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
|
|
4630
4247
|
"""
|
|
4631
4248
|
return pulumi.get(self, "domain_name_label")
|
|
4632
4249
|
|
|
@@ -4634,19 +4251,15 @@ class VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettingsResponse(dict
|
|
|
4634
4251
|
@pulumi.getter(name="domainNameLabelScope")
|
|
4635
4252
|
def domain_name_label_scope(self) -> Optional[str]:
|
|
4636
4253
|
"""
|
|
4637
|
-
The Domain name label scope.The concatenation of the hashed domain name label
|
|
4638
|
-
that generated according to the policy from domain name label scope and vm
|
|
4639
|
-
index will be the domain name labels of the PublicIPAddress resources that will
|
|
4640
|
-
be created
|
|
4254
|
+
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
|
|
4641
4255
|
"""
|
|
4642
4256
|
return pulumi.get(self, "domain_name_label_scope")
|
|
4643
4257
|
|
|
4644
4258
|
|
|
4645
4259
|
@pulumi.output_type
|
|
4646
|
-
class
|
|
4260
|
+
class VirtualMachineScaleSetPublicIPAddressConfigurationResponse(dict):
|
|
4647
4261
|
"""
|
|
4648
|
-
Describes a virtual machines scale set IP Configuration's PublicIPAddress
|
|
4649
|
-
configuration
|
|
4262
|
+
Describes a virtual machines scale set IP Configuration's PublicIPAddress configuration
|
|
4650
4263
|
"""
|
|
4651
4264
|
@staticmethod
|
|
4652
4265
|
def __key_warning(key: str):
|
|
@@ -4665,35 +4278,37 @@ class VirtualMachineScaleSetPublicIPAddressConfigurationPropertiesResponse(dict)
|
|
|
4665
4278
|
suggest = "public_ip_prefix"
|
|
4666
4279
|
|
|
4667
4280
|
if suggest:
|
|
4668
|
-
pulumi.log.warn(f"Key '{key}' not found in
|
|
4281
|
+
pulumi.log.warn(f"Key '{key}' not found in VirtualMachineScaleSetPublicIPAddressConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
|
|
4669
4282
|
|
|
4670
4283
|
def __getitem__(self, key: str) -> Any:
|
|
4671
|
-
|
|
4284
|
+
VirtualMachineScaleSetPublicIPAddressConfigurationResponse.__key_warning(key)
|
|
4672
4285
|
return super().__getitem__(key)
|
|
4673
4286
|
|
|
4674
4287
|
def get(self, key: str, default = None) -> Any:
|
|
4675
|
-
|
|
4288
|
+
VirtualMachineScaleSetPublicIPAddressConfigurationResponse.__key_warning(key)
|
|
4676
4289
|
return super().get(key, default)
|
|
4677
4290
|
|
|
4678
4291
|
def __init__(__self__, *,
|
|
4292
|
+
name: str,
|
|
4679
4293
|
delete_option: Optional[str] = None,
|
|
4680
4294
|
dns_settings: Optional['outputs.VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettingsResponse'] = None,
|
|
4681
4295
|
idle_timeout_in_minutes: Optional[int] = None,
|
|
4682
4296
|
ip_tags: Optional[Sequence['outputs.VirtualMachineScaleSetIpTagResponse']] = None,
|
|
4683
4297
|
public_ip_address_version: Optional[str] = None,
|
|
4684
|
-
public_ip_prefix: Optional['outputs.SubResourceResponse'] = None
|
|
4298
|
+
public_ip_prefix: Optional['outputs.SubResourceResponse'] = None,
|
|
4299
|
+
sku: Optional['outputs.PublicIPAddressSkuResponse'] = None):
|
|
4685
4300
|
"""
|
|
4686
|
-
Describes a virtual machines scale set IP Configuration's PublicIPAddress
|
|
4687
|
-
configuration
|
|
4301
|
+
Describes a virtual machines scale set IP Configuration's PublicIPAddress configuration
|
|
4302
|
+
:param str name: The publicIP address configuration name.
|
|
4688
4303
|
:param str delete_option: Specify what happens to the public IP when the VM is deleted
|
|
4689
4304
|
:param 'VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettingsResponse' dns_settings: The dns settings to be applied on the publicIP addresses .
|
|
4690
4305
|
:param int idle_timeout_in_minutes: The idle timeout of the public IP address.
|
|
4691
4306
|
:param Sequence['VirtualMachineScaleSetIpTagResponse'] ip_tags: The list of IP tags associated with the public IP address.
|
|
4692
|
-
:param str public_ip_address_version: Available from Api-Version 2019-07-01 onwards, it represents whether the
|
|
4693
|
-
specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible
|
|
4694
|
-
values are: 'IPv4' and 'IPv6'.
|
|
4307
|
+
:param str 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'.
|
|
4695
4308
|
:param 'SubResourceResponse' public_ip_prefix: The PublicIPPrefix from which to allocate publicIP addresses.
|
|
4309
|
+
:param 'PublicIPAddressSkuResponse' sku: Describes the public IP Sku. It can only be set with OrchestrationMode as Flexible.
|
|
4696
4310
|
"""
|
|
4311
|
+
pulumi.set(__self__, "name", name)
|
|
4697
4312
|
if delete_option is not None:
|
|
4698
4313
|
pulumi.set(__self__, "delete_option", delete_option)
|
|
4699
4314
|
if dns_settings is not None:
|
|
@@ -4706,6 +4321,16 @@ class VirtualMachineScaleSetPublicIPAddressConfigurationPropertiesResponse(dict)
|
|
|
4706
4321
|
pulumi.set(__self__, "public_ip_address_version", public_ip_address_version)
|
|
4707
4322
|
if public_ip_prefix is not None:
|
|
4708
4323
|
pulumi.set(__self__, "public_ip_prefix", public_ip_prefix)
|
|
4324
|
+
if sku is not None:
|
|
4325
|
+
pulumi.set(__self__, "sku", sku)
|
|
4326
|
+
|
|
4327
|
+
@property
|
|
4328
|
+
@pulumi.getter
|
|
4329
|
+
def name(self) -> str:
|
|
4330
|
+
"""
|
|
4331
|
+
The publicIP address configuration name.
|
|
4332
|
+
"""
|
|
4333
|
+
return pulumi.get(self, "name")
|
|
4709
4334
|
|
|
4710
4335
|
@property
|
|
4711
4336
|
@pulumi.getter(name="deleteOption")
|
|
@@ -4725,87 +4350,41 @@ class VirtualMachineScaleSetPublicIPAddressConfigurationPropertiesResponse(dict)
|
|
|
4725
4350
|
|
|
4726
4351
|
@property
|
|
4727
4352
|
@pulumi.getter(name="idleTimeoutInMinutes")
|
|
4728
|
-
def idle_timeout_in_minutes(self) -> Optional[int]:
|
|
4729
|
-
"""
|
|
4730
|
-
The idle timeout of the public IP address.
|
|
4731
|
-
"""
|
|
4732
|
-
return pulumi.get(self, "idle_timeout_in_minutes")
|
|
4733
|
-
|
|
4734
|
-
@property
|
|
4735
|
-
@pulumi.getter(name="ipTags")
|
|
4736
|
-
def ip_tags(self) -> Optional[Sequence['outputs.VirtualMachineScaleSetIpTagResponse']]:
|
|
4737
|
-
"""
|
|
4738
|
-
The list of IP tags associated with the public IP address.
|
|
4739
|
-
"""
|
|
4740
|
-
return pulumi.get(self, "ip_tags")
|
|
4741
|
-
|
|
4742
|
-
@property
|
|
4743
|
-
@pulumi.getter(name="publicIPAddressVersion")
|
|
4744
|
-
def public_ip_address_version(self) -> Optional[str]:
|
|
4745
|
-
"""
|
|
4746
|
-
Available from Api-Version 2019-07-01 onwards, it represents whether the
|
|
4747
|
-
specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible
|
|
4748
|
-
values are: 'IPv4' and 'IPv6'.
|
|
4749
|
-
"""
|
|
4750
|
-
return pulumi.get(self, "public_ip_address_version")
|
|
4751
|
-
|
|
4752
|
-
@property
|
|
4753
|
-
@pulumi.getter(name="publicIPPrefix")
|
|
4754
|
-
def public_ip_prefix(self) -> Optional['outputs.SubResourceResponse']:
|
|
4755
|
-
"""
|
|
4756
|
-
The PublicIPPrefix from which to allocate publicIP addresses.
|
|
4757
|
-
"""
|
|
4758
|
-
return pulumi.get(self, "public_ip_prefix")
|
|
4759
|
-
|
|
4760
|
-
|
|
4761
|
-
@pulumi.output_type
|
|
4762
|
-
class VirtualMachineScaleSetPublicIPAddressConfigurationResponse(dict):
|
|
4763
|
-
"""
|
|
4764
|
-
Describes a virtual machines scale set IP Configuration's PublicIPAddress
|
|
4765
|
-
configuration
|
|
4766
|
-
"""
|
|
4767
|
-
def __init__(__self__, *,
|
|
4768
|
-
name: str,
|
|
4769
|
-
properties: Optional['outputs.VirtualMachineScaleSetPublicIPAddressConfigurationPropertiesResponse'] = None,
|
|
4770
|
-
sku: Optional['outputs.PublicIPAddressSkuResponse'] = None):
|
|
4353
|
+
def idle_timeout_in_minutes(self) -> Optional[int]:
|
|
4771
4354
|
"""
|
|
4772
|
-
|
|
4773
|
-
configuration
|
|
4774
|
-
:param str name: The publicIP address configuration name.
|
|
4775
|
-
:param 'VirtualMachineScaleSetPublicIPAddressConfigurationPropertiesResponse' properties: Describes a virtual machines scale set IP Configuration's PublicIPAddress
|
|
4776
|
-
configuration
|
|
4777
|
-
:param 'PublicIPAddressSkuResponse' sku: Describes the public IP Sku. It can only be set with OrchestrationMode as
|
|
4778
|
-
Flexible.
|
|
4355
|
+
The idle timeout of the public IP address.
|
|
4779
4356
|
"""
|
|
4780
|
-
pulumi.
|
|
4781
|
-
if properties is not None:
|
|
4782
|
-
pulumi.set(__self__, "properties", properties)
|
|
4783
|
-
if sku is not None:
|
|
4784
|
-
pulumi.set(__self__, "sku", sku)
|
|
4357
|
+
return pulumi.get(self, "idle_timeout_in_minutes")
|
|
4785
4358
|
|
|
4786
4359
|
@property
|
|
4787
|
-
@pulumi.getter
|
|
4788
|
-
def
|
|
4360
|
+
@pulumi.getter(name="ipTags")
|
|
4361
|
+
def ip_tags(self) -> Optional[Sequence['outputs.VirtualMachineScaleSetIpTagResponse']]:
|
|
4789
4362
|
"""
|
|
4790
|
-
The
|
|
4363
|
+
The list of IP tags associated with the public IP address.
|
|
4791
4364
|
"""
|
|
4792
|
-
return pulumi.get(self, "
|
|
4365
|
+
return pulumi.get(self, "ip_tags")
|
|
4793
4366
|
|
|
4794
4367
|
@property
|
|
4795
|
-
@pulumi.getter
|
|
4796
|
-
def
|
|
4368
|
+
@pulumi.getter(name="publicIPAddressVersion")
|
|
4369
|
+
def public_ip_address_version(self) -> Optional[str]:
|
|
4370
|
+
"""
|
|
4371
|
+
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'.
|
|
4372
|
+
"""
|
|
4373
|
+
return pulumi.get(self, "public_ip_address_version")
|
|
4374
|
+
|
|
4375
|
+
@property
|
|
4376
|
+
@pulumi.getter(name="publicIPPrefix")
|
|
4377
|
+
def public_ip_prefix(self) -> Optional['outputs.SubResourceResponse']:
|
|
4797
4378
|
"""
|
|
4798
|
-
|
|
4799
|
-
configuration
|
|
4379
|
+
The PublicIPPrefix from which to allocate publicIP addresses.
|
|
4800
4380
|
"""
|
|
4801
|
-
return pulumi.get(self, "
|
|
4381
|
+
return pulumi.get(self, "public_ip_prefix")
|
|
4802
4382
|
|
|
4803
4383
|
@property
|
|
4804
4384
|
@pulumi.getter
|
|
4805
4385
|
def sku(self) -> Optional['outputs.PublicIPAddressSkuResponse']:
|
|
4806
4386
|
"""
|
|
4807
|
-
Describes the public IP Sku. It can only be set with OrchestrationMode as
|
|
4808
|
-
Flexible.
|
|
4387
|
+
Describes the public IP Sku. It can only be set with OrchestrationMode as Flexible.
|
|
4809
4388
|
"""
|
|
4810
4389
|
return pulumi.get(self, "sku")
|
|
4811
4390
|
|
|
@@ -4840,24 +4419,14 @@ class VirtualMachineScaleSetStorageProfileResponse(dict):
|
|
|
4840
4419
|
|
|
4841
4420
|
def __init__(__self__, *,
|
|
4842
4421
|
data_disks: Optional[Sequence['outputs.VirtualMachineScaleSetDataDiskResponse']] = None,
|
|
4843
|
-
disk_controller_type: Optional[str] = None,
|
|
4422
|
+
disk_controller_type: Optional[Sequence[str]] = None,
|
|
4844
4423
|
image_reference: Optional['outputs.ImageReferenceResponse'] = None,
|
|
4845
4424
|
os_disk: Optional['outputs.VirtualMachineScaleSetOSDiskResponse'] = None):
|
|
4846
4425
|
"""
|
|
4847
4426
|
Describes a virtual machine scale set storage profile.
|
|
4848
|
-
:param Sequence['VirtualMachineScaleSetDataDiskResponse'] data_disks: Specifies the parameters that are used to add data disks to the virtual
|
|
4849
|
-
|
|
4850
|
-
|
|
4851
|
-
machines](https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview).
|
|
4852
|
-
:param str disk_controller_type: Specifies the disk controller type configured for the virtual machines in the scale set. Minimum api-version: 2022-08-01
|
|
4853
|
-
:param 'ImageReferenceResponse' image_reference: Specifies information about the image to use. You can specify information about
|
|
4854
|
-
platform images, marketplace images, or virtual machine images. This element is
|
|
4855
|
-
required when you want to use a platform image, marketplace image, or virtual
|
|
4856
|
-
machine image, but is not used in other creation operations.
|
|
4857
|
-
:param 'VirtualMachineScaleSetOSDiskResponse' os_disk: Specifies information about the operating system disk used by the virtual
|
|
4858
|
-
machines in the scale set. For more information about disks, see [About disks
|
|
4859
|
-
and VHDs for Azure virtual
|
|
4860
|
-
machines](https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview).
|
|
4427
|
+
:param Sequence['VirtualMachineScaleSetDataDiskResponse'] 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).
|
|
4428
|
+
:param 'ImageReferenceResponse' 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.
|
|
4429
|
+
:param 'VirtualMachineScaleSetOSDiskResponse' 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).
|
|
4861
4430
|
"""
|
|
4862
4431
|
if data_disks is not None:
|
|
4863
4432
|
pulumi.set(__self__, "data_disks", data_disks)
|
|
@@ -4872,29 +4441,20 @@ class VirtualMachineScaleSetStorageProfileResponse(dict):
|
|
|
4872
4441
|
@pulumi.getter(name="dataDisks")
|
|
4873
4442
|
def data_disks(self) -> Optional[Sequence['outputs.VirtualMachineScaleSetDataDiskResponse']]:
|
|
4874
4443
|
"""
|
|
4875
|
-
Specifies the parameters that are used to add data disks to the virtual
|
|
4876
|
-
machines in the scale set. For more information about disks, see [About disks
|
|
4877
|
-
and VHDs for Azure virtual
|
|
4878
|
-
machines](https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview).
|
|
4444
|
+
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).
|
|
4879
4445
|
"""
|
|
4880
4446
|
return pulumi.get(self, "data_disks")
|
|
4881
4447
|
|
|
4882
4448
|
@property
|
|
4883
4449
|
@pulumi.getter(name="diskControllerType")
|
|
4884
|
-
def disk_controller_type(self) -> Optional[str]:
|
|
4885
|
-
"""
|
|
4886
|
-
Specifies the disk controller type configured for the virtual machines in the scale set. Minimum api-version: 2022-08-01
|
|
4887
|
-
"""
|
|
4450
|
+
def disk_controller_type(self) -> Optional[Sequence[str]]:
|
|
4888
4451
|
return pulumi.get(self, "disk_controller_type")
|
|
4889
4452
|
|
|
4890
4453
|
@property
|
|
4891
4454
|
@pulumi.getter(name="imageReference")
|
|
4892
4455
|
def image_reference(self) -> Optional['outputs.ImageReferenceResponse']:
|
|
4893
4456
|
"""
|
|
4894
|
-
Specifies information about the image to use. You can specify information about
|
|
4895
|
-
platform images, marketplace images, or virtual machine images. This element is
|
|
4896
|
-
required when you want to use a platform image, marketplace image, or virtual
|
|
4897
|
-
machine image, but is not used in other creation operations.
|
|
4457
|
+
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.
|
|
4898
4458
|
"""
|
|
4899
4459
|
return pulumi.get(self, "image_reference")
|
|
4900
4460
|
|
|
@@ -4902,14 +4462,286 @@ class VirtualMachineScaleSetStorageProfileResponse(dict):
|
|
|
4902
4462
|
@pulumi.getter(name="osDisk")
|
|
4903
4463
|
def os_disk(self) -> Optional['outputs.VirtualMachineScaleSetOSDiskResponse']:
|
|
4904
4464
|
"""
|
|
4905
|
-
Specifies information about the operating system disk used by the virtual
|
|
4906
|
-
machines in the scale set. For more information about disks, see [About disks
|
|
4907
|
-
and VHDs for Azure virtual
|
|
4908
|
-
machines](https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview).
|
|
4465
|
+
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).
|
|
4909
4466
|
"""
|
|
4910
4467
|
return pulumi.get(self, "os_disk")
|
|
4911
4468
|
|
|
4912
4469
|
|
|
4470
|
+
@pulumi.output_type
|
|
4471
|
+
class VirtualMachineScaleSetVMProfileResponse(dict):
|
|
4472
|
+
"""
|
|
4473
|
+
Describes a virtual machine scale set virtual machine profile.
|
|
4474
|
+
"""
|
|
4475
|
+
@staticmethod
|
|
4476
|
+
def __key_warning(key: str):
|
|
4477
|
+
suggest = None
|
|
4478
|
+
if key == "timeCreated":
|
|
4479
|
+
suggest = "time_created"
|
|
4480
|
+
elif key == "applicationProfile":
|
|
4481
|
+
suggest = "application_profile"
|
|
4482
|
+
elif key == "billingProfile":
|
|
4483
|
+
suggest = "billing_profile"
|
|
4484
|
+
elif key == "capacityReservation":
|
|
4485
|
+
suggest = "capacity_reservation"
|
|
4486
|
+
elif key == "diagnosticsProfile":
|
|
4487
|
+
suggest = "diagnostics_profile"
|
|
4488
|
+
elif key == "evictionPolicy":
|
|
4489
|
+
suggest = "eviction_policy"
|
|
4490
|
+
elif key == "extensionProfile":
|
|
4491
|
+
suggest = "extension_profile"
|
|
4492
|
+
elif key == "hardwareProfile":
|
|
4493
|
+
suggest = "hardware_profile"
|
|
4494
|
+
elif key == "licenseType":
|
|
4495
|
+
suggest = "license_type"
|
|
4496
|
+
elif key == "networkProfile":
|
|
4497
|
+
suggest = "network_profile"
|
|
4498
|
+
elif key == "osProfile":
|
|
4499
|
+
suggest = "os_profile"
|
|
4500
|
+
elif key == "scheduledEventsProfile":
|
|
4501
|
+
suggest = "scheduled_events_profile"
|
|
4502
|
+
elif key == "securityPostureReference":
|
|
4503
|
+
suggest = "security_posture_reference"
|
|
4504
|
+
elif key == "securityProfile":
|
|
4505
|
+
suggest = "security_profile"
|
|
4506
|
+
elif key == "serviceArtifactReference":
|
|
4507
|
+
suggest = "service_artifact_reference"
|
|
4508
|
+
elif key == "storageProfile":
|
|
4509
|
+
suggest = "storage_profile"
|
|
4510
|
+
elif key == "userData":
|
|
4511
|
+
suggest = "user_data"
|
|
4512
|
+
|
|
4513
|
+
if suggest:
|
|
4514
|
+
pulumi.log.warn(f"Key '{key}' not found in VirtualMachineScaleSetVMProfileResponse. Access the value via the '{suggest}' property getter instead.")
|
|
4515
|
+
|
|
4516
|
+
def __getitem__(self, key: str) -> Any:
|
|
4517
|
+
VirtualMachineScaleSetVMProfileResponse.__key_warning(key)
|
|
4518
|
+
return super().__getitem__(key)
|
|
4519
|
+
|
|
4520
|
+
def get(self, key: str, default = None) -> Any:
|
|
4521
|
+
VirtualMachineScaleSetVMProfileResponse.__key_warning(key)
|
|
4522
|
+
return super().get(key, default)
|
|
4523
|
+
|
|
4524
|
+
def __init__(__self__, *,
|
|
4525
|
+
time_created: str,
|
|
4526
|
+
application_profile: Optional['outputs.ApplicationProfileResponse'] = None,
|
|
4527
|
+
billing_profile: Optional['outputs.BillingProfileResponse'] = None,
|
|
4528
|
+
capacity_reservation: Optional['outputs.CapacityReservationProfileResponse'] = None,
|
|
4529
|
+
diagnostics_profile: Optional['outputs.DiagnosticsProfileResponse'] = None,
|
|
4530
|
+
eviction_policy: Optional[str] = None,
|
|
4531
|
+
extension_profile: Optional['outputs.VirtualMachineScaleSetExtensionProfileResponse'] = None,
|
|
4532
|
+
hardware_profile: Optional['outputs.VirtualMachineScaleSetHardwareProfileResponse'] = None,
|
|
4533
|
+
license_type: Optional[str] = None,
|
|
4534
|
+
network_profile: Optional['outputs.VirtualMachineScaleSetNetworkProfileResponse'] = None,
|
|
4535
|
+
os_profile: Optional['outputs.VirtualMachineScaleSetOSProfileResponse'] = None,
|
|
4536
|
+
priority: Optional[str] = None,
|
|
4537
|
+
scheduled_events_profile: Optional['outputs.ScheduledEventsProfileResponse'] = None,
|
|
4538
|
+
security_posture_reference: Optional['outputs.SecurityPostureReferenceResponse'] = None,
|
|
4539
|
+
security_profile: Optional['outputs.SecurityProfileResponse'] = None,
|
|
4540
|
+
service_artifact_reference: Optional['outputs.ServiceArtifactReferenceResponse'] = None,
|
|
4541
|
+
storage_profile: Optional['outputs.VirtualMachineScaleSetStorageProfileResponse'] = None,
|
|
4542
|
+
user_data: Optional[str] = None):
|
|
4543
|
+
"""
|
|
4544
|
+
Describes a virtual machine scale set virtual machine profile.
|
|
4545
|
+
:param str time_created: Specifies the time in which this VM profile for the Virtual Machine Scale Set was created. Minimum API version for this property is 2023-09-01. This value will be added to VMSS Flex VM tags when creating/updating the VMSS VM Profile with minimum api-version 2023-09-01.
|
|
4546
|
+
:param 'ApplicationProfileResponse' application_profile: Specifies the gallery applications that should be made available to the VM/VMSS
|
|
4547
|
+
:param 'BillingProfileResponse' billing_profile: Specifies the billing related details of a Azure Spot VMSS. Minimum api-version: 2019-03-01.
|
|
4548
|
+
:param 'CapacityReservationProfileResponse' capacity_reservation: Specifies the capacity reservation related details of a scale set. Minimum api-version: 2021-04-01.
|
|
4549
|
+
:param 'DiagnosticsProfileResponse' diagnostics_profile: Specifies the boot diagnostic settings state. Minimum api-version: 2015-06-15.
|
|
4550
|
+
:param str 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.
|
|
4551
|
+
:param 'VirtualMachineScaleSetExtensionProfileResponse' extension_profile: Specifies a collection of settings for extensions installed on virtual machines in the scale set.
|
|
4552
|
+
:param 'VirtualMachineScaleSetHardwareProfileResponse' hardware_profile: Specifies the hardware profile related details of a scale set. Minimum api-version: 2021-11-01.
|
|
4553
|
+
:param 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
|
|
4554
|
+
:param 'VirtualMachineScaleSetNetworkProfileResponse' network_profile: Specifies properties of the network interfaces of the virtual machines in the scale set.
|
|
4555
|
+
:param 'VirtualMachineScaleSetOSProfileResponse' os_profile: Specifies the operating system settings for the virtual machines in the scale set.
|
|
4556
|
+
:param str priority: Specifies the priority for the virtual machines in the scale set. Minimum api-version: 2017-10-30-preview.
|
|
4557
|
+
:param 'ScheduledEventsProfileResponse' scheduled_events_profile: Specifies Scheduled Event related configurations.
|
|
4558
|
+
:param 'SecurityPostureReferenceResponse' security_posture_reference: Specifies the security posture to be used for all virtual machines in the scale set. Minimum api-version: 2023-03-01
|
|
4559
|
+
:param 'SecurityProfileResponse' security_profile: Specifies the Security related profile settings for the virtual machines in the scale set.
|
|
4560
|
+
:param 'ServiceArtifactReferenceResponse' 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
|
|
4561
|
+
:param 'VirtualMachineScaleSetStorageProfileResponse' storage_profile: Specifies the storage settings for the virtual machine disks.
|
|
4562
|
+
:param 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.
|
|
4563
|
+
"""
|
|
4564
|
+
pulumi.set(__self__, "time_created", time_created)
|
|
4565
|
+
if application_profile is not None:
|
|
4566
|
+
pulumi.set(__self__, "application_profile", application_profile)
|
|
4567
|
+
if billing_profile is not None:
|
|
4568
|
+
pulumi.set(__self__, "billing_profile", billing_profile)
|
|
4569
|
+
if capacity_reservation is not None:
|
|
4570
|
+
pulumi.set(__self__, "capacity_reservation", capacity_reservation)
|
|
4571
|
+
if diagnostics_profile is not None:
|
|
4572
|
+
pulumi.set(__self__, "diagnostics_profile", diagnostics_profile)
|
|
4573
|
+
if eviction_policy is not None:
|
|
4574
|
+
pulumi.set(__self__, "eviction_policy", eviction_policy)
|
|
4575
|
+
if extension_profile is not None:
|
|
4576
|
+
pulumi.set(__self__, "extension_profile", extension_profile)
|
|
4577
|
+
if hardware_profile is not None:
|
|
4578
|
+
pulumi.set(__self__, "hardware_profile", hardware_profile)
|
|
4579
|
+
if license_type is not None:
|
|
4580
|
+
pulumi.set(__self__, "license_type", license_type)
|
|
4581
|
+
if network_profile is not None:
|
|
4582
|
+
pulumi.set(__self__, "network_profile", network_profile)
|
|
4583
|
+
if os_profile is not None:
|
|
4584
|
+
pulumi.set(__self__, "os_profile", os_profile)
|
|
4585
|
+
if priority is not None:
|
|
4586
|
+
pulumi.set(__self__, "priority", priority)
|
|
4587
|
+
if scheduled_events_profile is not None:
|
|
4588
|
+
pulumi.set(__self__, "scheduled_events_profile", scheduled_events_profile)
|
|
4589
|
+
if security_posture_reference is not None:
|
|
4590
|
+
pulumi.set(__self__, "security_posture_reference", security_posture_reference)
|
|
4591
|
+
if security_profile is not None:
|
|
4592
|
+
pulumi.set(__self__, "security_profile", security_profile)
|
|
4593
|
+
if service_artifact_reference is not None:
|
|
4594
|
+
pulumi.set(__self__, "service_artifact_reference", service_artifact_reference)
|
|
4595
|
+
if storage_profile is not None:
|
|
4596
|
+
pulumi.set(__self__, "storage_profile", storage_profile)
|
|
4597
|
+
if user_data is not None:
|
|
4598
|
+
pulumi.set(__self__, "user_data", user_data)
|
|
4599
|
+
|
|
4600
|
+
@property
|
|
4601
|
+
@pulumi.getter(name="timeCreated")
|
|
4602
|
+
def time_created(self) -> str:
|
|
4603
|
+
"""
|
|
4604
|
+
Specifies the time in which this VM profile for the Virtual Machine Scale Set was created. Minimum API version for this property is 2023-09-01. This value will be added to VMSS Flex VM tags when creating/updating the VMSS VM Profile with minimum api-version 2023-09-01.
|
|
4605
|
+
"""
|
|
4606
|
+
return pulumi.get(self, "time_created")
|
|
4607
|
+
|
|
4608
|
+
@property
|
|
4609
|
+
@pulumi.getter(name="applicationProfile")
|
|
4610
|
+
def application_profile(self) -> Optional['outputs.ApplicationProfileResponse']:
|
|
4611
|
+
"""
|
|
4612
|
+
Specifies the gallery applications that should be made available to the VM/VMSS
|
|
4613
|
+
"""
|
|
4614
|
+
return pulumi.get(self, "application_profile")
|
|
4615
|
+
|
|
4616
|
+
@property
|
|
4617
|
+
@pulumi.getter(name="billingProfile")
|
|
4618
|
+
def billing_profile(self) -> Optional['outputs.BillingProfileResponse']:
|
|
4619
|
+
"""
|
|
4620
|
+
Specifies the billing related details of a Azure Spot VMSS. Minimum api-version: 2019-03-01.
|
|
4621
|
+
"""
|
|
4622
|
+
return pulumi.get(self, "billing_profile")
|
|
4623
|
+
|
|
4624
|
+
@property
|
|
4625
|
+
@pulumi.getter(name="capacityReservation")
|
|
4626
|
+
def capacity_reservation(self) -> Optional['outputs.CapacityReservationProfileResponse']:
|
|
4627
|
+
"""
|
|
4628
|
+
Specifies the capacity reservation related details of a scale set. Minimum api-version: 2021-04-01.
|
|
4629
|
+
"""
|
|
4630
|
+
return pulumi.get(self, "capacity_reservation")
|
|
4631
|
+
|
|
4632
|
+
@property
|
|
4633
|
+
@pulumi.getter(name="diagnosticsProfile")
|
|
4634
|
+
def diagnostics_profile(self) -> Optional['outputs.DiagnosticsProfileResponse']:
|
|
4635
|
+
"""
|
|
4636
|
+
Specifies the boot diagnostic settings state. Minimum api-version: 2015-06-15.
|
|
4637
|
+
"""
|
|
4638
|
+
return pulumi.get(self, "diagnostics_profile")
|
|
4639
|
+
|
|
4640
|
+
@property
|
|
4641
|
+
@pulumi.getter(name="evictionPolicy")
|
|
4642
|
+
def eviction_policy(self) -> Optional[str]:
|
|
4643
|
+
"""
|
|
4644
|
+
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.
|
|
4645
|
+
"""
|
|
4646
|
+
return pulumi.get(self, "eviction_policy")
|
|
4647
|
+
|
|
4648
|
+
@property
|
|
4649
|
+
@pulumi.getter(name="extensionProfile")
|
|
4650
|
+
def extension_profile(self) -> Optional['outputs.VirtualMachineScaleSetExtensionProfileResponse']:
|
|
4651
|
+
"""
|
|
4652
|
+
Specifies a collection of settings for extensions installed on virtual machines in the scale set.
|
|
4653
|
+
"""
|
|
4654
|
+
return pulumi.get(self, "extension_profile")
|
|
4655
|
+
|
|
4656
|
+
@property
|
|
4657
|
+
@pulumi.getter(name="hardwareProfile")
|
|
4658
|
+
def hardware_profile(self) -> Optional['outputs.VirtualMachineScaleSetHardwareProfileResponse']:
|
|
4659
|
+
"""
|
|
4660
|
+
Specifies the hardware profile related details of a scale set. Minimum api-version: 2021-11-01.
|
|
4661
|
+
"""
|
|
4662
|
+
return pulumi.get(self, "hardware_profile")
|
|
4663
|
+
|
|
4664
|
+
@property
|
|
4665
|
+
@pulumi.getter(name="licenseType")
|
|
4666
|
+
def license_type(self) -> Optional[str]:
|
|
4667
|
+
"""
|
|
4668
|
+
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
|
|
4669
|
+
"""
|
|
4670
|
+
return pulumi.get(self, "license_type")
|
|
4671
|
+
|
|
4672
|
+
@property
|
|
4673
|
+
@pulumi.getter(name="networkProfile")
|
|
4674
|
+
def network_profile(self) -> Optional['outputs.VirtualMachineScaleSetNetworkProfileResponse']:
|
|
4675
|
+
"""
|
|
4676
|
+
Specifies properties of the network interfaces of the virtual machines in the scale set.
|
|
4677
|
+
"""
|
|
4678
|
+
return pulumi.get(self, "network_profile")
|
|
4679
|
+
|
|
4680
|
+
@property
|
|
4681
|
+
@pulumi.getter(name="osProfile")
|
|
4682
|
+
def os_profile(self) -> Optional['outputs.VirtualMachineScaleSetOSProfileResponse']:
|
|
4683
|
+
"""
|
|
4684
|
+
Specifies the operating system settings for the virtual machines in the scale set.
|
|
4685
|
+
"""
|
|
4686
|
+
return pulumi.get(self, "os_profile")
|
|
4687
|
+
|
|
4688
|
+
@property
|
|
4689
|
+
@pulumi.getter
|
|
4690
|
+
def priority(self) -> Optional[str]:
|
|
4691
|
+
"""
|
|
4692
|
+
Specifies the priority for the virtual machines in the scale set. Minimum api-version: 2017-10-30-preview.
|
|
4693
|
+
"""
|
|
4694
|
+
return pulumi.get(self, "priority")
|
|
4695
|
+
|
|
4696
|
+
@property
|
|
4697
|
+
@pulumi.getter(name="scheduledEventsProfile")
|
|
4698
|
+
def scheduled_events_profile(self) -> Optional['outputs.ScheduledEventsProfileResponse']:
|
|
4699
|
+
"""
|
|
4700
|
+
Specifies Scheduled Event related configurations.
|
|
4701
|
+
"""
|
|
4702
|
+
return pulumi.get(self, "scheduled_events_profile")
|
|
4703
|
+
|
|
4704
|
+
@property
|
|
4705
|
+
@pulumi.getter(name="securityPostureReference")
|
|
4706
|
+
def security_posture_reference(self) -> Optional['outputs.SecurityPostureReferenceResponse']:
|
|
4707
|
+
"""
|
|
4708
|
+
Specifies the security posture to be used for all virtual machines in the scale set. Minimum api-version: 2023-03-01
|
|
4709
|
+
"""
|
|
4710
|
+
return pulumi.get(self, "security_posture_reference")
|
|
4711
|
+
|
|
4712
|
+
@property
|
|
4713
|
+
@pulumi.getter(name="securityProfile")
|
|
4714
|
+
def security_profile(self) -> Optional['outputs.SecurityProfileResponse']:
|
|
4715
|
+
"""
|
|
4716
|
+
Specifies the Security related profile settings for the virtual machines in the scale set.
|
|
4717
|
+
"""
|
|
4718
|
+
return pulumi.get(self, "security_profile")
|
|
4719
|
+
|
|
4720
|
+
@property
|
|
4721
|
+
@pulumi.getter(name="serviceArtifactReference")
|
|
4722
|
+
def service_artifact_reference(self) -> Optional['outputs.ServiceArtifactReferenceResponse']:
|
|
4723
|
+
"""
|
|
4724
|
+
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
|
|
4725
|
+
"""
|
|
4726
|
+
return pulumi.get(self, "service_artifact_reference")
|
|
4727
|
+
|
|
4728
|
+
@property
|
|
4729
|
+
@pulumi.getter(name="storageProfile")
|
|
4730
|
+
def storage_profile(self) -> Optional['outputs.VirtualMachineScaleSetStorageProfileResponse']:
|
|
4731
|
+
"""
|
|
4732
|
+
Specifies the storage settings for the virtual machine disks.
|
|
4733
|
+
"""
|
|
4734
|
+
return pulumi.get(self, "storage_profile")
|
|
4735
|
+
|
|
4736
|
+
@property
|
|
4737
|
+
@pulumi.getter(name="userData")
|
|
4738
|
+
def user_data(self) -> Optional[str]:
|
|
4739
|
+
"""
|
|
4740
|
+
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.
|
|
4741
|
+
"""
|
|
4742
|
+
return pulumi.get(self, "user_data")
|
|
4743
|
+
|
|
4744
|
+
|
|
4913
4745
|
@pulumi.output_type
|
|
4914
4746
|
class VmSizeProfileResponse(dict):
|
|
4915
4747
|
"""
|
|
@@ -4982,21 +4814,8 @@ class WinRMListenerResponse(dict):
|
|
|
4982
4814
|
protocol: Optional[str] = None):
|
|
4983
4815
|
"""
|
|
4984
4816
|
Describes Protocol and thumbprint of Windows Remote Management listener
|
|
4985
|
-
:param str certificate_url: This is the URL of a certificate that has been uploaded to Key Vault as a
|
|
4986
|
-
|
|
4987
|
-
key
|
|
4988
|
-
vault](https://docs.microsoft.com/azure/key-vault/key-vault-get-started/#add).
|
|
4989
|
-
In this case, your certificate needs to be the Base64 encoding of the following
|
|
4990
|
-
JSON Object which is encoded in UTF-8: <br><br> {<br>
|
|
4991
|
-
"data":"<Base64-encoded-certificate>",<br> "dataType":"pfx",<br>
|
|
4992
|
-
"password":"<pfx-file-password>"<br>} <br> To install certificates on a virtual
|
|
4993
|
-
machine it is recommended to use the [Azure Key Vault virtual machine extension
|
|
4994
|
-
for
|
|
4995
|
-
Linux](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-linux)
|
|
4996
|
-
or the [Azure Key Vault virtual machine extension for
|
|
4997
|
-
Windows](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-windows).
|
|
4998
|
-
:param str protocol: Specifies the protocol of WinRM listener. Possible values are: **http,**
|
|
4999
|
-
**https.**
|
|
4817
|
+
:param 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).
|
|
4818
|
+
:param str protocol: Specifies the protocol of WinRM listener. Possible values are: **http,** **https.**
|
|
5000
4819
|
"""
|
|
5001
4820
|
if certificate_url is not None:
|
|
5002
4821
|
pulumi.set(__self__, "certificate_url", certificate_url)
|
|
@@ -5007,19 +4826,7 @@ class WinRMListenerResponse(dict):
|
|
|
5007
4826
|
@pulumi.getter(name="certificateUrl")
|
|
5008
4827
|
def certificate_url(self) -> Optional[str]:
|
|
5009
4828
|
"""
|
|
5010
|
-
This is the URL of a certificate that has been uploaded to Key Vault as a
|
|
5011
|
-
secret. For adding a secret to the Key Vault, see [Add a key or secret to the
|
|
5012
|
-
key
|
|
5013
|
-
vault](https://docs.microsoft.com/azure/key-vault/key-vault-get-started/#add).
|
|
5014
|
-
In this case, your certificate needs to be the Base64 encoding of the following
|
|
5015
|
-
JSON Object which is encoded in UTF-8: <br><br> {<br>
|
|
5016
|
-
"data":"<Base64-encoded-certificate>",<br> "dataType":"pfx",<br>
|
|
5017
|
-
"password":"<pfx-file-password>"<br>} <br> To install certificates on a virtual
|
|
5018
|
-
machine it is recommended to use the [Azure Key Vault virtual machine extension
|
|
5019
|
-
for
|
|
5020
|
-
Linux](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-linux)
|
|
5021
|
-
or the [Azure Key Vault virtual machine extension for
|
|
5022
|
-
Windows](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-windows).
|
|
4829
|
+
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).
|
|
5023
4830
|
"""
|
|
5024
4831
|
return pulumi.get(self, "certificate_url")
|
|
5025
4832
|
|
|
@@ -5027,8 +4834,7 @@ class WinRMListenerResponse(dict):
|
|
|
5027
4834
|
@pulumi.getter
|
|
5028
4835
|
def protocol(self) -> Optional[str]:
|
|
5029
4836
|
"""
|
|
5030
|
-
Specifies the protocol of WinRM listener. Possible values are: **http,**
|
|
5031
|
-
**https.**
|
|
4837
|
+
Specifies the protocol of WinRM listener. Possible values are: **http,** **https.**
|
|
5032
4838
|
"""
|
|
5033
4839
|
return pulumi.get(self, "protocol")
|
|
5034
4840
|
|
|
@@ -5077,25 +4883,13 @@ class WindowsConfigurationResponse(dict):
|
|
|
5077
4883
|
win_rm: Optional['outputs.WinRMConfigurationResponse'] = None):
|
|
5078
4884
|
"""
|
|
5079
4885
|
Specifies Windows operating system settings on the virtual machine.
|
|
5080
|
-
:param Sequence['AdditionalUnattendContentResponse'] additional_unattend_content: Specifies additional base-64 encoded XML formatted information that can be
|
|
5081
|
-
|
|
5082
|
-
:param bool
|
|
5083
|
-
Default value is true. For virtual machine scale sets, this property can be
|
|
5084
|
-
updated and updates will take effect on OS reprovisioning.
|
|
5085
|
-
:param bool enable_vm_agent_platform_updates: Indicates whether VMAgent Platform Updates is enabled for the Windows virtual
|
|
5086
|
-
machine. Default value is false.
|
|
4886
|
+
:param Sequence['AdditionalUnattendContentResponse'] 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.
|
|
4887
|
+
:param 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.
|
|
4888
|
+
:param bool enable_vm_agent_platform_updates: Indicates whether VMAgent Platform Updates is enabled for the Windows virtual machine. Default value is false.
|
|
5087
4889
|
:param 'PatchSettingsResponse' patch_settings: [Preview Feature] Specifies settings related to VM Guest Patching on Windows.
|
|
5088
|
-
:param bool provision_vm_agent: Indicates whether virtual machine agent should be provisioned on the virtual
|
|
5089
|
-
|
|
5090
|
-
|
|
5091
|
-
extensions can be added to the VM later.
|
|
5092
|
-
:param str time_zone: Specifies the time zone of the virtual machine. e.g. "Pacific Standard Time".
|
|
5093
|
-
Possible values can be
|
|
5094
|
-
[TimeZoneInfo.Id](https://docs.microsoft.com/dotnet/api/system.timezoneinfo.id?#System_TimeZoneInfo_Id)
|
|
5095
|
-
value from time zones returned by
|
|
5096
|
-
[TimeZoneInfo.GetSystemTimeZones](https://docs.microsoft.com/dotnet/api/system.timezoneinfo.getsystemtimezones).
|
|
5097
|
-
:param 'WinRMConfigurationResponse' win_rm: Specifies the Windows Remote Management listeners. This enables remote Windows
|
|
5098
|
-
PowerShell.
|
|
4890
|
+
:param 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.
|
|
4891
|
+
:param 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).
|
|
4892
|
+
:param 'WinRMConfigurationResponse' win_rm: Specifies the Windows Remote Management listeners. This enables remote Windows PowerShell.
|
|
5099
4893
|
"""
|
|
5100
4894
|
if additional_unattend_content is not None:
|
|
5101
4895
|
pulumi.set(__self__, "additional_unattend_content", additional_unattend_content)
|
|
@@ -5116,8 +4910,7 @@ class WindowsConfigurationResponse(dict):
|
|
|
5116
4910
|
@pulumi.getter(name="additionalUnattendContent")
|
|
5117
4911
|
def additional_unattend_content(self) -> Optional[Sequence['outputs.AdditionalUnattendContentResponse']]:
|
|
5118
4912
|
"""
|
|
5119
|
-
Specifies additional base-64 encoded XML formatted information that can be
|
|
5120
|
-
included in the Unattend.xml file, which is used by Windows Setup.
|
|
4913
|
+
Specifies additional base-64 encoded XML formatted information that can be included in the Unattend.xml file, which is used by Windows Setup.
|
|
5121
4914
|
"""
|
|
5122
4915
|
return pulumi.get(self, "additional_unattend_content")
|
|
5123
4916
|
|
|
@@ -5125,9 +4918,7 @@ class WindowsConfigurationResponse(dict):
|
|
|
5125
4918
|
@pulumi.getter(name="enableAutomaticUpdates")
|
|
5126
4919
|
def enable_automatic_updates(self) -> Optional[bool]:
|
|
5127
4920
|
"""
|
|
5128
|
-
Indicates whether Automatic Updates is enabled for the Windows virtual machine.
|
|
5129
|
-
Default value is true. For virtual machine scale sets, this property can be
|
|
5130
|
-
updated and updates will take effect on OS reprovisioning.
|
|
4921
|
+
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.
|
|
5131
4922
|
"""
|
|
5132
4923
|
return pulumi.get(self, "enable_automatic_updates")
|
|
5133
4924
|
|
|
@@ -5135,8 +4926,7 @@ class WindowsConfigurationResponse(dict):
|
|
|
5135
4926
|
@pulumi.getter(name="enableVMAgentPlatformUpdates")
|
|
5136
4927
|
def enable_vm_agent_platform_updates(self) -> Optional[bool]:
|
|
5137
4928
|
"""
|
|
5138
|
-
Indicates whether VMAgent Platform Updates is enabled for the Windows virtual
|
|
5139
|
-
machine. Default value is false.
|
|
4929
|
+
Indicates whether VMAgent Platform Updates is enabled for the Windows virtual machine. Default value is false.
|
|
5140
4930
|
"""
|
|
5141
4931
|
return pulumi.get(self, "enable_vm_agent_platform_updates")
|
|
5142
4932
|
|
|
@@ -5152,10 +4942,7 @@ class WindowsConfigurationResponse(dict):
|
|
|
5152
4942
|
@pulumi.getter(name="provisionVMAgent")
|
|
5153
4943
|
def provision_vm_agent(self) -> Optional[bool]:
|
|
5154
4944
|
"""
|
|
5155
|
-
Indicates whether virtual machine agent should be provisioned on the virtual
|
|
5156
|
-
machine. When this property is not specified in the request body, it is set to
|
|
5157
|
-
true by default. This will ensure that VM Agent is installed on the VM so that
|
|
5158
|
-
extensions can be added to the VM later.
|
|
4945
|
+
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.
|
|
5159
4946
|
"""
|
|
5160
4947
|
return pulumi.get(self, "provision_vm_agent")
|
|
5161
4948
|
|
|
@@ -5163,11 +4950,7 @@ class WindowsConfigurationResponse(dict):
|
|
|
5163
4950
|
@pulumi.getter(name="timeZone")
|
|
5164
4951
|
def time_zone(self) -> Optional[str]:
|
|
5165
4952
|
"""
|
|
5166
|
-
Specifies the time zone of the virtual machine. e.g. "Pacific Standard Time".
|
|
5167
|
-
Possible values can be
|
|
5168
|
-
[TimeZoneInfo.Id](https://docs.microsoft.com/dotnet/api/system.timezoneinfo.id?#System_TimeZoneInfo_Id)
|
|
5169
|
-
value from time zones returned by
|
|
5170
|
-
[TimeZoneInfo.GetSystemTimeZones](https://docs.microsoft.com/dotnet/api/system.timezoneinfo.getsystemtimezones).
|
|
4953
|
+
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).
|
|
5171
4954
|
"""
|
|
5172
4955
|
return pulumi.get(self, "time_zone")
|
|
5173
4956
|
|
|
@@ -5175,8 +4958,7 @@ class WindowsConfigurationResponse(dict):
|
|
|
5175
4958
|
@pulumi.getter(name="winRM")
|
|
5176
4959
|
def win_rm(self) -> Optional['outputs.WinRMConfigurationResponse']:
|
|
5177
4960
|
"""
|
|
5178
|
-
Specifies the Windows Remote Management listeners. This enables remote Windows
|
|
5179
|
-
PowerShell.
|
|
4961
|
+
Specifies the Windows Remote Management listeners. This enables remote Windows PowerShell.
|
|
5180
4962
|
"""
|
|
5181
4963
|
return pulumi.get(self, "win_rm")
|
|
5182
4964
|
|
|
@@ -5184,8 +4966,7 @@ class WindowsConfigurationResponse(dict):
|
|
|
5184
4966
|
@pulumi.output_type
|
|
5185
4967
|
class WindowsVMGuestPatchAutomaticByPlatformSettingsResponse(dict):
|
|
5186
4968
|
"""
|
|
5187
|
-
Specifies additional settings to be applied when patch mode AutomaticByPlatform
|
|
5188
|
-
is selected in Windows patch settings.
|
|
4969
|
+
Specifies additional settings to be applied when patch mode AutomaticByPlatform is selected in Windows patch settings.
|
|
5189
4970
|
"""
|
|
5190
4971
|
@staticmethod
|
|
5191
4972
|
def __key_warning(key: str):
|
|
@@ -5210,11 +4991,9 @@ class WindowsVMGuestPatchAutomaticByPlatformSettingsResponse(dict):
|
|
|
5210
4991
|
bypass_platform_safety_checks_on_user_schedule: Optional[bool] = None,
|
|
5211
4992
|
reboot_setting: Optional[str] = None):
|
|
5212
4993
|
"""
|
|
5213
|
-
Specifies additional settings to be applied when patch mode AutomaticByPlatform
|
|
5214
|
-
is selected in Windows patch settings.
|
|
4994
|
+
Specifies additional settings to be applied when patch mode AutomaticByPlatform is selected in Windows patch settings.
|
|
5215
4995
|
:param bool bypass_platform_safety_checks_on_user_schedule: Enables customer to schedule patching without accidental upgrades
|
|
5216
|
-
:param str reboot_setting: Specifies the reboot setting for all AutomaticByPlatform patch installation
|
|
5217
|
-
operations.
|
|
4996
|
+
:param str reboot_setting: Specifies the reboot setting for all AutomaticByPlatform patch installation operations.
|
|
5218
4997
|
"""
|
|
5219
4998
|
if bypass_platform_safety_checks_on_user_schedule is not None:
|
|
5220
4999
|
pulumi.set(__self__, "bypass_platform_safety_checks_on_user_schedule", bypass_platform_safety_checks_on_user_schedule)
|
|
@@ -5233,8 +5012,7 @@ class WindowsVMGuestPatchAutomaticByPlatformSettingsResponse(dict):
|
|
|
5233
5012
|
@pulumi.getter(name="rebootSetting")
|
|
5234
5013
|
def reboot_setting(self) -> Optional[str]:
|
|
5235
5014
|
"""
|
|
5236
|
-
Specifies the reboot setting for all AutomaticByPlatform patch installation
|
|
5237
|
-
operations.
|
|
5015
|
+
Specifies the reboot setting for all AutomaticByPlatform patch installation operations.
|
|
5238
5016
|
"""
|
|
5239
5017
|
return pulumi.get(self, "reboot_setting")
|
|
5240
5018
|
|