ManagementConfigurationPropertiesList Interface

public interface ManagementConfigurationPropertiesList

An immutable client-side representation of ManagementConfigurationPropertiesList.

Method Summary

Modifier and Type Method and Description
abstract ManagementConfigurationPropertiesListInner innerModel()

Gets the inner com.azure.resourcemanager.operationsmanagement.fluent.models.ManagementConfigurationPropertiesListInner object.

abstract List<ManagementConfiguration> value()

Gets the value property: List of Management Configuration properties within the subscription.

Method Details

innerModel

public abstract ManagementConfigurationPropertiesListInner innerModel()

Gets the inner com.azure.resourcemanager.operationsmanagement.fluent.models.ManagementConfigurationPropertiesListInner object.

Returns:

the inner object.

value

public abstract List<ManagementConfiguration> value()

Gets the value property: List of Management Configuration properties within the subscription.

Returns:

the value value.

Applies to