RdpConnection Interface

public interface RdpConnection

An immutable client-side representation of RdpConnection.

Method Summary

Modifier and Type Method and Description
abstract String contents()

Gets the contents property: The contents of the .rdp file.

abstract RdpConnectionInner innerModel()

Gets the inner com.azure.resourcemanager.devtestlabs.fluent.models.RdpConnectionInner object.

Method Details

contents

public abstract String contents()

Gets the contents property: The contents of the .rdp file.

Returns:

the contents value.

innerModel

public abstract RdpConnectionInner innerModel()

Gets the inner com.azure.resourcemanager.devtestlabs.fluent.models.RdpConnectionInner object.

Returns:

the inner object.

Applies to