Class RdpConnectionInner

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

public final class RdpConnectionInner extends Object
Represents a .rdp file.
  • 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.
    • 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.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.