GatewaySettings Interface

Implements

com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.hdinsight.v2018_06_01_preview.implementation.GatewaySettingsInner> com.microsoft.azure.arm.resources.models.HasManager<com.microsoft.azure.management.hdinsight.v2018_06_01_preview.implementation.HDInsightManager>

public interface GatewaySettings
extends com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.hdinsight.v2018_06_01_preview.implementation.GatewaySettingsInner>, com.microsoft.azure.arm.resources.models.HasManager<com.microsoft.azure.management.hdinsight.v2018_06_01_preview.implementation.HDInsightManager>

Type representing GatewaySettings.

Method Summary

Modifier and Type Method and Description
abstract java.lang.String isCredentialEnabled()
abstract java.lang.String password()
abstract java.lang.String userName()

Method Details

isCredentialEnabled

public abstract String isCredentialEnabled()

Returns:

the isCredentialEnabled value.

password

public abstract String password()

Returns:

the password value.

userName

public abstract String userName()

Returns:

the userName value.

Applies to