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

com.azure.resourcemanager.hdinsight.models.GatewaySettings Maven / Gradle / Ivy

Go to download

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

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.hdinsight.models;

import com.azure.resourcemanager.hdinsight.fluent.models.GatewaySettingsInner;

/**
 * An immutable client-side representation of GatewaySettings.
 */
public interface GatewaySettings {
    /**
     * Gets the isCredentialEnabled property: Indicates whether or not the gateway settings based authorization is
     * enabled.
     * 
     * @return the isCredentialEnabled value.
     */
    String isCredentialEnabled();

    /**
     * Gets the username property: The gateway settings user name.
     * 
     * @return the username value.
     */
    String username();

    /**
     * Gets the password property: The gateway settings user password.
     * 
     * @return the password value.
     */
    String password();

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy