RegistrationInfo Interface

public interface RegistrationInfo

An immutable client-side representation of RegistrationInfo.

Method Summary

Modifier and Type Method and Description
abstract OffsetDateTime expirationTime()

Gets the expirationTime property: Expiration time of registration token.

abstract RegistrationInfoInner innerModel()

Gets the inner com.azure.resourcemanager.desktopvirtualization.fluent.models.RegistrationInfoInner object.

abstract RegistrationTokenOperation registrationTokenOperation()

Gets the registrationTokenOperation property: The type of resetting the token.

abstract String token()

Gets the token property: The registration token base64 encoded string.

Method Details

expirationTime

public abstract OffsetDateTime expirationTime()

Gets the expirationTime property: Expiration time of registration token.

Returns:

the expirationTime value.

innerModel

public abstract RegistrationInfoInner innerModel()

Gets the inner com.azure.resourcemanager.desktopvirtualization.fluent.models.RegistrationInfoInner object.

Returns:

the inner object.

registrationTokenOperation

public abstract RegistrationTokenOperation registrationTokenOperation()

Gets the registrationTokenOperation property: The type of resetting the token.

Returns:

the registrationTokenOperation value.

token

public abstract String token()

Gets the token property: The registration token base64 encoded string.

Returns:

the token value.

Applies to