pulumi-azure-native 2.81.0a1736153496__py3-none-any.whl → 2.81.0a1736233463__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 +42 -0
- pulumi_azure_native/azurestackhci/__init__.py +3 -0
- pulumi_azure_native/azurestackhci/arc_setting.py +3 -3
- pulumi_azure_native/azurestackhci/cluster.py +3 -3
- pulumi_azure_native/azurestackhci/deployment_setting.py +3 -3
- pulumi_azure_native/azurestackhci/edge_device.py +3 -3
- pulumi_azure_native/azurestackhci/extension.py +3 -3
- pulumi_azure_native/azurestackhci/get_arc_setting.py +2 -2
- pulumi_azure_native/azurestackhci/get_cluster.py +2 -2
- pulumi_azure_native/azurestackhci/get_deployment_setting.py +2 -2
- pulumi_azure_native/azurestackhci/get_edge_device.py +2 -2
- pulumi_azure_native/azurestackhci/get_extension.py +2 -2
- pulumi_azure_native/azurestackhci/get_security_setting.py +2 -2
- pulumi_azure_native/azurestackhci/get_update.py +2 -2
- pulumi_azure_native/azurestackhci/get_update_run.py +2 -2
- pulumi_azure_native/azurestackhci/get_update_summary.py +2 -2
- pulumi_azure_native/azurestackhci/hci_edge_device_job.py +1 -1
- pulumi_azure_native/azurestackhci/security_setting.py +3 -3
- pulumi_azure_native/azurestackhci/update.py +3 -3
- pulumi_azure_native/azurestackhci/update_run.py +3 -3
- pulumi_azure_native/azurestackhci/update_summary.py +3 -3
- pulumi_azure_native/azurestackhci/v20210901preview/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20220101/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20220901/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20230301/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20230301/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20230301/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20230301/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20230301/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20230301/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20230601/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20230601/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20230601/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20230601/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20230601/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20230601/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/deployment_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/edge_device.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/deployment_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/edge_device.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/security_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/deployment_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/edge_device.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/security_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/deployment_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/hci_edge_device.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/security_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20240401/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240401/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20240401/deployment_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240401/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20240401/hci_edge_device.py +1 -1
- pulumi_azure_native/azurestackhci/v20240401/security_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240401/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20240401/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20240401/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20240901preview/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240901preview/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20240901preview/deployment_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240901preview/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20240901preview/hci_edge_device.py +1 -1
- pulumi_azure_native/azurestackhci/v20240901preview/hci_edge_device_job.py +1 -1
- pulumi_azure_native/azurestackhci/v20240901preview/security_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240901preview/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20240901preview/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20240901preview/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20241201preview/__init__.py +30 -0
- pulumi_azure_native/azurestackhci/v20241201preview/_enums.py +267 -0
- pulumi_azure_native/azurestackhci/v20241201preview/_inputs.py +3459 -0
- pulumi_azure_native/azurestackhci/v20241201preview/arc_setting.py +406 -0
- pulumi_azure_native/azurestackhci/v20241201preview/cluster.py +680 -0
- pulumi_azure_native/azurestackhci/v20241201preview/deployment_setting.py +335 -0
- pulumi_azure_native/azurestackhci/v20241201preview/extension.py +473 -0
- pulumi_azure_native/azurestackhci/v20241201preview/get_arc_setting.py +275 -0
- pulumi_azure_native/azurestackhci/v20241201preview/get_cluster.py +521 -0
- pulumi_azure_native/azurestackhci/v20241201preview/get_deployment_setting.py +219 -0
- pulumi_azure_native/azurestackhci/v20241201preview/get_extension.py +295 -0
- pulumi_azure_native/azurestackhci/v20241201preview/get_hci_edge_device.py +158 -0
- pulumi_azure_native/azurestackhci/v20241201preview/get_hci_edge_device_job.py +164 -0
- pulumi_azure_native/azurestackhci/v20241201preview/get_security_setting.py +205 -0
- pulumi_azure_native/azurestackhci/v20241201preview/get_update.py +401 -0
- pulumi_azure_native/azurestackhci/v20241201preview/get_update_run.py +337 -0
- pulumi_azure_native/azurestackhci/v20241201preview/get_update_summary.py +283 -0
- pulumi_azure_native/azurestackhci/v20241201preview/hci_edge_device.py +233 -0
- pulumi_azure_native/azurestackhci/v20241201preview/hci_edge_device_job.py +256 -0
- pulumi_azure_native/azurestackhci/v20241201preview/outputs.py +6470 -0
- pulumi_azure_native/azurestackhci/v20241201preview/security_setting.py +310 -0
- pulumi_azure_native/azurestackhci/v20241201preview/update.py +724 -0
- pulumi_azure_native/azurestackhci/v20241201preview/update_run.py +619 -0
- pulumi_azure_native/azurestackhci/v20241201preview/update_summary.py +471 -0
- pulumi_azure_native/networkcloud/__init__.py +3 -0
- pulumi_azure_native/networkcloud/agent_pool.py +3 -3
- pulumi_azure_native/networkcloud/bare_metal_machine.py +3 -3
- pulumi_azure_native/networkcloud/bare_metal_machine_key_set.py +3 -3
- pulumi_azure_native/networkcloud/bmc_key_set.py +3 -3
- pulumi_azure_native/networkcloud/cloud_services_network.py +3 -3
- pulumi_azure_native/networkcloud/cluster.py +3 -3
- pulumi_azure_native/networkcloud/cluster_manager.py +3 -3
- pulumi_azure_native/networkcloud/console.py +3 -3
- pulumi_azure_native/networkcloud/get_agent_pool.py +2 -2
- pulumi_azure_native/networkcloud/get_bare_metal_machine.py +2 -2
- pulumi_azure_native/networkcloud/get_bare_metal_machine_key_set.py +2 -2
- pulumi_azure_native/networkcloud/get_bmc_key_set.py +2 -2
- pulumi_azure_native/networkcloud/get_cloud_services_network.py +2 -2
- pulumi_azure_native/networkcloud/get_cluster.py +2 -2
- pulumi_azure_native/networkcloud/get_cluster_manager.py +2 -2
- pulumi_azure_native/networkcloud/get_console.py +2 -2
- pulumi_azure_native/networkcloud/get_kubernetes_cluster.py +2 -2
- pulumi_azure_native/networkcloud/get_kubernetes_cluster_feature.py +2 -2
- pulumi_azure_native/networkcloud/get_l2_network.py +2 -2
- pulumi_azure_native/networkcloud/get_l3_network.py +2 -2
- pulumi_azure_native/networkcloud/get_metrics_configuration.py +2 -2
- pulumi_azure_native/networkcloud/get_rack.py +2 -2
- pulumi_azure_native/networkcloud/get_storage_appliance.py +2 -2
- pulumi_azure_native/networkcloud/get_trunked_network.py +2 -2
- pulumi_azure_native/networkcloud/get_virtual_machine.py +2 -2
- pulumi_azure_native/networkcloud/get_volume.py +2 -2
- pulumi_azure_native/networkcloud/kubernetes_cluster.py +3 -3
- pulumi_azure_native/networkcloud/kubernetes_cluster_feature.py +3 -3
- pulumi_azure_native/networkcloud/l2_network.py +3 -3
- pulumi_azure_native/networkcloud/l3_network.py +3 -3
- pulumi_azure_native/networkcloud/metrics_configuration.py +3 -3
- pulumi_azure_native/networkcloud/rack.py +3 -3
- pulumi_azure_native/networkcloud/storage_appliance.py +3 -3
- pulumi_azure_native/networkcloud/trunked_network.py +3 -3
- pulumi_azure_native/networkcloud/v20230701/agent_pool.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/bare_metal_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/bare_metal_machine_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/bmc_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/cloud_services_network.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/cluster_manager.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/console.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/kubernetes_cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/l2_network.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/l3_network.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/metrics_configuration.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/rack.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/storage_appliance.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/trunked_network.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/virtual_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/volume.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/agent_pool.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/bare_metal_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/bare_metal_machine_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/bmc_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/cloud_services_network.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/cluster_manager.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/console.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/kubernetes_cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/l2_network.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/l3_network.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/metrics_configuration.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/rack.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/storage_appliance.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/trunked_network.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/virtual_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/volume.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/agent_pool.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/bare_metal_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/bare_metal_machine_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/bmc_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/cloud_services_network.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/cluster_manager.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/console.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/kubernetes_cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/kubernetes_cluster_feature.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/l2_network.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/l3_network.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/metrics_configuration.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/rack.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/storage_appliance.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/trunked_network.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/virtual_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/volume.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/agent_pool.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/bare_metal_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/bare_metal_machine_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/bmc_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/cloud_services_network.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/cluster_manager.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/console.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/kubernetes_cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/kubernetes_cluster_feature.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/l2_network.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/l3_network.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/metrics_configuration.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/rack.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/storage_appliance.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/trunked_network.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/virtual_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/volume.py +1 -1
- pulumi_azure_native/networkcloud/v20241001preview/__init__.py +46 -0
- pulumi_azure_native/networkcloud/v20241001preview/_enums.py +353 -0
- pulumi_azure_native/networkcloud/v20241001preview/_inputs.py +3580 -0
- pulumi_azure_native/networkcloud/v20241001preview/agent_pool.py +610 -0
- pulumi_azure_native/networkcloud/v20241001preview/bare_metal_machine.py +795 -0
- pulumi_azure_native/networkcloud/v20241001preview/bare_metal_machine_key_set.py +507 -0
- pulumi_azure_native/networkcloud/v20241001preview/bmc_key_set.py +448 -0
- pulumi_azure_native/networkcloud/v20241001preview/cloud_services_network.py +417 -0
- pulumi_azure_native/networkcloud/v20241001preview/cluster.py +917 -0
- pulumi_azure_native/networkcloud/v20241001preview/cluster_manager.py +452 -0
- pulumi_azure_native/networkcloud/v20241001preview/console.py +417 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_agent_pool.py +370 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_bare_metal_machine.py +616 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_bare_metal_machine_key_set.py +328 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_bmc_key_set.py +300 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_cloud_services_network.py +328 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_cluster.py +603 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_cluster_manager.py +308 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_console.py +286 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_kubernetes_cluster.py +406 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_kubernetes_cluster_feature.py +258 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_l2_network.py +308 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_l3_network.py +380 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_metrics_configuration.py +258 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_rack.py +280 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_storage_appliance.py +420 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_trunked_network.py +322 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_virtual_machine.py +518 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_volume.py +252 -0
- pulumi_azure_native/networkcloud/v20241001preview/kubernetes_cluster.py +564 -0
- pulumi_azure_native/networkcloud/v20241001preview/kubernetes_cluster_feature.py +336 -0
- pulumi_azure_native/networkcloud/v20241001preview/l2_network.py +419 -0
- pulumi_azure_native/networkcloud/v20241001preview/l3_network.py +581 -0
- pulumi_azure_native/networkcloud/v20241001preview/metrics_configuration.py +376 -0
- pulumi_azure_native/networkcloud/v20241001preview/outputs.py +4372 -0
- pulumi_azure_native/networkcloud/v20241001preview/rack.py +416 -0
- pulumi_azure_native/networkcloud/v20241001preview/storage_appliance.py +536 -0
- pulumi_azure_native/networkcloud/v20241001preview/trunked_network.py +449 -0
- pulumi_azure_native/networkcloud/v20241001preview/virtual_machine.py +852 -0
- pulumi_azure_native/networkcloud/v20241001preview/volume.py +336 -0
- pulumi_azure_native/networkcloud/virtual_machine.py +3 -3
- pulumi_azure_native/networkcloud/volume.py +3 -3
- pulumi_azure_native/pulumi-plugin.json +1 -1
- {pulumi_azure_native-2.81.0a1736153496.dist-info → pulumi_azure_native-2.81.0a1736233463.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.81.0a1736153496.dist-info → pulumi_azure_native-2.81.0a1736233463.dist-info}/RECORD +278 -214
- {pulumi_azure_native-2.81.0a1736153496.dist-info → pulumi_azure_native-2.81.0a1736233463.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.81.0a1736153496.dist-info → pulumi_azure_native-2.81.0a1736233463.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,417 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from ... import _utilities
|
|
16
|
+
from . import outputs
|
|
17
|
+
from ._enums import *
|
|
18
|
+
from ._inputs import *
|
|
19
|
+
|
|
20
|
+
__all__ = ['ConsoleArgs', 'Console']
|
|
21
|
+
|
|
22
|
+
@pulumi.input_type
|
|
23
|
+
class ConsoleArgs:
|
|
24
|
+
def __init__(__self__, *,
|
|
25
|
+
enabled: pulumi.Input[Union[str, 'ConsoleEnabled']],
|
|
26
|
+
extended_location: pulumi.Input['ExtendedLocationArgs'],
|
|
27
|
+
resource_group_name: pulumi.Input[str],
|
|
28
|
+
ssh_public_key: pulumi.Input['SshPublicKeyArgs'],
|
|
29
|
+
virtual_machine_name: pulumi.Input[str],
|
|
30
|
+
console_name: Optional[pulumi.Input[str]] = None,
|
|
31
|
+
expiration: Optional[pulumi.Input[str]] = None,
|
|
32
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
33
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
|
|
34
|
+
"""
|
|
35
|
+
The set of arguments for constructing a Console resource.
|
|
36
|
+
:param pulumi.Input[Union[str, 'ConsoleEnabled']] enabled: The indicator of whether the console access is enabled.
|
|
37
|
+
:param pulumi.Input['ExtendedLocationArgs'] extended_location: The extended location of the cluster manager associated with the cluster this virtual machine is created on.
|
|
38
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
39
|
+
:param pulumi.Input['SshPublicKeyArgs'] ssh_public_key: The SSH public key that will be provisioned for user access. The user is expected to have the corresponding SSH private key for logging in.
|
|
40
|
+
:param pulumi.Input[str] virtual_machine_name: The name of the virtual machine.
|
|
41
|
+
:param pulumi.Input[str] console_name: The name of the virtual machine console.
|
|
42
|
+
:param pulumi.Input[str] expiration: The date and time after which the key will be disallowed access.
|
|
43
|
+
:param pulumi.Input[str] location: The geo-location where the resource lives
|
|
44
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
|
|
45
|
+
"""
|
|
46
|
+
pulumi.set(__self__, "enabled", enabled)
|
|
47
|
+
pulumi.set(__self__, "extended_location", extended_location)
|
|
48
|
+
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
49
|
+
pulumi.set(__self__, "ssh_public_key", ssh_public_key)
|
|
50
|
+
pulumi.set(__self__, "virtual_machine_name", virtual_machine_name)
|
|
51
|
+
if console_name is not None:
|
|
52
|
+
pulumi.set(__self__, "console_name", console_name)
|
|
53
|
+
if expiration is not None:
|
|
54
|
+
pulumi.set(__self__, "expiration", expiration)
|
|
55
|
+
if location is not None:
|
|
56
|
+
pulumi.set(__self__, "location", location)
|
|
57
|
+
if tags is not None:
|
|
58
|
+
pulumi.set(__self__, "tags", tags)
|
|
59
|
+
|
|
60
|
+
@property
|
|
61
|
+
@pulumi.getter
|
|
62
|
+
def enabled(self) -> pulumi.Input[Union[str, 'ConsoleEnabled']]:
|
|
63
|
+
"""
|
|
64
|
+
The indicator of whether the console access is enabled.
|
|
65
|
+
"""
|
|
66
|
+
return pulumi.get(self, "enabled")
|
|
67
|
+
|
|
68
|
+
@enabled.setter
|
|
69
|
+
def enabled(self, value: pulumi.Input[Union[str, 'ConsoleEnabled']]):
|
|
70
|
+
pulumi.set(self, "enabled", value)
|
|
71
|
+
|
|
72
|
+
@property
|
|
73
|
+
@pulumi.getter(name="extendedLocation")
|
|
74
|
+
def extended_location(self) -> pulumi.Input['ExtendedLocationArgs']:
|
|
75
|
+
"""
|
|
76
|
+
The extended location of the cluster manager associated with the cluster this virtual machine is created on.
|
|
77
|
+
"""
|
|
78
|
+
return pulumi.get(self, "extended_location")
|
|
79
|
+
|
|
80
|
+
@extended_location.setter
|
|
81
|
+
def extended_location(self, value: pulumi.Input['ExtendedLocationArgs']):
|
|
82
|
+
pulumi.set(self, "extended_location", value)
|
|
83
|
+
|
|
84
|
+
@property
|
|
85
|
+
@pulumi.getter(name="resourceGroupName")
|
|
86
|
+
def resource_group_name(self) -> pulumi.Input[str]:
|
|
87
|
+
"""
|
|
88
|
+
The name of the resource group. The name is case insensitive.
|
|
89
|
+
"""
|
|
90
|
+
return pulumi.get(self, "resource_group_name")
|
|
91
|
+
|
|
92
|
+
@resource_group_name.setter
|
|
93
|
+
def resource_group_name(self, value: pulumi.Input[str]):
|
|
94
|
+
pulumi.set(self, "resource_group_name", value)
|
|
95
|
+
|
|
96
|
+
@property
|
|
97
|
+
@pulumi.getter(name="sshPublicKey")
|
|
98
|
+
def ssh_public_key(self) -> pulumi.Input['SshPublicKeyArgs']:
|
|
99
|
+
"""
|
|
100
|
+
The SSH public key that will be provisioned for user access. The user is expected to have the corresponding SSH private key for logging in.
|
|
101
|
+
"""
|
|
102
|
+
return pulumi.get(self, "ssh_public_key")
|
|
103
|
+
|
|
104
|
+
@ssh_public_key.setter
|
|
105
|
+
def ssh_public_key(self, value: pulumi.Input['SshPublicKeyArgs']):
|
|
106
|
+
pulumi.set(self, "ssh_public_key", value)
|
|
107
|
+
|
|
108
|
+
@property
|
|
109
|
+
@pulumi.getter(name="virtualMachineName")
|
|
110
|
+
def virtual_machine_name(self) -> pulumi.Input[str]:
|
|
111
|
+
"""
|
|
112
|
+
The name of the virtual machine.
|
|
113
|
+
"""
|
|
114
|
+
return pulumi.get(self, "virtual_machine_name")
|
|
115
|
+
|
|
116
|
+
@virtual_machine_name.setter
|
|
117
|
+
def virtual_machine_name(self, value: pulumi.Input[str]):
|
|
118
|
+
pulumi.set(self, "virtual_machine_name", value)
|
|
119
|
+
|
|
120
|
+
@property
|
|
121
|
+
@pulumi.getter(name="consoleName")
|
|
122
|
+
def console_name(self) -> Optional[pulumi.Input[str]]:
|
|
123
|
+
"""
|
|
124
|
+
The name of the virtual machine console.
|
|
125
|
+
"""
|
|
126
|
+
return pulumi.get(self, "console_name")
|
|
127
|
+
|
|
128
|
+
@console_name.setter
|
|
129
|
+
def console_name(self, value: Optional[pulumi.Input[str]]):
|
|
130
|
+
pulumi.set(self, "console_name", value)
|
|
131
|
+
|
|
132
|
+
@property
|
|
133
|
+
@pulumi.getter
|
|
134
|
+
def expiration(self) -> Optional[pulumi.Input[str]]:
|
|
135
|
+
"""
|
|
136
|
+
The date and time after which the key will be disallowed access.
|
|
137
|
+
"""
|
|
138
|
+
return pulumi.get(self, "expiration")
|
|
139
|
+
|
|
140
|
+
@expiration.setter
|
|
141
|
+
def expiration(self, value: Optional[pulumi.Input[str]]):
|
|
142
|
+
pulumi.set(self, "expiration", value)
|
|
143
|
+
|
|
144
|
+
@property
|
|
145
|
+
@pulumi.getter
|
|
146
|
+
def location(self) -> Optional[pulumi.Input[str]]:
|
|
147
|
+
"""
|
|
148
|
+
The geo-location where the resource lives
|
|
149
|
+
"""
|
|
150
|
+
return pulumi.get(self, "location")
|
|
151
|
+
|
|
152
|
+
@location.setter
|
|
153
|
+
def location(self, value: Optional[pulumi.Input[str]]):
|
|
154
|
+
pulumi.set(self, "location", value)
|
|
155
|
+
|
|
156
|
+
@property
|
|
157
|
+
@pulumi.getter
|
|
158
|
+
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
159
|
+
"""
|
|
160
|
+
Resource tags.
|
|
161
|
+
"""
|
|
162
|
+
return pulumi.get(self, "tags")
|
|
163
|
+
|
|
164
|
+
@tags.setter
|
|
165
|
+
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
166
|
+
pulumi.set(self, "tags", value)
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
class Console(pulumi.CustomResource):
|
|
170
|
+
@overload
|
|
171
|
+
def __init__(__self__,
|
|
172
|
+
resource_name: str,
|
|
173
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
174
|
+
console_name: Optional[pulumi.Input[str]] = None,
|
|
175
|
+
enabled: Optional[pulumi.Input[Union[str, 'ConsoleEnabled']]] = None,
|
|
176
|
+
expiration: Optional[pulumi.Input[str]] = None,
|
|
177
|
+
extended_location: Optional[pulumi.Input[Union['ExtendedLocationArgs', 'ExtendedLocationArgsDict']]] = None,
|
|
178
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
179
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
180
|
+
ssh_public_key: Optional[pulumi.Input[Union['SshPublicKeyArgs', 'SshPublicKeyArgsDict']]] = None,
|
|
181
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
182
|
+
virtual_machine_name: Optional[pulumi.Input[str]] = None,
|
|
183
|
+
__props__=None):
|
|
184
|
+
"""
|
|
185
|
+
Create a Console resource with the given unique name, props, and options.
|
|
186
|
+
:param str resource_name: The name of the resource.
|
|
187
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
188
|
+
:param pulumi.Input[str] console_name: The name of the virtual machine console.
|
|
189
|
+
:param pulumi.Input[Union[str, 'ConsoleEnabled']] enabled: The indicator of whether the console access is enabled.
|
|
190
|
+
:param pulumi.Input[str] expiration: The date and time after which the key will be disallowed access.
|
|
191
|
+
:param pulumi.Input[Union['ExtendedLocationArgs', 'ExtendedLocationArgsDict']] extended_location: The extended location of the cluster manager associated with the cluster this virtual machine is created on.
|
|
192
|
+
:param pulumi.Input[str] location: The geo-location where the resource lives
|
|
193
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
194
|
+
:param pulumi.Input[Union['SshPublicKeyArgs', 'SshPublicKeyArgsDict']] ssh_public_key: The SSH public key that will be provisioned for user access. The user is expected to have the corresponding SSH private key for logging in.
|
|
195
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
|
|
196
|
+
:param pulumi.Input[str] virtual_machine_name: The name of the virtual machine.
|
|
197
|
+
"""
|
|
198
|
+
...
|
|
199
|
+
@overload
|
|
200
|
+
def __init__(__self__,
|
|
201
|
+
resource_name: str,
|
|
202
|
+
args: ConsoleArgs,
|
|
203
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
204
|
+
"""
|
|
205
|
+
Create a Console resource with the given unique name, props, and options.
|
|
206
|
+
:param str resource_name: The name of the resource.
|
|
207
|
+
:param ConsoleArgs args: The arguments to use to populate this resource's properties.
|
|
208
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
209
|
+
"""
|
|
210
|
+
...
|
|
211
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
212
|
+
resource_args, opts = _utilities.get_resource_args_opts(ConsoleArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
213
|
+
if resource_args is not None:
|
|
214
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
215
|
+
else:
|
|
216
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
217
|
+
|
|
218
|
+
def _internal_init(__self__,
|
|
219
|
+
resource_name: str,
|
|
220
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
221
|
+
console_name: Optional[pulumi.Input[str]] = None,
|
|
222
|
+
enabled: Optional[pulumi.Input[Union[str, 'ConsoleEnabled']]] = None,
|
|
223
|
+
expiration: Optional[pulumi.Input[str]] = None,
|
|
224
|
+
extended_location: Optional[pulumi.Input[Union['ExtendedLocationArgs', 'ExtendedLocationArgsDict']]] = None,
|
|
225
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
226
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
227
|
+
ssh_public_key: Optional[pulumi.Input[Union['SshPublicKeyArgs', 'SshPublicKeyArgsDict']]] = None,
|
|
228
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
229
|
+
virtual_machine_name: Optional[pulumi.Input[str]] = None,
|
|
230
|
+
__props__=None):
|
|
231
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
232
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
233
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
234
|
+
if opts.id is None:
|
|
235
|
+
if __props__ is not None:
|
|
236
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
237
|
+
__props__ = ConsoleArgs.__new__(ConsoleArgs)
|
|
238
|
+
|
|
239
|
+
__props__.__dict__["console_name"] = console_name
|
|
240
|
+
if enabled is None and not opts.urn:
|
|
241
|
+
raise TypeError("Missing required property 'enabled'")
|
|
242
|
+
__props__.__dict__["enabled"] = enabled
|
|
243
|
+
__props__.__dict__["expiration"] = expiration
|
|
244
|
+
if extended_location is None and not opts.urn:
|
|
245
|
+
raise TypeError("Missing required property 'extended_location'")
|
|
246
|
+
__props__.__dict__["extended_location"] = extended_location
|
|
247
|
+
__props__.__dict__["location"] = location
|
|
248
|
+
if resource_group_name is None and not opts.urn:
|
|
249
|
+
raise TypeError("Missing required property 'resource_group_name'")
|
|
250
|
+
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
251
|
+
if ssh_public_key is None and not opts.urn:
|
|
252
|
+
raise TypeError("Missing required property 'ssh_public_key'")
|
|
253
|
+
__props__.__dict__["ssh_public_key"] = ssh_public_key
|
|
254
|
+
__props__.__dict__["tags"] = tags
|
|
255
|
+
if virtual_machine_name is None and not opts.urn:
|
|
256
|
+
raise TypeError("Missing required property 'virtual_machine_name'")
|
|
257
|
+
__props__.__dict__["virtual_machine_name"] = virtual_machine_name
|
|
258
|
+
__props__.__dict__["detailed_status"] = None
|
|
259
|
+
__props__.__dict__["detailed_status_message"] = None
|
|
260
|
+
__props__.__dict__["name"] = None
|
|
261
|
+
__props__.__dict__["private_link_service_id"] = None
|
|
262
|
+
__props__.__dict__["provisioning_state"] = None
|
|
263
|
+
__props__.__dict__["system_data"] = None
|
|
264
|
+
__props__.__dict__["type"] = None
|
|
265
|
+
__props__.__dict__["virtual_machine_access_id"] = None
|
|
266
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:networkcloud:Console"), pulumi.Alias(type_="azure-native:networkcloud/v20230701:Console"), pulumi.Alias(type_="azure-native:networkcloud/v20231001preview:Console"), pulumi.Alias(type_="azure-native:networkcloud/v20240601preview:Console"), pulumi.Alias(type_="azure-native:networkcloud/v20240701:Console")])
|
|
267
|
+
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
268
|
+
super(Console, __self__).__init__(
|
|
269
|
+
'azure-native:networkcloud/v20241001preview:Console',
|
|
270
|
+
resource_name,
|
|
271
|
+
__props__,
|
|
272
|
+
opts)
|
|
273
|
+
|
|
274
|
+
@staticmethod
|
|
275
|
+
def get(resource_name: str,
|
|
276
|
+
id: pulumi.Input[str],
|
|
277
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'Console':
|
|
278
|
+
"""
|
|
279
|
+
Get an existing Console resource's state with the given name, id, and optional extra
|
|
280
|
+
properties used to qualify the lookup.
|
|
281
|
+
|
|
282
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
283
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
284
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
285
|
+
"""
|
|
286
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
287
|
+
|
|
288
|
+
__props__ = ConsoleArgs.__new__(ConsoleArgs)
|
|
289
|
+
|
|
290
|
+
__props__.__dict__["detailed_status"] = None
|
|
291
|
+
__props__.__dict__["detailed_status_message"] = None
|
|
292
|
+
__props__.__dict__["enabled"] = None
|
|
293
|
+
__props__.__dict__["expiration"] = None
|
|
294
|
+
__props__.__dict__["extended_location"] = None
|
|
295
|
+
__props__.__dict__["location"] = None
|
|
296
|
+
__props__.__dict__["name"] = None
|
|
297
|
+
__props__.__dict__["private_link_service_id"] = None
|
|
298
|
+
__props__.__dict__["provisioning_state"] = None
|
|
299
|
+
__props__.__dict__["ssh_public_key"] = None
|
|
300
|
+
__props__.__dict__["system_data"] = None
|
|
301
|
+
__props__.__dict__["tags"] = None
|
|
302
|
+
__props__.__dict__["type"] = None
|
|
303
|
+
__props__.__dict__["virtual_machine_access_id"] = None
|
|
304
|
+
return Console(resource_name, opts=opts, __props__=__props__)
|
|
305
|
+
|
|
306
|
+
@property
|
|
307
|
+
@pulumi.getter(name="detailedStatus")
|
|
308
|
+
def detailed_status(self) -> pulumi.Output[str]:
|
|
309
|
+
"""
|
|
310
|
+
The more detailed status of the console.
|
|
311
|
+
"""
|
|
312
|
+
return pulumi.get(self, "detailed_status")
|
|
313
|
+
|
|
314
|
+
@property
|
|
315
|
+
@pulumi.getter(name="detailedStatusMessage")
|
|
316
|
+
def detailed_status_message(self) -> pulumi.Output[str]:
|
|
317
|
+
"""
|
|
318
|
+
The descriptive message about the current detailed status.
|
|
319
|
+
"""
|
|
320
|
+
return pulumi.get(self, "detailed_status_message")
|
|
321
|
+
|
|
322
|
+
@property
|
|
323
|
+
@pulumi.getter
|
|
324
|
+
def enabled(self) -> pulumi.Output[str]:
|
|
325
|
+
"""
|
|
326
|
+
The indicator of whether the console access is enabled.
|
|
327
|
+
"""
|
|
328
|
+
return pulumi.get(self, "enabled")
|
|
329
|
+
|
|
330
|
+
@property
|
|
331
|
+
@pulumi.getter
|
|
332
|
+
def expiration(self) -> pulumi.Output[Optional[str]]:
|
|
333
|
+
"""
|
|
334
|
+
The date and time after which the key will be disallowed access.
|
|
335
|
+
"""
|
|
336
|
+
return pulumi.get(self, "expiration")
|
|
337
|
+
|
|
338
|
+
@property
|
|
339
|
+
@pulumi.getter(name="extendedLocation")
|
|
340
|
+
def extended_location(self) -> pulumi.Output['outputs.ExtendedLocationResponse']:
|
|
341
|
+
"""
|
|
342
|
+
The extended location of the cluster manager associated with the cluster this virtual machine is created on.
|
|
343
|
+
"""
|
|
344
|
+
return pulumi.get(self, "extended_location")
|
|
345
|
+
|
|
346
|
+
@property
|
|
347
|
+
@pulumi.getter
|
|
348
|
+
def location(self) -> pulumi.Output[str]:
|
|
349
|
+
"""
|
|
350
|
+
The geo-location where the resource lives
|
|
351
|
+
"""
|
|
352
|
+
return pulumi.get(self, "location")
|
|
353
|
+
|
|
354
|
+
@property
|
|
355
|
+
@pulumi.getter
|
|
356
|
+
def name(self) -> pulumi.Output[str]:
|
|
357
|
+
"""
|
|
358
|
+
The name of the resource
|
|
359
|
+
"""
|
|
360
|
+
return pulumi.get(self, "name")
|
|
361
|
+
|
|
362
|
+
@property
|
|
363
|
+
@pulumi.getter(name="privateLinkServiceId")
|
|
364
|
+
def private_link_service_id(self) -> pulumi.Output[str]:
|
|
365
|
+
"""
|
|
366
|
+
The resource ID of the private link service that is used to provide virtual machine console access.
|
|
367
|
+
"""
|
|
368
|
+
return pulumi.get(self, "private_link_service_id")
|
|
369
|
+
|
|
370
|
+
@property
|
|
371
|
+
@pulumi.getter(name="provisioningState")
|
|
372
|
+
def provisioning_state(self) -> pulumi.Output[str]:
|
|
373
|
+
"""
|
|
374
|
+
The provisioning state of the virtual machine console.
|
|
375
|
+
"""
|
|
376
|
+
return pulumi.get(self, "provisioning_state")
|
|
377
|
+
|
|
378
|
+
@property
|
|
379
|
+
@pulumi.getter(name="sshPublicKey")
|
|
380
|
+
def ssh_public_key(self) -> pulumi.Output['outputs.SshPublicKeyResponse']:
|
|
381
|
+
"""
|
|
382
|
+
The SSH public key that will be provisioned for user access. The user is expected to have the corresponding SSH private key for logging in.
|
|
383
|
+
"""
|
|
384
|
+
return pulumi.get(self, "ssh_public_key")
|
|
385
|
+
|
|
386
|
+
@property
|
|
387
|
+
@pulumi.getter(name="systemData")
|
|
388
|
+
def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
|
|
389
|
+
"""
|
|
390
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
391
|
+
"""
|
|
392
|
+
return pulumi.get(self, "system_data")
|
|
393
|
+
|
|
394
|
+
@property
|
|
395
|
+
@pulumi.getter
|
|
396
|
+
def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
|
397
|
+
"""
|
|
398
|
+
Resource tags.
|
|
399
|
+
"""
|
|
400
|
+
return pulumi.get(self, "tags")
|
|
401
|
+
|
|
402
|
+
@property
|
|
403
|
+
@pulumi.getter
|
|
404
|
+
def type(self) -> pulumi.Output[str]:
|
|
405
|
+
"""
|
|
406
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
407
|
+
"""
|
|
408
|
+
return pulumi.get(self, "type")
|
|
409
|
+
|
|
410
|
+
@property
|
|
411
|
+
@pulumi.getter(name="virtualMachineAccessId")
|
|
412
|
+
def virtual_machine_access_id(self) -> pulumi.Output[str]:
|
|
413
|
+
"""
|
|
414
|
+
The unique identifier for the virtual machine that is used to access the console.
|
|
415
|
+
"""
|
|
416
|
+
return pulumi.get(self, "virtual_machine_access_id")
|
|
417
|
+
|