RdpConnectionInner Class

  • java.lang.Object
    • com.azure.resourcemanager.devtestlabs.fluent.models.RdpConnectionInner

public final class RdpConnectionInner

Represents a .rdp file.

Constructor Summary

Constructor Description
RdpConnectionInner()

Creates an instance of RdpConnectionInner class.

Method Summary

Modifier and Type Method and Description
String contents()

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

void validate()

Validates the instance.

RdpConnectionInner withContents(String contents)

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

Methods inherited from java.lang.Object

Constructor Details

RdpConnectionInner

public RdpConnectionInner()

Creates an instance of RdpConnectionInner class.

Method Details

contents

public String contents()

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

Returns:

the contents value.

validate

public void validate()

Validates the instance.

withContents

public RdpConnectionInner withContents(String contents)

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

Parameters:

contents - the contents value to set.

Returns:

the RdpConnectionInner object itself.

Applies to