Interface RdpConnection


public interface RdpConnection
An immutable client-side representation of RdpConnection.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the contents property: The contents of the .rdp file.
    Gets the inner com.azure.resourcemanager.devtestlabs.fluent.models.RdpConnectionInner object.
  • Method Details

    • contents

      String contents()
      Gets the contents property: The contents of the .rdp file.
      Returns:
      the contents value.
    • innerModel

      RdpConnectionInner innerModel()
      Gets the inner com.azure.resourcemanager.devtestlabs.fluent.models.RdpConnectionInner object.
      Returns:
      the inner object.