RegistrationTokenList Interface
public interface RegistrationTokenList
An immutable client-side representation of RegistrationTokenList.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Registration |
innerModel()
Gets the inner com. |
| abstract String |
nextLink()
Gets the next |
|
abstract
List<Registration |
value()
Gets the value property: List of Registration |
Method Details
innerModel
public abstract RegistrationTokenListInner innerModel()
Gets the inner com.azure.resourcemanager.desktopvirtualization.fluent.models.RegistrationTokenListInner object.
Returns:
nextLink
public abstract String nextLink()
Gets the nextLink property: Link to the next page of results.
Returns:
value
public abstract List<RegistrationTokenMinimal> value()
Gets the value property: List of RegistrationToken definitions.
Returns: