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

com.azure.resourcemanager.azurestackhci.models.ArcIdentityResponse Maven / Gradle / Ivy

Go to download

This package contains Microsoft Azure SDK for AzureStackHci Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. Azure Stack HCI management service. 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.azurestackhci.models;

import com.azure.resourcemanager.azurestackhci.fluent.models.ArcIdentityResponseInner;

/**
 * An immutable client-side representation of ArcIdentityResponse.
 */
public interface ArcIdentityResponse {
    /**
     * Gets the arcApplicationClientId property: The arcApplicationClientId property.
     * 
     * @return the arcApplicationClientId value.
     */
    String arcApplicationClientId();

    /**
     * Gets the arcApplicationTenantId property: The arcApplicationTenantId property.
     * 
     * @return the arcApplicationTenantId value.
     */
    String arcApplicationTenantId();

    /**
     * Gets the arcServicePrincipalObjectId property: The arcServicePrincipalObjectId property.
     * 
     * @return the arcServicePrincipalObjectId value.
     */
    String arcServicePrincipalObjectId();

    /**
     * Gets the arcApplicationObjectId property: The arcApplicationObjectId property.
     * 
     * @return the arcApplicationObjectId value.
     */
    String arcApplicationObjectId();

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy