pulumi-azure-native 2.51.0__py3-none-any.whl → 2.51.0a1721653278__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.0a1721653278.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.51.0.dist-info → pulumi_azure_native-2.51.0a1721653278.dist-info}/RECORD +433 -565
- 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.0a1721653278.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.51.0.dist-info → pulumi_azure_native-2.51.0a1721653278.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
|
|
|
@@ -643,12 +386,12 @@ class ComputeProfileResponse(dict):
|
|
|
643
386
|
return super().get(key, default)
|
|
644
387
|
|
|
645
388
|
def __init__(__self__, *,
|
|
646
|
-
base_virtual_machine_profile: 'outputs.
|
|
389
|
+
base_virtual_machine_profile: 'outputs.VirtualMachineScaleSetVMProfileResponse',
|
|
647
390
|
compute_api_version: Optional[str] = None,
|
|
648
391
|
platform_fault_domain_count: Optional[int] = None):
|
|
649
392
|
"""
|
|
650
393
|
Compute Profile to use for running user's workloads.
|
|
651
|
-
:param '
|
|
394
|
+
: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"
|
|
652
395
|
:param str compute_api_version: Specifies the Microsoft.Compute API version to use when creating underlying Virtual Machine scale sets and Virtual Machines.
|
|
653
396
|
The default value will be the latest supported computeApiVersion by Compute Fleet.
|
|
654
397
|
:param int platform_fault_domain_count: Specifies the number of fault domains to use when creating the underlying VMSS.
|
|
@@ -665,7 +408,7 @@ class ComputeProfileResponse(dict):
|
|
|
665
408
|
|
|
666
409
|
@property
|
|
667
410
|
@pulumi.getter(name="baseVirtualMachineProfile")
|
|
668
|
-
def base_virtual_machine_profile(self) -> 'outputs.
|
|
411
|
+
def base_virtual_machine_profile(self) -> 'outputs.VirtualMachineScaleSetVMProfileResponse':
|
|
669
412
|
"""
|
|
670
413
|
Base Virtual Machine Profile Properties to be specified according to "specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/{computeApiVersion}/virtualMachineScaleSet.json#/definitions/VirtualMachineScaleSetVMProfile"
|
|
671
414
|
"""
|
|
@@ -719,11 +462,7 @@ class DiagnosticsProfileResponse(dict):
|
|
|
719
462
|
boot_diagnostics: Optional['outputs.BootDiagnosticsResponse'] = None):
|
|
720
463
|
"""
|
|
721
464
|
Specifies the boot diagnostic settings state. Minimum api-version: 2015-06-15.
|
|
722
|
-
:param 'BootDiagnosticsResponse' boot_diagnostics: Boot Diagnostics is a debugging feature which allows you to view Console Output
|
|
723
|
-
and Screenshot to diagnose VM status. **NOTE**: If storageUri is being
|
|
724
|
-
specified then ensure that the storage account is in the same region and
|
|
725
|
-
subscription as the VM. You can easily view the output of your console log.
|
|
726
|
-
Azure also enables you to see a screenshot of the VM from the hypervisor.
|
|
465
|
+
: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.
|
|
727
466
|
"""
|
|
728
467
|
if boot_diagnostics is not None:
|
|
729
468
|
pulumi.set(__self__, "boot_diagnostics", boot_diagnostics)
|
|
@@ -732,11 +471,7 @@ class DiagnosticsProfileResponse(dict):
|
|
|
732
471
|
@pulumi.getter(name="bootDiagnostics")
|
|
733
472
|
def boot_diagnostics(self) -> Optional['outputs.BootDiagnosticsResponse']:
|
|
734
473
|
"""
|
|
735
|
-
Boot Diagnostics is a debugging feature which allows you to view Console Output
|
|
736
|
-
and Screenshot to diagnose VM status. **NOTE**: If storageUri is being
|
|
737
|
-
specified then ensure that the storage account is in the same region and
|
|
738
|
-
subscription as the VM. You can easily view the output of your console log.
|
|
739
|
-
Azure also enables you to see a screenshot of the VM from the hypervisor.
|
|
474
|
+
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.
|
|
740
475
|
"""
|
|
741
476
|
return pulumi.get(self, "boot_diagnostics")
|
|
742
477
|
|
|
@@ -744,25 +479,15 @@ class DiagnosticsProfileResponse(dict):
|
|
|
744
479
|
@pulumi.output_type
|
|
745
480
|
class DiffDiskSettingsResponse(dict):
|
|
746
481
|
"""
|
|
747
|
-
Describes the parameters of ephemeral disk settings that can be specified for
|
|
748
|
-
operating system disk. **Note:** The ephemeral disk settings can only be
|
|
749
|
-
specified for managed disk.
|
|
482
|
+
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.
|
|
750
483
|
"""
|
|
751
484
|
def __init__(__self__, *,
|
|
752
485
|
option: Optional[str] = None,
|
|
753
486
|
placement: Optional[str] = None):
|
|
754
487
|
"""
|
|
755
|
-
Describes the parameters of ephemeral disk settings that can be specified for
|
|
756
|
-
operating system disk. **Note:** The ephemeral disk settings can only be
|
|
757
|
-
specified for managed disk.
|
|
488
|
+
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.
|
|
758
489
|
:param str option: Specifies the ephemeral disk settings for operating system disk.
|
|
759
|
-
:param str placement: Specifies the ephemeral disk placement for operating system disk. Possible
|
|
760
|
-
values are: **CacheDisk,** **ResourceDisk.** The defaulting behavior is:
|
|
761
|
-
**CacheDisk** if one is configured for the VM size otherwise **ResourceDisk**
|
|
762
|
-
is used. Refer to the VM size documentation for Windows VM at
|
|
763
|
-
https://docs.microsoft.com/azure/virtual-machines/windows/sizes and Linux VM at
|
|
764
|
-
https://docs.microsoft.com/azure/virtual-machines/linux/sizes to check which VM
|
|
765
|
-
sizes exposes a cache disk.
|
|
490
|
+
: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.
|
|
766
491
|
"""
|
|
767
492
|
if option is not None:
|
|
768
493
|
pulumi.set(__self__, "option", option)
|
|
@@ -781,13 +506,7 @@ class DiffDiskSettingsResponse(dict):
|
|
|
781
506
|
@pulumi.getter
|
|
782
507
|
def placement(self) -> Optional[str]:
|
|
783
508
|
"""
|
|
784
|
-
Specifies the ephemeral disk placement for operating system disk. Possible
|
|
785
|
-
values are: **CacheDisk,** **ResourceDisk.** The defaulting behavior is:
|
|
786
|
-
**CacheDisk** if one is configured for the VM size otherwise **ResourceDisk**
|
|
787
|
-
is used. Refer to the VM size documentation for Windows VM at
|
|
788
|
-
https://docs.microsoft.com/azure/virtual-machines/windows/sizes and Linux VM at
|
|
789
|
-
https://docs.microsoft.com/azure/virtual-machines/linux/sizes to check which VM
|
|
790
|
-
sizes exposes a cache disk.
|
|
509
|
+
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.
|
|
791
510
|
"""
|
|
792
511
|
return pulumi.get(self, "placement")
|
|
793
512
|
|
|
@@ -795,18 +514,12 @@ class DiffDiskSettingsResponse(dict):
|
|
|
795
514
|
@pulumi.output_type
|
|
796
515
|
class DiskEncryptionSetParametersResponse(dict):
|
|
797
516
|
"""
|
|
798
|
-
Describes the parameter of customer managed disk encryption set resource id
|
|
799
|
-
that can be specified for disk. **Note:** The disk encryption set resource id
|
|
800
|
-
can only be specified for managed disk. Please refer
|
|
801
|
-
https://aka.ms/mdssewithcmkoverview for more details.
|
|
517
|
+
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.
|
|
802
518
|
"""
|
|
803
519
|
def __init__(__self__, *,
|
|
804
520
|
id: Optional[str] = None):
|
|
805
521
|
"""
|
|
806
|
-
Describes the parameter of customer managed disk encryption set resource id
|
|
807
|
-
that can be specified for disk. **Note:** The disk encryption set resource id
|
|
808
|
-
can only be specified for managed disk. Please refer
|
|
809
|
-
https://aka.ms/mdssewithcmkoverview for more details.
|
|
522
|
+
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.
|
|
810
523
|
:param str id: Resource Id
|
|
811
524
|
"""
|
|
812
525
|
if id is not None:
|
|
@@ -824,8 +537,7 @@ class DiskEncryptionSetParametersResponse(dict):
|
|
|
824
537
|
@pulumi.output_type
|
|
825
538
|
class EncryptionIdentityResponse(dict):
|
|
826
539
|
"""
|
|
827
|
-
Specifies the Managed Identity used by ADE to get access token for keyvault
|
|
828
|
-
operations.
|
|
540
|
+
Specifies the Managed Identity used by ADE to get access token for keyvault operations.
|
|
829
541
|
"""
|
|
830
542
|
@staticmethod
|
|
831
543
|
def __key_warning(key: str):
|
|
@@ -847,8 +559,7 @@ class EncryptionIdentityResponse(dict):
|
|
|
847
559
|
def __init__(__self__, *,
|
|
848
560
|
user_assigned_identity_resource_id: Optional[str] = None):
|
|
849
561
|
"""
|
|
850
|
-
Specifies the Managed Identity used by ADE to get access token for keyvault
|
|
851
|
-
operations.
|
|
562
|
+
Specifies the Managed Identity used by ADE to get access token for keyvault operations.
|
|
852
563
|
:param str user_assigned_identity_resource_id: Specifies ARM Resource ID of one of the user identities associated with the VM.
|
|
853
564
|
"""
|
|
854
565
|
if user_assigned_identity_resource_id is not None:
|
|
@@ -866,11 +577,7 @@ class EncryptionIdentityResponse(dict):
|
|
|
866
577
|
@pulumi.output_type
|
|
867
578
|
class ImageReferenceResponse(dict):
|
|
868
579
|
"""
|
|
869
|
-
Specifies information about the image to use. You can specify information about
|
|
870
|
-
platform images, marketplace images, or virtual machine images. This element is
|
|
871
|
-
required when you want to use a platform image, marketplace image, or virtual
|
|
872
|
-
machine image, but is not used in other creation operations. NOTE: Image
|
|
873
|
-
reference publisher and offer can only be set when you create the scale set.
|
|
580
|
+
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.
|
|
874
581
|
"""
|
|
875
582
|
@staticmethod
|
|
876
583
|
def __key_warning(key: str):
|
|
@@ -903,33 +610,15 @@ class ImageReferenceResponse(dict):
|
|
|
903
610
|
sku: Optional[str] = None,
|
|
904
611
|
version: Optional[str] = None):
|
|
905
612
|
"""
|
|
906
|
-
Specifies information about the image to use. You can specify information about
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
machine image, but is not used in other creation operations. NOTE: Image
|
|
910
|
-
reference publisher and offer can only be set when you create the scale set.
|
|
911
|
-
:param str exact_version: Specifies in decimal numbers, the version of platform image or marketplace
|
|
912
|
-
image used to create the virtual machine. This readonly field differs from 'version',
|
|
913
|
-
only if the value specified in 'version' field is 'latest'.
|
|
914
|
-
:param str community_gallery_image_id: Specified the community gallery image unique id for vm deployment. This can be
|
|
915
|
-
fetched from community gallery image GET call.
|
|
613
|
+
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.
|
|
614
|
+
: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'.
|
|
615
|
+
: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.
|
|
916
616
|
:param str id: Resource Id
|
|
917
|
-
:param str offer: Specifies the offer of the platform image or marketplace image used to create
|
|
918
|
-
the virtual machine.
|
|
617
|
+
:param str offer: Specifies the offer of the platform image or marketplace image used to create the virtual machine.
|
|
919
618
|
:param str publisher: The image publisher.
|
|
920
|
-
:param str shared_gallery_image_id: Specified the shared gallery image unique id for vm deployment. This can be
|
|
921
|
-
fetched from shared gallery image GET call.
|
|
619
|
+
: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.
|
|
922
620
|
:param str sku: The image SKU.
|
|
923
|
-
:param str version: Specifies the version of the platform image or marketplace image used to create
|
|
924
|
-
the virtual machine. The allowed formats are Major.Minor.Build or 'latest'.
|
|
925
|
-
Major, Minor, and Build are decimal numbers. Specify 'latest' to use the latest
|
|
926
|
-
version of an image available at deploy time. Even if you use 'latest', the VM
|
|
927
|
-
image will not automatically update after deploy time even if a new version
|
|
928
|
-
becomes available. Please do not use field 'version' for gallery image
|
|
929
|
-
deployment, gallery image should always use 'id' field for deployment, to use 'latest'
|
|
930
|
-
version of gallery image, just set
|
|
931
|
-
'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/images/{imageName}'
|
|
932
|
-
in the 'id' field without version input.
|
|
621
|
+
: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.
|
|
933
622
|
"""
|
|
934
623
|
pulumi.set(__self__, "exact_version", exact_version)
|
|
935
624
|
if community_gallery_image_id is not None:
|
|
@@ -951,9 +640,7 @@ class ImageReferenceResponse(dict):
|
|
|
951
640
|
@pulumi.getter(name="exactVersion")
|
|
952
641
|
def exact_version(self) -> str:
|
|
953
642
|
"""
|
|
954
|
-
Specifies in decimal numbers, the version of platform image or marketplace
|
|
955
|
-
image used to create the virtual machine. This readonly field differs from 'version',
|
|
956
|
-
only if the value specified in 'version' field is 'latest'.
|
|
643
|
+
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'.
|
|
957
644
|
"""
|
|
958
645
|
return pulumi.get(self, "exact_version")
|
|
959
646
|
|
|
@@ -961,8 +648,7 @@ class ImageReferenceResponse(dict):
|
|
|
961
648
|
@pulumi.getter(name="communityGalleryImageId")
|
|
962
649
|
def community_gallery_image_id(self) -> Optional[str]:
|
|
963
650
|
"""
|
|
964
|
-
Specified the community gallery image unique id for vm deployment. This can be
|
|
965
|
-
fetched from community gallery image GET call.
|
|
651
|
+
Specified the community gallery image unique id for vm deployment. This can be fetched from community gallery image GET call.
|
|
966
652
|
"""
|
|
967
653
|
return pulumi.get(self, "community_gallery_image_id")
|
|
968
654
|
|
|
@@ -978,8 +664,7 @@ class ImageReferenceResponse(dict):
|
|
|
978
664
|
@pulumi.getter
|
|
979
665
|
def offer(self) -> Optional[str]:
|
|
980
666
|
"""
|
|
981
|
-
Specifies the offer of the platform image or marketplace image used to create
|
|
982
|
-
the virtual machine.
|
|
667
|
+
Specifies the offer of the platform image or marketplace image used to create the virtual machine.
|
|
983
668
|
"""
|
|
984
669
|
return pulumi.get(self, "offer")
|
|
985
670
|
|
|
@@ -995,8 +680,7 @@ class ImageReferenceResponse(dict):
|
|
|
995
680
|
@pulumi.getter(name="sharedGalleryImageId")
|
|
996
681
|
def shared_gallery_image_id(self) -> Optional[str]:
|
|
997
682
|
"""
|
|
998
|
-
Specified the shared gallery image unique id for vm deployment. This can be
|
|
999
|
-
fetched from shared gallery image GET call.
|
|
683
|
+
Specified the shared gallery image unique id for vm deployment. This can be fetched from shared gallery image GET call.
|
|
1000
684
|
"""
|
|
1001
685
|
return pulumi.get(self, "shared_gallery_image_id")
|
|
1002
686
|
|
|
@@ -1012,20 +696,99 @@ class ImageReferenceResponse(dict):
|
|
|
1012
696
|
@pulumi.getter
|
|
1013
697
|
def version(self) -> Optional[str]:
|
|
1014
698
|
"""
|
|
1015
|
-
Specifies the version of the platform image or marketplace image used to create
|
|
1016
|
-
the virtual machine. The allowed formats are Major.Minor.Build or 'latest'.
|
|
1017
|
-
Major, Minor, and Build are decimal numbers. Specify 'latest' to use the latest
|
|
1018
|
-
version of an image available at deploy time. Even if you use 'latest', the VM
|
|
1019
|
-
image will not automatically update after deploy time even if a new version
|
|
1020
|
-
becomes available. Please do not use field 'version' for gallery image
|
|
1021
|
-
deployment, gallery image should always use 'id' field for deployment, to use 'latest'
|
|
1022
|
-
version of gallery image, just set
|
|
1023
|
-
'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/images/{imageName}'
|
|
1024
|
-
in the 'id' field without version input.
|
|
699
|
+
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.
|
|
1025
700
|
"""
|
|
1026
701
|
return pulumi.get(self, "version")
|
|
1027
702
|
|
|
1028
703
|
|
|
704
|
+
@pulumi.output_type
|
|
705
|
+
class InstanceViewStatusResponse(dict):
|
|
706
|
+
"""
|
|
707
|
+
Instance view status.
|
|
708
|
+
"""
|
|
709
|
+
@staticmethod
|
|
710
|
+
def __key_warning(key: str):
|
|
711
|
+
suggest = None
|
|
712
|
+
if key == "displayStatus":
|
|
713
|
+
suggest = "display_status"
|
|
714
|
+
|
|
715
|
+
if suggest:
|
|
716
|
+
pulumi.log.warn(f"Key '{key}' not found in InstanceViewStatusResponse. Access the value via the '{suggest}' property getter instead.")
|
|
717
|
+
|
|
718
|
+
def __getitem__(self, key: str) -> Any:
|
|
719
|
+
InstanceViewStatusResponse.__key_warning(key)
|
|
720
|
+
return super().__getitem__(key)
|
|
721
|
+
|
|
722
|
+
def get(self, key: str, default = None) -> Any:
|
|
723
|
+
InstanceViewStatusResponse.__key_warning(key)
|
|
724
|
+
return super().get(key, default)
|
|
725
|
+
|
|
726
|
+
def __init__(__self__, *,
|
|
727
|
+
code: Optional[str] = None,
|
|
728
|
+
display_status: Optional[str] = None,
|
|
729
|
+
level: Optional[str] = None,
|
|
730
|
+
message: Optional[str] = None,
|
|
731
|
+
time: Optional[str] = None):
|
|
732
|
+
"""
|
|
733
|
+
Instance view status.
|
|
734
|
+
:param str code: The status code.
|
|
735
|
+
:param str display_status: The short localizable label for the status.
|
|
736
|
+
:param str level: The level code.
|
|
737
|
+
:param str message: The detailed status message, including for alerts and error messages.
|
|
738
|
+
:param str time: The time of the status.
|
|
739
|
+
"""
|
|
740
|
+
if code is not None:
|
|
741
|
+
pulumi.set(__self__, "code", code)
|
|
742
|
+
if display_status is not None:
|
|
743
|
+
pulumi.set(__self__, "display_status", display_status)
|
|
744
|
+
if level is not None:
|
|
745
|
+
pulumi.set(__self__, "level", level)
|
|
746
|
+
if message is not None:
|
|
747
|
+
pulumi.set(__self__, "message", message)
|
|
748
|
+
if time is not None:
|
|
749
|
+
pulumi.set(__self__, "time", time)
|
|
750
|
+
|
|
751
|
+
@property
|
|
752
|
+
@pulumi.getter
|
|
753
|
+
def code(self) -> Optional[str]:
|
|
754
|
+
"""
|
|
755
|
+
The status code.
|
|
756
|
+
"""
|
|
757
|
+
return pulumi.get(self, "code")
|
|
758
|
+
|
|
759
|
+
@property
|
|
760
|
+
@pulumi.getter(name="displayStatus")
|
|
761
|
+
def display_status(self) -> Optional[str]:
|
|
762
|
+
"""
|
|
763
|
+
The short localizable label for the status.
|
|
764
|
+
"""
|
|
765
|
+
return pulumi.get(self, "display_status")
|
|
766
|
+
|
|
767
|
+
@property
|
|
768
|
+
@pulumi.getter
|
|
769
|
+
def level(self) -> Optional[str]:
|
|
770
|
+
"""
|
|
771
|
+
The level code.
|
|
772
|
+
"""
|
|
773
|
+
return pulumi.get(self, "level")
|
|
774
|
+
|
|
775
|
+
@property
|
|
776
|
+
@pulumi.getter
|
|
777
|
+
def message(self) -> Optional[str]:
|
|
778
|
+
"""
|
|
779
|
+
The detailed status message, including for alerts and error messages.
|
|
780
|
+
"""
|
|
781
|
+
return pulumi.get(self, "message")
|
|
782
|
+
|
|
783
|
+
@property
|
|
784
|
+
@pulumi.getter
|
|
785
|
+
def time(self) -> Optional[str]:
|
|
786
|
+
"""
|
|
787
|
+
The time of the status.
|
|
788
|
+
"""
|
|
789
|
+
return pulumi.get(self, "time")
|
|
790
|
+
|
|
791
|
+
|
|
1029
792
|
@pulumi.output_type
|
|
1030
793
|
class KeyVaultSecretReferenceResponse(dict):
|
|
1031
794
|
"""
|
|
@@ -1081,9 +844,7 @@ class KeyVaultSecretReferenceResponse(dict):
|
|
|
1081
844
|
@pulumi.output_type
|
|
1082
845
|
class LinuxConfigurationResponse(dict):
|
|
1083
846
|
"""
|
|
1084
|
-
Specifies the Linux operating system settings on the virtual machine. For a
|
|
1085
|
-
list of supported Linux distributions, see [Linux on Azure-Endorsed
|
|
1086
|
-
Distributions](https://docs.microsoft.com/azure/virtual-machines/linux/endorsed-distros).
|
|
847
|
+
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).
|
|
1087
848
|
"""
|
|
1088
849
|
@staticmethod
|
|
1089
850
|
def __key_warning(key: str):
|
|
@@ -1115,17 +876,11 @@ class LinuxConfigurationResponse(dict):
|
|
|
1115
876
|
provision_vm_agent: Optional[bool] = None,
|
|
1116
877
|
ssh: Optional['outputs.SshConfigurationResponse'] = None):
|
|
1117
878
|
"""
|
|
1118
|
-
Specifies the Linux operating system settings on the virtual machine. For a
|
|
1119
|
-
list of supported Linux distributions, see [Linux on Azure-Endorsed
|
|
1120
|
-
Distributions](https://docs.microsoft.com/azure/virtual-machines/linux/endorsed-distros).
|
|
879
|
+
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).
|
|
1121
880
|
:param bool disable_password_authentication: Specifies whether password authentication should be disabled.
|
|
1122
|
-
:param bool enable_vm_agent_platform_updates: Indicates whether VMAgent Platform Updates is enabled for the Linux virtual
|
|
1123
|
-
machine. Default value is false.
|
|
881
|
+
:param bool enable_vm_agent_platform_updates: Indicates whether VMAgent Platform Updates is enabled for the Linux virtual machine. Default value is false.
|
|
1124
882
|
:param 'LinuxPatchSettingsResponse' patch_settings: [Preview Feature] Specifies settings related to VM Guest Patching on Linux.
|
|
1125
|
-
:param bool provision_vm_agent: Indicates whether virtual machine agent should be provisioned on the virtual
|
|
1126
|
-
machine. When this property is not specified in the request body, default
|
|
1127
|
-
behavior is to set it to true. This will ensure that VM Agent is installed on
|
|
1128
|
-
the VM so that extensions can be added to the VM later.
|
|
883
|
+
: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.
|
|
1129
884
|
:param 'SshConfigurationResponse' ssh: Specifies the ssh key configuration for a Linux OS.
|
|
1130
885
|
"""
|
|
1131
886
|
if disable_password_authentication is not None:
|
|
@@ -1151,8 +906,7 @@ class LinuxConfigurationResponse(dict):
|
|
|
1151
906
|
@pulumi.getter(name="enableVMAgentPlatformUpdates")
|
|
1152
907
|
def enable_vm_agent_platform_updates(self) -> Optional[bool]:
|
|
1153
908
|
"""
|
|
1154
|
-
Indicates whether VMAgent Platform Updates is enabled for the Linux virtual
|
|
1155
|
-
machine. Default value is false.
|
|
909
|
+
Indicates whether VMAgent Platform Updates is enabled for the Linux virtual machine. Default value is false.
|
|
1156
910
|
"""
|
|
1157
911
|
return pulumi.get(self, "enable_vm_agent_platform_updates")
|
|
1158
912
|
|
|
@@ -1168,10 +922,7 @@ class LinuxConfigurationResponse(dict):
|
|
|
1168
922
|
@pulumi.getter(name="provisionVMAgent")
|
|
1169
923
|
def provision_vm_agent(self) -> Optional[bool]:
|
|
1170
924
|
"""
|
|
1171
|
-
Indicates whether virtual machine agent should be provisioned on the virtual
|
|
1172
|
-
machine. When this property is not specified in the request body, default
|
|
1173
|
-
behavior is to set it to true. This will ensure that VM Agent is installed on
|
|
1174
|
-
the VM so that extensions can be added to the VM later.
|
|
925
|
+
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.
|
|
1175
926
|
"""
|
|
1176
927
|
return pulumi.get(self, "provision_vm_agent")
|
|
1177
928
|
|
|
@@ -1216,19 +967,9 @@ class LinuxPatchSettingsResponse(dict):
|
|
|
1216
967
|
patch_mode: Optional[str] = None):
|
|
1217
968
|
"""
|
|
1218
969
|
Specifies settings related to VM Guest Patching on Linux.
|
|
1219
|
-
:param str assessment_mode: Specifies the mode of VM Guest Patch Assessment for the IaaS virtual
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
**AutomaticByPlatform** - The platform will trigger periodic patch assessments.
|
|
1223
|
-
The property provisionVMAgent must be true.
|
|
1224
|
-
:param 'LinuxVMGuestPatchAutomaticByPlatformSettingsResponse' automatic_by_platform_settings: Specifies additional settings for patch mode AutomaticByPlatform in VM Guest
|
|
1225
|
-
Patching on Linux.
|
|
1226
|
-
:param str patch_mode: Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual
|
|
1227
|
-
machines associated to virtual machine scale set with OrchestrationMode as
|
|
1228
|
-
Flexible.<br /><br /> Possible values are:<br /><br /> **ImageDefault** - The
|
|
1229
|
-
virtual machine's default patching configuration is used. <br /><br />
|
|
1230
|
-
**AutomaticByPlatform** - The virtual machine will be automatically updated by
|
|
1231
|
-
the platform. The property provisionVMAgent must be true
|
|
970
|
+
: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.
|
|
971
|
+
:param 'LinuxVMGuestPatchAutomaticByPlatformSettingsResponse' automatic_by_platform_settings: Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Linux.
|
|
972
|
+
: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
|
|
1232
973
|
"""
|
|
1233
974
|
if assessment_mode is not None:
|
|
1234
975
|
pulumi.set(__self__, "assessment_mode", assessment_mode)
|
|
@@ -1241,11 +982,7 @@ class LinuxPatchSettingsResponse(dict):
|
|
|
1241
982
|
@pulumi.getter(name="assessmentMode")
|
|
1242
983
|
def assessment_mode(self) -> Optional[str]:
|
|
1243
984
|
"""
|
|
1244
|
-
Specifies the mode of VM Guest Patch Assessment for the IaaS virtual
|
|
1245
|
-
machine.<br /><br /> Possible values are:<br /><br /> **ImageDefault** - You
|
|
1246
|
-
control the timing of patch assessments on a virtual machine. <br /><br />
|
|
1247
|
-
**AutomaticByPlatform** - The platform will trigger periodic patch assessments.
|
|
1248
|
-
The property provisionVMAgent must be true.
|
|
985
|
+
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.
|
|
1249
986
|
"""
|
|
1250
987
|
return pulumi.get(self, "assessment_mode")
|
|
1251
988
|
|
|
@@ -1253,8 +990,7 @@ class LinuxPatchSettingsResponse(dict):
|
|
|
1253
990
|
@pulumi.getter(name="automaticByPlatformSettings")
|
|
1254
991
|
def automatic_by_platform_settings(self) -> Optional['outputs.LinuxVMGuestPatchAutomaticByPlatformSettingsResponse']:
|
|
1255
992
|
"""
|
|
1256
|
-
Specifies additional settings for patch mode AutomaticByPlatform in VM Guest
|
|
1257
|
-
Patching on Linux.
|
|
993
|
+
Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Linux.
|
|
1258
994
|
"""
|
|
1259
995
|
return pulumi.get(self, "automatic_by_platform_settings")
|
|
1260
996
|
|
|
@@ -1262,12 +998,7 @@ class LinuxPatchSettingsResponse(dict):
|
|
|
1262
998
|
@pulumi.getter(name="patchMode")
|
|
1263
999
|
def patch_mode(self) -> Optional[str]:
|
|
1264
1000
|
"""
|
|
1265
|
-
Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual
|
|
1266
|
-
machines associated to virtual machine scale set with OrchestrationMode as
|
|
1267
|
-
Flexible.<br /><br /> Possible values are:<br /><br /> **ImageDefault** - The
|
|
1268
|
-
virtual machine's default patching configuration is used. <br /><br />
|
|
1269
|
-
**AutomaticByPlatform** - The virtual machine will be automatically updated by
|
|
1270
|
-
the platform. The property provisionVMAgent must be true
|
|
1001
|
+
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
|
|
1271
1002
|
"""
|
|
1272
1003
|
return pulumi.get(self, "patch_mode")
|
|
1273
1004
|
|
|
@@ -1275,8 +1006,7 @@ class LinuxPatchSettingsResponse(dict):
|
|
|
1275
1006
|
@pulumi.output_type
|
|
1276
1007
|
class LinuxVMGuestPatchAutomaticByPlatformSettingsResponse(dict):
|
|
1277
1008
|
"""
|
|
1278
|
-
Specifies additional settings to be applied when patch mode AutomaticByPlatform
|
|
1279
|
-
is selected in Linux patch settings.
|
|
1009
|
+
Specifies additional settings to be applied when patch mode AutomaticByPlatform is selected in Linux patch settings.
|
|
1280
1010
|
"""
|
|
1281
1011
|
@staticmethod
|
|
1282
1012
|
def __key_warning(key: str):
|
|
@@ -1301,11 +1031,9 @@ class LinuxVMGuestPatchAutomaticByPlatformSettingsResponse(dict):
|
|
|
1301
1031
|
bypass_platform_safety_checks_on_user_schedule: Optional[bool] = None,
|
|
1302
1032
|
reboot_setting: Optional[str] = None):
|
|
1303
1033
|
"""
|
|
1304
|
-
Specifies additional settings to be applied when patch mode AutomaticByPlatform
|
|
1305
|
-
is selected in Linux patch settings.
|
|
1034
|
+
Specifies additional settings to be applied when patch mode AutomaticByPlatform is selected in Linux patch settings.
|
|
1306
1035
|
:param bool bypass_platform_safety_checks_on_user_schedule: Enables customer to schedule patching without accidental upgrades
|
|
1307
|
-
:param str reboot_setting: Specifies the reboot setting for all AutomaticByPlatform patch installation
|
|
1308
|
-
operations.
|
|
1036
|
+
:param str reboot_setting: Specifies the reboot setting for all AutomaticByPlatform patch installation operations.
|
|
1309
1037
|
"""
|
|
1310
1038
|
if bypass_platform_safety_checks_on_user_schedule is not None:
|
|
1311
1039
|
pulumi.set(__self__, "bypass_platform_safety_checks_on_user_schedule", bypass_platform_safety_checks_on_user_schedule)
|
|
@@ -1324,8 +1052,7 @@ class LinuxVMGuestPatchAutomaticByPlatformSettingsResponse(dict):
|
|
|
1324
1052
|
@pulumi.getter(name="rebootSetting")
|
|
1325
1053
|
def reboot_setting(self) -> Optional[str]:
|
|
1326
1054
|
"""
|
|
1327
|
-
Specifies the reboot setting for all AutomaticByPlatform patch installation
|
|
1328
|
-
operations.
|
|
1055
|
+
Specifies the reboot setting for all AutomaticByPlatform patch installation operations.
|
|
1329
1056
|
"""
|
|
1330
1057
|
return pulumi.get(self, "reboot_setting")
|
|
1331
1058
|
|
|
@@ -1409,9 +1136,6 @@ class ManagedServiceIdentityResponse(dict):
|
|
|
1409
1136
|
|
|
1410
1137
|
@pulumi.output_type
|
|
1411
1138
|
class OSImageNotificationProfileResponse(dict):
|
|
1412
|
-
"""
|
|
1413
|
-
Specifies OS Image Scheduled Event related configurations.
|
|
1414
|
-
"""
|
|
1415
1139
|
@staticmethod
|
|
1416
1140
|
def __key_warning(key: str):
|
|
1417
1141
|
suggest = None
|
|
@@ -1433,12 +1157,8 @@ class OSImageNotificationProfileResponse(dict):
|
|
|
1433
1157
|
enable: Optional[bool] = None,
|
|
1434
1158
|
not_before_timeout: Optional[str] = None):
|
|
1435
1159
|
"""
|
|
1436
|
-
Specifies OS Image Scheduled Event related configurations.
|
|
1437
1160
|
:param bool enable: Specifies whether the OS Image Scheduled event is enabled or disabled.
|
|
1438
|
-
:param str not_before_timeout: 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)
|
|
1161
|
+
: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)
|
|
1442
1162
|
"""
|
|
1443
1163
|
if enable is not None:
|
|
1444
1164
|
pulumi.set(__self__, "enable", enable)
|
|
@@ -1457,10 +1177,7 @@ class OSImageNotificationProfileResponse(dict):
|
|
|
1457
1177
|
@pulumi.getter(name="notBeforeTimeout")
|
|
1458
1178
|
def not_before_timeout(self) -> Optional[str]:
|
|
1459
1179
|
"""
|
|
1460
|
-
Length of time a Virtual Machine being reimaged or having its OS upgraded will
|
|
1461
|
-
have to potentially approve the OS Image Scheduled Event before the event is
|
|
1462
|
-
auto approved (timed out). The configuration is specified in ISO 8601 format,
|
|
1463
|
-
and the value must not exceed 15 minutes (PT15M)
|
|
1180
|
+
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)
|
|
1464
1181
|
"""
|
|
1465
1182
|
return pulumi.get(self, "not_before_timeout")
|
|
1466
1183
|
|
|
@@ -1500,27 +1217,10 @@ class PatchSettingsResponse(dict):
|
|
|
1500
1217
|
patch_mode: Optional[str] = None):
|
|
1501
1218
|
"""
|
|
1502
1219
|
Specifies settings related to VM Guest Patching on Windows.
|
|
1503
|
-
:param str assessment_mode: Specifies the mode of VM Guest patch assessment for the IaaS virtual
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
The property provisionVMAgent must be true.
|
|
1508
|
-
:param 'WindowsVMGuestPatchAutomaticByPlatformSettingsResponse' automatic_by_platform_settings: Specifies additional settings for patch mode AutomaticByPlatform in VM Guest
|
|
1509
|
-
Patching on Windows.
|
|
1510
|
-
:param bool enable_hotpatching: Enables customers to patch their Azure VMs without requiring a reboot. For
|
|
1511
|
-
enableHotpatching, the 'provisionVMAgent' must be set to true and 'patchMode'
|
|
1512
|
-
must be set to 'AutomaticByPlatform'.
|
|
1513
|
-
:param str patch_mode: Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual
|
|
1514
|
-
machines associated to virtual machine scale set with OrchestrationMode as
|
|
1515
|
-
Flexible.<br /><br /> Possible values are:<br /><br /> **Manual** - You
|
|
1516
|
-
control the application of patches to a virtual machine. You do this by
|
|
1517
|
-
applying patches manually inside the VM. In this mode, automatic updates are
|
|
1518
|
-
disabled; the property WindowsConfiguration.enableAutomaticUpdates must be
|
|
1519
|
-
false<br /><br /> **AutomaticByOS** - The virtual machine will automatically be
|
|
1520
|
-
updated by the OS. The property WindowsConfiguration.enableAutomaticUpdates
|
|
1521
|
-
must be true. <br /><br /> **AutomaticByPlatform** - the virtual machine will
|
|
1522
|
-
automatically updated by the platform. The properties provisionVMAgent and
|
|
1523
|
-
WindowsConfiguration.enableAutomaticUpdates must be true
|
|
1220
|
+
: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.
|
|
1221
|
+
:param 'WindowsVMGuestPatchAutomaticByPlatformSettingsResponse' automatic_by_platform_settings: Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Windows.
|
|
1222
|
+
: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'.
|
|
1223
|
+
: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
|
|
1524
1224
|
"""
|
|
1525
1225
|
if assessment_mode is not None:
|
|
1526
1226
|
pulumi.set(__self__, "assessment_mode", assessment_mode)
|
|
@@ -1535,11 +1235,7 @@ class PatchSettingsResponse(dict):
|
|
|
1535
1235
|
@pulumi.getter(name="assessmentMode")
|
|
1536
1236
|
def assessment_mode(self) -> Optional[str]:
|
|
1537
1237
|
"""
|
|
1538
|
-
Specifies the mode of VM Guest patch assessment for the IaaS virtual
|
|
1539
|
-
machine.<br /><br /> Possible values are:<br /><br /> **ImageDefault** - You
|
|
1540
|
-
control the timing of patch assessments on a virtual machine.<br /><br />
|
|
1541
|
-
**AutomaticByPlatform** - The platform will trigger periodic patch assessments.
|
|
1542
|
-
The property provisionVMAgent must be true.
|
|
1238
|
+
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.
|
|
1543
1239
|
"""
|
|
1544
1240
|
return pulumi.get(self, "assessment_mode")
|
|
1545
1241
|
|
|
@@ -1547,8 +1243,7 @@ class PatchSettingsResponse(dict):
|
|
|
1547
1243
|
@pulumi.getter(name="automaticByPlatformSettings")
|
|
1548
1244
|
def automatic_by_platform_settings(self) -> Optional['outputs.WindowsVMGuestPatchAutomaticByPlatformSettingsResponse']:
|
|
1549
1245
|
"""
|
|
1550
|
-
Specifies additional settings for patch mode AutomaticByPlatform in VM Guest
|
|
1551
|
-
Patching on Windows.
|
|
1246
|
+
Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Windows.
|
|
1552
1247
|
"""
|
|
1553
1248
|
return pulumi.get(self, "automatic_by_platform_settings")
|
|
1554
1249
|
|
|
@@ -1556,9 +1251,7 @@ class PatchSettingsResponse(dict):
|
|
|
1556
1251
|
@pulumi.getter(name="enableHotpatching")
|
|
1557
1252
|
def enable_hotpatching(self) -> Optional[bool]:
|
|
1558
1253
|
"""
|
|
1559
|
-
Enables customers to patch their Azure VMs without requiring a reboot. For
|
|
1560
|
-
enableHotpatching, the 'provisionVMAgent' must be set to true and 'patchMode'
|
|
1561
|
-
must be set to 'AutomaticByPlatform'.
|
|
1254
|
+
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'.
|
|
1562
1255
|
"""
|
|
1563
1256
|
return pulumi.get(self, "enable_hotpatching")
|
|
1564
1257
|
|
|
@@ -1566,17 +1259,7 @@ class PatchSettingsResponse(dict):
|
|
|
1566
1259
|
@pulumi.getter(name="patchMode")
|
|
1567
1260
|
def patch_mode(self) -> Optional[str]:
|
|
1568
1261
|
"""
|
|
1569
|
-
Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual
|
|
1570
|
-
machines associated to virtual machine scale set with OrchestrationMode as
|
|
1571
|
-
Flexible.<br /><br /> Possible values are:<br /><br /> **Manual** - You
|
|
1572
|
-
control the application of patches to a virtual machine. You do this by
|
|
1573
|
-
applying patches manually inside the VM. In this mode, automatic updates are
|
|
1574
|
-
disabled; the property WindowsConfiguration.enableAutomaticUpdates must be
|
|
1575
|
-
false<br /><br /> **AutomaticByOS** - The virtual machine will automatically be
|
|
1576
|
-
updated by the OS. The property WindowsConfiguration.enableAutomaticUpdates
|
|
1577
|
-
must be true. <br /><br /> **AutomaticByPlatform** - the virtual machine will
|
|
1578
|
-
automatically updated by the platform. The properties provisionVMAgent and
|
|
1579
|
-
WindowsConfiguration.enableAutomaticUpdates must be true
|
|
1262
|
+
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
|
|
1580
1263
|
"""
|
|
1581
1264
|
return pulumi.get(self, "patch_mode")
|
|
1582
1265
|
|
|
@@ -1669,8 +1352,7 @@ class PlanResponse(dict):
|
|
|
1669
1352
|
@pulumi.output_type
|
|
1670
1353
|
class ProxyAgentSettingsResponse(dict):
|
|
1671
1354
|
"""
|
|
1672
|
-
Specifies ProxyAgent settings while creating the virtual machine. Minimum
|
|
1673
|
-
api-version: 2023-09-01.
|
|
1355
|
+
Specifies ProxyAgent settings while creating the virtual machine. Minimum api-version: 2023-09-01.
|
|
1674
1356
|
"""
|
|
1675
1357
|
@staticmethod
|
|
1676
1358
|
def __key_warning(key: str):
|
|
@@ -1694,16 +1376,10 @@ class ProxyAgentSettingsResponse(dict):
|
|
|
1694
1376
|
key_incarnation_id: Optional[int] = None,
|
|
1695
1377
|
mode: Optional[str] = None):
|
|
1696
1378
|
"""
|
|
1697
|
-
Specifies ProxyAgent settings while creating the virtual machine. Minimum
|
|
1698
|
-
|
|
1699
|
-
:param
|
|
1700
|
-
|
|
1701
|
-
:param int key_incarnation_id: Increase the value of this property allows user to reset the key used for
|
|
1702
|
-
securing communication channel between guest and host.
|
|
1703
|
-
:param str mode: Specifies the mode that ProxyAgent will execute on if the feature is enabled.
|
|
1704
|
-
ProxyAgent will start to audit or monitor but not enforce access control over
|
|
1705
|
-
requests to host endpoints in Audit mode, while in Enforce mode it will enforce
|
|
1706
|
-
access control. The default value is Enforce mode.
|
|
1379
|
+
Specifies ProxyAgent settings while creating the virtual machine. Minimum api-version: 2023-09-01.
|
|
1380
|
+
:param bool enabled: Specifies whether ProxyAgent feature should be enabled on the virtual machine or virtual machine scale set.
|
|
1381
|
+
: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.
|
|
1382
|
+
: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.
|
|
1707
1383
|
"""
|
|
1708
1384
|
if enabled is not None:
|
|
1709
1385
|
pulumi.set(__self__, "enabled", enabled)
|
|
@@ -1716,8 +1392,7 @@ class ProxyAgentSettingsResponse(dict):
|
|
|
1716
1392
|
@pulumi.getter
|
|
1717
1393
|
def enabled(self) -> Optional[bool]:
|
|
1718
1394
|
"""
|
|
1719
|
-
Specifies whether ProxyAgent feature should be enabled on the virtual machine
|
|
1720
|
-
or virtual machine scale set.
|
|
1395
|
+
Specifies whether ProxyAgent feature should be enabled on the virtual machine or virtual machine scale set.
|
|
1721
1396
|
"""
|
|
1722
1397
|
return pulumi.get(self, "enabled")
|
|
1723
1398
|
|
|
@@ -1725,8 +1400,7 @@ class ProxyAgentSettingsResponse(dict):
|
|
|
1725
1400
|
@pulumi.getter(name="keyIncarnationId")
|
|
1726
1401
|
def key_incarnation_id(self) -> Optional[int]:
|
|
1727
1402
|
"""
|
|
1728
|
-
Increase the value of this property allows user to reset the key used for
|
|
1729
|
-
securing communication channel between guest and host.
|
|
1403
|
+
Increase the value of this property allows user to reset the key used for securing communication channel between guest and host.
|
|
1730
1404
|
"""
|
|
1731
1405
|
return pulumi.get(self, "key_incarnation_id")
|
|
1732
1406
|
|
|
@@ -1734,10 +1408,7 @@ class ProxyAgentSettingsResponse(dict):
|
|
|
1734
1408
|
@pulumi.getter
|
|
1735
1409
|
def mode(self) -> Optional[str]:
|
|
1736
1410
|
"""
|
|
1737
|
-
Specifies the mode that ProxyAgent will execute on if the feature is enabled.
|
|
1738
|
-
ProxyAgent will start to audit or monitor but not enforce access control over
|
|
1739
|
-
requests to host endpoints in Audit mode, while in Enforce mode it will enforce
|
|
1740
|
-
access control. The default value is Enforce mode.
|
|
1411
|
+
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.
|
|
1741
1412
|
"""
|
|
1742
1413
|
return pulumi.get(self, "mode")
|
|
1743
1414
|
|
|
@@ -1745,15 +1416,13 @@ class ProxyAgentSettingsResponse(dict):
|
|
|
1745
1416
|
@pulumi.output_type
|
|
1746
1417
|
class PublicIPAddressSkuResponse(dict):
|
|
1747
1418
|
"""
|
|
1748
|
-
Describes the public IP Sku. It can only be set with OrchestrationMode as
|
|
1749
|
-
Flexible.
|
|
1419
|
+
Describes the public IP Sku. It can only be set with OrchestrationMode as Flexible.
|
|
1750
1420
|
"""
|
|
1751
1421
|
def __init__(__self__, *,
|
|
1752
1422
|
name: Optional[str] = None,
|
|
1753
1423
|
tier: Optional[str] = None):
|
|
1754
1424
|
"""
|
|
1755
|
-
Describes the public IP Sku. It can only be set with OrchestrationMode as
|
|
1756
|
-
Flexible.
|
|
1425
|
+
Describes the public IP Sku. It can only be set with OrchestrationMode as Flexible.
|
|
1757
1426
|
:param str name: Specify public IP sku name
|
|
1758
1427
|
:param str tier: Specify public IP sku tier
|
|
1759
1428
|
"""
|
|
@@ -1847,9 +1516,6 @@ class RegularPriorityProfileResponse(dict):
|
|
|
1847
1516
|
|
|
1848
1517
|
@pulumi.output_type
|
|
1849
1518
|
class ScheduledEventsProfileResponse(dict):
|
|
1850
|
-
"""
|
|
1851
|
-
Specifies Scheduled Event related configurations.
|
|
1852
|
-
"""
|
|
1853
1519
|
@staticmethod
|
|
1854
1520
|
def __key_warning(key: str):
|
|
1855
1521
|
suggest = None
|
|
@@ -1873,7 +1539,6 @@ class ScheduledEventsProfileResponse(dict):
|
|
|
1873
1539
|
os_image_notification_profile: Optional['outputs.OSImageNotificationProfileResponse'] = None,
|
|
1874
1540
|
terminate_notification_profile: Optional['outputs.TerminateNotificationProfileResponse'] = None):
|
|
1875
1541
|
"""
|
|
1876
|
-
Specifies Scheduled Event related configurations.
|
|
1877
1542
|
:param 'OSImageNotificationProfileResponse' os_image_notification_profile: Specifies OS Image Scheduled Event related configurations.
|
|
1878
1543
|
:param 'TerminateNotificationProfileResponse' terminate_notification_profile: Specifies Terminate Scheduled Event related configurations.
|
|
1879
1544
|
"""
|
|
@@ -1902,16 +1567,13 @@ class ScheduledEventsProfileResponse(dict):
|
|
|
1902
1567
|
@pulumi.output_type
|
|
1903
1568
|
class SecurityPostureReferenceResponse(dict):
|
|
1904
1569
|
"""
|
|
1905
|
-
Specifies the security posture to be used for all virtual machines in the scale
|
|
1906
|
-
set. Minimum api-version: 2023-03-01
|
|
1570
|
+
Specifies the security posture to be used for all virtual machines in the scale set. Minimum api-version: 2023-03-01
|
|
1907
1571
|
"""
|
|
1908
1572
|
@staticmethod
|
|
1909
1573
|
def __key_warning(key: str):
|
|
1910
1574
|
suggest = None
|
|
1911
1575
|
if key == "excludeExtensions":
|
|
1912
1576
|
suggest = "exclude_extensions"
|
|
1913
|
-
elif key == "isOverridable":
|
|
1914
|
-
suggest = "is_overridable"
|
|
1915
1577
|
|
|
1916
1578
|
if suggest:
|
|
1917
1579
|
pulumi.log.warn(f"Key '{key}' not found in SecurityPostureReferenceResponse. Access the value via the '{suggest}' property getter instead.")
|
|
@@ -1925,31 +1587,23 @@ class SecurityPostureReferenceResponse(dict):
|
|
|
1925
1587
|
return super().get(key, default)
|
|
1926
1588
|
|
|
1927
1589
|
def __init__(__self__, *,
|
|
1928
|
-
exclude_extensions: Optional[Sequence[
|
|
1929
|
-
id: Optional[str] = None
|
|
1930
|
-
is_overridable: Optional[bool] = None):
|
|
1590
|
+
exclude_extensions: Optional[Sequence['outputs.VirtualMachineExtensionResponse']] = None,
|
|
1591
|
+
id: Optional[str] = None):
|
|
1931
1592
|
"""
|
|
1932
|
-
Specifies the security posture to be used for all virtual machines in the scale
|
|
1933
|
-
|
|
1934
|
-
:param
|
|
1935
|
-
posture.
|
|
1936
|
-
:param str id: The security posture reference id in the form of
|
|
1937
|
-
/CommunityGalleries/{communityGalleryName}/securityPostures/{securityPostureName}/versions/{major.minor.patch}|{major.*}|latest
|
|
1938
|
-
:param bool is_overridable: Whether the security posture can be overridden by the user.
|
|
1593
|
+
Specifies the security posture to be used for all virtual machines in the scale set. Minimum api-version: 2023-03-01
|
|
1594
|
+
:param Sequence['VirtualMachineExtensionResponse'] exclude_extensions: List of virtual machine extensions to exclude when applying the Security Posture.
|
|
1595
|
+
:param str id: The security posture reference id in the form of /CommunityGalleries/{communityGalleryName}/securityPostures/{securityPostureName}/versions/{major.minor.patch}|{major.*}|latest
|
|
1939
1596
|
"""
|
|
1940
1597
|
if exclude_extensions is not None:
|
|
1941
1598
|
pulumi.set(__self__, "exclude_extensions", exclude_extensions)
|
|
1942
1599
|
if id is not None:
|
|
1943
1600
|
pulumi.set(__self__, "id", id)
|
|
1944
|
-
if is_overridable is not None:
|
|
1945
|
-
pulumi.set(__self__, "is_overridable", is_overridable)
|
|
1946
1601
|
|
|
1947
1602
|
@property
|
|
1948
1603
|
@pulumi.getter(name="excludeExtensions")
|
|
1949
|
-
def exclude_extensions(self) -> Optional[Sequence[
|
|
1604
|
+
def exclude_extensions(self) -> Optional[Sequence['outputs.VirtualMachineExtensionResponse']]:
|
|
1950
1605
|
"""
|
|
1951
|
-
List of virtual machine
|
|
1952
|
-
posture.
|
|
1606
|
+
List of virtual machine extensions to exclude when applying the Security Posture.
|
|
1953
1607
|
"""
|
|
1954
1608
|
return pulumi.get(self, "exclude_extensions")
|
|
1955
1609
|
|
|
@@ -1957,25 +1611,15 @@ class SecurityPostureReferenceResponse(dict):
|
|
|
1957
1611
|
@pulumi.getter
|
|
1958
1612
|
def id(self) -> Optional[str]:
|
|
1959
1613
|
"""
|
|
1960
|
-
The security posture reference id in the form of
|
|
1961
|
-
/CommunityGalleries/{communityGalleryName}/securityPostures/{securityPostureName}/versions/{major.minor.patch}|{major.*}|latest
|
|
1614
|
+
The security posture reference id in the form of /CommunityGalleries/{communityGalleryName}/securityPostures/{securityPostureName}/versions/{major.minor.patch}|{major.*}|latest
|
|
1962
1615
|
"""
|
|
1963
1616
|
return pulumi.get(self, "id")
|
|
1964
1617
|
|
|
1965
|
-
@property
|
|
1966
|
-
@pulumi.getter(name="isOverridable")
|
|
1967
|
-
def is_overridable(self) -> Optional[bool]:
|
|
1968
|
-
"""
|
|
1969
|
-
Whether the security posture can be overridden by the user.
|
|
1970
|
-
"""
|
|
1971
|
-
return pulumi.get(self, "is_overridable")
|
|
1972
|
-
|
|
1973
1618
|
|
|
1974
1619
|
@pulumi.output_type
|
|
1975
1620
|
class SecurityProfileResponse(dict):
|
|
1976
1621
|
"""
|
|
1977
|
-
Specifies the Security profile settings for the virtual machine or virtual
|
|
1978
|
-
machine scale set.
|
|
1622
|
+
Specifies the Security profile settings for the virtual machine or virtual machine scale set.
|
|
1979
1623
|
"""
|
|
1980
1624
|
@staticmethod
|
|
1981
1625
|
def __key_warning(key: str):
|
|
@@ -2009,22 +1653,12 @@ class SecurityProfileResponse(dict):
|
|
|
2009
1653
|
security_type: Optional[str] = None,
|
|
2010
1654
|
uefi_settings: Optional['outputs.UefiSettingsResponse'] = None):
|
|
2011
1655
|
"""
|
|
2012
|
-
Specifies the Security profile settings for the virtual machine or virtual
|
|
2013
|
-
machine scale set.
|
|
2014
|
-
:param
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
this property is set to true for the resource.
|
|
2019
|
-
:param 'EncryptionIdentityResponse' encryption_identity: Specifies the Managed Identity used by ADE to get access token for keyvault
|
|
2020
|
-
operations.
|
|
2021
|
-
:param 'ProxyAgentSettingsResponse' proxy_agent_settings: Specifies ProxyAgent settings while creating the virtual machine. Minimum
|
|
2022
|
-
api-version: 2023-09-01.
|
|
2023
|
-
:param str security_type: Specifies the SecurityType of the virtual machine. It has to be set to any
|
|
2024
|
-
specified value to enable UefiSettings. The default behavior is: UefiSettings
|
|
2025
|
-
will not be enabled unless this property is set.
|
|
2026
|
-
:param 'UefiSettingsResponse' uefi_settings: Specifies the security settings like secure boot and vTPM used while creating
|
|
2027
|
-
the virtual machine. Minimum api-version: 2020-12-01.
|
|
1656
|
+
Specifies the Security profile settings for the virtual machine or virtual machine scale set.
|
|
1657
|
+
: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.
|
|
1658
|
+
:param 'EncryptionIdentityResponse' encryption_identity: Specifies the Managed Identity used by ADE to get access token for keyvault operations.
|
|
1659
|
+
:param 'ProxyAgentSettingsResponse' proxy_agent_settings: Specifies ProxyAgent settings while creating the virtual machine. Minimum api-version: 2023-09-01.
|
|
1660
|
+
: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.
|
|
1661
|
+
: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.
|
|
2028
1662
|
"""
|
|
2029
1663
|
if encryption_at_host is not None:
|
|
2030
1664
|
pulumi.set(__self__, "encryption_at_host", encryption_at_host)
|
|
@@ -2041,11 +1675,7 @@ class SecurityProfileResponse(dict):
|
|
|
2041
1675
|
@pulumi.getter(name="encryptionAtHost")
|
|
2042
1676
|
def encryption_at_host(self) -> Optional[bool]:
|
|
2043
1677
|
"""
|
|
2044
|
-
This property can be used by user in the request to enable or disable the Host
|
|
2045
|
-
Encryption for the virtual machine or virtual machine scale set. This will
|
|
2046
|
-
enable the encryption for all the disks including Resource/Temp disk at host
|
|
2047
|
-
itself. The default behavior is: The Encryption at host will be disabled unless
|
|
2048
|
-
this property is set to true for the resource.
|
|
1678
|
+
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.
|
|
2049
1679
|
"""
|
|
2050
1680
|
return pulumi.get(self, "encryption_at_host")
|
|
2051
1681
|
|
|
@@ -2053,8 +1683,7 @@ class SecurityProfileResponse(dict):
|
|
|
2053
1683
|
@pulumi.getter(name="encryptionIdentity")
|
|
2054
1684
|
def encryption_identity(self) -> Optional['outputs.EncryptionIdentityResponse']:
|
|
2055
1685
|
"""
|
|
2056
|
-
Specifies the Managed Identity used by ADE to get access token for keyvault
|
|
2057
|
-
operations.
|
|
1686
|
+
Specifies the Managed Identity used by ADE to get access token for keyvault operations.
|
|
2058
1687
|
"""
|
|
2059
1688
|
return pulumi.get(self, "encryption_identity")
|
|
2060
1689
|
|
|
@@ -2062,8 +1691,7 @@ class SecurityProfileResponse(dict):
|
|
|
2062
1691
|
@pulumi.getter(name="proxyAgentSettings")
|
|
2063
1692
|
def proxy_agent_settings(self) -> Optional['outputs.ProxyAgentSettingsResponse']:
|
|
2064
1693
|
"""
|
|
2065
|
-
Specifies ProxyAgent settings while creating the virtual machine. Minimum
|
|
2066
|
-
api-version: 2023-09-01.
|
|
1694
|
+
Specifies ProxyAgent settings while creating the virtual machine. Minimum api-version: 2023-09-01.
|
|
2067
1695
|
"""
|
|
2068
1696
|
return pulumi.get(self, "proxy_agent_settings")
|
|
2069
1697
|
|
|
@@ -2071,9 +1699,7 @@ class SecurityProfileResponse(dict):
|
|
|
2071
1699
|
@pulumi.getter(name="securityType")
|
|
2072
1700
|
def security_type(self) -> Optional[str]:
|
|
2073
1701
|
"""
|
|
2074
|
-
Specifies the SecurityType of the virtual machine. It has to be set to any
|
|
2075
|
-
specified value to enable UefiSettings. The default behavior is: UefiSettings
|
|
2076
|
-
will not be enabled unless this property is set.
|
|
1702
|
+
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.
|
|
2077
1703
|
"""
|
|
2078
1704
|
return pulumi.get(self, "security_type")
|
|
2079
1705
|
|
|
@@ -2081,8 +1707,7 @@ class SecurityProfileResponse(dict):
|
|
|
2081
1707
|
@pulumi.getter(name="uefiSettings")
|
|
2082
1708
|
def uefi_settings(self) -> Optional['outputs.UefiSettingsResponse']:
|
|
2083
1709
|
"""
|
|
2084
|
-
Specifies the security settings like secure boot and vTPM used while creating
|
|
2085
|
-
the virtual machine. Minimum api-version: 2020-12-01.
|
|
1710
|
+
Specifies the security settings like secure boot and vTPM used while creating the virtual machine. Minimum api-version: 2020-12-01.
|
|
2086
1711
|
"""
|
|
2087
1712
|
return pulumi.get(self, "uefi_settings")
|
|
2088
1713
|
|
|
@@ -2090,18 +1715,13 @@ class SecurityProfileResponse(dict):
|
|
|
2090
1715
|
@pulumi.output_type
|
|
2091
1716
|
class ServiceArtifactReferenceResponse(dict):
|
|
2092
1717
|
"""
|
|
2093
|
-
Specifies the service artifact reference id used to set same image version for
|
|
2094
|
-
all virtual machines in the scale set when using 'latest' image version.
|
|
2095
|
-
Minimum api-version: 2022-11-01
|
|
1718
|
+
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
|
|
2096
1719
|
"""
|
|
2097
1720
|
def __init__(__self__, *,
|
|
2098
1721
|
id: Optional[str] = None):
|
|
2099
1722
|
"""
|
|
2100
|
-
Specifies the service artifact reference id used to set same image version for
|
|
2101
|
-
|
|
2102
|
-
Minimum api-version: 2022-11-01
|
|
2103
|
-
:param str id: The service artifact reference id in the form of
|
|
2104
|
-
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/galleries/{galleryName}/serviceArtifacts/{serviceArtifactName}/vmArtifactsProfiles/{vmArtifactsProfilesName}
|
|
1723
|
+
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
|
|
1724
|
+
: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}
|
|
2105
1725
|
"""
|
|
2106
1726
|
if id is not None:
|
|
2107
1727
|
pulumi.set(__self__, "id", id)
|
|
@@ -2110,8 +1730,7 @@ class ServiceArtifactReferenceResponse(dict):
|
|
|
2110
1730
|
@pulumi.getter
|
|
2111
1731
|
def id(self) -> Optional[str]:
|
|
2112
1732
|
"""
|
|
2113
|
-
The service artifact reference id in the form of
|
|
2114
|
-
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/galleries/{galleryName}/serviceArtifacts/{serviceArtifactName}/vmArtifactsProfiles/{vmArtifactsProfilesName}
|
|
1733
|
+
The service artifact reference id in the form of /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/galleries/{galleryName}/serviceArtifacts/{serviceArtifactName}/vmArtifactsProfiles/{vmArtifactsProfilesName}
|
|
2115
1734
|
"""
|
|
2116
1735
|
return pulumi.get(self, "id")
|
|
2117
1736
|
|
|
@@ -2271,8 +1890,7 @@ class SshConfigurationResponse(dict):
|
|
|
2271
1890
|
@pulumi.output_type
|
|
2272
1891
|
class SshPublicKeyResponse(dict):
|
|
2273
1892
|
"""
|
|
2274
|
-
Contains information about SSH certificate public key and the path on the Linux
|
|
2275
|
-
VM where the public key is placed.
|
|
1893
|
+
Contains information about SSH certificate public key and the path on the Linux VM where the public key is placed.
|
|
2276
1894
|
"""
|
|
2277
1895
|
@staticmethod
|
|
2278
1896
|
def __key_warning(key: str):
|
|
@@ -2295,15 +1913,9 @@ class SshPublicKeyResponse(dict):
|
|
|
2295
1913
|
key_data: Optional[str] = None,
|
|
2296
1914
|
path: Optional[str] = None):
|
|
2297
1915
|
"""
|
|
2298
|
-
Contains information about SSH certificate public key and the path on the Linux
|
|
2299
|
-
|
|
2300
|
-
:param str
|
|
2301
|
-
key needs to be at least 2048-bit and in ssh-rsa format. For creating ssh keys,
|
|
2302
|
-
see [Create SSH keys on Linux and Mac for Linux VMs in
|
|
2303
|
-
Azure]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
|
|
2304
|
-
:param str path: Specifies the full path on the created VM where ssh public key is stored. If
|
|
2305
|
-
the file already exists, the specified key is appended to the file. Example:
|
|
2306
|
-
/home/user/.ssh/authorized_keys
|
|
1916
|
+
Contains information about SSH certificate public key and the path on the Linux VM where the public key is placed.
|
|
1917
|
+
: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).
|
|
1918
|
+
: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
|
|
2307
1919
|
"""
|
|
2308
1920
|
if key_data is not None:
|
|
2309
1921
|
pulumi.set(__self__, "key_data", key_data)
|
|
@@ -2314,10 +1926,7 @@ class SshPublicKeyResponse(dict):
|
|
|
2314
1926
|
@pulumi.getter(name="keyData")
|
|
2315
1927
|
def key_data(self) -> Optional[str]:
|
|
2316
1928
|
"""
|
|
2317
|
-
SSH public key certificate used to authenticate with the VM through ssh. The
|
|
2318
|
-
key needs to be at least 2048-bit and in ssh-rsa format. For creating ssh keys,
|
|
2319
|
-
see [Create SSH keys on Linux and Mac for Linux VMs in
|
|
2320
|
-
Azure]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
|
|
1929
|
+
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).
|
|
2321
1930
|
"""
|
|
2322
1931
|
return pulumi.get(self, "key_data")
|
|
2323
1932
|
|
|
@@ -2325,22 +1934,16 @@ class SshPublicKeyResponse(dict):
|
|
|
2325
1934
|
@pulumi.getter
|
|
2326
1935
|
def path(self) -> Optional[str]:
|
|
2327
1936
|
"""
|
|
2328
|
-
Specifies the full path on the created VM where ssh public key is stored. If
|
|
2329
|
-
the file already exists, the specified key is appended to the file. Example:
|
|
2330
|
-
/home/user/.ssh/authorized_keys
|
|
1937
|
+
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
|
|
2331
1938
|
"""
|
|
2332
1939
|
return pulumi.get(self, "path")
|
|
2333
1940
|
|
|
2334
1941
|
|
|
2335
1942
|
@pulumi.output_type
|
|
2336
1943
|
class SubResourceResponse(dict):
|
|
2337
|
-
"""
|
|
2338
|
-
Describes SubResource
|
|
2339
|
-
"""
|
|
2340
1944
|
def __init__(__self__, *,
|
|
2341
1945
|
id: Optional[str] = None):
|
|
2342
1946
|
"""
|
|
2343
|
-
Describes SubResource
|
|
2344
1947
|
:param str id: Resource Id
|
|
2345
1948
|
"""
|
|
2346
1949
|
if id is not None:
|
|
@@ -2467,9 +2070,6 @@ class SystemDataResponse(dict):
|
|
|
2467
2070
|
|
|
2468
2071
|
@pulumi.output_type
|
|
2469
2072
|
class TerminateNotificationProfileResponse(dict):
|
|
2470
|
-
"""
|
|
2471
|
-
Specifies Terminate Scheduled Event related configurations.
|
|
2472
|
-
"""
|
|
2473
2073
|
@staticmethod
|
|
2474
2074
|
def __key_warning(key: str):
|
|
2475
2075
|
suggest = None
|
|
@@ -2491,12 +2091,8 @@ class TerminateNotificationProfileResponse(dict):
|
|
|
2491
2091
|
enable: Optional[bool] = None,
|
|
2492
2092
|
not_before_timeout: Optional[str] = None):
|
|
2493
2093
|
"""
|
|
2494
|
-
Specifies Terminate Scheduled Event related configurations.
|
|
2495
2094
|
:param bool enable: Specifies whether the Terminate Scheduled event is enabled or disabled.
|
|
2496
|
-
:param str not_before_timeout: Configurable length of time a Virtual Machine being deleted will have to
|
|
2497
|
-
potentially approve the Terminate Scheduled Event before the event is auto
|
|
2498
|
-
approved (timed out). The configuration must be specified in ISO 8601 format,
|
|
2499
|
-
the default value is 5 minutes (PT5M)
|
|
2095
|
+
: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)
|
|
2500
2096
|
"""
|
|
2501
2097
|
if enable is not None:
|
|
2502
2098
|
pulumi.set(__self__, "enable", enable)
|
|
@@ -2515,10 +2111,7 @@ class TerminateNotificationProfileResponse(dict):
|
|
|
2515
2111
|
@pulumi.getter(name="notBeforeTimeout")
|
|
2516
2112
|
def not_before_timeout(self) -> Optional[str]:
|
|
2517
2113
|
"""
|
|
2518
|
-
Configurable length of time a Virtual Machine being deleted will have to
|
|
2519
|
-
potentially approve the Terminate Scheduled Event before the event is auto
|
|
2520
|
-
approved (timed out). The configuration must be specified in ISO 8601 format,
|
|
2521
|
-
the default value is 5 minutes (PT5M)
|
|
2114
|
+
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)
|
|
2522
2115
|
"""
|
|
2523
2116
|
return pulumi.get(self, "not_before_timeout")
|
|
2524
2117
|
|
|
@@ -2526,8 +2119,7 @@ class TerminateNotificationProfileResponse(dict):
|
|
|
2526
2119
|
@pulumi.output_type
|
|
2527
2120
|
class UefiSettingsResponse(dict):
|
|
2528
2121
|
"""
|
|
2529
|
-
Specifies the security settings like secure boot and vTPM used while creating
|
|
2530
|
-
the virtual machine. Minimum api-version: 2020-12-01.
|
|
2122
|
+
Specifies the security settings like secure boot and vTPM used while creating the virtual machine. Minimum api-version: 2020-12-01.
|
|
2531
2123
|
"""
|
|
2532
2124
|
@staticmethod
|
|
2533
2125
|
def __key_warning(key: str):
|
|
@@ -2552,12 +2144,9 @@ class UefiSettingsResponse(dict):
|
|
|
2552
2144
|
secure_boot_enabled: Optional[bool] = None,
|
|
2553
2145
|
v_tpm_enabled: Optional[bool] = None):
|
|
2554
2146
|
"""
|
|
2555
|
-
Specifies the security settings like secure boot and vTPM used while creating
|
|
2556
|
-
the virtual machine. Minimum api-version: 2020-12-01.
|
|
2557
|
-
:param bool
|
|
2558
|
-
api-version: 2020-12-01.
|
|
2559
|
-
:param bool v_tpm_enabled: Specifies whether vTPM should be enabled on the virtual machine. Minimum
|
|
2560
|
-
api-version: 2020-12-01.
|
|
2147
|
+
Specifies the security settings like secure boot and vTPM used while creating the virtual machine. Minimum api-version: 2020-12-01.
|
|
2148
|
+
:param bool secure_boot_enabled: Specifies whether secure boot should be enabled on the virtual machine. Minimum api-version: 2020-12-01.
|
|
2149
|
+
:param bool v_tpm_enabled: Specifies whether vTPM should be enabled on the virtual machine. Minimum api-version: 2020-12-01.
|
|
2561
2150
|
"""
|
|
2562
2151
|
if secure_boot_enabled is not None:
|
|
2563
2152
|
pulumi.set(__self__, "secure_boot_enabled", secure_boot_enabled)
|
|
@@ -2568,8 +2157,7 @@ class UefiSettingsResponse(dict):
|
|
|
2568
2157
|
@pulumi.getter(name="secureBootEnabled")
|
|
2569
2158
|
def secure_boot_enabled(self) -> Optional[bool]:
|
|
2570
2159
|
"""
|
|
2571
|
-
Specifies whether secure boot should be enabled on the virtual machine. Minimum
|
|
2572
|
-
api-version: 2020-12-01.
|
|
2160
|
+
Specifies whether secure boot should be enabled on the virtual machine. Minimum api-version: 2020-12-01.
|
|
2573
2161
|
"""
|
|
2574
2162
|
return pulumi.get(self, "secure_boot_enabled")
|
|
2575
2163
|
|
|
@@ -2577,8 +2165,7 @@ class UefiSettingsResponse(dict):
|
|
|
2577
2165
|
@pulumi.getter(name="vTpmEnabled")
|
|
2578
2166
|
def v_tpm_enabled(self) -> Optional[bool]:
|
|
2579
2167
|
"""
|
|
2580
|
-
Specifies whether vTPM should be enabled on the virtual machine. Minimum
|
|
2581
|
-
api-version: 2020-12-01.
|
|
2168
|
+
Specifies whether vTPM should be enabled on the virtual machine. Minimum api-version: 2020-12-01.
|
|
2582
2169
|
"""
|
|
2583
2170
|
return pulumi.get(self, "v_tpm_enabled")
|
|
2584
2171
|
|
|
@@ -2638,8 +2225,7 @@ class UserAssignedIdentityResponse(dict):
|
|
|
2638
2225
|
@pulumi.output_type
|
|
2639
2226
|
class VMDiskSecurityProfileResponse(dict):
|
|
2640
2227
|
"""
|
|
2641
|
-
Specifies the security profile settings for the managed disk. **Note:** It can
|
|
2642
|
-
only be set for Confidential VMs.
|
|
2228
|
+
Specifies the security profile settings for the managed disk. **Note:** It can only be set for Confidential VMs.
|
|
2643
2229
|
"""
|
|
2644
2230
|
@staticmethod
|
|
2645
2231
|
def __key_warning(key: str):
|
|
@@ -2664,16 +2250,9 @@ class VMDiskSecurityProfileResponse(dict):
|
|
|
2664
2250
|
disk_encryption_set: Optional['outputs.DiskEncryptionSetParametersResponse'] = None,
|
|
2665
2251
|
security_encryption_type: Optional[str] = None):
|
|
2666
2252
|
"""
|
|
2667
|
-
Specifies the security profile settings for the managed disk. **Note:** It can
|
|
2668
|
-
|
|
2669
|
-
:param
|
|
2670
|
-
disk that is used for Customer Managed Key encrypted ConfidentialVM OS Disk and
|
|
2671
|
-
VMGuest blob.
|
|
2672
|
-
:param str security_encryption_type: Specifies the EncryptionType of the managed disk. It is set to
|
|
2673
|
-
DiskWithVMGuestState for encryption of the managed disk along with VMGuestState
|
|
2674
|
-
blob, VMGuestStateOnly for encryption of just the VMGuestState blob, and
|
|
2675
|
-
NonPersistedTPM for not persisting firmware state in the VMGuestState blob..
|
|
2676
|
-
**Note:** It can be set for only Confidential VMs.
|
|
2253
|
+
Specifies the security profile settings for the managed disk. **Note:** It can only be set for Confidential VMs.
|
|
2254
|
+
: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.
|
|
2255
|
+
: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.
|
|
2677
2256
|
"""
|
|
2678
2257
|
if disk_encryption_set is not None:
|
|
2679
2258
|
pulumi.set(__self__, "disk_encryption_set", disk_encryption_set)
|
|
@@ -2684,9 +2263,7 @@ class VMDiskSecurityProfileResponse(dict):
|
|
|
2684
2263
|
@pulumi.getter(name="diskEncryptionSet")
|
|
2685
2264
|
def disk_encryption_set(self) -> Optional['outputs.DiskEncryptionSetParametersResponse']:
|
|
2686
2265
|
"""
|
|
2687
|
-
Specifies the customer managed disk encryption set resource id for the managed
|
|
2688
|
-
disk that is used for Customer Managed Key encrypted ConfidentialVM OS Disk and
|
|
2689
|
-
VMGuest blob.
|
|
2266
|
+
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.
|
|
2690
2267
|
"""
|
|
2691
2268
|
return pulumi.get(self, "disk_encryption_set")
|
|
2692
2269
|
|
|
@@ -2694,11 +2271,7 @@ class VMDiskSecurityProfileResponse(dict):
|
|
|
2694
2271
|
@pulumi.getter(name="securityEncryptionType")
|
|
2695
2272
|
def security_encryption_type(self) -> Optional[str]:
|
|
2696
2273
|
"""
|
|
2697
|
-
Specifies the EncryptionType of the managed disk. It is set to
|
|
2698
|
-
DiskWithVMGuestState for encryption of the managed disk along with VMGuestState
|
|
2699
|
-
blob, VMGuestStateOnly for encryption of just the VMGuestState blob, and
|
|
2700
|
-
NonPersistedTPM for not persisting firmware state in the VMGuestState blob..
|
|
2701
|
-
**Note:** It can be set for only Confidential VMs.
|
|
2274
|
+
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.
|
|
2702
2275
|
"""
|
|
2703
2276
|
return pulumi.get(self, "security_encryption_type")
|
|
2704
2277
|
|
|
@@ -2706,8 +2279,7 @@ class VMDiskSecurityProfileResponse(dict):
|
|
|
2706
2279
|
@pulumi.output_type
|
|
2707
2280
|
class VMGalleryApplicationResponse(dict):
|
|
2708
2281
|
"""
|
|
2709
|
-
Specifies the required information to reference a compute gallery application
|
|
2710
|
-
version
|
|
2282
|
+
Specifies the required information to reference a compute gallery application version
|
|
2711
2283
|
"""
|
|
2712
2284
|
@staticmethod
|
|
2713
2285
|
def __key_warning(key: str):
|
|
@@ -2740,18 +2312,13 @@ class VMGalleryApplicationResponse(dict):
|
|
|
2740
2312
|
tags: Optional[str] = None,
|
|
2741
2313
|
treat_failure_as_deployment_failure: Optional[bool] = None):
|
|
2742
2314
|
"""
|
|
2743
|
-
Specifies the required information to reference a compute gallery application
|
|
2744
|
-
version
|
|
2745
|
-
:param str
|
|
2746
|
-
|
|
2747
|
-
:param str configuration_reference: Optional, Specifies the uri to an azure blob that will replace the default
|
|
2748
|
-
configuration for the package if provided
|
|
2749
|
-
:param bool enable_automatic_upgrade: If set to true, when a new Gallery Application version is available in PIR/SIG,
|
|
2750
|
-
it will be automatically updated for the VM/VMSS
|
|
2315
|
+
Specifies the required information to reference a compute gallery application version
|
|
2316
|
+
: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}
|
|
2317
|
+
:param str configuration_reference: Optional, Specifies the uri to an azure blob that will replace the default configuration for the package if provided
|
|
2318
|
+
: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
|
|
2751
2319
|
:param int order: Optional, Specifies the order in which the packages have to be installed
|
|
2752
2320
|
:param str tags: Optional, Specifies a passthrough value for more generic context.
|
|
2753
|
-
:param bool treat_failure_as_deployment_failure: Optional, If true, any failure for any operation in the VmApplication will fail
|
|
2754
|
-
the deployment
|
|
2321
|
+
:param bool treat_failure_as_deployment_failure: Optional, If true, any failure for any operation in the VmApplication will fail the deployment
|
|
2755
2322
|
"""
|
|
2756
2323
|
pulumi.set(__self__, "package_reference_id", package_reference_id)
|
|
2757
2324
|
if configuration_reference is not None:
|
|
@@ -2769,8 +2336,7 @@ class VMGalleryApplicationResponse(dict):
|
|
|
2769
2336
|
@pulumi.getter(name="packageReferenceId")
|
|
2770
2337
|
def package_reference_id(self) -> str:
|
|
2771
2338
|
"""
|
|
2772
|
-
Specifies the GalleryApplicationVersion resource id on the form of
|
|
2773
|
-
/subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{application}/versions/{version}
|
|
2339
|
+
Specifies the GalleryApplicationVersion resource id on the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{application}/versions/{version}
|
|
2774
2340
|
"""
|
|
2775
2341
|
return pulumi.get(self, "package_reference_id")
|
|
2776
2342
|
|
|
@@ -2778,8 +2344,7 @@ class VMGalleryApplicationResponse(dict):
|
|
|
2778
2344
|
@pulumi.getter(name="configurationReference")
|
|
2779
2345
|
def configuration_reference(self) -> Optional[str]:
|
|
2780
2346
|
"""
|
|
2781
|
-
Optional, Specifies the uri to an azure blob that will replace the default
|
|
2782
|
-
configuration for the package if provided
|
|
2347
|
+
Optional, Specifies the uri to an azure blob that will replace the default configuration for the package if provided
|
|
2783
2348
|
"""
|
|
2784
2349
|
return pulumi.get(self, "configuration_reference")
|
|
2785
2350
|
|
|
@@ -2787,8 +2352,7 @@ class VMGalleryApplicationResponse(dict):
|
|
|
2787
2352
|
@pulumi.getter(name="enableAutomaticUpgrade")
|
|
2788
2353
|
def enable_automatic_upgrade(self) -> Optional[bool]:
|
|
2789
2354
|
"""
|
|
2790
|
-
If set to true, when a new Gallery Application version is available in PIR/SIG,
|
|
2791
|
-
it will be automatically updated for the VM/VMSS
|
|
2355
|
+
If set to true, when a new Gallery Application version is available in PIR/SIG, it will be automatically updated for the VM/VMSS
|
|
2792
2356
|
"""
|
|
2793
2357
|
return pulumi.get(self, "enable_automatic_upgrade")
|
|
2794
2358
|
|
|
@@ -2812,8 +2376,7 @@ class VMGalleryApplicationResponse(dict):
|
|
|
2812
2376
|
@pulumi.getter(name="treatFailureAsDeploymentFailure")
|
|
2813
2377
|
def treat_failure_as_deployment_failure(self) -> Optional[bool]:
|
|
2814
2378
|
"""
|
|
2815
|
-
Optional, If true, any failure for any operation in the VmApplication will fail
|
|
2816
|
-
the deployment
|
|
2379
|
+
Optional, If true, any failure for any operation in the VmApplication will fail the deployment
|
|
2817
2380
|
"""
|
|
2818
2381
|
return pulumi.get(self, "treat_failure_as_deployment_failure")
|
|
2819
2382
|
|
|
@@ -2847,17 +2410,8 @@ class VMSizePropertiesResponse(dict):
|
|
|
2847
2410
|
v_cpus_per_core: Optional[int] = None):
|
|
2848
2411
|
"""
|
|
2849
2412
|
Specifies VM Size Property settings on the virtual machine.
|
|
2850
|
-
:param int v_cpus_available: Specifies the number of vCPUs available for the VM. When this property is not
|
|
2851
|
-
|
|
2852
|
-
vCPUs available for that VM size exposed in api response of [List all available
|
|
2853
|
-
virtual machine sizes in a
|
|
2854
|
-
region](https://docs.microsoft.com/en-us/rest/api/compute/resource-skus/list).
|
|
2855
|
-
:param int v_cpus_per_core: Specifies the vCPU to physical core ratio. When this property is not specified
|
|
2856
|
-
in the request body the default behavior is set to the value of vCPUsPerCore
|
|
2857
|
-
for the VM Size exposed in api response of [List all available virtual machine
|
|
2858
|
-
sizes in a
|
|
2859
|
-
region](https://docs.microsoft.com/en-us/rest/api/compute/resource-skus/list).
|
|
2860
|
-
**Setting this property to 1 also means that hyper-threading is disabled.**
|
|
2413
|
+
: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).
|
|
2414
|
+
: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.**
|
|
2861
2415
|
"""
|
|
2862
2416
|
if v_cpus_available is not None:
|
|
2863
2417
|
pulumi.set(__self__, "v_cpus_available", v_cpus_available)
|
|
@@ -2868,11 +2422,7 @@ class VMSizePropertiesResponse(dict):
|
|
|
2868
2422
|
@pulumi.getter(name="vCPUsAvailable")
|
|
2869
2423
|
def v_cpus_available(self) -> Optional[int]:
|
|
2870
2424
|
"""
|
|
2871
|
-
Specifies the number of vCPUs available for the VM. When this property is not
|
|
2872
|
-
specified in the request body the default behavior is to set it to the value of
|
|
2873
|
-
vCPUs available for that VM size exposed in api response of [List all available
|
|
2874
|
-
virtual machine sizes in a
|
|
2875
|
-
region](https://docs.microsoft.com/en-us/rest/api/compute/resource-skus/list).
|
|
2425
|
+
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).
|
|
2876
2426
|
"""
|
|
2877
2427
|
return pulumi.get(self, "v_cpus_available")
|
|
2878
2428
|
|
|
@@ -2880,12 +2430,7 @@ class VMSizePropertiesResponse(dict):
|
|
|
2880
2430
|
@pulumi.getter(name="vCPUsPerCore")
|
|
2881
2431
|
def v_cpus_per_core(self) -> Optional[int]:
|
|
2882
2432
|
"""
|
|
2883
|
-
Specifies the vCPU to physical core ratio. When this property is not specified
|
|
2884
|
-
in the request body the default behavior is set to the value of vCPUsPerCore
|
|
2885
|
-
for the VM Size exposed in api response of [List all available virtual machine
|
|
2886
|
-
sizes in a
|
|
2887
|
-
region](https://docs.microsoft.com/en-us/rest/api/compute/resource-skus/list).
|
|
2888
|
-
**Setting this property to 1 also means that hyper-threading is disabled.**
|
|
2433
|
+
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.**
|
|
2889
2434
|
"""
|
|
2890
2435
|
return pulumi.get(self, "v_cpus_per_core")
|
|
2891
2436
|
|
|
@@ -2893,8 +2438,7 @@ class VMSizePropertiesResponse(dict):
|
|
|
2893
2438
|
@pulumi.output_type
|
|
2894
2439
|
class VaultCertificateResponse(dict):
|
|
2895
2440
|
"""
|
|
2896
|
-
Describes a single certificate reference in a Key Vault, and where the
|
|
2897
|
-
certificate should reside on the VM.
|
|
2441
|
+
Describes a single certificate reference in a Key Vault, and where the certificate should reside on the VM.
|
|
2898
2442
|
"""
|
|
2899
2443
|
@staticmethod
|
|
2900
2444
|
def __key_warning(key: str):
|
|
@@ -2919,28 +2463,9 @@ class VaultCertificateResponse(dict):
|
|
|
2919
2463
|
certificate_store: Optional[str] = None,
|
|
2920
2464
|
certificate_url: Optional[str] = None):
|
|
2921
2465
|
"""
|
|
2922
|
-
Describes a single certificate reference in a Key Vault, and where the
|
|
2923
|
-
certificate should
|
|
2924
|
-
:param str
|
|
2925
|
-
which the certificate should be added. The specified certificate store is
|
|
2926
|
-
implicitly in the LocalMachine account. For Linux VMs, the certificate file is
|
|
2927
|
-
placed under the /var/lib/waagent directory, with the file name
|
|
2928
|
-
<UppercaseThumbprint>.crt for the X509 certificate file and
|
|
2929
|
-
<UppercaseThumbprint>.prv for private key. Both of these files are .pem
|
|
2930
|
-
formatted.
|
|
2931
|
-
:param str certificate_url: This is the URL of a certificate that has been uploaded to Key Vault as a
|
|
2932
|
-
secret. For adding a secret to the Key Vault, see [Add a key or secret to the
|
|
2933
|
-
key
|
|
2934
|
-
vault](https://docs.microsoft.com/azure/key-vault/key-vault-get-started/#add).
|
|
2935
|
-
In this case, your certificate needs to be It is the Base64 encoding of the
|
|
2936
|
-
following JSON Object which is encoded in UTF-8: <br><br> {<br>
|
|
2937
|
-
"data":"<Base64-encoded-certificate>",<br> "dataType":"pfx",<br>
|
|
2938
|
-
"password":"<pfx-file-password>"<br>} <br> To install certificates on a virtual
|
|
2939
|
-
machine it is recommended to use the [Azure Key Vault virtual machine extension
|
|
2940
|
-
for
|
|
2941
|
-
Linux](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-linux)
|
|
2942
|
-
or the [Azure Key Vault virtual machine extension for
|
|
2943
|
-
Windows](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-windows).
|
|
2466
|
+
Describes a single certificate reference in a Key Vault, and where the certificate should reside on the VM.
|
|
2467
|
+
: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.
|
|
2468
|
+
: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).
|
|
2944
2469
|
"""
|
|
2945
2470
|
if certificate_store is not None:
|
|
2946
2471
|
pulumi.set(__self__, "certificate_store", certificate_store)
|
|
@@ -2951,13 +2476,7 @@ class VaultCertificateResponse(dict):
|
|
|
2951
2476
|
@pulumi.getter(name="certificateStore")
|
|
2952
2477
|
def certificate_store(self) -> Optional[str]:
|
|
2953
2478
|
"""
|
|
2954
|
-
For Windows VMs, specifies the certificate store on the Virtual Machine to
|
|
2955
|
-
which the certificate should be added. The specified certificate store is
|
|
2956
|
-
implicitly in the LocalMachine account. For Linux VMs, the certificate file is
|
|
2957
|
-
placed under the /var/lib/waagent directory, with the file name
|
|
2958
|
-
<UppercaseThumbprint>.crt for the X509 certificate file and
|
|
2959
|
-
<UppercaseThumbprint>.prv for private key. Both of these files are .pem
|
|
2960
|
-
formatted.
|
|
2479
|
+
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.
|
|
2961
2480
|
"""
|
|
2962
2481
|
return pulumi.get(self, "certificate_store")
|
|
2963
2482
|
|
|
@@ -2965,19 +2484,7 @@ class VaultCertificateResponse(dict):
|
|
|
2965
2484
|
@pulumi.getter(name="certificateUrl")
|
|
2966
2485
|
def certificate_url(self) -> Optional[str]:
|
|
2967
2486
|
"""
|
|
2968
|
-
This is the URL of a certificate that has been uploaded to Key Vault as a
|
|
2969
|
-
secret. For adding a secret to the Key Vault, see [Add a key or secret to the
|
|
2970
|
-
key
|
|
2971
|
-
vault](https://docs.microsoft.com/azure/key-vault/key-vault-get-started/#add).
|
|
2972
|
-
In this case, your certificate needs to be It is the Base64 encoding of the
|
|
2973
|
-
following JSON Object which is encoded in UTF-8: <br><br> {<br>
|
|
2974
|
-
"data":"<Base64-encoded-certificate>",<br> "dataType":"pfx",<br>
|
|
2975
|
-
"password":"<pfx-file-password>"<br>} <br> To install certificates on a virtual
|
|
2976
|
-
machine it is recommended to use the [Azure Key Vault virtual machine extension
|
|
2977
|
-
for
|
|
2978
|
-
Linux](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-linux)
|
|
2979
|
-
or the [Azure Key Vault virtual machine extension for
|
|
2980
|
-
Windows](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-windows).
|
|
2487
|
+
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).
|
|
2981
2488
|
"""
|
|
2982
2489
|
return pulumi.get(self, "certificate_url")
|
|
2983
2490
|
|
|
@@ -3011,8 +2518,7 @@ class VaultSecretGroupResponse(dict):
|
|
|
3011
2518
|
vault_certificates: Optional[Sequence['outputs.VaultCertificateResponse']] = None):
|
|
3012
2519
|
"""
|
|
3013
2520
|
Describes a set of certificates which are all in the same Key Vault.
|
|
3014
|
-
:param 'SubResourceResponse' source_vault: The relative URL of the Key Vault containing all of the certificates in
|
|
3015
|
-
VaultCertificates.
|
|
2521
|
+
:param 'SubResourceResponse' source_vault: The relative URL of the Key Vault containing all of the certificates in VaultCertificates.
|
|
3016
2522
|
:param Sequence['VaultCertificateResponse'] vault_certificates: The list of key vault references in SourceVault which contain certificates.
|
|
3017
2523
|
"""
|
|
3018
2524
|
if source_vault is not None:
|
|
@@ -3024,8 +2530,7 @@ class VaultSecretGroupResponse(dict):
|
|
|
3024
2530
|
@pulumi.getter(name="sourceVault")
|
|
3025
2531
|
def source_vault(self) -> Optional['outputs.SubResourceResponse']:
|
|
3026
2532
|
"""
|
|
3027
|
-
The relative URL of the Key Vault containing all of the certificates in
|
|
3028
|
-
VaultCertificates.
|
|
2533
|
+
The relative URL of the Key Vault containing all of the certificates in VaultCertificates.
|
|
3029
2534
|
"""
|
|
3030
2535
|
return pulumi.get(self, "source_vault")
|
|
3031
2536
|
|
|
@@ -3062,257 +2567,97 @@ class VirtualHardDiskResponse(dict):
|
|
|
3062
2567
|
|
|
3063
2568
|
|
|
3064
2569
|
@pulumi.output_type
|
|
3065
|
-
class
|
|
2570
|
+
class VirtualMachineExtensionInstanceViewResponse(dict):
|
|
3066
2571
|
"""
|
|
3067
|
-
|
|
2572
|
+
The instance view of a virtual machine extension.
|
|
3068
2573
|
"""
|
|
3069
2574
|
@staticmethod
|
|
3070
2575
|
def __key_warning(key: str):
|
|
3071
2576
|
suggest = None
|
|
3072
|
-
if key == "
|
|
3073
|
-
suggest = "
|
|
3074
|
-
elif key == "deleteOption":
|
|
3075
|
-
suggest = "delete_option"
|
|
3076
|
-
elif key == "diskIOPSReadWrite":
|
|
3077
|
-
suggest = "disk_iops_read_write"
|
|
3078
|
-
elif key == "diskMBpsReadWrite":
|
|
3079
|
-
suggest = "disk_m_bps_read_write"
|
|
3080
|
-
elif key == "diskSizeGB":
|
|
3081
|
-
suggest = "disk_size_gb"
|
|
3082
|
-
elif key == "managedDisk":
|
|
3083
|
-
suggest = "managed_disk"
|
|
3084
|
-
elif key == "writeAcceleratorEnabled":
|
|
3085
|
-
suggest = "write_accelerator_enabled"
|
|
2577
|
+
if key == "typeHandlerVersion":
|
|
2578
|
+
suggest = "type_handler_version"
|
|
3086
2579
|
|
|
3087
2580
|
if suggest:
|
|
3088
|
-
pulumi.log.warn(f"Key '{key}' not found in
|
|
2581
|
+
pulumi.log.warn(f"Key '{key}' not found in VirtualMachineExtensionInstanceViewResponse. Access the value via the '{suggest}' property getter instead.")
|
|
3089
2582
|
|
|
3090
2583
|
def __getitem__(self, key: str) -> Any:
|
|
3091
|
-
|
|
2584
|
+
VirtualMachineExtensionInstanceViewResponse.__key_warning(key)
|
|
3092
2585
|
return super().__getitem__(key)
|
|
3093
2586
|
|
|
3094
2587
|
def get(self, key: str, default = None) -> Any:
|
|
3095
|
-
|
|
2588
|
+
VirtualMachineExtensionInstanceViewResponse.__key_warning(key)
|
|
3096
2589
|
return super().get(key, default)
|
|
3097
2590
|
|
|
3098
2591
|
def __init__(__self__, *,
|
|
3099
|
-
create_option: str,
|
|
3100
|
-
lun: int,
|
|
3101
|
-
caching: Optional[str] = None,
|
|
3102
|
-
delete_option: Optional[str] = None,
|
|
3103
|
-
disk_iops_read_write: Optional[float] = None,
|
|
3104
|
-
disk_m_bps_read_write: Optional[float] = None,
|
|
3105
|
-
disk_size_gb: Optional[int] = None,
|
|
3106
|
-
managed_disk: Optional['outputs.VirtualMachineScaleSetManagedDiskParametersResponse'] = None,
|
|
3107
2592
|
name: Optional[str] = None,
|
|
3108
|
-
|
|
2593
|
+
statuses: Optional[Sequence['outputs.InstanceViewStatusResponse']] = None,
|
|
2594
|
+
substatuses: Optional[Sequence['outputs.InstanceViewStatusResponse']] = None,
|
|
2595
|
+
type: Optional[str] = None,
|
|
2596
|
+
type_handler_version: Optional[str] = None):
|
|
3109
2597
|
"""
|
|
3110
|
-
|
|
3111
|
-
:param str
|
|
3112
|
-
:param
|
|
3113
|
-
|
|
3114
|
-
|
|
3115
|
-
:param str
|
|
3116
|
-
**ReadOnly,** **ReadWrite.** The default values are: **None for Standard
|
|
3117
|
-
storage. ReadOnly for Premium storage.**
|
|
3118
|
-
:param str delete_option: Specifies whether data disk should be deleted or detached upon VMSS Flex
|
|
3119
|
-
deletion (This feature is available for VMSS with Flexible OrchestrationMode
|
|
3120
|
-
only).<br><br> Possible values: <br><br> **Delete** If this value is used, the
|
|
3121
|
-
data disk is deleted when the VMSS Flex VM is deleted.<br><br> **Detach** If
|
|
3122
|
-
this value is used, the data disk is retained after VMSS Flex VM is
|
|
3123
|
-
deleted.<br><br> The default value is set to **Delete**.
|
|
3124
|
-
:param float disk_iops_read_write: Specifies the Read-Write IOPS for the managed disk. Should be used only when
|
|
3125
|
-
StorageAccountType is UltraSSD_LRS. If not specified, a default value would be
|
|
3126
|
-
assigned based on diskSizeGB.
|
|
3127
|
-
:param float disk_m_bps_read_write: Specifies the bandwidth in MB per second for the managed disk. Should be used
|
|
3128
|
-
only when StorageAccountType is UltraSSD_LRS. If not specified, a default value
|
|
3129
|
-
would be assigned based on diskSizeGB.
|
|
3130
|
-
:param int disk_size_gb: Specifies the size of an empty data disk in gigabytes. This element can be used
|
|
3131
|
-
to overwrite the size of the disk in a virtual machine image. The property
|
|
3132
|
-
diskSizeGB is the number of bytes x 1024^3 for the disk and the value cannot be
|
|
3133
|
-
larger than 1023.
|
|
3134
|
-
:param 'VirtualMachineScaleSetManagedDiskParametersResponse' managed_disk: The managed disk parameters.
|
|
3135
|
-
:param str name: The disk name.
|
|
3136
|
-
:param bool write_accelerator_enabled: Specifies whether writeAccelerator should be enabled or disabled on the disk.
|
|
2598
|
+
The instance view of a virtual machine extension.
|
|
2599
|
+
:param str name: The virtual machine extension name.
|
|
2600
|
+
:param Sequence['InstanceViewStatusResponse'] statuses: The resource status information.
|
|
2601
|
+
:param Sequence['InstanceViewStatusResponse'] substatuses: The resource status information.
|
|
2602
|
+
:param str type: Specifies the type of the extension; an example is "CustomScriptExtension".
|
|
2603
|
+
:param str type_handler_version: Specifies the version of the script handler.
|
|
3137
2604
|
"""
|
|
3138
|
-
pulumi.set(__self__, "create_option", create_option)
|
|
3139
|
-
pulumi.set(__self__, "lun", lun)
|
|
3140
|
-
if caching is not None:
|
|
3141
|
-
pulumi.set(__self__, "caching", caching)
|
|
3142
|
-
if delete_option is not None:
|
|
3143
|
-
pulumi.set(__self__, "delete_option", delete_option)
|
|
3144
|
-
if disk_iops_read_write is not None:
|
|
3145
|
-
pulumi.set(__self__, "disk_iops_read_write", disk_iops_read_write)
|
|
3146
|
-
if disk_m_bps_read_write is not None:
|
|
3147
|
-
pulumi.set(__self__, "disk_m_bps_read_write", disk_m_bps_read_write)
|
|
3148
|
-
if disk_size_gb is not None:
|
|
3149
|
-
pulumi.set(__self__, "disk_size_gb", disk_size_gb)
|
|
3150
|
-
if managed_disk is not None:
|
|
3151
|
-
pulumi.set(__self__, "managed_disk", managed_disk)
|
|
3152
2605
|
if name is not None:
|
|
3153
2606
|
pulumi.set(__self__, "name", name)
|
|
3154
|
-
if
|
|
3155
|
-
pulumi.set(__self__, "
|
|
3156
|
-
|
|
3157
|
-
|
|
3158
|
-
|
|
3159
|
-
|
|
3160
|
-
|
|
3161
|
-
|
|
3162
|
-
"""
|
|
3163
|
-
return pulumi.get(self, "create_option")
|
|
2607
|
+
if statuses is not None:
|
|
2608
|
+
pulumi.set(__self__, "statuses", statuses)
|
|
2609
|
+
if substatuses is not None:
|
|
2610
|
+
pulumi.set(__self__, "substatuses", substatuses)
|
|
2611
|
+
if type is not None:
|
|
2612
|
+
pulumi.set(__self__, "type", type)
|
|
2613
|
+
if type_handler_version is not None:
|
|
2614
|
+
pulumi.set(__self__, "type_handler_version", type_handler_version)
|
|
3164
2615
|
|
|
3165
2616
|
@property
|
|
3166
2617
|
@pulumi.getter
|
|
3167
|
-
def
|
|
2618
|
+
def name(self) -> Optional[str]:
|
|
3168
2619
|
"""
|
|
3169
|
-
|
|
3170
|
-
identify data disks within the VM and therefore must be unique for each data
|
|
3171
|
-
disk attached to a VM.
|
|
2620
|
+
The virtual machine extension name.
|
|
3172
2621
|
"""
|
|
3173
|
-
return pulumi.get(self, "
|
|
2622
|
+
return pulumi.get(self, "name")
|
|
3174
2623
|
|
|
3175
2624
|
@property
|
|
3176
2625
|
@pulumi.getter
|
|
3177
|
-
def
|
|
3178
|
-
"""
|
|
3179
|
-
Specifies the caching requirements. Possible values are: **None,**
|
|
3180
|
-
**ReadOnly,** **ReadWrite.** The default values are: **None for Standard
|
|
3181
|
-
storage. ReadOnly for Premium storage.**
|
|
3182
|
-
"""
|
|
3183
|
-
return pulumi.get(self, "caching")
|
|
3184
|
-
|
|
3185
|
-
@property
|
|
3186
|
-
@pulumi.getter(name="deleteOption")
|
|
3187
|
-
def delete_option(self) -> Optional[str]:
|
|
3188
|
-
"""
|
|
3189
|
-
Specifies whether data disk should be deleted or detached upon VMSS Flex
|
|
3190
|
-
deletion (This feature is available for VMSS with Flexible OrchestrationMode
|
|
3191
|
-
only).<br><br> Possible values: <br><br> **Delete** If this value is used, the
|
|
3192
|
-
data disk is deleted when the VMSS Flex VM is deleted.<br><br> **Detach** If
|
|
3193
|
-
this value is used, the data disk is retained after VMSS Flex VM is
|
|
3194
|
-
deleted.<br><br> The default value is set to **Delete**.
|
|
3195
|
-
"""
|
|
3196
|
-
return pulumi.get(self, "delete_option")
|
|
3197
|
-
|
|
3198
|
-
@property
|
|
3199
|
-
@pulumi.getter(name="diskIOPSReadWrite")
|
|
3200
|
-
def disk_iops_read_write(self) -> Optional[float]:
|
|
3201
|
-
"""
|
|
3202
|
-
Specifies the Read-Write IOPS for the managed disk. Should be used only when
|
|
3203
|
-
StorageAccountType is UltraSSD_LRS. If not specified, a default value would be
|
|
3204
|
-
assigned based on diskSizeGB.
|
|
3205
|
-
"""
|
|
3206
|
-
return pulumi.get(self, "disk_iops_read_write")
|
|
3207
|
-
|
|
3208
|
-
@property
|
|
3209
|
-
@pulumi.getter(name="diskMBpsReadWrite")
|
|
3210
|
-
def disk_m_bps_read_write(self) -> Optional[float]:
|
|
3211
|
-
"""
|
|
3212
|
-
Specifies the bandwidth in MB per second for the managed disk. Should be used
|
|
3213
|
-
only when StorageAccountType is UltraSSD_LRS. If not specified, a default value
|
|
3214
|
-
would be assigned based on diskSizeGB.
|
|
3215
|
-
"""
|
|
3216
|
-
return pulumi.get(self, "disk_m_bps_read_write")
|
|
3217
|
-
|
|
3218
|
-
@property
|
|
3219
|
-
@pulumi.getter(name="diskSizeGB")
|
|
3220
|
-
def disk_size_gb(self) -> Optional[int]:
|
|
2626
|
+
def statuses(self) -> Optional[Sequence['outputs.InstanceViewStatusResponse']]:
|
|
3221
2627
|
"""
|
|
3222
|
-
|
|
3223
|
-
to overwrite the size of the disk in a virtual machine image. The property
|
|
3224
|
-
diskSizeGB is the number of bytes x 1024^3 for the disk and the value cannot be
|
|
3225
|
-
larger than 1023.
|
|
3226
|
-
"""
|
|
3227
|
-
return pulumi.get(self, "disk_size_gb")
|
|
3228
|
-
|
|
3229
|
-
@property
|
|
3230
|
-
@pulumi.getter(name="managedDisk")
|
|
3231
|
-
def managed_disk(self) -> Optional['outputs.VirtualMachineScaleSetManagedDiskParametersResponse']:
|
|
3232
|
-
"""
|
|
3233
|
-
The managed disk parameters.
|
|
2628
|
+
The resource status information.
|
|
3234
2629
|
"""
|
|
3235
|
-
return pulumi.get(self, "
|
|
2630
|
+
return pulumi.get(self, "statuses")
|
|
3236
2631
|
|
|
3237
2632
|
@property
|
|
3238
2633
|
@pulumi.getter
|
|
3239
|
-
def
|
|
3240
|
-
"""
|
|
3241
|
-
The disk name.
|
|
3242
|
-
"""
|
|
3243
|
-
return pulumi.get(self, "name")
|
|
3244
|
-
|
|
3245
|
-
@property
|
|
3246
|
-
@pulumi.getter(name="writeAcceleratorEnabled")
|
|
3247
|
-
def write_accelerator_enabled(self) -> Optional[bool]:
|
|
3248
|
-
"""
|
|
3249
|
-
Specifies whether writeAccelerator should be enabled or disabled on the disk.
|
|
3250
|
-
"""
|
|
3251
|
-
return pulumi.get(self, "write_accelerator_enabled")
|
|
3252
|
-
|
|
3253
|
-
|
|
3254
|
-
@pulumi.output_type
|
|
3255
|
-
class VirtualMachineScaleSetExtensionProfileResponse(dict):
|
|
3256
|
-
"""
|
|
3257
|
-
Describes a virtual machine scale set extension profile.
|
|
3258
|
-
"""
|
|
3259
|
-
@staticmethod
|
|
3260
|
-
def __key_warning(key: str):
|
|
3261
|
-
suggest = None
|
|
3262
|
-
if key == "extensionsTimeBudget":
|
|
3263
|
-
suggest = "extensions_time_budget"
|
|
3264
|
-
|
|
3265
|
-
if suggest:
|
|
3266
|
-
pulumi.log.warn(f"Key '{key}' not found in VirtualMachineScaleSetExtensionProfileResponse. Access the value via the '{suggest}' property getter instead.")
|
|
3267
|
-
|
|
3268
|
-
def __getitem__(self, key: str) -> Any:
|
|
3269
|
-
VirtualMachineScaleSetExtensionProfileResponse.__key_warning(key)
|
|
3270
|
-
return super().__getitem__(key)
|
|
3271
|
-
|
|
3272
|
-
def get(self, key: str, default = None) -> Any:
|
|
3273
|
-
VirtualMachineScaleSetExtensionProfileResponse.__key_warning(key)
|
|
3274
|
-
return super().get(key, default)
|
|
3275
|
-
|
|
3276
|
-
def __init__(__self__, *,
|
|
3277
|
-
extensions: Optional[Sequence['outputs.VirtualMachineScaleSetExtensionResponse']] = None,
|
|
3278
|
-
extensions_time_budget: Optional[str] = None):
|
|
2634
|
+
def substatuses(self) -> Optional[Sequence['outputs.InstanceViewStatusResponse']]:
|
|
3279
2635
|
"""
|
|
3280
|
-
|
|
3281
|
-
:param Sequence['VirtualMachineScaleSetExtensionResponse'] extensions: The virtual machine scale set child extension resources.
|
|
3282
|
-
:param str extensions_time_budget: Specifies the time alloted for all extensions to start. The time duration
|
|
3283
|
-
should be between 15 minutes and 120 minutes (inclusive) and should be
|
|
3284
|
-
specified in ISO 8601 format. The default value is 90 minutes (PT1H30M).
|
|
3285
|
-
Minimum api-version: 2020-06-01.
|
|
2636
|
+
The resource status information.
|
|
3286
2637
|
"""
|
|
3287
|
-
|
|
3288
|
-
pulumi.set(__self__, "extensions", extensions)
|
|
3289
|
-
if extensions_time_budget is not None:
|
|
3290
|
-
pulumi.set(__self__, "extensions_time_budget", extensions_time_budget)
|
|
2638
|
+
return pulumi.get(self, "substatuses")
|
|
3291
2639
|
|
|
3292
2640
|
@property
|
|
3293
2641
|
@pulumi.getter
|
|
3294
|
-
def
|
|
2642
|
+
def type(self) -> Optional[str]:
|
|
3295
2643
|
"""
|
|
3296
|
-
|
|
2644
|
+
Specifies the type of the extension; an example is "CustomScriptExtension".
|
|
3297
2645
|
"""
|
|
3298
|
-
return pulumi.get(self, "
|
|
2646
|
+
return pulumi.get(self, "type")
|
|
3299
2647
|
|
|
3300
2648
|
@property
|
|
3301
|
-
@pulumi.getter(name="
|
|
3302
|
-
def
|
|
2649
|
+
@pulumi.getter(name="typeHandlerVersion")
|
|
2650
|
+
def type_handler_version(self) -> Optional[str]:
|
|
3303
2651
|
"""
|
|
3304
|
-
Specifies the
|
|
3305
|
-
should be between 15 minutes and 120 minutes (inclusive) and should be
|
|
3306
|
-
specified in ISO 8601 format. The default value is 90 minutes (PT1H30M).
|
|
3307
|
-
Minimum api-version: 2020-06-01.
|
|
2652
|
+
Specifies the version of the script handler.
|
|
3308
2653
|
"""
|
|
3309
|
-
return pulumi.get(self, "
|
|
2654
|
+
return pulumi.get(self, "type_handler_version")
|
|
3310
2655
|
|
|
3311
2656
|
|
|
3312
2657
|
@pulumi.output_type
|
|
3313
|
-
class
|
|
2658
|
+
class VirtualMachineExtensionResponse(dict):
|
|
3314
2659
|
"""
|
|
3315
|
-
Describes
|
|
2660
|
+
Describes a Virtual Machine Extension.
|
|
3316
2661
|
"""
|
|
3317
2662
|
@staticmethod
|
|
3318
2663
|
def __key_warning(key: str):
|
|
@@ -3325,6 +2670,10 @@ class VirtualMachineScaleSetExtensionPropertiesResponse(dict):
|
|
|
3325
2670
|
suggest = "enable_automatic_upgrade"
|
|
3326
2671
|
elif key == "forceUpdateTag":
|
|
3327
2672
|
suggest = "force_update_tag"
|
|
2673
|
+
elif key == "instanceView":
|
|
2674
|
+
suggest = "instance_view"
|
|
2675
|
+
elif key == "protectedSettings":
|
|
2676
|
+
suggest = "protected_settings"
|
|
3328
2677
|
elif key == "protectedSettingsFromKeyVault":
|
|
3329
2678
|
suggest = "protected_settings_from_key_vault"
|
|
3330
2679
|
elif key == "provisionAfterExtensions":
|
|
@@ -3335,58 +2684,70 @@ class VirtualMachineScaleSetExtensionPropertiesResponse(dict):
|
|
|
3335
2684
|
suggest = "type_handler_version"
|
|
3336
2685
|
|
|
3337
2686
|
if suggest:
|
|
3338
|
-
pulumi.log.warn(f"Key '{key}' not found in
|
|
2687
|
+
pulumi.log.warn(f"Key '{key}' not found in VirtualMachineExtensionResponse. Access the value via the '{suggest}' property getter instead.")
|
|
3339
2688
|
|
|
3340
2689
|
def __getitem__(self, key: str) -> Any:
|
|
3341
|
-
|
|
2690
|
+
VirtualMachineExtensionResponse.__key_warning(key)
|
|
3342
2691
|
return super().__getitem__(key)
|
|
3343
2692
|
|
|
3344
2693
|
def get(self, key: str, default = None) -> Any:
|
|
3345
|
-
|
|
2694
|
+
VirtualMachineExtensionResponse.__key_warning(key)
|
|
3346
2695
|
return super().get(key, default)
|
|
3347
2696
|
|
|
3348
2697
|
def __init__(__self__, *,
|
|
2698
|
+
id: str,
|
|
2699
|
+
name: str,
|
|
3349
2700
|
provisioning_state: str,
|
|
2701
|
+
type: str,
|
|
3350
2702
|
auto_upgrade_minor_version: Optional[bool] = None,
|
|
3351
2703
|
enable_automatic_upgrade: Optional[bool] = None,
|
|
3352
2704
|
force_update_tag: Optional[str] = None,
|
|
2705
|
+
instance_view: Optional['outputs.VirtualMachineExtensionInstanceViewResponse'] = None,
|
|
2706
|
+
location: Optional[str] = None,
|
|
2707
|
+
protected_settings: Optional[Any] = None,
|
|
3353
2708
|
protected_settings_from_key_vault: Optional['outputs.KeyVaultSecretReferenceResponse'] = None,
|
|
3354
2709
|
provision_after_extensions: Optional[Sequence[str]] = None,
|
|
3355
2710
|
publisher: Optional[str] = None,
|
|
3356
2711
|
settings: Optional[Any] = None,
|
|
3357
2712
|
suppress_failures: Optional[bool] = None,
|
|
3358
|
-
|
|
2713
|
+
tags: Optional[Mapping[str, str]] = None,
|
|
3359
2714
|
type_handler_version: Optional[str] = None):
|
|
3360
2715
|
"""
|
|
3361
|
-
Describes
|
|
2716
|
+
Describes a Virtual Machine Extension.
|
|
2717
|
+
:param str id: Resource Id
|
|
2718
|
+
:param str name: Resource name
|
|
3362
2719
|
:param str provisioning_state: The provisioning state, which only appears in the response.
|
|
3363
|
-
:param
|
|
3364
|
-
|
|
3365
|
-
|
|
3366
|
-
:param
|
|
3367
|
-
|
|
3368
|
-
:param str
|
|
3369
|
-
|
|
3370
|
-
|
|
3371
|
-
:param
|
|
3372
|
-
from key vault
|
|
3373
|
-
:param Sequence[str] provision_after_extensions: Collection of extension names after which this extension needs to be
|
|
3374
|
-
provisioned.
|
|
2720
|
+
:param str type: Resource type
|
|
2721
|
+
: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.
|
|
2722
|
+
: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.
|
|
2723
|
+
:param str force_update_tag: How the extension handler should be forced to update even if the extension configuration has not changed.
|
|
2724
|
+
:param 'VirtualMachineExtensionInstanceViewResponse' instance_view: The virtual machine extension instance view.
|
|
2725
|
+
:param str location: Resource location
|
|
2726
|
+
:param Any protected_settings: The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
|
|
2727
|
+
:param 'KeyVaultSecretReferenceResponse' protected_settings_from_key_vault: The extensions protected settings that are passed by reference, and consumed from key vault
|
|
2728
|
+
:param Sequence[str] provision_after_extensions: Collection of extension names after which this extension needs to be provisioned.
|
|
3375
2729
|
:param str publisher: The name of the extension handler publisher.
|
|
3376
2730
|
:param Any settings: Json formatted public settings for the extension.
|
|
3377
|
-
:param bool suppress_failures: Indicates whether failures stemming from the extension will be suppressed
|
|
3378
|
-
|
|
3379
|
-
regardless of this value). The default is false.
|
|
3380
|
-
:param str type: Specifies the type of the extension; an example is "CustomScriptExtension".
|
|
2731
|
+
: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.
|
|
2732
|
+
:param Mapping[str, str] tags: Resource tags
|
|
3381
2733
|
:param str type_handler_version: Specifies the version of the script handler.
|
|
3382
2734
|
"""
|
|
2735
|
+
pulumi.set(__self__, "id", id)
|
|
2736
|
+
pulumi.set(__self__, "name", name)
|
|
3383
2737
|
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
2738
|
+
pulumi.set(__self__, "type", type)
|
|
3384
2739
|
if auto_upgrade_minor_version is not None:
|
|
3385
2740
|
pulumi.set(__self__, "auto_upgrade_minor_version", auto_upgrade_minor_version)
|
|
3386
2741
|
if enable_automatic_upgrade is not None:
|
|
3387
2742
|
pulumi.set(__self__, "enable_automatic_upgrade", enable_automatic_upgrade)
|
|
3388
2743
|
if force_update_tag is not None:
|
|
3389
2744
|
pulumi.set(__self__, "force_update_tag", force_update_tag)
|
|
2745
|
+
if instance_view is not None:
|
|
2746
|
+
pulumi.set(__self__, "instance_view", instance_view)
|
|
2747
|
+
if location is not None:
|
|
2748
|
+
pulumi.set(__self__, "location", location)
|
|
2749
|
+
if protected_settings is not None:
|
|
2750
|
+
pulumi.set(__self__, "protected_settings", protected_settings)
|
|
3390
2751
|
if protected_settings_from_key_vault is not None:
|
|
3391
2752
|
pulumi.set(__self__, "protected_settings_from_key_vault", protected_settings_from_key_vault)
|
|
3392
2753
|
if provision_after_extensions is not None:
|
|
@@ -3397,11 +2758,27 @@ class VirtualMachineScaleSetExtensionPropertiesResponse(dict):
|
|
|
3397
2758
|
pulumi.set(__self__, "settings", settings)
|
|
3398
2759
|
if suppress_failures is not None:
|
|
3399
2760
|
pulumi.set(__self__, "suppress_failures", suppress_failures)
|
|
3400
|
-
if
|
|
3401
|
-
pulumi.set(__self__, "
|
|
2761
|
+
if tags is not None:
|
|
2762
|
+
pulumi.set(__self__, "tags", tags)
|
|
3402
2763
|
if type_handler_version is not None:
|
|
3403
2764
|
pulumi.set(__self__, "type_handler_version", type_handler_version)
|
|
3404
2765
|
|
|
2766
|
+
@property
|
|
2767
|
+
@pulumi.getter
|
|
2768
|
+
def id(self) -> str:
|
|
2769
|
+
"""
|
|
2770
|
+
Resource Id
|
|
2771
|
+
"""
|
|
2772
|
+
return pulumi.get(self, "id")
|
|
2773
|
+
|
|
2774
|
+
@property
|
|
2775
|
+
@pulumi.getter
|
|
2776
|
+
def name(self) -> str:
|
|
2777
|
+
"""
|
|
2778
|
+
Resource name
|
|
2779
|
+
"""
|
|
2780
|
+
return pulumi.get(self, "name")
|
|
2781
|
+
|
|
3405
2782
|
@property
|
|
3406
2783
|
@pulumi.getter(name="provisioningState")
|
|
3407
2784
|
def provisioning_state(self) -> str:
|
|
@@ -3410,13 +2787,19 @@ class VirtualMachineScaleSetExtensionPropertiesResponse(dict):
|
|
|
3410
2787
|
"""
|
|
3411
2788
|
return pulumi.get(self, "provisioning_state")
|
|
3412
2789
|
|
|
2790
|
+
@property
|
|
2791
|
+
@pulumi.getter
|
|
2792
|
+
def type(self) -> str:
|
|
2793
|
+
"""
|
|
2794
|
+
Resource type
|
|
2795
|
+
"""
|
|
2796
|
+
return pulumi.get(self, "type")
|
|
2797
|
+
|
|
3413
2798
|
@property
|
|
3414
2799
|
@pulumi.getter(name="autoUpgradeMinorVersion")
|
|
3415
2800
|
def auto_upgrade_minor_version(self) -> Optional[bool]:
|
|
3416
2801
|
"""
|
|
3417
|
-
Indicates whether the extension should use a newer minor version if one is
|
|
3418
|
-
available at deployment time. Once deployed, however, the extension will not
|
|
3419
|
-
upgrade minor versions unless redeployed, even with this property set to true.
|
|
2802
|
+
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.
|
|
3420
2803
|
"""
|
|
3421
2804
|
return pulumi.get(self, "auto_upgrade_minor_version")
|
|
3422
2805
|
|
|
@@ -3424,8 +2807,7 @@ class VirtualMachineScaleSetExtensionPropertiesResponse(dict):
|
|
|
3424
2807
|
@pulumi.getter(name="enableAutomaticUpgrade")
|
|
3425
2808
|
def enable_automatic_upgrade(self) -> Optional[bool]:
|
|
3426
2809
|
"""
|
|
3427
|
-
Indicates whether the extension should be automatically upgraded by the
|
|
3428
|
-
platform if there is a newer version of the extension available.
|
|
2810
|
+
Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available.
|
|
3429
2811
|
"""
|
|
3430
2812
|
return pulumi.get(self, "enable_automatic_upgrade")
|
|
3431
2813
|
|
|
@@ -3433,18 +2815,39 @@ class VirtualMachineScaleSetExtensionPropertiesResponse(dict):
|
|
|
3433
2815
|
@pulumi.getter(name="forceUpdateTag")
|
|
3434
2816
|
def force_update_tag(self) -> Optional[str]:
|
|
3435
2817
|
"""
|
|
3436
|
-
|
|
3437
|
-
handler will be forced to update even if the extension configuration has not
|
|
3438
|
-
changed.
|
|
2818
|
+
How the extension handler should be forced to update even if the extension configuration has not changed.
|
|
3439
2819
|
"""
|
|
3440
2820
|
return pulumi.get(self, "force_update_tag")
|
|
3441
2821
|
|
|
2822
|
+
@property
|
|
2823
|
+
@pulumi.getter(name="instanceView")
|
|
2824
|
+
def instance_view(self) -> Optional['outputs.VirtualMachineExtensionInstanceViewResponse']:
|
|
2825
|
+
"""
|
|
2826
|
+
The virtual machine extension instance view.
|
|
2827
|
+
"""
|
|
2828
|
+
return pulumi.get(self, "instance_view")
|
|
2829
|
+
|
|
2830
|
+
@property
|
|
2831
|
+
@pulumi.getter
|
|
2832
|
+
def location(self) -> Optional[str]:
|
|
2833
|
+
"""
|
|
2834
|
+
Resource location
|
|
2835
|
+
"""
|
|
2836
|
+
return pulumi.get(self, "location")
|
|
2837
|
+
|
|
2838
|
+
@property
|
|
2839
|
+
@pulumi.getter(name="protectedSettings")
|
|
2840
|
+
def protected_settings(self) -> Optional[Any]:
|
|
2841
|
+
"""
|
|
2842
|
+
The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
|
|
2843
|
+
"""
|
|
2844
|
+
return pulumi.get(self, "protected_settings")
|
|
2845
|
+
|
|
3442
2846
|
@property
|
|
3443
2847
|
@pulumi.getter(name="protectedSettingsFromKeyVault")
|
|
3444
2848
|
def protected_settings_from_key_vault(self) -> Optional['outputs.KeyVaultSecretReferenceResponse']:
|
|
3445
2849
|
"""
|
|
3446
|
-
The extensions protected settings that are passed by reference, and consumed
|
|
3447
|
-
from key vault
|
|
2850
|
+
The extensions protected settings that are passed by reference, and consumed from key vault
|
|
3448
2851
|
"""
|
|
3449
2852
|
return pulumi.get(self, "protected_settings_from_key_vault")
|
|
3450
2853
|
|
|
@@ -3452,8 +2855,7 @@ class VirtualMachineScaleSetExtensionPropertiesResponse(dict):
|
|
|
3452
2855
|
@pulumi.getter(name="provisionAfterExtensions")
|
|
3453
2856
|
def provision_after_extensions(self) -> Optional[Sequence[str]]:
|
|
3454
2857
|
"""
|
|
3455
|
-
Collection of extension names after which this extension needs to be
|
|
3456
|
-
provisioned.
|
|
2858
|
+
Collection of extension names after which this extension needs to be provisioned.
|
|
3457
2859
|
"""
|
|
3458
2860
|
return pulumi.get(self, "provision_after_extensions")
|
|
3459
2861
|
|
|
@@ -3477,19 +2879,17 @@ class VirtualMachineScaleSetExtensionPropertiesResponse(dict):
|
|
|
3477
2879
|
@pulumi.getter(name="suppressFailures")
|
|
3478
2880
|
def suppress_failures(self) -> Optional[bool]:
|
|
3479
2881
|
"""
|
|
3480
|
-
Indicates whether failures stemming from the extension will be suppressed
|
|
3481
|
-
(Operational failures such as not connecting to the VM will not be suppressed
|
|
3482
|
-
regardless of this value). The default is false.
|
|
2882
|
+
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.
|
|
3483
2883
|
"""
|
|
3484
2884
|
return pulumi.get(self, "suppress_failures")
|
|
3485
2885
|
|
|
3486
2886
|
@property
|
|
3487
2887
|
@pulumi.getter
|
|
3488
|
-
def
|
|
2888
|
+
def tags(self) -> Optional[Mapping[str, str]]:
|
|
3489
2889
|
"""
|
|
3490
|
-
|
|
2890
|
+
Resource tags
|
|
3491
2891
|
"""
|
|
3492
|
-
return pulumi.get(self, "
|
|
2892
|
+
return pulumi.get(self, "tags")
|
|
3493
2893
|
|
|
3494
2894
|
@property
|
|
3495
2895
|
@pulumi.getter(name="typeHandlerVersion")
|
|
@@ -3501,28 +2901,310 @@ class VirtualMachineScaleSetExtensionPropertiesResponse(dict):
|
|
|
3501
2901
|
|
|
3502
2902
|
|
|
3503
2903
|
@pulumi.output_type
|
|
3504
|
-
class
|
|
2904
|
+
class VirtualMachineScaleSetDataDiskResponse(dict):
|
|
3505
2905
|
"""
|
|
3506
|
-
Describes a
|
|
2906
|
+
Describes a virtual machine scale set data disk.
|
|
3507
2907
|
"""
|
|
2908
|
+
@staticmethod
|
|
2909
|
+
def __key_warning(key: str):
|
|
2910
|
+
suggest = None
|
|
2911
|
+
if key == "createOption":
|
|
2912
|
+
suggest = "create_option"
|
|
2913
|
+
elif key == "deleteOption":
|
|
2914
|
+
suggest = "delete_option"
|
|
2915
|
+
elif key == "diskIOPSReadWrite":
|
|
2916
|
+
suggest = "disk_iops_read_write"
|
|
2917
|
+
elif key == "diskMBpsReadWrite":
|
|
2918
|
+
suggest = "disk_m_bps_read_write"
|
|
2919
|
+
elif key == "diskSizeGB":
|
|
2920
|
+
suggest = "disk_size_gb"
|
|
2921
|
+
elif key == "managedDisk":
|
|
2922
|
+
suggest = "managed_disk"
|
|
2923
|
+
elif key == "writeAcceleratorEnabled":
|
|
2924
|
+
suggest = "write_accelerator_enabled"
|
|
2925
|
+
|
|
2926
|
+
if suggest:
|
|
2927
|
+
pulumi.log.warn(f"Key '{key}' not found in VirtualMachineScaleSetDataDiskResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2928
|
+
|
|
2929
|
+
def __getitem__(self, key: str) -> Any:
|
|
2930
|
+
VirtualMachineScaleSetDataDiskResponse.__key_warning(key)
|
|
2931
|
+
return super().__getitem__(key)
|
|
2932
|
+
|
|
2933
|
+
def get(self, key: str, default = None) -> Any:
|
|
2934
|
+
VirtualMachineScaleSetDataDiskResponse.__key_warning(key)
|
|
2935
|
+
return super().get(key, default)
|
|
2936
|
+
|
|
3508
2937
|
def __init__(__self__, *,
|
|
3509
|
-
|
|
3510
|
-
|
|
2938
|
+
create_option: str,
|
|
2939
|
+
lun: int,
|
|
2940
|
+
caching: Optional[str] = None,
|
|
2941
|
+
delete_option: Optional[str] = None,
|
|
2942
|
+
disk_iops_read_write: Optional[float] = None,
|
|
2943
|
+
disk_m_bps_read_write: Optional[float] = None,
|
|
2944
|
+
disk_size_gb: Optional[int] = None,
|
|
2945
|
+
managed_disk: Optional['outputs.VirtualMachineScaleSetManagedDiskParametersResponse'] = None,
|
|
3511
2946
|
name: Optional[str] = None,
|
|
3512
|
-
|
|
2947
|
+
write_accelerator_enabled: Optional[bool] = None):
|
|
3513
2948
|
"""
|
|
3514
|
-
Describes a
|
|
3515
|
-
:param str
|
|
2949
|
+
Describes a virtual machine scale set data disk.
|
|
2950
|
+
:param str create_option: The create option.
|
|
2951
|
+
: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.
|
|
2952
|
+
: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.**
|
|
2953
|
+
: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**.
|
|
2954
|
+
: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.
|
|
2955
|
+
: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.
|
|
2956
|
+
: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.
|
|
2957
|
+
:param 'VirtualMachineScaleSetManagedDiskParametersResponse' managed_disk: The managed disk parameters.
|
|
2958
|
+
:param str name: The disk name.
|
|
2959
|
+
:param bool write_accelerator_enabled: Specifies whether writeAccelerator should be enabled or disabled on the disk.
|
|
2960
|
+
"""
|
|
2961
|
+
pulumi.set(__self__, "create_option", create_option)
|
|
2962
|
+
pulumi.set(__self__, "lun", lun)
|
|
2963
|
+
if caching is not None:
|
|
2964
|
+
pulumi.set(__self__, "caching", caching)
|
|
2965
|
+
if delete_option is not None:
|
|
2966
|
+
pulumi.set(__self__, "delete_option", delete_option)
|
|
2967
|
+
if disk_iops_read_write is not None:
|
|
2968
|
+
pulumi.set(__self__, "disk_iops_read_write", disk_iops_read_write)
|
|
2969
|
+
if disk_m_bps_read_write is not None:
|
|
2970
|
+
pulumi.set(__self__, "disk_m_bps_read_write", disk_m_bps_read_write)
|
|
2971
|
+
if disk_size_gb is not None:
|
|
2972
|
+
pulumi.set(__self__, "disk_size_gb", disk_size_gb)
|
|
2973
|
+
if managed_disk is not None:
|
|
2974
|
+
pulumi.set(__self__, "managed_disk", managed_disk)
|
|
2975
|
+
if name is not None:
|
|
2976
|
+
pulumi.set(__self__, "name", name)
|
|
2977
|
+
if write_accelerator_enabled is not None:
|
|
2978
|
+
pulumi.set(__self__, "write_accelerator_enabled", write_accelerator_enabled)
|
|
2979
|
+
|
|
2980
|
+
@property
|
|
2981
|
+
@pulumi.getter(name="createOption")
|
|
2982
|
+
def create_option(self) -> str:
|
|
2983
|
+
"""
|
|
2984
|
+
The create option.
|
|
2985
|
+
"""
|
|
2986
|
+
return pulumi.get(self, "create_option")
|
|
2987
|
+
|
|
2988
|
+
@property
|
|
2989
|
+
@pulumi.getter
|
|
2990
|
+
def lun(self) -> int:
|
|
2991
|
+
"""
|
|
2992
|
+
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.
|
|
2993
|
+
"""
|
|
2994
|
+
return pulumi.get(self, "lun")
|
|
2995
|
+
|
|
2996
|
+
@property
|
|
2997
|
+
@pulumi.getter
|
|
2998
|
+
def caching(self) -> Optional[str]:
|
|
2999
|
+
"""
|
|
3000
|
+
Specifies the caching requirements. Possible values are: **None,** **ReadOnly,** **ReadWrite.** The default values are: **None for Standard storage. ReadOnly for Premium storage.**
|
|
3001
|
+
"""
|
|
3002
|
+
return pulumi.get(self, "caching")
|
|
3003
|
+
|
|
3004
|
+
@property
|
|
3005
|
+
@pulumi.getter(name="deleteOption")
|
|
3006
|
+
def delete_option(self) -> Optional[str]:
|
|
3007
|
+
"""
|
|
3008
|
+
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**.
|
|
3009
|
+
"""
|
|
3010
|
+
return pulumi.get(self, "delete_option")
|
|
3011
|
+
|
|
3012
|
+
@property
|
|
3013
|
+
@pulumi.getter(name="diskIOPSReadWrite")
|
|
3014
|
+
def disk_iops_read_write(self) -> Optional[float]:
|
|
3015
|
+
"""
|
|
3016
|
+
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.
|
|
3017
|
+
"""
|
|
3018
|
+
return pulumi.get(self, "disk_iops_read_write")
|
|
3019
|
+
|
|
3020
|
+
@property
|
|
3021
|
+
@pulumi.getter(name="diskMBpsReadWrite")
|
|
3022
|
+
def disk_m_bps_read_write(self) -> Optional[float]:
|
|
3023
|
+
"""
|
|
3024
|
+
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.
|
|
3025
|
+
"""
|
|
3026
|
+
return pulumi.get(self, "disk_m_bps_read_write")
|
|
3027
|
+
|
|
3028
|
+
@property
|
|
3029
|
+
@pulumi.getter(name="diskSizeGB")
|
|
3030
|
+
def disk_size_gb(self) -> Optional[int]:
|
|
3031
|
+
"""
|
|
3032
|
+
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.
|
|
3033
|
+
"""
|
|
3034
|
+
return pulumi.get(self, "disk_size_gb")
|
|
3035
|
+
|
|
3036
|
+
@property
|
|
3037
|
+
@pulumi.getter(name="managedDisk")
|
|
3038
|
+
def managed_disk(self) -> Optional['outputs.VirtualMachineScaleSetManagedDiskParametersResponse']:
|
|
3039
|
+
"""
|
|
3040
|
+
The managed disk parameters.
|
|
3041
|
+
"""
|
|
3042
|
+
return pulumi.get(self, "managed_disk")
|
|
3043
|
+
|
|
3044
|
+
@property
|
|
3045
|
+
@pulumi.getter
|
|
3046
|
+
def name(self) -> Optional[str]:
|
|
3047
|
+
"""
|
|
3048
|
+
The disk name.
|
|
3049
|
+
"""
|
|
3050
|
+
return pulumi.get(self, "name")
|
|
3051
|
+
|
|
3052
|
+
@property
|
|
3053
|
+
@pulumi.getter(name="writeAcceleratorEnabled")
|
|
3054
|
+
def write_accelerator_enabled(self) -> Optional[bool]:
|
|
3055
|
+
"""
|
|
3056
|
+
Specifies whether writeAccelerator should be enabled or disabled on the disk.
|
|
3057
|
+
"""
|
|
3058
|
+
return pulumi.get(self, "write_accelerator_enabled")
|
|
3059
|
+
|
|
3060
|
+
|
|
3061
|
+
@pulumi.output_type
|
|
3062
|
+
class VirtualMachineScaleSetExtensionProfileResponse(dict):
|
|
3063
|
+
"""
|
|
3064
|
+
Describes a virtual machine scale set extension profile.
|
|
3065
|
+
"""
|
|
3066
|
+
@staticmethod
|
|
3067
|
+
def __key_warning(key: str):
|
|
3068
|
+
suggest = None
|
|
3069
|
+
if key == "extensionsTimeBudget":
|
|
3070
|
+
suggest = "extensions_time_budget"
|
|
3071
|
+
|
|
3072
|
+
if suggest:
|
|
3073
|
+
pulumi.log.warn(f"Key '{key}' not found in VirtualMachineScaleSetExtensionProfileResponse. Access the value via the '{suggest}' property getter instead.")
|
|
3074
|
+
|
|
3075
|
+
def __getitem__(self, key: str) -> Any:
|
|
3076
|
+
VirtualMachineScaleSetExtensionProfileResponse.__key_warning(key)
|
|
3077
|
+
return super().__getitem__(key)
|
|
3078
|
+
|
|
3079
|
+
def get(self, key: str, default = None) -> Any:
|
|
3080
|
+
VirtualMachineScaleSetExtensionProfileResponse.__key_warning(key)
|
|
3081
|
+
return super().get(key, default)
|
|
3082
|
+
|
|
3083
|
+
def __init__(__self__, *,
|
|
3084
|
+
extensions: Optional[Sequence['outputs.VirtualMachineScaleSetExtensionResponse']] = None,
|
|
3085
|
+
extensions_time_budget: Optional[str] = None):
|
|
3086
|
+
"""
|
|
3087
|
+
Describes a virtual machine scale set extension profile.
|
|
3088
|
+
:param Sequence['VirtualMachineScaleSetExtensionResponse'] extensions: The virtual machine scale set child extension resources.
|
|
3089
|
+
: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.
|
|
3090
|
+
"""
|
|
3091
|
+
if extensions is not None:
|
|
3092
|
+
pulumi.set(__self__, "extensions", extensions)
|
|
3093
|
+
if extensions_time_budget is not None:
|
|
3094
|
+
pulumi.set(__self__, "extensions_time_budget", extensions_time_budget)
|
|
3095
|
+
|
|
3096
|
+
@property
|
|
3097
|
+
@pulumi.getter
|
|
3098
|
+
def extensions(self) -> Optional[Sequence['outputs.VirtualMachineScaleSetExtensionResponse']]:
|
|
3099
|
+
"""
|
|
3100
|
+
The virtual machine scale set child extension resources.
|
|
3101
|
+
"""
|
|
3102
|
+
return pulumi.get(self, "extensions")
|
|
3103
|
+
|
|
3104
|
+
@property
|
|
3105
|
+
@pulumi.getter(name="extensionsTimeBudget")
|
|
3106
|
+
def extensions_time_budget(self) -> Optional[str]:
|
|
3107
|
+
"""
|
|
3108
|
+
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.
|
|
3109
|
+
"""
|
|
3110
|
+
return pulumi.get(self, "extensions_time_budget")
|
|
3111
|
+
|
|
3112
|
+
|
|
3113
|
+
@pulumi.output_type
|
|
3114
|
+
class VirtualMachineScaleSetExtensionResponse(dict):
|
|
3115
|
+
"""
|
|
3116
|
+
Describes a Virtual Machine Scale Set Extension.
|
|
3117
|
+
"""
|
|
3118
|
+
@staticmethod
|
|
3119
|
+
def __key_warning(key: str):
|
|
3120
|
+
suggest = None
|
|
3121
|
+
if key == "provisioningState":
|
|
3122
|
+
suggest = "provisioning_state"
|
|
3123
|
+
elif key == "autoUpgradeMinorVersion":
|
|
3124
|
+
suggest = "auto_upgrade_minor_version"
|
|
3125
|
+
elif key == "enableAutomaticUpgrade":
|
|
3126
|
+
suggest = "enable_automatic_upgrade"
|
|
3127
|
+
elif key == "forceUpdateTag":
|
|
3128
|
+
suggest = "force_update_tag"
|
|
3129
|
+
elif key == "protectedSettings":
|
|
3130
|
+
suggest = "protected_settings"
|
|
3131
|
+
elif key == "protectedSettingsFromKeyVault":
|
|
3132
|
+
suggest = "protected_settings_from_key_vault"
|
|
3133
|
+
elif key == "provisionAfterExtensions":
|
|
3134
|
+
suggest = "provision_after_extensions"
|
|
3135
|
+
elif key == "suppressFailures":
|
|
3136
|
+
suggest = "suppress_failures"
|
|
3137
|
+
elif key == "typeHandlerVersion":
|
|
3138
|
+
suggest = "type_handler_version"
|
|
3139
|
+
|
|
3140
|
+
if suggest:
|
|
3141
|
+
pulumi.log.warn(f"Key '{key}' not found in VirtualMachineScaleSetExtensionResponse. Access the value via the '{suggest}' property getter instead.")
|
|
3142
|
+
|
|
3143
|
+
def __getitem__(self, key: str) -> Any:
|
|
3144
|
+
VirtualMachineScaleSetExtensionResponse.__key_warning(key)
|
|
3145
|
+
return super().__getitem__(key)
|
|
3146
|
+
|
|
3147
|
+
def get(self, key: str, default = None) -> Any:
|
|
3148
|
+
VirtualMachineScaleSetExtensionResponse.__key_warning(key)
|
|
3149
|
+
return super().get(key, default)
|
|
3150
|
+
|
|
3151
|
+
def __init__(__self__, *,
|
|
3152
|
+
id: str,
|
|
3153
|
+
provisioning_state: str,
|
|
3154
|
+
type: str,
|
|
3155
|
+
auto_upgrade_minor_version: Optional[bool] = None,
|
|
3156
|
+
enable_automatic_upgrade: Optional[bool] = None,
|
|
3157
|
+
force_update_tag: Optional[str] = None,
|
|
3158
|
+
name: Optional[str] = None,
|
|
3159
|
+
protected_settings: Optional[Any] = None,
|
|
3160
|
+
protected_settings_from_key_vault: Optional['outputs.KeyVaultSecretReferenceResponse'] = None,
|
|
3161
|
+
provision_after_extensions: Optional[Sequence[str]] = None,
|
|
3162
|
+
publisher: Optional[str] = None,
|
|
3163
|
+
settings: Optional[Any] = None,
|
|
3164
|
+
suppress_failures: Optional[bool] = None,
|
|
3165
|
+
type_handler_version: Optional[str] = None):
|
|
3166
|
+
"""
|
|
3167
|
+
Describes a Virtual Machine Scale Set Extension.
|
|
3168
|
+
:param str id: Resource Id
|
|
3169
|
+
:param str provisioning_state: The provisioning state, which only appears in the response.
|
|
3516
3170
|
:param str type: Resource type
|
|
3171
|
+
: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.
|
|
3172
|
+
: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.
|
|
3173
|
+
: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.
|
|
3517
3174
|
:param str name: The name of the extension.
|
|
3518
|
-
:param
|
|
3175
|
+
:param Any protected_settings: The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
|
|
3176
|
+
:param 'KeyVaultSecretReferenceResponse' protected_settings_from_key_vault: The extensions protected settings that are passed by reference, and consumed from key vault
|
|
3177
|
+
:param Sequence[str] provision_after_extensions: Collection of extension names after which this extension needs to be provisioned.
|
|
3178
|
+
:param str publisher: The name of the extension handler publisher.
|
|
3179
|
+
:param Any settings: Json formatted public settings for the extension.
|
|
3180
|
+
: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.
|
|
3181
|
+
:param str type_handler_version: Specifies the version of the script handler.
|
|
3519
3182
|
"""
|
|
3520
3183
|
pulumi.set(__self__, "id", id)
|
|
3184
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
3521
3185
|
pulumi.set(__self__, "type", type)
|
|
3186
|
+
if auto_upgrade_minor_version is not None:
|
|
3187
|
+
pulumi.set(__self__, "auto_upgrade_minor_version", auto_upgrade_minor_version)
|
|
3188
|
+
if enable_automatic_upgrade is not None:
|
|
3189
|
+
pulumi.set(__self__, "enable_automatic_upgrade", enable_automatic_upgrade)
|
|
3190
|
+
if force_update_tag is not None:
|
|
3191
|
+
pulumi.set(__self__, "force_update_tag", force_update_tag)
|
|
3522
3192
|
if name is not None:
|
|
3523
3193
|
pulumi.set(__self__, "name", name)
|
|
3524
|
-
if
|
|
3525
|
-
pulumi.set(__self__, "
|
|
3194
|
+
if protected_settings is not None:
|
|
3195
|
+
pulumi.set(__self__, "protected_settings", protected_settings)
|
|
3196
|
+
if protected_settings_from_key_vault is not None:
|
|
3197
|
+
pulumi.set(__self__, "protected_settings_from_key_vault", protected_settings_from_key_vault)
|
|
3198
|
+
if provision_after_extensions is not None:
|
|
3199
|
+
pulumi.set(__self__, "provision_after_extensions", provision_after_extensions)
|
|
3200
|
+
if publisher is not None:
|
|
3201
|
+
pulumi.set(__self__, "publisher", publisher)
|
|
3202
|
+
if settings is not None:
|
|
3203
|
+
pulumi.set(__self__, "settings", settings)
|
|
3204
|
+
if suppress_failures is not None:
|
|
3205
|
+
pulumi.set(__self__, "suppress_failures", suppress_failures)
|
|
3206
|
+
if type_handler_version is not None:
|
|
3207
|
+
pulumi.set(__self__, "type_handler_version", type_handler_version)
|
|
3526
3208
|
|
|
3527
3209
|
@property
|
|
3528
3210
|
@pulumi.getter
|
|
@@ -3532,6 +3214,14 @@ class VirtualMachineScaleSetExtensionResponse(dict):
|
|
|
3532
3214
|
"""
|
|
3533
3215
|
return pulumi.get(self, "id")
|
|
3534
3216
|
|
|
3217
|
+
@property
|
|
3218
|
+
@pulumi.getter(name="provisioningState")
|
|
3219
|
+
def provisioning_state(self) -> str:
|
|
3220
|
+
"""
|
|
3221
|
+
The provisioning state, which only appears in the response.
|
|
3222
|
+
"""
|
|
3223
|
+
return pulumi.get(self, "provisioning_state")
|
|
3224
|
+
|
|
3535
3225
|
@property
|
|
3536
3226
|
@pulumi.getter
|
|
3537
3227
|
def type(self) -> str:
|
|
@@ -3540,6 +3230,30 @@ class VirtualMachineScaleSetExtensionResponse(dict):
|
|
|
3540
3230
|
"""
|
|
3541
3231
|
return pulumi.get(self, "type")
|
|
3542
3232
|
|
|
3233
|
+
@property
|
|
3234
|
+
@pulumi.getter(name="autoUpgradeMinorVersion")
|
|
3235
|
+
def auto_upgrade_minor_version(self) -> Optional[bool]:
|
|
3236
|
+
"""
|
|
3237
|
+
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.
|
|
3238
|
+
"""
|
|
3239
|
+
return pulumi.get(self, "auto_upgrade_minor_version")
|
|
3240
|
+
|
|
3241
|
+
@property
|
|
3242
|
+
@pulumi.getter(name="enableAutomaticUpgrade")
|
|
3243
|
+
def enable_automatic_upgrade(self) -> Optional[bool]:
|
|
3244
|
+
"""
|
|
3245
|
+
Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available.
|
|
3246
|
+
"""
|
|
3247
|
+
return pulumi.get(self, "enable_automatic_upgrade")
|
|
3248
|
+
|
|
3249
|
+
@property
|
|
3250
|
+
@pulumi.getter(name="forceUpdateTag")
|
|
3251
|
+
def force_update_tag(self) -> Optional[str]:
|
|
3252
|
+
"""
|
|
3253
|
+
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.
|
|
3254
|
+
"""
|
|
3255
|
+
return pulumi.get(self, "force_update_tag")
|
|
3256
|
+
|
|
3543
3257
|
@property
|
|
3544
3258
|
@pulumi.getter
|
|
3545
3259
|
def name(self) -> Optional[str]:
|
|
@@ -3548,13 +3262,61 @@ class VirtualMachineScaleSetExtensionResponse(dict):
|
|
|
3548
3262
|
"""
|
|
3549
3263
|
return pulumi.get(self, "name")
|
|
3550
3264
|
|
|
3265
|
+
@property
|
|
3266
|
+
@pulumi.getter(name="protectedSettings")
|
|
3267
|
+
def protected_settings(self) -> Optional[Any]:
|
|
3268
|
+
"""
|
|
3269
|
+
The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
|
|
3270
|
+
"""
|
|
3271
|
+
return pulumi.get(self, "protected_settings")
|
|
3272
|
+
|
|
3273
|
+
@property
|
|
3274
|
+
@pulumi.getter(name="protectedSettingsFromKeyVault")
|
|
3275
|
+
def protected_settings_from_key_vault(self) -> Optional['outputs.KeyVaultSecretReferenceResponse']:
|
|
3276
|
+
"""
|
|
3277
|
+
The extensions protected settings that are passed by reference, and consumed from key vault
|
|
3278
|
+
"""
|
|
3279
|
+
return pulumi.get(self, "protected_settings_from_key_vault")
|
|
3280
|
+
|
|
3281
|
+
@property
|
|
3282
|
+
@pulumi.getter(name="provisionAfterExtensions")
|
|
3283
|
+
def provision_after_extensions(self) -> Optional[Sequence[str]]:
|
|
3284
|
+
"""
|
|
3285
|
+
Collection of extension names after which this extension needs to be provisioned.
|
|
3286
|
+
"""
|
|
3287
|
+
return pulumi.get(self, "provision_after_extensions")
|
|
3288
|
+
|
|
3289
|
+
@property
|
|
3290
|
+
@pulumi.getter
|
|
3291
|
+
def publisher(self) -> Optional[str]:
|
|
3292
|
+
"""
|
|
3293
|
+
The name of the extension handler publisher.
|
|
3294
|
+
"""
|
|
3295
|
+
return pulumi.get(self, "publisher")
|
|
3296
|
+
|
|
3551
3297
|
@property
|
|
3552
3298
|
@pulumi.getter
|
|
3553
|
-
def
|
|
3299
|
+
def settings(self) -> Optional[Any]:
|
|
3300
|
+
"""
|
|
3301
|
+
Json formatted public settings for the extension.
|
|
3302
|
+
"""
|
|
3303
|
+
return pulumi.get(self, "settings")
|
|
3304
|
+
|
|
3305
|
+
@property
|
|
3306
|
+
@pulumi.getter(name="suppressFailures")
|
|
3307
|
+
def suppress_failures(self) -> Optional[bool]:
|
|
3308
|
+
"""
|
|
3309
|
+
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.
|
|
3310
|
+
"""
|
|
3311
|
+
return pulumi.get(self, "suppress_failures")
|
|
3312
|
+
|
|
3313
|
+
@property
|
|
3314
|
+
@pulumi.getter(name="typeHandlerVersion")
|
|
3315
|
+
def type_handler_version(self) -> Optional[str]:
|
|
3554
3316
|
"""
|
|
3555
|
-
|
|
3317
|
+
Specifies the version of the script handler.
|
|
3556
3318
|
"""
|
|
3557
|
-
return pulumi.get(self, "
|
|
3319
|
+
return pulumi.get(self, "type_handler_version")
|
|
3558
3320
|
|
|
3559
3321
|
|
|
3560
3322
|
@pulumi.output_type
|
|
@@ -3583,9 +3345,7 @@ class VirtualMachineScaleSetHardwareProfileResponse(dict):
|
|
|
3583
3345
|
vm_size_properties: Optional['outputs.VMSizePropertiesResponse'] = None):
|
|
3584
3346
|
"""
|
|
3585
3347
|
Specifies the hardware settings for the virtual machine scale set.
|
|
3586
|
-
:param 'VMSizePropertiesResponse' vm_size_properties: Specifies the properties for customizing the size of the virtual machine.
|
|
3587
|
-
Minimum api-version: 2021-11-01. Please follow the instructions in [VM
|
|
3588
|
-
Customization](https://aka.ms/vmcustomization) for more details.
|
|
3348
|
+
: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.
|
|
3589
3349
|
"""
|
|
3590
3350
|
if vm_size_properties is not None:
|
|
3591
3351
|
pulumi.set(__self__, "vm_size_properties", vm_size_properties)
|
|
@@ -3594,18 +3354,15 @@ class VirtualMachineScaleSetHardwareProfileResponse(dict):
|
|
|
3594
3354
|
@pulumi.getter(name="vmSizeProperties")
|
|
3595
3355
|
def vm_size_properties(self) -> Optional['outputs.VMSizePropertiesResponse']:
|
|
3596
3356
|
"""
|
|
3597
|
-
Specifies the properties for customizing the size of the virtual machine.
|
|
3598
|
-
Minimum api-version: 2021-11-01. Please follow the instructions in [VM
|
|
3599
|
-
Customization](https://aka.ms/vmcustomization) for more details.
|
|
3357
|
+
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.
|
|
3600
3358
|
"""
|
|
3601
3359
|
return pulumi.get(self, "vm_size_properties")
|
|
3602
3360
|
|
|
3603
3361
|
|
|
3604
3362
|
@pulumi.output_type
|
|
3605
|
-
class
|
|
3363
|
+
class VirtualMachineScaleSetIPConfigurationResponse(dict):
|
|
3606
3364
|
"""
|
|
3607
|
-
Describes a virtual machine scale set network profile's IP configuration
|
|
3608
|
-
properties.
|
|
3365
|
+
Describes a virtual machine scale set network profile's IP configuration.
|
|
3609
3366
|
"""
|
|
3610
3367
|
@staticmethod
|
|
3611
3368
|
def __key_warning(key: str):
|
|
@@ -3624,17 +3381,18 @@ class VirtualMachineScaleSetIPConfigurationPropertiesResponse(dict):
|
|
|
3624
3381
|
suggest = "public_ip_address_configuration"
|
|
3625
3382
|
|
|
3626
3383
|
if suggest:
|
|
3627
|
-
pulumi.log.warn(f"Key '{key}' not found in
|
|
3384
|
+
pulumi.log.warn(f"Key '{key}' not found in VirtualMachineScaleSetIPConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
|
|
3628
3385
|
|
|
3629
3386
|
def __getitem__(self, key: str) -> Any:
|
|
3630
|
-
|
|
3387
|
+
VirtualMachineScaleSetIPConfigurationResponse.__key_warning(key)
|
|
3631
3388
|
return super().__getitem__(key)
|
|
3632
3389
|
|
|
3633
3390
|
def get(self, key: str, default = None) -> Any:
|
|
3634
|
-
|
|
3391
|
+
VirtualMachineScaleSetIPConfigurationResponse.__key_warning(key)
|
|
3635
3392
|
return super().get(key, default)
|
|
3636
3393
|
|
|
3637
3394
|
def __init__(__self__, *,
|
|
3395
|
+
name: str,
|
|
3638
3396
|
application_gateway_backend_address_pools: Optional[Sequence['outputs.SubResourceResponse']] = None,
|
|
3639
3397
|
application_security_groups: Optional[Sequence['outputs.SubResourceResponse']] = None,
|
|
3640
3398
|
load_balancer_backend_address_pools: Optional[Sequence['outputs.SubResourceResponse']] = None,
|
|
@@ -3644,27 +3402,18 @@ class VirtualMachineScaleSetIPConfigurationPropertiesResponse(dict):
|
|
|
3644
3402
|
public_ip_address_configuration: Optional['outputs.VirtualMachineScaleSetPublicIPAddressConfigurationResponse'] = None,
|
|
3645
3403
|
subnet: Optional['outputs.ApiEntityReferenceResponse'] = None):
|
|
3646
3404
|
"""
|
|
3647
|
-
Describes a virtual machine scale set network profile's IP configuration
|
|
3648
|
-
|
|
3649
|
-
:param Sequence['SubResourceResponse'] application_gateway_backend_address_pools: 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.
|
|
3405
|
+
Describes a virtual machine scale set network profile's IP configuration.
|
|
3406
|
+
:param str name: The IP configuration name.
|
|
3407
|
+
: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.
|
|
3653
3408
|
:param Sequence['SubResourceResponse'] application_security_groups: Specifies an array of references to application security group.
|
|
3654
|
-
:param Sequence['SubResourceResponse'] load_balancer_backend_address_pools: Specifies an array of references to backend address pools of load balancers. A
|
|
3655
|
-
|
|
3656
|
-
|
|
3657
|
-
:param
|
|
3658
|
-
scale set can reference inbound nat pools of one public and one internal load
|
|
3659
|
-
balancer. Multiple scale sets cannot use the same basic sku load balancer.
|
|
3660
|
-
:param bool primary: Specifies the primary network interface in case the virtual machine has more
|
|
3661
|
-
than 1 network interface.
|
|
3662
|
-
:param str private_ip_address_version: Available from Api-Version 2017-03-30 onwards, it represents whether the
|
|
3663
|
-
specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible
|
|
3664
|
-
values are: 'IPv4' and 'IPv6'.
|
|
3409
|
+
: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.
|
|
3410
|
+
: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.
|
|
3411
|
+
:param bool primary: Specifies the primary network interface in case the virtual machine has more than 1 network interface.
|
|
3412
|
+
: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'.
|
|
3665
3413
|
:param 'VirtualMachineScaleSetPublicIPAddressConfigurationResponse' public_ip_address_configuration: The publicIPAddressConfiguration.
|
|
3666
3414
|
:param 'ApiEntityReferenceResponse' subnet: Specifies the identifier of the subnet.
|
|
3667
3415
|
"""
|
|
3416
|
+
pulumi.set(__self__, "name", name)
|
|
3668
3417
|
if application_gateway_backend_address_pools is not None:
|
|
3669
3418
|
pulumi.set(__self__, "application_gateway_backend_address_pools", application_gateway_backend_address_pools)
|
|
3670
3419
|
if application_security_groups is not None:
|
|
@@ -3682,14 +3431,19 @@ class VirtualMachineScaleSetIPConfigurationPropertiesResponse(dict):
|
|
|
3682
3431
|
if subnet is not None:
|
|
3683
3432
|
pulumi.set(__self__, "subnet", subnet)
|
|
3684
3433
|
|
|
3434
|
+
@property
|
|
3435
|
+
@pulumi.getter
|
|
3436
|
+
def name(self) -> str:
|
|
3437
|
+
"""
|
|
3438
|
+
The IP configuration name.
|
|
3439
|
+
"""
|
|
3440
|
+
return pulumi.get(self, "name")
|
|
3441
|
+
|
|
3685
3442
|
@property
|
|
3686
3443
|
@pulumi.getter(name="applicationGatewayBackendAddressPools")
|
|
3687
3444
|
def application_gateway_backend_address_pools(self) -> Optional[Sequence['outputs.SubResourceResponse']]:
|
|
3688
3445
|
"""
|
|
3689
|
-
Specifies an array of references to backend address pools of application
|
|
3690
|
-
gateways. A scale set can reference backend address pools of multiple
|
|
3691
|
-
application gateways. Multiple scale sets cannot use the same application
|
|
3692
|
-
gateway.
|
|
3446
|
+
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.
|
|
3693
3447
|
"""
|
|
3694
3448
|
return pulumi.get(self, "application_gateway_backend_address_pools")
|
|
3695
3449
|
|
|
@@ -3705,9 +3459,7 @@ class VirtualMachineScaleSetIPConfigurationPropertiesResponse(dict):
|
|
|
3705
3459
|
@pulumi.getter(name="loadBalancerBackendAddressPools")
|
|
3706
3460
|
def load_balancer_backend_address_pools(self) -> Optional[Sequence['outputs.SubResourceResponse']]:
|
|
3707
3461
|
"""
|
|
3708
|
-
Specifies an array of references to backend address pools of load balancers. A
|
|
3709
|
-
scale set can reference backend address pools of one public and one internal
|
|
3710
|
-
load balancer. Multiple scale sets cannot use the same basic sku load balancer.
|
|
3462
|
+
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.
|
|
3711
3463
|
"""
|
|
3712
3464
|
return pulumi.get(self, "load_balancer_backend_address_pools")
|
|
3713
3465
|
|
|
@@ -3715,9 +3467,7 @@ class VirtualMachineScaleSetIPConfigurationPropertiesResponse(dict):
|
|
|
3715
3467
|
@pulumi.getter(name="loadBalancerInboundNatPools")
|
|
3716
3468
|
def load_balancer_inbound_nat_pools(self) -> Optional[Sequence['outputs.SubResourceResponse']]:
|
|
3717
3469
|
"""
|
|
3718
|
-
Specifies an array of references to inbound Nat pools of the load balancers. A
|
|
3719
|
-
scale set can reference inbound nat pools of one public and one internal load
|
|
3720
|
-
balancer. Multiple scale sets cannot use the same basic sku load balancer.
|
|
3470
|
+
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.
|
|
3721
3471
|
"""
|
|
3722
3472
|
return pulumi.get(self, "load_balancer_inbound_nat_pools")
|
|
3723
3473
|
|
|
@@ -3725,8 +3475,7 @@ class VirtualMachineScaleSetIPConfigurationPropertiesResponse(dict):
|
|
|
3725
3475
|
@pulumi.getter
|
|
3726
3476
|
def primary(self) -> Optional[bool]:
|
|
3727
3477
|
"""
|
|
3728
|
-
Specifies the primary network interface in case the virtual machine has more
|
|
3729
|
-
than 1 network interface.
|
|
3478
|
+
Specifies the primary network interface in case the virtual machine has more than 1 network interface.
|
|
3730
3479
|
"""
|
|
3731
3480
|
return pulumi.get(self, "primary")
|
|
3732
3481
|
|
|
@@ -3734,9 +3483,7 @@ class VirtualMachineScaleSetIPConfigurationPropertiesResponse(dict):
|
|
|
3734
3483
|
@pulumi.getter(name="privateIPAddressVersion")
|
|
3735
3484
|
def private_ip_address_version(self) -> Optional[str]:
|
|
3736
3485
|
"""
|
|
3737
|
-
Available from Api-Version 2017-03-30 onwards, it represents whether the
|
|
3738
|
-
specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible
|
|
3739
|
-
values are: 'IPv4' and 'IPv6'.
|
|
3486
|
+
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'.
|
|
3740
3487
|
"""
|
|
3741
3488
|
return pulumi.get(self, "private_ip_address_version")
|
|
3742
3489
|
|
|
@@ -3757,42 +3504,6 @@ class VirtualMachineScaleSetIPConfigurationPropertiesResponse(dict):
|
|
|
3757
3504
|
return pulumi.get(self, "subnet")
|
|
3758
3505
|
|
|
3759
3506
|
|
|
3760
|
-
@pulumi.output_type
|
|
3761
|
-
class VirtualMachineScaleSetIPConfigurationResponse(dict):
|
|
3762
|
-
"""
|
|
3763
|
-
Describes a virtual machine scale set network profile's IP configuration.
|
|
3764
|
-
"""
|
|
3765
|
-
def __init__(__self__, *,
|
|
3766
|
-
name: str,
|
|
3767
|
-
properties: Optional['outputs.VirtualMachineScaleSetIPConfigurationPropertiesResponse'] = None):
|
|
3768
|
-
"""
|
|
3769
|
-
Describes a virtual machine scale set network profile's IP configuration.
|
|
3770
|
-
:param str name: The IP configuration name.
|
|
3771
|
-
:param 'VirtualMachineScaleSetIPConfigurationPropertiesResponse' properties: Describes a virtual machine scale set network profile's IP configuration
|
|
3772
|
-
properties.
|
|
3773
|
-
"""
|
|
3774
|
-
pulumi.set(__self__, "name", name)
|
|
3775
|
-
if properties is not None:
|
|
3776
|
-
pulumi.set(__self__, "properties", properties)
|
|
3777
|
-
|
|
3778
|
-
@property
|
|
3779
|
-
@pulumi.getter
|
|
3780
|
-
def name(self) -> str:
|
|
3781
|
-
"""
|
|
3782
|
-
The IP configuration name.
|
|
3783
|
-
"""
|
|
3784
|
-
return pulumi.get(self, "name")
|
|
3785
|
-
|
|
3786
|
-
@property
|
|
3787
|
-
@pulumi.getter
|
|
3788
|
-
def properties(self) -> Optional['outputs.VirtualMachineScaleSetIPConfigurationPropertiesResponse']:
|
|
3789
|
-
"""
|
|
3790
|
-
Describes a virtual machine scale set network profile's IP configuration
|
|
3791
|
-
properties.
|
|
3792
|
-
"""
|
|
3793
|
-
return pulumi.get(self, "properties")
|
|
3794
|
-
|
|
3795
|
-
|
|
3796
3507
|
@pulumi.output_type
|
|
3797
3508
|
class VirtualMachineScaleSetIpTagResponse(dict):
|
|
3798
3509
|
"""
|
|
@@ -3877,11 +3588,9 @@ class VirtualMachineScaleSetManagedDiskParametersResponse(dict):
|
|
|
3877
3588
|
storage_account_type: Optional[str] = None):
|
|
3878
3589
|
"""
|
|
3879
3590
|
Describes the parameters of a ScaleSet managed disk.
|
|
3880
|
-
:param 'DiskEncryptionSetParametersResponse' disk_encryption_set: Specifies the customer managed disk encryption set resource id for the managed
|
|
3881
|
-
disk.
|
|
3591
|
+
:param 'DiskEncryptionSetParametersResponse' disk_encryption_set: Specifies the customer managed disk encryption set resource id for the managed disk.
|
|
3882
3592
|
:param 'VMDiskSecurityProfileResponse' security_profile: Specifies the security profile for the managed disk.
|
|
3883
|
-
:param str storage_account_type: Specifies the storage account type for the managed disk. NOTE: UltraSSD_LRS can
|
|
3884
|
-
only be used with data disks, it cannot be used with OS Disk.
|
|
3593
|
+
: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.
|
|
3885
3594
|
"""
|
|
3886
3595
|
if disk_encryption_set is not None:
|
|
3887
3596
|
pulumi.set(__self__, "disk_encryption_set", disk_encryption_set)
|
|
@@ -3894,8 +3603,7 @@ class VirtualMachineScaleSetManagedDiskParametersResponse(dict):
|
|
|
3894
3603
|
@pulumi.getter(name="diskEncryptionSet")
|
|
3895
3604
|
def disk_encryption_set(self) -> Optional['outputs.DiskEncryptionSetParametersResponse']:
|
|
3896
3605
|
"""
|
|
3897
|
-
Specifies the customer managed disk encryption set resource id for the managed
|
|
3898
|
-
disk.
|
|
3606
|
+
Specifies the customer managed disk encryption set resource id for the managed disk.
|
|
3899
3607
|
"""
|
|
3900
3608
|
return pulumi.get(self, "disk_encryption_set")
|
|
3901
3609
|
|
|
@@ -3911,8 +3619,7 @@ class VirtualMachineScaleSetManagedDiskParametersResponse(dict):
|
|
|
3911
3619
|
@pulumi.getter(name="storageAccountType")
|
|
3912
3620
|
def storage_account_type(self) -> Optional[str]:
|
|
3913
3621
|
"""
|
|
3914
|
-
Specifies the storage account type for the managed disk. NOTE: UltraSSD_LRS can
|
|
3915
|
-
only be used with data disks, it cannot be used with OS Disk.
|
|
3622
|
+
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.
|
|
3916
3623
|
"""
|
|
3917
3624
|
return pulumi.get(self, "storage_account_type")
|
|
3918
3625
|
|
|
@@ -3958,9 +3665,9 @@ class VirtualMachineScaleSetNetworkConfigurationDnsSettingsResponse(dict):
|
|
|
3958
3665
|
|
|
3959
3666
|
|
|
3960
3667
|
@pulumi.output_type
|
|
3961
|
-
class
|
|
3668
|
+
class VirtualMachineScaleSetNetworkConfigurationResponse(dict):
|
|
3962
3669
|
"""
|
|
3963
|
-
Describes a virtual machine scale set network profile's
|
|
3670
|
+
Describes a virtual machine scale set network profile's network configurations.
|
|
3964
3671
|
"""
|
|
3965
3672
|
@staticmethod
|
|
3966
3673
|
def __key_warning(key: str):
|
|
@@ -3987,18 +3694,19 @@ class VirtualMachineScaleSetNetworkConfigurationPropertiesResponse(dict):
|
|
|
3987
3694
|
suggest = "network_security_group"
|
|
3988
3695
|
|
|
3989
3696
|
if suggest:
|
|
3990
|
-
pulumi.log.warn(f"Key '{key}' not found in
|
|
3697
|
+
pulumi.log.warn(f"Key '{key}' not found in VirtualMachineScaleSetNetworkConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
|
|
3991
3698
|
|
|
3992
3699
|
def __getitem__(self, key: str) -> Any:
|
|
3993
|
-
|
|
3700
|
+
VirtualMachineScaleSetNetworkConfigurationResponse.__key_warning(key)
|
|
3994
3701
|
return super().__getitem__(key)
|
|
3995
3702
|
|
|
3996
3703
|
def get(self, key: str, default = None) -> Any:
|
|
3997
|
-
|
|
3704
|
+
VirtualMachineScaleSetNetworkConfigurationResponse.__key_warning(key)
|
|
3998
3705
|
return super().get(key, default)
|
|
3999
3706
|
|
|
4000
3707
|
def __init__(__self__, *,
|
|
4001
3708
|
ip_configurations: Sequence['outputs.VirtualMachineScaleSetIPConfigurationResponse'],
|
|
3709
|
+
name: str,
|
|
4002
3710
|
auxiliary_mode: Optional[str] = None,
|
|
4003
3711
|
auxiliary_sku: Optional[str] = None,
|
|
4004
3712
|
delete_option: Optional[str] = None,
|
|
@@ -4010,12 +3718,11 @@ class VirtualMachineScaleSetNetworkConfigurationPropertiesResponse(dict):
|
|
|
4010
3718
|
network_security_group: Optional['outputs.SubResourceResponse'] = None,
|
|
4011
3719
|
primary: Optional[bool] = None):
|
|
4012
3720
|
"""
|
|
4013
|
-
Describes a virtual machine scale set network profile's
|
|
3721
|
+
Describes a virtual machine scale set network profile's network configurations.
|
|
4014
3722
|
:param Sequence['VirtualMachineScaleSetIPConfigurationResponse'] ip_configurations: Specifies the IP configurations of the network interface.
|
|
4015
|
-
:param str
|
|
4016
|
-
|
|
4017
|
-
:param str auxiliary_sku: Specifies whether the Auxiliary sku is enabled for the Network Interface
|
|
4018
|
-
resource.
|
|
3723
|
+
:param str name: The network configuration name.
|
|
3724
|
+
:param str auxiliary_mode: Specifies whether the Auxiliary mode is enabled for the Network Interface resource.
|
|
3725
|
+
:param str auxiliary_sku: Specifies whether the Auxiliary sku is enabled for the Network Interface resource.
|
|
4019
3726
|
:param str delete_option: Specify what happens to the network interface when the VM is deleted
|
|
4020
3727
|
:param bool disable_tcp_state_tracking: Specifies whether the network interface is disabled for tcp state tracking.
|
|
4021
3728
|
:param 'VirtualMachineScaleSetNetworkConfigurationDnsSettingsResponse' dns_settings: The dns settings to be applied on the network interfaces.
|
|
@@ -4023,10 +3730,10 @@ class VirtualMachineScaleSetNetworkConfigurationPropertiesResponse(dict):
|
|
|
4023
3730
|
:param bool enable_fpga: Specifies whether the network interface is FPGA networking-enabled.
|
|
4024
3731
|
:param bool enable_ip_forwarding: Whether IP forwarding enabled on this NIC.
|
|
4025
3732
|
:param 'SubResourceResponse' network_security_group: The network security group.
|
|
4026
|
-
:param bool primary: Specifies the primary network interface in case the virtual machine has more
|
|
4027
|
-
than 1 network interface.
|
|
3733
|
+
:param bool primary: Specifies the primary network interface in case the virtual machine has more than 1 network interface.
|
|
4028
3734
|
"""
|
|
4029
3735
|
pulumi.set(__self__, "ip_configurations", ip_configurations)
|
|
3736
|
+
pulumi.set(__self__, "name", name)
|
|
4030
3737
|
if auxiliary_mode is not None:
|
|
4031
3738
|
pulumi.set(__self__, "auxiliary_mode", auxiliary_mode)
|
|
4032
3739
|
if auxiliary_sku is not None:
|
|
@@ -4056,12 +3763,19 @@ class VirtualMachineScaleSetNetworkConfigurationPropertiesResponse(dict):
|
|
|
4056
3763
|
"""
|
|
4057
3764
|
return pulumi.get(self, "ip_configurations")
|
|
4058
3765
|
|
|
3766
|
+
@property
|
|
3767
|
+
@pulumi.getter
|
|
3768
|
+
def name(self) -> str:
|
|
3769
|
+
"""
|
|
3770
|
+
The network configuration name.
|
|
3771
|
+
"""
|
|
3772
|
+
return pulumi.get(self, "name")
|
|
3773
|
+
|
|
4059
3774
|
@property
|
|
4060
3775
|
@pulumi.getter(name="auxiliaryMode")
|
|
4061
3776
|
def auxiliary_mode(self) -> Optional[str]:
|
|
4062
3777
|
"""
|
|
4063
|
-
Specifies whether the Auxiliary mode is enabled for the Network Interface
|
|
4064
|
-
resource.
|
|
3778
|
+
Specifies whether the Auxiliary mode is enabled for the Network Interface resource.
|
|
4065
3779
|
"""
|
|
4066
3780
|
return pulumi.get(self, "auxiliary_mode")
|
|
4067
3781
|
|
|
@@ -4069,8 +3783,7 @@ class VirtualMachineScaleSetNetworkConfigurationPropertiesResponse(dict):
|
|
|
4069
3783
|
@pulumi.getter(name="auxiliarySku")
|
|
4070
3784
|
def auxiliary_sku(self) -> Optional[str]:
|
|
4071
3785
|
"""
|
|
4072
|
-
Specifies whether the Auxiliary sku is enabled for the Network Interface
|
|
4073
|
-
resource.
|
|
3786
|
+
Specifies whether the Auxiliary sku is enabled for the Network Interface resource.
|
|
4074
3787
|
"""
|
|
4075
3788
|
return pulumi.get(self, "auxiliary_sku")
|
|
4076
3789
|
|
|
@@ -4134,46 +3847,11 @@ class VirtualMachineScaleSetNetworkConfigurationPropertiesResponse(dict):
|
|
|
4134
3847
|
@pulumi.getter
|
|
4135
3848
|
def primary(self) -> Optional[bool]:
|
|
4136
3849
|
"""
|
|
4137
|
-
Specifies the primary network interface in case the virtual machine has more
|
|
4138
|
-
than 1 network interface.
|
|
3850
|
+
Specifies the primary network interface in case the virtual machine has more than 1 network interface.
|
|
4139
3851
|
"""
|
|
4140
3852
|
return pulumi.get(self, "primary")
|
|
4141
3853
|
|
|
4142
3854
|
|
|
4143
|
-
@pulumi.output_type
|
|
4144
|
-
class VirtualMachineScaleSetNetworkConfigurationResponse(dict):
|
|
4145
|
-
"""
|
|
4146
|
-
Describes a virtual machine scale set network profile's network configurations.
|
|
4147
|
-
"""
|
|
4148
|
-
def __init__(__self__, *,
|
|
4149
|
-
name: str,
|
|
4150
|
-
properties: Optional['outputs.VirtualMachineScaleSetNetworkConfigurationPropertiesResponse'] = None):
|
|
4151
|
-
"""
|
|
4152
|
-
Describes a virtual machine scale set network profile's network configurations.
|
|
4153
|
-
:param str name: The network configuration name.
|
|
4154
|
-
:param 'VirtualMachineScaleSetNetworkConfigurationPropertiesResponse' properties: Describes a virtual machine scale set network profile's IP configuration.
|
|
4155
|
-
"""
|
|
4156
|
-
pulumi.set(__self__, "name", name)
|
|
4157
|
-
if properties is not None:
|
|
4158
|
-
pulumi.set(__self__, "properties", properties)
|
|
4159
|
-
|
|
4160
|
-
@property
|
|
4161
|
-
@pulumi.getter
|
|
4162
|
-
def name(self) -> str:
|
|
4163
|
-
"""
|
|
4164
|
-
The network configuration name.
|
|
4165
|
-
"""
|
|
4166
|
-
return pulumi.get(self, "name")
|
|
4167
|
-
|
|
4168
|
-
@property
|
|
4169
|
-
@pulumi.getter
|
|
4170
|
-
def properties(self) -> Optional['outputs.VirtualMachineScaleSetNetworkConfigurationPropertiesResponse']:
|
|
4171
|
-
"""
|
|
4172
|
-
Describes a virtual machine scale set network profile's IP configuration.
|
|
4173
|
-
"""
|
|
4174
|
-
return pulumi.get(self, "properties")
|
|
4175
|
-
|
|
4176
|
-
|
|
4177
3855
|
@pulumi.output_type
|
|
4178
3856
|
class VirtualMachineScaleSetNetworkProfileResponse(dict):
|
|
4179
3857
|
"""
|
|
@@ -4206,12 +3884,8 @@ class VirtualMachineScaleSetNetworkProfileResponse(dict):
|
|
|
4206
3884
|
network_interface_configurations: Optional[Sequence['outputs.VirtualMachineScaleSetNetworkConfigurationResponse']] = None):
|
|
4207
3885
|
"""
|
|
4208
3886
|
Describes a virtual machine scale set network profile.
|
|
4209
|
-
:param 'ApiEntityReferenceResponse' health_probe: A reference to a load balancer probe used to determine the health of an
|
|
4210
|
-
|
|
4211
|
-
'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/probes/{probeName}'.
|
|
4212
|
-
:param str network_api_version: specifies the Microsoft.Network API version used when creating networking
|
|
4213
|
-
resources in the Network Interface Configurations for Virtual Machine Scale Set
|
|
4214
|
-
with orchestration mode 'Flexible'
|
|
3887
|
+
: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}'.
|
|
3888
|
+
: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'
|
|
4215
3889
|
:param Sequence['VirtualMachineScaleSetNetworkConfigurationResponse'] network_interface_configurations: The list of network configurations.
|
|
4216
3890
|
"""
|
|
4217
3891
|
if health_probe is not None:
|
|
@@ -4225,9 +3899,7 @@ class VirtualMachineScaleSetNetworkProfileResponse(dict):
|
|
|
4225
3899
|
@pulumi.getter(name="healthProbe")
|
|
4226
3900
|
def health_probe(self) -> Optional['outputs.ApiEntityReferenceResponse']:
|
|
4227
3901
|
"""
|
|
4228
|
-
A reference to a load balancer probe used to determine the health of an
|
|
4229
|
-
instance in the virtual machine scale set. The reference will be in the form:
|
|
4230
|
-
'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/probes/{probeName}'.
|
|
3902
|
+
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}'.
|
|
4231
3903
|
"""
|
|
4232
3904
|
return pulumi.get(self, "health_probe")
|
|
4233
3905
|
|
|
@@ -4235,9 +3907,7 @@ class VirtualMachineScaleSetNetworkProfileResponse(dict):
|
|
|
4235
3907
|
@pulumi.getter(name="networkApiVersion")
|
|
4236
3908
|
def network_api_version(self) -> Optional[str]:
|
|
4237
3909
|
"""
|
|
4238
|
-
specifies the Microsoft.Network API version used when creating networking
|
|
4239
|
-
resources in the Network Interface Configurations for Virtual Machine Scale Set
|
|
4240
|
-
with orchestration mode 'Flexible'
|
|
3910
|
+
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'
|
|
4241
3911
|
"""
|
|
4242
3912
|
return pulumi.get(self, "network_api_version")
|
|
4243
3913
|
|
|
@@ -4300,36 +3970,16 @@ class VirtualMachineScaleSetOSDiskResponse(dict):
|
|
|
4300
3970
|
write_accelerator_enabled: Optional[bool] = None):
|
|
4301
3971
|
"""
|
|
4302
3972
|
Describes a virtual machine scale set operating system disk.
|
|
4303
|
-
:param str create_option: Specifies how the virtual machines in the scale set should be created. The only
|
|
4304
|
-
|
|
4305
|
-
|
|
4306
|
-
|
|
4307
|
-
|
|
4308
|
-
:param str caching: Specifies the caching requirements. Possible values are: **None,**
|
|
4309
|
-
**ReadOnly,** **ReadWrite.** The default values are: **None for Standard
|
|
4310
|
-
storage. ReadOnly for Premium storage.**
|
|
4311
|
-
:param str delete_option: Specifies whether OS Disk should be deleted or detached upon VMSS Flex deletion
|
|
4312
|
-
(This feature is available for VMSS with Flexible OrchestrationMode only).
|
|
4313
|
-
<br><br> Possible values: <br><br> **Delete** If this value is used, the OS
|
|
4314
|
-
disk is deleted when VMSS Flex VM is deleted.<br><br> **Detach** If this value
|
|
4315
|
-
is used, the OS disk is retained after VMSS Flex VM is deleted. <br><br> The
|
|
4316
|
-
default value is set to **Delete**. For an Ephemeral OS Disk, the default value
|
|
4317
|
-
is set to **Delete**. User cannot change the delete option for Ephemeral OS
|
|
4318
|
-
Disk.
|
|
4319
|
-
:param 'DiffDiskSettingsResponse' diff_disk_settings: Specifies the ephemeral disk Settings for the operating system disk used by the
|
|
4320
|
-
virtual machine scale set.
|
|
4321
|
-
:param int disk_size_gb: Specifies the size of an empty data disk in gigabytes. This element can be used
|
|
4322
|
-
to overwrite the size of the disk in a virtual machine image. The property 'diskSizeGB'
|
|
4323
|
-
is the number of bytes x 1024^3 for the disk and the value cannot
|
|
4324
|
-
be larger than 1023.
|
|
3973
|
+
: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.
|
|
3974
|
+
: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.**
|
|
3975
|
+
: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.
|
|
3976
|
+
:param 'DiffDiskSettingsResponse' diff_disk_settings: Specifies the ephemeral disk Settings for the operating system disk used by the virtual machine scale set.
|
|
3977
|
+
: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.
|
|
4325
3978
|
:param 'VirtualHardDiskResponse' image: Specifies information about the unmanaged user image to base the scale set on.
|
|
4326
3979
|
:param 'VirtualMachineScaleSetManagedDiskParametersResponse' managed_disk: The managed disk parameters.
|
|
4327
3980
|
:param str name: The disk name.
|
|
4328
|
-
:param str os_type: This property allows you to specify the type of the OS that is included in the
|
|
4329
|
-
|
|
4330
|
-
are: **Windows,** **Linux.**
|
|
4331
|
-
:param Sequence[str] vhd_containers: Specifies the container urls that are used to store operating system disks for
|
|
4332
|
-
the scale set.
|
|
3981
|
+
: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.**
|
|
3982
|
+
:param Sequence[str] vhd_containers: Specifies the container urls that are used to store operating system disks for the scale set.
|
|
4333
3983
|
:param bool write_accelerator_enabled: Specifies whether writeAccelerator should be enabled or disabled on the disk.
|
|
4334
3984
|
"""
|
|
4335
3985
|
pulumi.set(__self__, "create_option", create_option)
|
|
@@ -4358,11 +4008,7 @@ class VirtualMachineScaleSetOSDiskResponse(dict):
|
|
|
4358
4008
|
@pulumi.getter(name="createOption")
|
|
4359
4009
|
def create_option(self) -> str:
|
|
4360
4010
|
"""
|
|
4361
|
-
Specifies how the virtual machines in the scale set should be created. The only
|
|
4362
|
-
allowed value is: **FromImage.** This value is used when you are using an image
|
|
4363
|
-
to create the virtual machine. If you are using a platform image, you also use
|
|
4364
|
-
the imageReference element described above. If you are using a marketplace
|
|
4365
|
-
image, you also use the plan element previously described.
|
|
4011
|
+
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.
|
|
4366
4012
|
"""
|
|
4367
4013
|
return pulumi.get(self, "create_option")
|
|
4368
4014
|
|
|
@@ -4370,9 +4016,7 @@ class VirtualMachineScaleSetOSDiskResponse(dict):
|
|
|
4370
4016
|
@pulumi.getter
|
|
4371
4017
|
def caching(self) -> Optional[str]:
|
|
4372
4018
|
"""
|
|
4373
|
-
Specifies the caching requirements. Possible values are: **None,**
|
|
4374
|
-
**ReadOnly,** **ReadWrite.** The default values are: **None for Standard
|
|
4375
|
-
storage. ReadOnly for Premium storage.**
|
|
4019
|
+
Specifies the caching requirements. Possible values are: **None,** **ReadOnly,** **ReadWrite.** The default values are: **None for Standard storage. ReadOnly for Premium storage.**
|
|
4376
4020
|
"""
|
|
4377
4021
|
return pulumi.get(self, "caching")
|
|
4378
4022
|
|
|
@@ -4380,14 +4024,7 @@ class VirtualMachineScaleSetOSDiskResponse(dict):
|
|
|
4380
4024
|
@pulumi.getter(name="deleteOption")
|
|
4381
4025
|
def delete_option(self) -> Optional[str]:
|
|
4382
4026
|
"""
|
|
4383
|
-
Specifies whether OS Disk should be deleted or detached upon VMSS Flex deletion
|
|
4384
|
-
(This feature is available for VMSS with Flexible OrchestrationMode only).
|
|
4385
|
-
<br><br> Possible values: <br><br> **Delete** If this value is used, the OS
|
|
4386
|
-
disk is deleted when VMSS Flex VM is deleted.<br><br> **Detach** If this value
|
|
4387
|
-
is used, the OS disk is retained after VMSS Flex VM is deleted. <br><br> The
|
|
4388
|
-
default value is set to **Delete**. For an Ephemeral OS Disk, the default value
|
|
4389
|
-
is set to **Delete**. User cannot change the delete option for Ephemeral OS
|
|
4390
|
-
Disk.
|
|
4027
|
+
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.
|
|
4391
4028
|
"""
|
|
4392
4029
|
return pulumi.get(self, "delete_option")
|
|
4393
4030
|
|
|
@@ -4395,8 +4032,7 @@ class VirtualMachineScaleSetOSDiskResponse(dict):
|
|
|
4395
4032
|
@pulumi.getter(name="diffDiskSettings")
|
|
4396
4033
|
def diff_disk_settings(self) -> Optional['outputs.DiffDiskSettingsResponse']:
|
|
4397
4034
|
"""
|
|
4398
|
-
Specifies the ephemeral disk Settings for the operating system disk used by the
|
|
4399
|
-
virtual machine scale set.
|
|
4035
|
+
Specifies the ephemeral disk Settings for the operating system disk used by the virtual machine scale set.
|
|
4400
4036
|
"""
|
|
4401
4037
|
return pulumi.get(self, "diff_disk_settings")
|
|
4402
4038
|
|
|
@@ -4404,10 +4040,7 @@ class VirtualMachineScaleSetOSDiskResponse(dict):
|
|
|
4404
4040
|
@pulumi.getter(name="diskSizeGB")
|
|
4405
4041
|
def disk_size_gb(self) -> Optional[int]:
|
|
4406
4042
|
"""
|
|
4407
|
-
Specifies the size of an empty data disk in gigabytes. This element can be used
|
|
4408
|
-
to overwrite the size of the disk in a virtual machine image. The property 'diskSizeGB'
|
|
4409
|
-
is the number of bytes x 1024^3 for the disk and the value cannot
|
|
4410
|
-
be larger than 1023.
|
|
4043
|
+
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.
|
|
4411
4044
|
"""
|
|
4412
4045
|
return pulumi.get(self, "disk_size_gb")
|
|
4413
4046
|
|
|
@@ -4439,9 +4072,7 @@ class VirtualMachineScaleSetOSDiskResponse(dict):
|
|
|
4439
4072
|
@pulumi.getter(name="osType")
|
|
4440
4073
|
def os_type(self) -> Optional[str]:
|
|
4441
4074
|
"""
|
|
4442
|
-
This property allows you to specify the type of the OS that is included in the
|
|
4443
|
-
disk if creating a VM from user-image or a specialized VHD. Possible values
|
|
4444
|
-
are: **Windows,** **Linux.**
|
|
4075
|
+
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.**
|
|
4445
4076
|
"""
|
|
4446
4077
|
return pulumi.get(self, "os_type")
|
|
4447
4078
|
|
|
@@ -4449,8 +4080,7 @@ class VirtualMachineScaleSetOSDiskResponse(dict):
|
|
|
4449
4080
|
@pulumi.getter(name="vhdContainers")
|
|
4450
4081
|
def vhd_containers(self) -> Optional[Sequence[str]]:
|
|
4451
4082
|
"""
|
|
4452
|
-
Specifies the container urls that are used to store operating system disks for
|
|
4453
|
-
the scale set.
|
|
4083
|
+
Specifies the container urls that are used to store operating system disks for the scale set.
|
|
4454
4084
|
"""
|
|
4455
4085
|
return pulumi.get(self, "vhd_containers")
|
|
4456
4086
|
|
|
@@ -4471,12 +4101,16 @@ class VirtualMachineScaleSetOSProfileResponse(dict):
|
|
|
4471
4101
|
@staticmethod
|
|
4472
4102
|
def __key_warning(key: str):
|
|
4473
4103
|
suggest = None
|
|
4474
|
-
if key == "
|
|
4104
|
+
if key == "adminPassword":
|
|
4105
|
+
suggest = "admin_password"
|
|
4106
|
+
elif key == "adminUsername":
|
|
4475
4107
|
suggest = "admin_username"
|
|
4476
4108
|
elif key == "allowExtensionOperations":
|
|
4477
4109
|
suggest = "allow_extension_operations"
|
|
4478
4110
|
elif key == "computerNamePrefix":
|
|
4479
4111
|
suggest = "computer_name_prefix"
|
|
4112
|
+
elif key == "customData":
|
|
4113
|
+
suggest = "custom_data"
|
|
4480
4114
|
elif key == "linuxConfiguration":
|
|
4481
4115
|
suggest = "linux_configuration"
|
|
4482
4116
|
elif key == "requireGuestProvisionSignal":
|
|
@@ -4496,46 +4130,37 @@ class VirtualMachineScaleSetOSProfileResponse(dict):
|
|
|
4496
4130
|
return super().get(key, default)
|
|
4497
4131
|
|
|
4498
4132
|
def __init__(__self__, *,
|
|
4133
|
+
admin_password: Optional[str] = None,
|
|
4499
4134
|
admin_username: Optional[str] = None,
|
|
4500
4135
|
allow_extension_operations: Optional[bool] = None,
|
|
4501
4136
|
computer_name_prefix: Optional[str] = None,
|
|
4137
|
+
custom_data: Optional[str] = None,
|
|
4502
4138
|
linux_configuration: Optional['outputs.LinuxConfigurationResponse'] = None,
|
|
4503
4139
|
require_guest_provision_signal: Optional[bool] = None,
|
|
4504
4140
|
secrets: Optional[Sequence['outputs.VaultSecretGroupResponse']] = None,
|
|
4505
4141
|
windows_configuration: Optional['outputs.WindowsConfigurationResponse'] = None):
|
|
4506
4142
|
"""
|
|
4507
4143
|
Describes a virtual machine scale set OS profile.
|
|
4508
|
-
:param str
|
|
4509
|
-
|
|
4510
|
-
|
|
4511
|
-
|
|
4512
|
-
|
|
4513
|
-
|
|
4514
|
-
<br><br> **Minimum-length (Linux):** 1 character <br><br> **Max-length
|
|
4515
|
-
(Linux):** 64 characters <br><br> **Max-length (Windows):** 20 characters
|
|
4516
|
-
:param bool allow_extension_operations: Specifies whether extension operations should be allowed on the virtual machine
|
|
4517
|
-
scale set. This may only be set to False when no extensions are present on the
|
|
4518
|
-
virtual machine scale set.
|
|
4519
|
-
:param str computer_name_prefix: Specifies the computer name prefix for all of the virtual machines in the scale
|
|
4520
|
-
set. Computer name prefixes must be 1 to 15 characters long.
|
|
4521
|
-
:param 'LinuxConfigurationResponse' linux_configuration: Specifies the Linux operating system settings on the virtual machine. For a
|
|
4522
|
-
list of supported Linux distributions, see [Linux on Azure-Endorsed
|
|
4523
|
-
Distributions](https://docs.microsoft.com/azure/virtual-machines/linux/endorsed-distros).
|
|
4144
|
+
: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)
|
|
4145
|
+
: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
|
|
4146
|
+
: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.
|
|
4147
|
+
: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.
|
|
4148
|
+
: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)
|
|
4149
|
+
: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).
|
|
4524
4150
|
:param bool require_guest_provision_signal: Optional property which must either be set to True or omitted.
|
|
4525
|
-
:param Sequence['VaultSecretGroupResponse'] secrets: Specifies set of certificates that should be installed onto the virtual
|
|
4526
|
-
machines in the scale set. To install certificates on a virtual machine it is
|
|
4527
|
-
recommended to use the [Azure Key Vault virtual machine extension for
|
|
4528
|
-
Linux](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-linux)
|
|
4529
|
-
or the [Azure Key Vault virtual machine extension for
|
|
4530
|
-
Windows](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-windows).
|
|
4151
|
+
: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).
|
|
4531
4152
|
:param 'WindowsConfigurationResponse' windows_configuration: Specifies Windows operating system settings on the virtual machine.
|
|
4532
4153
|
"""
|
|
4154
|
+
if admin_password is not None:
|
|
4155
|
+
pulumi.set(__self__, "admin_password", admin_password)
|
|
4533
4156
|
if admin_username is not None:
|
|
4534
4157
|
pulumi.set(__self__, "admin_username", admin_username)
|
|
4535
4158
|
if allow_extension_operations is not None:
|
|
4536
4159
|
pulumi.set(__self__, "allow_extension_operations", allow_extension_operations)
|
|
4537
4160
|
if computer_name_prefix is not None:
|
|
4538
4161
|
pulumi.set(__self__, "computer_name_prefix", computer_name_prefix)
|
|
4162
|
+
if custom_data is not None:
|
|
4163
|
+
pulumi.set(__self__, "custom_data", custom_data)
|
|
4539
4164
|
if linux_configuration is not None:
|
|
4540
4165
|
pulumi.set(__self__, "linux_configuration", linux_configuration)
|
|
4541
4166
|
if require_guest_provision_signal is not None:
|
|
@@ -4545,18 +4170,19 @@ class VirtualMachineScaleSetOSProfileResponse(dict):
|
|
|
4545
4170
|
if windows_configuration is not None:
|
|
4546
4171
|
pulumi.set(__self__, "windows_configuration", windows_configuration)
|
|
4547
4172
|
|
|
4173
|
+
@property
|
|
4174
|
+
@pulumi.getter(name="adminPassword")
|
|
4175
|
+
def admin_password(self) -> Optional[str]:
|
|
4176
|
+
"""
|
|
4177
|
+
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)
|
|
4178
|
+
"""
|
|
4179
|
+
return pulumi.get(self, "admin_password")
|
|
4180
|
+
|
|
4548
4181
|
@property
|
|
4549
4182
|
@pulumi.getter(name="adminUsername")
|
|
4550
4183
|
def admin_username(self) -> Optional[str]:
|
|
4551
4184
|
"""
|
|
4552
|
-
Specifies the name of the administrator account. <br><br> **Windows-only
|
|
4553
|
-
restriction:** Cannot end in "." <br><br> **Disallowed values:**
|
|
4554
|
-
"administrator", "admin", "user", "user1", "test", "user2", "test1", "user3",
|
|
4555
|
-
"admin1", "1", "123", "a", "actuser", "adm", "admin2", "aspnet", "backup",
|
|
4556
|
-
"console", "david", "guest", "john", "owner", "root", "server", "sql",
|
|
4557
|
-
"support", "support_388945a0", "sys", "test2", "test3", "user4", "user5".
|
|
4558
|
-
<br><br> **Minimum-length (Linux):** 1 character <br><br> **Max-length
|
|
4559
|
-
(Linux):** 64 characters <br><br> **Max-length (Windows):** 20 characters
|
|
4185
|
+
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
|
|
4560
4186
|
"""
|
|
4561
4187
|
return pulumi.get(self, "admin_username")
|
|
4562
4188
|
|
|
@@ -4564,9 +4190,7 @@ class VirtualMachineScaleSetOSProfileResponse(dict):
|
|
|
4564
4190
|
@pulumi.getter(name="allowExtensionOperations")
|
|
4565
4191
|
def allow_extension_operations(self) -> Optional[bool]:
|
|
4566
4192
|
"""
|
|
4567
|
-
Specifies whether extension operations should be allowed on the virtual machine
|
|
4568
|
-
scale set. This may only be set to False when no extensions are present on the
|
|
4569
|
-
virtual machine scale set.
|
|
4193
|
+
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.
|
|
4570
4194
|
"""
|
|
4571
4195
|
return pulumi.get(self, "allow_extension_operations")
|
|
4572
4196
|
|
|
@@ -4574,18 +4198,23 @@ class VirtualMachineScaleSetOSProfileResponse(dict):
|
|
|
4574
4198
|
@pulumi.getter(name="computerNamePrefix")
|
|
4575
4199
|
def computer_name_prefix(self) -> Optional[str]:
|
|
4576
4200
|
"""
|
|
4577
|
-
Specifies the computer name prefix for all of the virtual machines in the scale
|
|
4578
|
-
set. Computer name prefixes must be 1 to 15 characters long.
|
|
4201
|
+
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.
|
|
4579
4202
|
"""
|
|
4580
4203
|
return pulumi.get(self, "computer_name_prefix")
|
|
4581
4204
|
|
|
4205
|
+
@property
|
|
4206
|
+
@pulumi.getter(name="customData")
|
|
4207
|
+
def custom_data(self) -> Optional[str]:
|
|
4208
|
+
"""
|
|
4209
|
+
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)
|
|
4210
|
+
"""
|
|
4211
|
+
return pulumi.get(self, "custom_data")
|
|
4212
|
+
|
|
4582
4213
|
@property
|
|
4583
4214
|
@pulumi.getter(name="linuxConfiguration")
|
|
4584
4215
|
def linux_configuration(self) -> Optional['outputs.LinuxConfigurationResponse']:
|
|
4585
4216
|
"""
|
|
4586
|
-
Specifies the Linux operating system settings on the virtual machine. For a
|
|
4587
|
-
list of supported Linux distributions, see [Linux on Azure-Endorsed
|
|
4588
|
-
Distributions](https://docs.microsoft.com/azure/virtual-machines/linux/endorsed-distros).
|
|
4217
|
+
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).
|
|
4589
4218
|
"""
|
|
4590
4219
|
return pulumi.get(self, "linux_configuration")
|
|
4591
4220
|
|
|
@@ -4601,12 +4230,7 @@ class VirtualMachineScaleSetOSProfileResponse(dict):
|
|
|
4601
4230
|
@pulumi.getter
|
|
4602
4231
|
def secrets(self) -> Optional[Sequence['outputs.VaultSecretGroupResponse']]:
|
|
4603
4232
|
"""
|
|
4604
|
-
Specifies set of certificates that should be installed onto the virtual
|
|
4605
|
-
machines in the scale set. To install certificates on a virtual machine it is
|
|
4606
|
-
recommended to use the [Azure Key Vault virtual machine extension for
|
|
4607
|
-
Linux](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-linux)
|
|
4608
|
-
or the [Azure Key Vault virtual machine extension for
|
|
4609
|
-
Windows](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-windows).
|
|
4233
|
+
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).
|
|
4610
4234
|
"""
|
|
4611
4235
|
return pulumi.get(self, "secrets")
|
|
4612
4236
|
|
|
@@ -4648,13 +4272,8 @@ class VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettingsResponse(dict
|
|
|
4648
4272
|
domain_name_label_scope: Optional[str] = None):
|
|
4649
4273
|
"""
|
|
4650
4274
|
Describes a virtual machines scale sets network configuration's DNS settings.
|
|
4651
|
-
:param str domain_name_label: The Domain name label.The concatenation of the domain name label and vm index
|
|
4652
|
-
|
|
4653
|
-
created
|
|
4654
|
-
:param str domain_name_label_scope: The Domain name label scope.The concatenation of the hashed domain name label
|
|
4655
|
-
that generated according to the policy from domain name label scope and vm
|
|
4656
|
-
index will be the domain name labels of the PublicIPAddress resources that will
|
|
4657
|
-
be created
|
|
4275
|
+
: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
|
|
4276
|
+
: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
|
|
4658
4277
|
"""
|
|
4659
4278
|
pulumi.set(__self__, "domain_name_label", domain_name_label)
|
|
4660
4279
|
if domain_name_label_scope is not None:
|
|
@@ -4664,9 +4283,7 @@ class VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettingsResponse(dict
|
|
|
4664
4283
|
@pulumi.getter(name="domainNameLabel")
|
|
4665
4284
|
def domain_name_label(self) -> str:
|
|
4666
4285
|
"""
|
|
4667
|
-
The Domain name label.The concatenation of the domain name label and vm index
|
|
4668
|
-
will be the domain name labels of the PublicIPAddress resources that will be
|
|
4669
|
-
created
|
|
4286
|
+
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
|
|
4670
4287
|
"""
|
|
4671
4288
|
return pulumi.get(self, "domain_name_label")
|
|
4672
4289
|
|
|
@@ -4674,19 +4291,15 @@ class VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettingsResponse(dict
|
|
|
4674
4291
|
@pulumi.getter(name="domainNameLabelScope")
|
|
4675
4292
|
def domain_name_label_scope(self) -> Optional[str]:
|
|
4676
4293
|
"""
|
|
4677
|
-
The Domain name label scope.The concatenation of the hashed domain name label
|
|
4678
|
-
that generated according to the policy from domain name label scope and vm
|
|
4679
|
-
index will be the domain name labels of the PublicIPAddress resources that will
|
|
4680
|
-
be created
|
|
4294
|
+
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
|
|
4681
4295
|
"""
|
|
4682
4296
|
return pulumi.get(self, "domain_name_label_scope")
|
|
4683
4297
|
|
|
4684
4298
|
|
|
4685
4299
|
@pulumi.output_type
|
|
4686
|
-
class
|
|
4300
|
+
class VirtualMachineScaleSetPublicIPAddressConfigurationResponse(dict):
|
|
4687
4301
|
"""
|
|
4688
|
-
Describes a virtual machines scale set IP Configuration's PublicIPAddress
|
|
4689
|
-
configuration
|
|
4302
|
+
Describes a virtual machines scale set IP Configuration's PublicIPAddress configuration
|
|
4690
4303
|
"""
|
|
4691
4304
|
@staticmethod
|
|
4692
4305
|
def __key_warning(key: str):
|
|
@@ -4705,35 +4318,37 @@ class VirtualMachineScaleSetPublicIPAddressConfigurationPropertiesResponse(dict)
|
|
|
4705
4318
|
suggest = "public_ip_prefix"
|
|
4706
4319
|
|
|
4707
4320
|
if suggest:
|
|
4708
|
-
pulumi.log.warn(f"Key '{key}' not found in
|
|
4321
|
+
pulumi.log.warn(f"Key '{key}' not found in VirtualMachineScaleSetPublicIPAddressConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
|
|
4709
4322
|
|
|
4710
4323
|
def __getitem__(self, key: str) -> Any:
|
|
4711
|
-
|
|
4324
|
+
VirtualMachineScaleSetPublicIPAddressConfigurationResponse.__key_warning(key)
|
|
4712
4325
|
return super().__getitem__(key)
|
|
4713
4326
|
|
|
4714
4327
|
def get(self, key: str, default = None) -> Any:
|
|
4715
|
-
|
|
4328
|
+
VirtualMachineScaleSetPublicIPAddressConfigurationResponse.__key_warning(key)
|
|
4716
4329
|
return super().get(key, default)
|
|
4717
4330
|
|
|
4718
4331
|
def __init__(__self__, *,
|
|
4332
|
+
name: str,
|
|
4719
4333
|
delete_option: Optional[str] = None,
|
|
4720
4334
|
dns_settings: Optional['outputs.VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettingsResponse'] = None,
|
|
4721
4335
|
idle_timeout_in_minutes: Optional[int] = None,
|
|
4722
4336
|
ip_tags: Optional[Sequence['outputs.VirtualMachineScaleSetIpTagResponse']] = None,
|
|
4723
4337
|
public_ip_address_version: Optional[str] = None,
|
|
4724
|
-
public_ip_prefix: Optional['outputs.SubResourceResponse'] = None
|
|
4338
|
+
public_ip_prefix: Optional['outputs.SubResourceResponse'] = None,
|
|
4339
|
+
sku: Optional['outputs.PublicIPAddressSkuResponse'] = None):
|
|
4725
4340
|
"""
|
|
4726
|
-
Describes a virtual machines scale set IP Configuration's PublicIPAddress
|
|
4727
|
-
configuration
|
|
4341
|
+
Describes a virtual machines scale set IP Configuration's PublicIPAddress configuration
|
|
4342
|
+
:param str name: The publicIP address configuration name.
|
|
4728
4343
|
:param str delete_option: Specify what happens to the public IP when the VM is deleted
|
|
4729
4344
|
:param 'VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettingsResponse' dns_settings: The dns settings to be applied on the publicIP addresses .
|
|
4730
4345
|
:param int idle_timeout_in_minutes: The idle timeout of the public IP address.
|
|
4731
4346
|
:param Sequence['VirtualMachineScaleSetIpTagResponse'] ip_tags: The list of IP tags associated with the public IP address.
|
|
4732
|
-
:param str public_ip_address_version: Available from Api-Version 2019-07-01 onwards, it represents whether the
|
|
4733
|
-
specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible
|
|
4734
|
-
values are: 'IPv4' and 'IPv6'.
|
|
4347
|
+
: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'.
|
|
4735
4348
|
:param 'SubResourceResponse' public_ip_prefix: The PublicIPPrefix from which to allocate publicIP addresses.
|
|
4349
|
+
:param 'PublicIPAddressSkuResponse' sku: Describes the public IP Sku. It can only be set with OrchestrationMode as Flexible.
|
|
4736
4350
|
"""
|
|
4351
|
+
pulumi.set(__self__, "name", name)
|
|
4737
4352
|
if delete_option is not None:
|
|
4738
4353
|
pulumi.set(__self__, "delete_option", delete_option)
|
|
4739
4354
|
if dns_settings is not None:
|
|
@@ -4746,6 +4361,16 @@ class VirtualMachineScaleSetPublicIPAddressConfigurationPropertiesResponse(dict)
|
|
|
4746
4361
|
pulumi.set(__self__, "public_ip_address_version", public_ip_address_version)
|
|
4747
4362
|
if public_ip_prefix is not None:
|
|
4748
4363
|
pulumi.set(__self__, "public_ip_prefix", public_ip_prefix)
|
|
4364
|
+
if sku is not None:
|
|
4365
|
+
pulumi.set(__self__, "sku", sku)
|
|
4366
|
+
|
|
4367
|
+
@property
|
|
4368
|
+
@pulumi.getter
|
|
4369
|
+
def name(self) -> str:
|
|
4370
|
+
"""
|
|
4371
|
+
The publicIP address configuration name.
|
|
4372
|
+
"""
|
|
4373
|
+
return pulumi.get(self, "name")
|
|
4749
4374
|
|
|
4750
4375
|
@property
|
|
4751
4376
|
@pulumi.getter(name="deleteOption")
|
|
@@ -4765,87 +4390,41 @@ class VirtualMachineScaleSetPublicIPAddressConfigurationPropertiesResponse(dict)
|
|
|
4765
4390
|
|
|
4766
4391
|
@property
|
|
4767
4392
|
@pulumi.getter(name="idleTimeoutInMinutes")
|
|
4768
|
-
def idle_timeout_in_minutes(self) -> Optional[int]:
|
|
4769
|
-
"""
|
|
4770
|
-
The idle timeout of the public IP address.
|
|
4771
|
-
"""
|
|
4772
|
-
return pulumi.get(self, "idle_timeout_in_minutes")
|
|
4773
|
-
|
|
4774
|
-
@property
|
|
4775
|
-
@pulumi.getter(name="ipTags")
|
|
4776
|
-
def ip_tags(self) -> Optional[Sequence['outputs.VirtualMachineScaleSetIpTagResponse']]:
|
|
4777
|
-
"""
|
|
4778
|
-
The list of IP tags associated with the public IP address.
|
|
4779
|
-
"""
|
|
4780
|
-
return pulumi.get(self, "ip_tags")
|
|
4781
|
-
|
|
4782
|
-
@property
|
|
4783
|
-
@pulumi.getter(name="publicIPAddressVersion")
|
|
4784
|
-
def public_ip_address_version(self) -> Optional[str]:
|
|
4785
|
-
"""
|
|
4786
|
-
Available from Api-Version 2019-07-01 onwards, it represents whether the
|
|
4787
|
-
specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible
|
|
4788
|
-
values are: 'IPv4' and 'IPv6'.
|
|
4789
|
-
"""
|
|
4790
|
-
return pulumi.get(self, "public_ip_address_version")
|
|
4791
|
-
|
|
4792
|
-
@property
|
|
4793
|
-
@pulumi.getter(name="publicIPPrefix")
|
|
4794
|
-
def public_ip_prefix(self) -> Optional['outputs.SubResourceResponse']:
|
|
4795
|
-
"""
|
|
4796
|
-
The PublicIPPrefix from which to allocate publicIP addresses.
|
|
4797
|
-
"""
|
|
4798
|
-
return pulumi.get(self, "public_ip_prefix")
|
|
4799
|
-
|
|
4800
|
-
|
|
4801
|
-
@pulumi.output_type
|
|
4802
|
-
class VirtualMachineScaleSetPublicIPAddressConfigurationResponse(dict):
|
|
4803
|
-
"""
|
|
4804
|
-
Describes a virtual machines scale set IP Configuration's PublicIPAddress
|
|
4805
|
-
configuration
|
|
4806
|
-
"""
|
|
4807
|
-
def __init__(__self__, *,
|
|
4808
|
-
name: str,
|
|
4809
|
-
properties: Optional['outputs.VirtualMachineScaleSetPublicIPAddressConfigurationPropertiesResponse'] = None,
|
|
4810
|
-
sku: Optional['outputs.PublicIPAddressSkuResponse'] = None):
|
|
4393
|
+
def idle_timeout_in_minutes(self) -> Optional[int]:
|
|
4811
4394
|
"""
|
|
4812
|
-
|
|
4813
|
-
configuration
|
|
4814
|
-
:param str name: The publicIP address configuration name.
|
|
4815
|
-
:param 'VirtualMachineScaleSetPublicIPAddressConfigurationPropertiesResponse' properties: Describes a virtual machines scale set IP Configuration's PublicIPAddress
|
|
4816
|
-
configuration
|
|
4817
|
-
:param 'PublicIPAddressSkuResponse' sku: Describes the public IP Sku. It can only be set with OrchestrationMode as
|
|
4818
|
-
Flexible.
|
|
4395
|
+
The idle timeout of the public IP address.
|
|
4819
4396
|
"""
|
|
4820
|
-
pulumi.
|
|
4821
|
-
if properties is not None:
|
|
4822
|
-
pulumi.set(__self__, "properties", properties)
|
|
4823
|
-
if sku is not None:
|
|
4824
|
-
pulumi.set(__self__, "sku", sku)
|
|
4397
|
+
return pulumi.get(self, "idle_timeout_in_minutes")
|
|
4825
4398
|
|
|
4826
4399
|
@property
|
|
4827
|
-
@pulumi.getter
|
|
4828
|
-
def
|
|
4400
|
+
@pulumi.getter(name="ipTags")
|
|
4401
|
+
def ip_tags(self) -> Optional[Sequence['outputs.VirtualMachineScaleSetIpTagResponse']]:
|
|
4829
4402
|
"""
|
|
4830
|
-
The
|
|
4403
|
+
The list of IP tags associated with the public IP address.
|
|
4831
4404
|
"""
|
|
4832
|
-
return pulumi.get(self, "
|
|
4405
|
+
return pulumi.get(self, "ip_tags")
|
|
4833
4406
|
|
|
4834
4407
|
@property
|
|
4835
|
-
@pulumi.getter
|
|
4836
|
-
def
|
|
4408
|
+
@pulumi.getter(name="publicIPAddressVersion")
|
|
4409
|
+
def public_ip_address_version(self) -> Optional[str]:
|
|
4410
|
+
"""
|
|
4411
|
+
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'.
|
|
4412
|
+
"""
|
|
4413
|
+
return pulumi.get(self, "public_ip_address_version")
|
|
4414
|
+
|
|
4415
|
+
@property
|
|
4416
|
+
@pulumi.getter(name="publicIPPrefix")
|
|
4417
|
+
def public_ip_prefix(self) -> Optional['outputs.SubResourceResponse']:
|
|
4837
4418
|
"""
|
|
4838
|
-
|
|
4839
|
-
configuration
|
|
4419
|
+
The PublicIPPrefix from which to allocate publicIP addresses.
|
|
4840
4420
|
"""
|
|
4841
|
-
return pulumi.get(self, "
|
|
4421
|
+
return pulumi.get(self, "public_ip_prefix")
|
|
4842
4422
|
|
|
4843
4423
|
@property
|
|
4844
4424
|
@pulumi.getter
|
|
4845
4425
|
def sku(self) -> Optional['outputs.PublicIPAddressSkuResponse']:
|
|
4846
4426
|
"""
|
|
4847
|
-
Describes the public IP Sku. It can only be set with OrchestrationMode as
|
|
4848
|
-
Flexible.
|
|
4427
|
+
Describes the public IP Sku. It can only be set with OrchestrationMode as Flexible.
|
|
4849
4428
|
"""
|
|
4850
4429
|
return pulumi.get(self, "sku")
|
|
4851
4430
|
|
|
@@ -4880,24 +4459,14 @@ class VirtualMachineScaleSetStorageProfileResponse(dict):
|
|
|
4880
4459
|
|
|
4881
4460
|
def __init__(__self__, *,
|
|
4882
4461
|
data_disks: Optional[Sequence['outputs.VirtualMachineScaleSetDataDiskResponse']] = None,
|
|
4883
|
-
disk_controller_type: Optional[str] = None,
|
|
4462
|
+
disk_controller_type: Optional[Sequence[str]] = None,
|
|
4884
4463
|
image_reference: Optional['outputs.ImageReferenceResponse'] = None,
|
|
4885
4464
|
os_disk: Optional['outputs.VirtualMachineScaleSetOSDiskResponse'] = None):
|
|
4886
4465
|
"""
|
|
4887
4466
|
Describes a virtual machine scale set storage profile.
|
|
4888
|
-
:param Sequence['VirtualMachineScaleSetDataDiskResponse'] data_disks: Specifies the parameters that are used to add data disks to the virtual
|
|
4889
|
-
|
|
4890
|
-
|
|
4891
|
-
machines](https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview).
|
|
4892
|
-
: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
|
|
4893
|
-
:param 'ImageReferenceResponse' image_reference: Specifies information about the image to use. You can specify information about
|
|
4894
|
-
platform images, marketplace images, or virtual machine images. This element is
|
|
4895
|
-
required when you want to use a platform image, marketplace image, or virtual
|
|
4896
|
-
machine image, but is not used in other creation operations.
|
|
4897
|
-
:param 'VirtualMachineScaleSetOSDiskResponse' os_disk: Specifies information about the operating system disk used by the virtual
|
|
4898
|
-
machines in the scale set. For more information about disks, see [About disks
|
|
4899
|
-
and VHDs for Azure virtual
|
|
4900
|
-
machines](https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview).
|
|
4467
|
+
: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).
|
|
4468
|
+
: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.
|
|
4469
|
+
: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).
|
|
4901
4470
|
"""
|
|
4902
4471
|
if data_disks is not None:
|
|
4903
4472
|
pulumi.set(__self__, "data_disks", data_disks)
|
|
@@ -4912,29 +4481,20 @@ class VirtualMachineScaleSetStorageProfileResponse(dict):
|
|
|
4912
4481
|
@pulumi.getter(name="dataDisks")
|
|
4913
4482
|
def data_disks(self) -> Optional[Sequence['outputs.VirtualMachineScaleSetDataDiskResponse']]:
|
|
4914
4483
|
"""
|
|
4915
|
-
Specifies the parameters that are used to add data disks to the virtual
|
|
4916
|
-
machines in the scale set. For more information about disks, see [About disks
|
|
4917
|
-
and VHDs for Azure virtual
|
|
4918
|
-
machines](https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview).
|
|
4484
|
+
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).
|
|
4919
4485
|
"""
|
|
4920
4486
|
return pulumi.get(self, "data_disks")
|
|
4921
4487
|
|
|
4922
4488
|
@property
|
|
4923
4489
|
@pulumi.getter(name="diskControllerType")
|
|
4924
|
-
def disk_controller_type(self) -> Optional[str]:
|
|
4925
|
-
"""
|
|
4926
|
-
Specifies the disk controller type configured for the virtual machines in the scale set. Minimum api-version: 2022-08-01
|
|
4927
|
-
"""
|
|
4490
|
+
def disk_controller_type(self) -> Optional[Sequence[str]]:
|
|
4928
4491
|
return pulumi.get(self, "disk_controller_type")
|
|
4929
4492
|
|
|
4930
4493
|
@property
|
|
4931
4494
|
@pulumi.getter(name="imageReference")
|
|
4932
4495
|
def image_reference(self) -> Optional['outputs.ImageReferenceResponse']:
|
|
4933
4496
|
"""
|
|
4934
|
-
Specifies information about the image to use. You can specify information about
|
|
4935
|
-
platform images, marketplace images, or virtual machine images. This element is
|
|
4936
|
-
required when you want to use a platform image, marketplace image, or virtual
|
|
4937
|
-
machine image, but is not used in other creation operations.
|
|
4497
|
+
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.
|
|
4938
4498
|
"""
|
|
4939
4499
|
return pulumi.get(self, "image_reference")
|
|
4940
4500
|
|
|
@@ -4942,14 +4502,286 @@ class VirtualMachineScaleSetStorageProfileResponse(dict):
|
|
|
4942
4502
|
@pulumi.getter(name="osDisk")
|
|
4943
4503
|
def os_disk(self) -> Optional['outputs.VirtualMachineScaleSetOSDiskResponse']:
|
|
4944
4504
|
"""
|
|
4945
|
-
Specifies information about the operating system disk used by the virtual
|
|
4946
|
-
machines in the scale set. For more information about disks, see [About disks
|
|
4947
|
-
and VHDs for Azure virtual
|
|
4948
|
-
machines](https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview).
|
|
4505
|
+
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).
|
|
4949
4506
|
"""
|
|
4950
4507
|
return pulumi.get(self, "os_disk")
|
|
4951
4508
|
|
|
4952
4509
|
|
|
4510
|
+
@pulumi.output_type
|
|
4511
|
+
class VirtualMachineScaleSetVMProfileResponse(dict):
|
|
4512
|
+
"""
|
|
4513
|
+
Describes a virtual machine scale set virtual machine profile.
|
|
4514
|
+
"""
|
|
4515
|
+
@staticmethod
|
|
4516
|
+
def __key_warning(key: str):
|
|
4517
|
+
suggest = None
|
|
4518
|
+
if key == "timeCreated":
|
|
4519
|
+
suggest = "time_created"
|
|
4520
|
+
elif key == "applicationProfile":
|
|
4521
|
+
suggest = "application_profile"
|
|
4522
|
+
elif key == "billingProfile":
|
|
4523
|
+
suggest = "billing_profile"
|
|
4524
|
+
elif key == "capacityReservation":
|
|
4525
|
+
suggest = "capacity_reservation"
|
|
4526
|
+
elif key == "diagnosticsProfile":
|
|
4527
|
+
suggest = "diagnostics_profile"
|
|
4528
|
+
elif key == "evictionPolicy":
|
|
4529
|
+
suggest = "eviction_policy"
|
|
4530
|
+
elif key == "extensionProfile":
|
|
4531
|
+
suggest = "extension_profile"
|
|
4532
|
+
elif key == "hardwareProfile":
|
|
4533
|
+
suggest = "hardware_profile"
|
|
4534
|
+
elif key == "licenseType":
|
|
4535
|
+
suggest = "license_type"
|
|
4536
|
+
elif key == "networkProfile":
|
|
4537
|
+
suggest = "network_profile"
|
|
4538
|
+
elif key == "osProfile":
|
|
4539
|
+
suggest = "os_profile"
|
|
4540
|
+
elif key == "scheduledEventsProfile":
|
|
4541
|
+
suggest = "scheduled_events_profile"
|
|
4542
|
+
elif key == "securityPostureReference":
|
|
4543
|
+
suggest = "security_posture_reference"
|
|
4544
|
+
elif key == "securityProfile":
|
|
4545
|
+
suggest = "security_profile"
|
|
4546
|
+
elif key == "serviceArtifactReference":
|
|
4547
|
+
suggest = "service_artifact_reference"
|
|
4548
|
+
elif key == "storageProfile":
|
|
4549
|
+
suggest = "storage_profile"
|
|
4550
|
+
elif key == "userData":
|
|
4551
|
+
suggest = "user_data"
|
|
4552
|
+
|
|
4553
|
+
if suggest:
|
|
4554
|
+
pulumi.log.warn(f"Key '{key}' not found in VirtualMachineScaleSetVMProfileResponse. Access the value via the '{suggest}' property getter instead.")
|
|
4555
|
+
|
|
4556
|
+
def __getitem__(self, key: str) -> Any:
|
|
4557
|
+
VirtualMachineScaleSetVMProfileResponse.__key_warning(key)
|
|
4558
|
+
return super().__getitem__(key)
|
|
4559
|
+
|
|
4560
|
+
def get(self, key: str, default = None) -> Any:
|
|
4561
|
+
VirtualMachineScaleSetVMProfileResponse.__key_warning(key)
|
|
4562
|
+
return super().get(key, default)
|
|
4563
|
+
|
|
4564
|
+
def __init__(__self__, *,
|
|
4565
|
+
time_created: str,
|
|
4566
|
+
application_profile: Optional['outputs.ApplicationProfileResponse'] = None,
|
|
4567
|
+
billing_profile: Optional['outputs.BillingProfileResponse'] = None,
|
|
4568
|
+
capacity_reservation: Optional['outputs.CapacityReservationProfileResponse'] = None,
|
|
4569
|
+
diagnostics_profile: Optional['outputs.DiagnosticsProfileResponse'] = None,
|
|
4570
|
+
eviction_policy: Optional[str] = None,
|
|
4571
|
+
extension_profile: Optional['outputs.VirtualMachineScaleSetExtensionProfileResponse'] = None,
|
|
4572
|
+
hardware_profile: Optional['outputs.VirtualMachineScaleSetHardwareProfileResponse'] = None,
|
|
4573
|
+
license_type: Optional[str] = None,
|
|
4574
|
+
network_profile: Optional['outputs.VirtualMachineScaleSetNetworkProfileResponse'] = None,
|
|
4575
|
+
os_profile: Optional['outputs.VirtualMachineScaleSetOSProfileResponse'] = None,
|
|
4576
|
+
priority: Optional[str] = None,
|
|
4577
|
+
scheduled_events_profile: Optional['outputs.ScheduledEventsProfileResponse'] = None,
|
|
4578
|
+
security_posture_reference: Optional['outputs.SecurityPostureReferenceResponse'] = None,
|
|
4579
|
+
security_profile: Optional['outputs.SecurityProfileResponse'] = None,
|
|
4580
|
+
service_artifact_reference: Optional['outputs.ServiceArtifactReferenceResponse'] = None,
|
|
4581
|
+
storage_profile: Optional['outputs.VirtualMachineScaleSetStorageProfileResponse'] = None,
|
|
4582
|
+
user_data: Optional[str] = None):
|
|
4583
|
+
"""
|
|
4584
|
+
Describes a virtual machine scale set virtual machine profile.
|
|
4585
|
+
: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.
|
|
4586
|
+
:param 'ApplicationProfileResponse' application_profile: Specifies the gallery applications that should be made available to the VM/VMSS
|
|
4587
|
+
:param 'BillingProfileResponse' billing_profile: Specifies the billing related details of a Azure Spot VMSS. Minimum api-version: 2019-03-01.
|
|
4588
|
+
:param 'CapacityReservationProfileResponse' capacity_reservation: Specifies the capacity reservation related details of a scale set. Minimum api-version: 2021-04-01.
|
|
4589
|
+
:param 'DiagnosticsProfileResponse' diagnostics_profile: Specifies the boot diagnostic settings state. Minimum api-version: 2015-06-15.
|
|
4590
|
+
: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.
|
|
4591
|
+
:param 'VirtualMachineScaleSetExtensionProfileResponse' extension_profile: Specifies a collection of settings for extensions installed on virtual machines in the scale set.
|
|
4592
|
+
:param 'VirtualMachineScaleSetHardwareProfileResponse' hardware_profile: Specifies the hardware profile related details of a scale set. Minimum api-version: 2021-11-01.
|
|
4593
|
+
: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
|
|
4594
|
+
:param 'VirtualMachineScaleSetNetworkProfileResponse' network_profile: Specifies properties of the network interfaces of the virtual machines in the scale set.
|
|
4595
|
+
:param 'VirtualMachineScaleSetOSProfileResponse' os_profile: Specifies the operating system settings for the virtual machines in the scale set.
|
|
4596
|
+
:param str priority: Specifies the priority for the virtual machines in the scale set. Minimum api-version: 2017-10-30-preview.
|
|
4597
|
+
:param 'ScheduledEventsProfileResponse' scheduled_events_profile: Specifies Scheduled Event related configurations.
|
|
4598
|
+
: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
|
|
4599
|
+
:param 'SecurityProfileResponse' security_profile: Specifies the Security related profile settings for the virtual machines in the scale set.
|
|
4600
|
+
: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
|
|
4601
|
+
:param 'VirtualMachineScaleSetStorageProfileResponse' storage_profile: Specifies the storage settings for the virtual machine disks.
|
|
4602
|
+
: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.
|
|
4603
|
+
"""
|
|
4604
|
+
pulumi.set(__self__, "time_created", time_created)
|
|
4605
|
+
if application_profile is not None:
|
|
4606
|
+
pulumi.set(__self__, "application_profile", application_profile)
|
|
4607
|
+
if billing_profile is not None:
|
|
4608
|
+
pulumi.set(__self__, "billing_profile", billing_profile)
|
|
4609
|
+
if capacity_reservation is not None:
|
|
4610
|
+
pulumi.set(__self__, "capacity_reservation", capacity_reservation)
|
|
4611
|
+
if diagnostics_profile is not None:
|
|
4612
|
+
pulumi.set(__self__, "diagnostics_profile", diagnostics_profile)
|
|
4613
|
+
if eviction_policy is not None:
|
|
4614
|
+
pulumi.set(__self__, "eviction_policy", eviction_policy)
|
|
4615
|
+
if extension_profile is not None:
|
|
4616
|
+
pulumi.set(__self__, "extension_profile", extension_profile)
|
|
4617
|
+
if hardware_profile is not None:
|
|
4618
|
+
pulumi.set(__self__, "hardware_profile", hardware_profile)
|
|
4619
|
+
if license_type is not None:
|
|
4620
|
+
pulumi.set(__self__, "license_type", license_type)
|
|
4621
|
+
if network_profile is not None:
|
|
4622
|
+
pulumi.set(__self__, "network_profile", network_profile)
|
|
4623
|
+
if os_profile is not None:
|
|
4624
|
+
pulumi.set(__self__, "os_profile", os_profile)
|
|
4625
|
+
if priority is not None:
|
|
4626
|
+
pulumi.set(__self__, "priority", priority)
|
|
4627
|
+
if scheduled_events_profile is not None:
|
|
4628
|
+
pulumi.set(__self__, "scheduled_events_profile", scheduled_events_profile)
|
|
4629
|
+
if security_posture_reference is not None:
|
|
4630
|
+
pulumi.set(__self__, "security_posture_reference", security_posture_reference)
|
|
4631
|
+
if security_profile is not None:
|
|
4632
|
+
pulumi.set(__self__, "security_profile", security_profile)
|
|
4633
|
+
if service_artifact_reference is not None:
|
|
4634
|
+
pulumi.set(__self__, "service_artifact_reference", service_artifact_reference)
|
|
4635
|
+
if storage_profile is not None:
|
|
4636
|
+
pulumi.set(__self__, "storage_profile", storage_profile)
|
|
4637
|
+
if user_data is not None:
|
|
4638
|
+
pulumi.set(__self__, "user_data", user_data)
|
|
4639
|
+
|
|
4640
|
+
@property
|
|
4641
|
+
@pulumi.getter(name="timeCreated")
|
|
4642
|
+
def time_created(self) -> str:
|
|
4643
|
+
"""
|
|
4644
|
+
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.
|
|
4645
|
+
"""
|
|
4646
|
+
return pulumi.get(self, "time_created")
|
|
4647
|
+
|
|
4648
|
+
@property
|
|
4649
|
+
@pulumi.getter(name="applicationProfile")
|
|
4650
|
+
def application_profile(self) -> Optional['outputs.ApplicationProfileResponse']:
|
|
4651
|
+
"""
|
|
4652
|
+
Specifies the gallery applications that should be made available to the VM/VMSS
|
|
4653
|
+
"""
|
|
4654
|
+
return pulumi.get(self, "application_profile")
|
|
4655
|
+
|
|
4656
|
+
@property
|
|
4657
|
+
@pulumi.getter(name="billingProfile")
|
|
4658
|
+
def billing_profile(self) -> Optional['outputs.BillingProfileResponse']:
|
|
4659
|
+
"""
|
|
4660
|
+
Specifies the billing related details of a Azure Spot VMSS. Minimum api-version: 2019-03-01.
|
|
4661
|
+
"""
|
|
4662
|
+
return pulumi.get(self, "billing_profile")
|
|
4663
|
+
|
|
4664
|
+
@property
|
|
4665
|
+
@pulumi.getter(name="capacityReservation")
|
|
4666
|
+
def capacity_reservation(self) -> Optional['outputs.CapacityReservationProfileResponse']:
|
|
4667
|
+
"""
|
|
4668
|
+
Specifies the capacity reservation related details of a scale set. Minimum api-version: 2021-04-01.
|
|
4669
|
+
"""
|
|
4670
|
+
return pulumi.get(self, "capacity_reservation")
|
|
4671
|
+
|
|
4672
|
+
@property
|
|
4673
|
+
@pulumi.getter(name="diagnosticsProfile")
|
|
4674
|
+
def diagnostics_profile(self) -> Optional['outputs.DiagnosticsProfileResponse']:
|
|
4675
|
+
"""
|
|
4676
|
+
Specifies the boot diagnostic settings state. Minimum api-version: 2015-06-15.
|
|
4677
|
+
"""
|
|
4678
|
+
return pulumi.get(self, "diagnostics_profile")
|
|
4679
|
+
|
|
4680
|
+
@property
|
|
4681
|
+
@pulumi.getter(name="evictionPolicy")
|
|
4682
|
+
def eviction_policy(self) -> Optional[str]:
|
|
4683
|
+
"""
|
|
4684
|
+
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.
|
|
4685
|
+
"""
|
|
4686
|
+
return pulumi.get(self, "eviction_policy")
|
|
4687
|
+
|
|
4688
|
+
@property
|
|
4689
|
+
@pulumi.getter(name="extensionProfile")
|
|
4690
|
+
def extension_profile(self) -> Optional['outputs.VirtualMachineScaleSetExtensionProfileResponse']:
|
|
4691
|
+
"""
|
|
4692
|
+
Specifies a collection of settings for extensions installed on virtual machines in the scale set.
|
|
4693
|
+
"""
|
|
4694
|
+
return pulumi.get(self, "extension_profile")
|
|
4695
|
+
|
|
4696
|
+
@property
|
|
4697
|
+
@pulumi.getter(name="hardwareProfile")
|
|
4698
|
+
def hardware_profile(self) -> Optional['outputs.VirtualMachineScaleSetHardwareProfileResponse']:
|
|
4699
|
+
"""
|
|
4700
|
+
Specifies the hardware profile related details of a scale set. Minimum api-version: 2021-11-01.
|
|
4701
|
+
"""
|
|
4702
|
+
return pulumi.get(self, "hardware_profile")
|
|
4703
|
+
|
|
4704
|
+
@property
|
|
4705
|
+
@pulumi.getter(name="licenseType")
|
|
4706
|
+
def license_type(self) -> Optional[str]:
|
|
4707
|
+
"""
|
|
4708
|
+
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
|
|
4709
|
+
"""
|
|
4710
|
+
return pulumi.get(self, "license_type")
|
|
4711
|
+
|
|
4712
|
+
@property
|
|
4713
|
+
@pulumi.getter(name="networkProfile")
|
|
4714
|
+
def network_profile(self) -> Optional['outputs.VirtualMachineScaleSetNetworkProfileResponse']:
|
|
4715
|
+
"""
|
|
4716
|
+
Specifies properties of the network interfaces of the virtual machines in the scale set.
|
|
4717
|
+
"""
|
|
4718
|
+
return pulumi.get(self, "network_profile")
|
|
4719
|
+
|
|
4720
|
+
@property
|
|
4721
|
+
@pulumi.getter(name="osProfile")
|
|
4722
|
+
def os_profile(self) -> Optional['outputs.VirtualMachineScaleSetOSProfileResponse']:
|
|
4723
|
+
"""
|
|
4724
|
+
Specifies the operating system settings for the virtual machines in the scale set.
|
|
4725
|
+
"""
|
|
4726
|
+
return pulumi.get(self, "os_profile")
|
|
4727
|
+
|
|
4728
|
+
@property
|
|
4729
|
+
@pulumi.getter
|
|
4730
|
+
def priority(self) -> Optional[str]:
|
|
4731
|
+
"""
|
|
4732
|
+
Specifies the priority for the virtual machines in the scale set. Minimum api-version: 2017-10-30-preview.
|
|
4733
|
+
"""
|
|
4734
|
+
return pulumi.get(self, "priority")
|
|
4735
|
+
|
|
4736
|
+
@property
|
|
4737
|
+
@pulumi.getter(name="scheduledEventsProfile")
|
|
4738
|
+
def scheduled_events_profile(self) -> Optional['outputs.ScheduledEventsProfileResponse']:
|
|
4739
|
+
"""
|
|
4740
|
+
Specifies Scheduled Event related configurations.
|
|
4741
|
+
"""
|
|
4742
|
+
return pulumi.get(self, "scheduled_events_profile")
|
|
4743
|
+
|
|
4744
|
+
@property
|
|
4745
|
+
@pulumi.getter(name="securityPostureReference")
|
|
4746
|
+
def security_posture_reference(self) -> Optional['outputs.SecurityPostureReferenceResponse']:
|
|
4747
|
+
"""
|
|
4748
|
+
Specifies the security posture to be used for all virtual machines in the scale set. Minimum api-version: 2023-03-01
|
|
4749
|
+
"""
|
|
4750
|
+
return pulumi.get(self, "security_posture_reference")
|
|
4751
|
+
|
|
4752
|
+
@property
|
|
4753
|
+
@pulumi.getter(name="securityProfile")
|
|
4754
|
+
def security_profile(self) -> Optional['outputs.SecurityProfileResponse']:
|
|
4755
|
+
"""
|
|
4756
|
+
Specifies the Security related profile settings for the virtual machines in the scale set.
|
|
4757
|
+
"""
|
|
4758
|
+
return pulumi.get(self, "security_profile")
|
|
4759
|
+
|
|
4760
|
+
@property
|
|
4761
|
+
@pulumi.getter(name="serviceArtifactReference")
|
|
4762
|
+
def service_artifact_reference(self) -> Optional['outputs.ServiceArtifactReferenceResponse']:
|
|
4763
|
+
"""
|
|
4764
|
+
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
|
|
4765
|
+
"""
|
|
4766
|
+
return pulumi.get(self, "service_artifact_reference")
|
|
4767
|
+
|
|
4768
|
+
@property
|
|
4769
|
+
@pulumi.getter(name="storageProfile")
|
|
4770
|
+
def storage_profile(self) -> Optional['outputs.VirtualMachineScaleSetStorageProfileResponse']:
|
|
4771
|
+
"""
|
|
4772
|
+
Specifies the storage settings for the virtual machine disks.
|
|
4773
|
+
"""
|
|
4774
|
+
return pulumi.get(self, "storage_profile")
|
|
4775
|
+
|
|
4776
|
+
@property
|
|
4777
|
+
@pulumi.getter(name="userData")
|
|
4778
|
+
def user_data(self) -> Optional[str]:
|
|
4779
|
+
"""
|
|
4780
|
+
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.
|
|
4781
|
+
"""
|
|
4782
|
+
return pulumi.get(self, "user_data")
|
|
4783
|
+
|
|
4784
|
+
|
|
4953
4785
|
@pulumi.output_type
|
|
4954
4786
|
class VmSizeProfileResponse(dict):
|
|
4955
4787
|
"""
|
|
@@ -5036,21 +4868,8 @@ class WinRMListenerResponse(dict):
|
|
|
5036
4868
|
protocol: Optional[str] = None):
|
|
5037
4869
|
"""
|
|
5038
4870
|
Describes Protocol and thumbprint of Windows Remote Management listener
|
|
5039
|
-
:param str certificate_url: This is the URL of a certificate that has been uploaded to Key Vault as a
|
|
5040
|
-
|
|
5041
|
-
key
|
|
5042
|
-
vault](https://docs.microsoft.com/azure/key-vault/key-vault-get-started/#add).
|
|
5043
|
-
In this case, your certificate needs to be the Base64 encoding of the following
|
|
5044
|
-
JSON Object which is encoded in UTF-8: <br><br> {<br>
|
|
5045
|
-
"data":"<Base64-encoded-certificate>",<br> "dataType":"pfx",<br>
|
|
5046
|
-
"password":"<pfx-file-password>"<br>} <br> To install certificates on a virtual
|
|
5047
|
-
machine it is recommended to use the [Azure Key Vault virtual machine extension
|
|
5048
|
-
for
|
|
5049
|
-
Linux](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-linux)
|
|
5050
|
-
or the [Azure Key Vault virtual machine extension for
|
|
5051
|
-
Windows](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-windows).
|
|
5052
|
-
:param str protocol: Specifies the protocol of WinRM listener. Possible values are: **http,**
|
|
5053
|
-
**https.**
|
|
4871
|
+
: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).
|
|
4872
|
+
:param str protocol: Specifies the protocol of WinRM listener. Possible values are: **http,** **https.**
|
|
5054
4873
|
"""
|
|
5055
4874
|
if certificate_url is not None:
|
|
5056
4875
|
pulumi.set(__self__, "certificate_url", certificate_url)
|
|
@@ -5061,19 +4880,7 @@ class WinRMListenerResponse(dict):
|
|
|
5061
4880
|
@pulumi.getter(name="certificateUrl")
|
|
5062
4881
|
def certificate_url(self) -> Optional[str]:
|
|
5063
4882
|
"""
|
|
5064
|
-
This is the URL of a certificate that has been uploaded to Key Vault as a
|
|
5065
|
-
secret. For adding a secret to the Key Vault, see [Add a key or secret to the
|
|
5066
|
-
key
|
|
5067
|
-
vault](https://docs.microsoft.com/azure/key-vault/key-vault-get-started/#add).
|
|
5068
|
-
In this case, your certificate needs to be the Base64 encoding of the following
|
|
5069
|
-
JSON Object which is encoded in UTF-8: <br><br> {<br>
|
|
5070
|
-
"data":"<Base64-encoded-certificate>",<br> "dataType":"pfx",<br>
|
|
5071
|
-
"password":"<pfx-file-password>"<br>} <br> To install certificates on a virtual
|
|
5072
|
-
machine it is recommended to use the [Azure Key Vault virtual machine extension
|
|
5073
|
-
for
|
|
5074
|
-
Linux](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-linux)
|
|
5075
|
-
or the [Azure Key Vault virtual machine extension for
|
|
5076
|
-
Windows](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-windows).
|
|
4883
|
+
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).
|
|
5077
4884
|
"""
|
|
5078
4885
|
return pulumi.get(self, "certificate_url")
|
|
5079
4886
|
|
|
@@ -5081,8 +4888,7 @@ class WinRMListenerResponse(dict):
|
|
|
5081
4888
|
@pulumi.getter
|
|
5082
4889
|
def protocol(self) -> Optional[str]:
|
|
5083
4890
|
"""
|
|
5084
|
-
Specifies the protocol of WinRM listener. Possible values are: **http,**
|
|
5085
|
-
**https.**
|
|
4891
|
+
Specifies the protocol of WinRM listener. Possible values are: **http,** **https.**
|
|
5086
4892
|
"""
|
|
5087
4893
|
return pulumi.get(self, "protocol")
|
|
5088
4894
|
|
|
@@ -5131,25 +4937,13 @@ class WindowsConfigurationResponse(dict):
|
|
|
5131
4937
|
win_rm: Optional['outputs.WinRMConfigurationResponse'] = None):
|
|
5132
4938
|
"""
|
|
5133
4939
|
Specifies Windows operating system settings on the virtual machine.
|
|
5134
|
-
:param Sequence['AdditionalUnattendContentResponse'] additional_unattend_content: Specifies additional base-64 encoded XML formatted information that can be
|
|
5135
|
-
|
|
5136
|
-
:param bool
|
|
5137
|
-
Default value is true. For virtual machine scale sets, this property can be
|
|
5138
|
-
updated and updates will take effect on OS reprovisioning.
|
|
5139
|
-
:param bool enable_vm_agent_platform_updates: Indicates whether VMAgent Platform Updates is enabled for the Windows virtual
|
|
5140
|
-
machine. Default value is false.
|
|
4940
|
+
: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.
|
|
4941
|
+
: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.
|
|
4942
|
+
:param bool enable_vm_agent_platform_updates: Indicates whether VMAgent Platform Updates is enabled for the Windows virtual machine. Default value is false.
|
|
5141
4943
|
:param 'PatchSettingsResponse' patch_settings: [Preview Feature] Specifies settings related to VM Guest Patching on Windows.
|
|
5142
|
-
:param bool provision_vm_agent: Indicates whether virtual machine agent should be provisioned on the virtual
|
|
5143
|
-
|
|
5144
|
-
|
|
5145
|
-
extensions can be added to the VM later.
|
|
5146
|
-
:param str time_zone: Specifies the time zone of the virtual machine. e.g. "Pacific Standard Time".
|
|
5147
|
-
Possible values can be
|
|
5148
|
-
[TimeZoneInfo.Id](https://docs.microsoft.com/dotnet/api/system.timezoneinfo.id?#System_TimeZoneInfo_Id)
|
|
5149
|
-
value from time zones returned by
|
|
5150
|
-
[TimeZoneInfo.GetSystemTimeZones](https://docs.microsoft.com/dotnet/api/system.timezoneinfo.getsystemtimezones).
|
|
5151
|
-
:param 'WinRMConfigurationResponse' win_rm: Specifies the Windows Remote Management listeners. This enables remote Windows
|
|
5152
|
-
PowerShell.
|
|
4944
|
+
: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.
|
|
4945
|
+
: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).
|
|
4946
|
+
:param 'WinRMConfigurationResponse' win_rm: Specifies the Windows Remote Management listeners. This enables remote Windows PowerShell.
|
|
5153
4947
|
"""
|
|
5154
4948
|
if additional_unattend_content is not None:
|
|
5155
4949
|
pulumi.set(__self__, "additional_unattend_content", additional_unattend_content)
|
|
@@ -5170,8 +4964,7 @@ class WindowsConfigurationResponse(dict):
|
|
|
5170
4964
|
@pulumi.getter(name="additionalUnattendContent")
|
|
5171
4965
|
def additional_unattend_content(self) -> Optional[Sequence['outputs.AdditionalUnattendContentResponse']]:
|
|
5172
4966
|
"""
|
|
5173
|
-
Specifies additional base-64 encoded XML formatted information that can be
|
|
5174
|
-
included in the Unattend.xml file, which is used by Windows Setup.
|
|
4967
|
+
Specifies additional base-64 encoded XML formatted information that can be included in the Unattend.xml file, which is used by Windows Setup.
|
|
5175
4968
|
"""
|
|
5176
4969
|
return pulumi.get(self, "additional_unattend_content")
|
|
5177
4970
|
|
|
@@ -5179,9 +4972,7 @@ class WindowsConfigurationResponse(dict):
|
|
|
5179
4972
|
@pulumi.getter(name="enableAutomaticUpdates")
|
|
5180
4973
|
def enable_automatic_updates(self) -> Optional[bool]:
|
|
5181
4974
|
"""
|
|
5182
|
-
Indicates whether Automatic Updates is enabled for the Windows virtual machine.
|
|
5183
|
-
Default value is true. For virtual machine scale sets, this property can be
|
|
5184
|
-
updated and updates will take effect on OS reprovisioning.
|
|
4975
|
+
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.
|
|
5185
4976
|
"""
|
|
5186
4977
|
return pulumi.get(self, "enable_automatic_updates")
|
|
5187
4978
|
|
|
@@ -5189,8 +4980,7 @@ class WindowsConfigurationResponse(dict):
|
|
|
5189
4980
|
@pulumi.getter(name="enableVMAgentPlatformUpdates")
|
|
5190
4981
|
def enable_vm_agent_platform_updates(self) -> Optional[bool]:
|
|
5191
4982
|
"""
|
|
5192
|
-
Indicates whether VMAgent Platform Updates is enabled for the Windows virtual
|
|
5193
|
-
machine. Default value is false.
|
|
4983
|
+
Indicates whether VMAgent Platform Updates is enabled for the Windows virtual machine. Default value is false.
|
|
5194
4984
|
"""
|
|
5195
4985
|
return pulumi.get(self, "enable_vm_agent_platform_updates")
|
|
5196
4986
|
|
|
@@ -5206,10 +4996,7 @@ class WindowsConfigurationResponse(dict):
|
|
|
5206
4996
|
@pulumi.getter(name="provisionVMAgent")
|
|
5207
4997
|
def provision_vm_agent(self) -> Optional[bool]:
|
|
5208
4998
|
"""
|
|
5209
|
-
Indicates whether virtual machine agent should be provisioned on the virtual
|
|
5210
|
-
machine. When this property is not specified in the request body, it is set to
|
|
5211
|
-
true by default. This will ensure that VM Agent is installed on the VM so that
|
|
5212
|
-
extensions can be added to the VM later.
|
|
4999
|
+
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.
|
|
5213
5000
|
"""
|
|
5214
5001
|
return pulumi.get(self, "provision_vm_agent")
|
|
5215
5002
|
|
|
@@ -5217,11 +5004,7 @@ class WindowsConfigurationResponse(dict):
|
|
|
5217
5004
|
@pulumi.getter(name="timeZone")
|
|
5218
5005
|
def time_zone(self) -> Optional[str]:
|
|
5219
5006
|
"""
|
|
5220
|
-
Specifies the time zone of the virtual machine. e.g. "Pacific Standard Time".
|
|
5221
|
-
Possible values can be
|
|
5222
|
-
[TimeZoneInfo.Id](https://docs.microsoft.com/dotnet/api/system.timezoneinfo.id?#System_TimeZoneInfo_Id)
|
|
5223
|
-
value from time zones returned by
|
|
5224
|
-
[TimeZoneInfo.GetSystemTimeZones](https://docs.microsoft.com/dotnet/api/system.timezoneinfo.getsystemtimezones).
|
|
5007
|
+
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).
|
|
5225
5008
|
"""
|
|
5226
5009
|
return pulumi.get(self, "time_zone")
|
|
5227
5010
|
|
|
@@ -5229,8 +5012,7 @@ class WindowsConfigurationResponse(dict):
|
|
|
5229
5012
|
@pulumi.getter(name="winRM")
|
|
5230
5013
|
def win_rm(self) -> Optional['outputs.WinRMConfigurationResponse']:
|
|
5231
5014
|
"""
|
|
5232
|
-
Specifies the Windows Remote Management listeners. This enables remote Windows
|
|
5233
|
-
PowerShell.
|
|
5015
|
+
Specifies the Windows Remote Management listeners. This enables remote Windows PowerShell.
|
|
5234
5016
|
"""
|
|
5235
5017
|
return pulumi.get(self, "win_rm")
|
|
5236
5018
|
|
|
@@ -5238,8 +5020,7 @@ class WindowsConfigurationResponse(dict):
|
|
|
5238
5020
|
@pulumi.output_type
|
|
5239
5021
|
class WindowsVMGuestPatchAutomaticByPlatformSettingsResponse(dict):
|
|
5240
5022
|
"""
|
|
5241
|
-
Specifies additional settings to be applied when patch mode AutomaticByPlatform
|
|
5242
|
-
is selected in Windows patch settings.
|
|
5023
|
+
Specifies additional settings to be applied when patch mode AutomaticByPlatform is selected in Windows patch settings.
|
|
5243
5024
|
"""
|
|
5244
5025
|
@staticmethod
|
|
5245
5026
|
def __key_warning(key: str):
|
|
@@ -5264,11 +5045,9 @@ class WindowsVMGuestPatchAutomaticByPlatformSettingsResponse(dict):
|
|
|
5264
5045
|
bypass_platform_safety_checks_on_user_schedule: Optional[bool] = None,
|
|
5265
5046
|
reboot_setting: Optional[str] = None):
|
|
5266
5047
|
"""
|
|
5267
|
-
Specifies additional settings to be applied when patch mode AutomaticByPlatform
|
|
5268
|
-
is selected in Windows patch settings.
|
|
5048
|
+
Specifies additional settings to be applied when patch mode AutomaticByPlatform is selected in Windows patch settings.
|
|
5269
5049
|
:param bool bypass_platform_safety_checks_on_user_schedule: Enables customer to schedule patching without accidental upgrades
|
|
5270
|
-
:param str reboot_setting: Specifies the reboot setting for all AutomaticByPlatform patch installation
|
|
5271
|
-
operations.
|
|
5050
|
+
:param str reboot_setting: Specifies the reboot setting for all AutomaticByPlatform patch installation operations.
|
|
5272
5051
|
"""
|
|
5273
5052
|
if bypass_platform_safety_checks_on_user_schedule is not None:
|
|
5274
5053
|
pulumi.set(__self__, "bypass_platform_safety_checks_on_user_schedule", bypass_platform_safety_checks_on_user_schedule)
|
|
@@ -5287,8 +5066,7 @@ class WindowsVMGuestPatchAutomaticByPlatformSettingsResponse(dict):
|
|
|
5287
5066
|
@pulumi.getter(name="rebootSetting")
|
|
5288
5067
|
def reboot_setting(self) -> Optional[str]:
|
|
5289
5068
|
"""
|
|
5290
|
-
Specifies the reboot setting for all AutomaticByPlatform patch installation
|
|
5291
|
-
operations.
|
|
5069
|
+
Specifies the reboot setting for all AutomaticByPlatform patch installation operations.
|
|
5292
5070
|
"""
|
|
5293
5071
|
return pulumi.get(self, "reboot_setting")
|
|
5294
5072
|
|