Share via


DeliveryAttributeListResult Interface

public interface DeliveryAttributeListResult

An immutable client-side representation of DeliveryAttributeListResult.

Method Summary

Modifier and Type Method and Description
abstract DeliveryAttributeListResultInner innerModel()

Gets the inner com.azure.resourcemanager.eventgrid.fluent.models.DeliveryAttributeListResultInner object.

abstract List<DeliveryAttributeMapping> value()

Gets the value property: A collection of DeliveryAttributeMapping.

Method Details

innerModel

public abstract DeliveryAttributeListResultInner innerModel()

Gets the inner com.azure.resourcemanager.eventgrid.fluent.models.DeliveryAttributeListResultInner object.

Returns:

the inner object.

value

public abstract List<DeliveryAttributeMapping> value()

Gets the value property: A collection of DeliveryAttributeMapping.

Returns:

the value value.

Applies to