Interface DeliveryAttributeListResult
-
public interface DeliveryAttributeListResultAn immutable client-side representation of DeliveryAttributeListResult.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeliveryAttributeListResultInnerinnerModel()Gets the inner com.azure.resourcemanager.eventgrid.fluent.models.DeliveryAttributeListResultInner object.List<DeliveryAttributeMapping>value()Gets the value property: A collection of DeliveryAttributeMapping.
-
-
-
Method Detail
-
value
List<DeliveryAttributeMapping> value()
Gets the value property: A collection of DeliveryAttributeMapping.- Returns:
- the value value.
-
innerModel
DeliveryAttributeListResultInner innerModel()
Gets the inner com.azure.resourcemanager.eventgrid.fluent.models.DeliveryAttributeListResultInner object.- Returns:
- the inner object.
-
-