RdpConnectionInner Class
- java.
lang. Object - com.
azure. resourcemanager. devtestlabs. fluent. models. RdpConnectionInner
- com.
public final class RdpConnectionInner
Represents a .rdp file.
Constructor Summary
| Constructor | Description |
|---|---|
| RdpConnectionInner() |
Creates an instance of Rdp |
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. |
|
Rdp |
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:
validate
public void validate()
Validates the instance.
withContents
public RdpConnectionInner withContents(String contents)
Set the contents property: The contents of the .rdp file.
Parameters:
Returns: