virtual_machines_rdp_file_contents
Creates, updates, deletes, gets or lists a virtual_machines_rdp_file_contents
resource.
Overview
Name | virtual_machines_rdp_file_contents |
Type | Resource |
Id | azure.dev_test_labs.virtual_machines_rdp_file_contents |
Fields
Name | Datatype | Description |
---|---|---|
contents | string | The contents of the .rdp file |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | labName, name, resourceGroupName, subscriptionId | Gets a string that represents the contents of the RDP file for the virtual machine |
SELECT
examples
Gets a string that represents the contents of the RDP file for the virtual machine
SELECT
contents
FROM azure.dev_test_labs.virtual_machines_rdp_file_contents
WHERE labName = '{{ labName }}'
AND name = '{{ name }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';