Uses of Interface
com.azure.resourcemanager.eventgrid.models.DeliveryAttributeListResult
-
Packages that use DeliveryAttributeListResult Package Description com.azure.resourcemanager.eventgrid.models Package containing the data models for EventGridManagementClient. -
-
Uses of DeliveryAttributeListResult in com.azure.resourcemanager.eventgrid.models
Methods in com.azure.resourcemanager.eventgrid.models that return DeliveryAttributeListResult Modifier and Type Method Description DeliveryAttributeListResultEventSubscription. getDeliveryAttributes()Get all delivery attributes for an event subscription.DeliveryAttributeListResultEventSubscriptions. getDeliveryAttributes(String scope, String eventSubscriptionName)Get all delivery attributes for an event subscription.DeliveryAttributeListResultSystemTopicEventSubscriptions. getDeliveryAttributes(String resourceGroupName, String systemTopicName, String eventSubscriptionName)Get all delivery attributes for an event subscription.Methods in com.azure.resourcemanager.eventgrid.models that return types with arguments of type DeliveryAttributeListResult Modifier and Type Method Description com.azure.core.http.rest.Response<DeliveryAttributeListResult>EventSubscription. getDeliveryAttributesWithResponse(com.azure.core.util.Context context)Get all delivery attributes for an event subscription.com.azure.core.http.rest.Response<DeliveryAttributeListResult>EventSubscriptions. getDeliveryAttributesWithResponse(String scope, String eventSubscriptionName, com.azure.core.util.Context context)Get all delivery attributes for an event subscription.com.azure.core.http.rest.Response<DeliveryAttributeListResult>SystemTopicEventSubscriptions. getDeliveryAttributesWithResponse(String resourceGroupName, String systemTopicName, String eventSubscriptionName, com.azure.core.util.Context context)Get all delivery attributes for an event subscription.
-