ManagementAssociationPropertiesList Interface

public interface ManagementAssociationPropertiesList

An immutable client-side representation of ManagementAssociationPropertiesList.

Method Summary

Modifier and Type Method and Description
abstract ManagementAssociationPropertiesListInner innerModel()

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

abstract List<ManagementAssociation> value()

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

Method Details

innerModel

public abstract ManagementAssociationPropertiesListInner innerModel()

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

Returns:

the inner object.

value

public abstract List<ManagementAssociation> value()

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

Returns:

the value value.

Applies to