Interface RegistrationInfo


public interface RegistrationInfo
An immutable client-side representation of RegistrationInfo.
  • Method Details

    • expirationTime

      OffsetDateTime expirationTime()
      Gets the expirationTime property: Expiration time of registration token.
      Returns:
      the expirationTime value.
    • token

      String token()
      Gets the token property: The registration token base64 encoded string.
      Returns:
      the token value.
    • registrationTokenOperation

      RegistrationTokenOperation registrationTokenOperation()
      Gets the registrationTokenOperation property: The type of resetting the token.
      Returns:
      the registrationTokenOperation value.
    • innerModel

      RegistrationInfoInner innerModel()
      Gets the inner com.azure.resourcemanager.desktopvirtualization.fluent.models.RegistrationInfoInner object.
      Returns:
      the inner object.