Skip to main content

virtual_machines_rdp_file_contents

Creates, updates, deletes, gets or lists a virtual_machines_rdp_file_contents resource.

Overview

Namevirtual_machines_rdp_file_contents
TypeResource
Idazure.dev_test_labs.virtual_machines_rdp_file_contents

Fields

NameDatatypeDescription
contentsstringThe contents of the .rdp file

Methods

NameAccessible byRequired ParamsDescription
getSELECTlabName, name, resourceGroupName, subscriptionIdGets 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 }}';