All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.azure.resourcemanager.desktopvirtualization.models.RegistrationTokenList Maven / Gradle / Ivy

Go to download

This package contains Microsoft Azure SDK for DesktopVirtualization Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. Package tag package-2024-04.

The newest version!
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.

package com.azure.resourcemanager.desktopvirtualization.models;

import com.azure.resourcemanager.desktopvirtualization.fluent.models.RegistrationTokenListInner;
import java.util.List;

/**
 * An immutable client-side representation of RegistrationTokenList.
 */
public interface RegistrationTokenList {
    /**
     * Gets the value property: List of RegistrationToken definitions.
     * 
     * @return the value value.
     */
    List value();

    /**
     * Gets the nextLink property: Link to the next page of results.
     * 
     * @return the nextLink value.
     */
    String nextLink();

    /**
     * Gets the inner com.azure.resourcemanager.desktopvirtualization.fluent.models.RegistrationTokenListInner object.
     * 
     * @return the inner object.
     */
    RegistrationTokenListInner innerModel();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy