RegistrationInfo Interface
public interface RegistrationInfo
An immutable client-side representation of RegistrationInfo.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Offset |
expirationTime()
Gets the expiration |
|
abstract
Registration |
innerModel()
Gets the inner com. |
|
abstract
Registration |
registrationTokenOperation()
Gets the registration |
| 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:
innerModel
public abstract RegistrationInfoInner innerModel()
Gets the inner com.azure.resourcemanager.desktopvirtualization.fluent.models.RegistrationInfoInner object.
Returns:
registrationTokenOperation
public abstract RegistrationTokenOperation registrationTokenOperation()
Gets the registrationTokenOperation property: The type of resetting the token.
Returns:
token
public abstract String token()
Gets the token property: The registration token base64 encoded string.
Returns: