ClusterConfigurations Interface

public interface ClusterConfigurations

An immutable client-side representation of ClusterConfigurations.

Method Summary

Modifier and Type Method and Description
abstract Map<String,Map<String,String>> configurations()

Gets the configurations property: The configuration object for the specified configuration for the specified cluster.

abstract ClusterConfigurationsInner innerModel()

Gets the inner com.azure.resourcemanager.hdinsight.fluent.models.ClusterConfigurationsInner object.

Method Details

configurations

public abstract Map<>> configurations()

Gets the configurations property: The configuration object for the specified configuration for the specified cluster.

Returns:

the configurations value.

innerModel

public abstract ClusterConfigurationsInner innerModel()

Gets the inner com.azure.resourcemanager.hdinsight.fluent.models.ClusterConfigurationsInner object.

Returns:

the inner object.

Applies to