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

com.azure.resourcemanager.desktopvirtualization.models.RegistrationInfo 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.RegistrationInfoInner;
import java.time.OffsetDateTime;

/**
 * An immutable client-side representation of RegistrationInfo.
 */
public interface RegistrationInfo {
    /**
     * Gets the expirationTime property: Expiration time of registration token.
     * 
     * @return the expirationTime value.
     */
    OffsetDateTime expirationTime();

    /**
     * Gets the token property: The registration token base64 encoded string.
     * 
     * @return the token value.
     */
    String token();

    /**
     * Gets the registrationTokenOperation property: The type of resetting the token.
     * 
     * @return the registrationTokenOperation value.
     */
    RegistrationTokenOperation registrationTokenOperation();

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy