Uses of Class
com.azure.resourcemanager.eventgrid.models.DeliveryAttributeMapping
-
Packages that use DeliveryAttributeMapping Package Description com.azure.resourcemanager.eventgrid.fluent.models Package containing the inner data models for EventGridManagementClient.com.azure.resourcemanager.eventgrid.models Package containing the data models for EventGridManagementClient. -
-
Uses of DeliveryAttributeMapping in com.azure.resourcemanager.eventgrid.fluent.models
Methods in com.azure.resourcemanager.eventgrid.fluent.models that return types with arguments of type DeliveryAttributeMapping Modifier and Type Method Description List<DeliveryAttributeMapping>AzureFunctionEventSubscriptionDestinationProperties. deliveryAttributeMappings()Get the deliveryAttributeMappings property: Delivery attribute details.List<DeliveryAttributeMapping>EventHubEventSubscriptionDestinationProperties. deliveryAttributeMappings()Get the deliveryAttributeMappings property: Delivery attribute details.List<DeliveryAttributeMapping>HybridConnectionEventSubscriptionDestinationProperties. deliveryAttributeMappings()Get the deliveryAttributeMappings property: Delivery attribute details.List<DeliveryAttributeMapping>ServiceBusQueueEventSubscriptionDestinationProperties. deliveryAttributeMappings()Get the deliveryAttributeMappings property: Delivery attribute details.List<DeliveryAttributeMapping>ServiceBusTopicEventSubscriptionDestinationProperties. deliveryAttributeMappings()Get the deliveryAttributeMappings property: Delivery attribute details.List<DeliveryAttributeMapping>WebhookEventSubscriptionDestinationProperties. deliveryAttributeMappings()Get the deliveryAttributeMappings property: Delivery attribute details.List<DeliveryAttributeMapping>DeliveryAttributeListResultInner. value()Get the value property: A collection of DeliveryAttributeMapping.Method parameters in com.azure.resourcemanager.eventgrid.fluent.models with type arguments of type DeliveryAttributeMapping Modifier and Type Method Description AzureFunctionEventSubscriptionDestinationPropertiesAzureFunctionEventSubscriptionDestinationProperties. withDeliveryAttributeMappings(List<DeliveryAttributeMapping> deliveryAttributeMappings)Set the deliveryAttributeMappings property: Delivery attribute details.EventHubEventSubscriptionDestinationPropertiesEventHubEventSubscriptionDestinationProperties. withDeliveryAttributeMappings(List<DeliveryAttributeMapping> deliveryAttributeMappings)Set the deliveryAttributeMappings property: Delivery attribute details.HybridConnectionEventSubscriptionDestinationPropertiesHybridConnectionEventSubscriptionDestinationProperties. withDeliveryAttributeMappings(List<DeliveryAttributeMapping> deliveryAttributeMappings)Set the deliveryAttributeMappings property: Delivery attribute details.ServiceBusQueueEventSubscriptionDestinationPropertiesServiceBusQueueEventSubscriptionDestinationProperties. withDeliveryAttributeMappings(List<DeliveryAttributeMapping> deliveryAttributeMappings)Set the deliveryAttributeMappings property: Delivery attribute details.ServiceBusTopicEventSubscriptionDestinationPropertiesServiceBusTopicEventSubscriptionDestinationProperties. withDeliveryAttributeMappings(List<DeliveryAttributeMapping> deliveryAttributeMappings)Set the deliveryAttributeMappings property: Delivery attribute details.WebhookEventSubscriptionDestinationPropertiesWebhookEventSubscriptionDestinationProperties. withDeliveryAttributeMappings(List<DeliveryAttributeMapping> deliveryAttributeMappings)Set the deliveryAttributeMappings property: Delivery attribute details.DeliveryAttributeListResultInnerDeliveryAttributeListResultInner. withValue(List<DeliveryAttributeMapping> value)Set the value property: A collection of DeliveryAttributeMapping. -
Uses of DeliveryAttributeMapping in com.azure.resourcemanager.eventgrid.models
Subclasses of DeliveryAttributeMapping in com.azure.resourcemanager.eventgrid.models Modifier and Type Class Description classDynamicDeliveryAttributeMappingDynamic delivery attribute mapping details.classStaticDeliveryAttributeMappingStatic delivery attribute mapping details.Methods in com.azure.resourcemanager.eventgrid.models that return DeliveryAttributeMapping Modifier and Type Method Description DeliveryAttributeMappingDeliveryAttributeMapping. withName(String name)Set the name property: Name of the delivery attribute or header.Methods in com.azure.resourcemanager.eventgrid.models that return types with arguments of type DeliveryAttributeMapping Modifier and Type Method Description List<DeliveryAttributeMapping>AzureFunctionEventSubscriptionDestination. deliveryAttributeMappings()Get the deliveryAttributeMappings property: Delivery attribute details.List<DeliveryAttributeMapping>EventHubEventSubscriptionDestination. deliveryAttributeMappings()Get the deliveryAttributeMappings property: Delivery attribute details.List<DeliveryAttributeMapping>HybridConnectionEventSubscriptionDestination. deliveryAttributeMappings()Get the deliveryAttributeMappings property: Delivery attribute details.List<DeliveryAttributeMapping>ServiceBusQueueEventSubscriptionDestination. deliveryAttributeMappings()Get the deliveryAttributeMappings property: Delivery attribute details.List<DeliveryAttributeMapping>ServiceBusTopicEventSubscriptionDestination. deliveryAttributeMappings()Get the deliveryAttributeMappings property: Delivery attribute details.List<DeliveryAttributeMapping>WebhookEventSubscriptionDestination. deliveryAttributeMappings()Get the deliveryAttributeMappings property: Delivery attribute details.List<DeliveryAttributeMapping>DeliveryAttributeListResult. value()Gets the value property: A collection of DeliveryAttributeMapping.Method parameters in com.azure.resourcemanager.eventgrid.models with type arguments of type DeliveryAttributeMapping Modifier and Type Method Description AzureFunctionEventSubscriptionDestinationAzureFunctionEventSubscriptionDestination. withDeliveryAttributeMappings(List<DeliveryAttributeMapping> deliveryAttributeMappings)Set the deliveryAttributeMappings property: Delivery attribute details.EventHubEventSubscriptionDestinationEventHubEventSubscriptionDestination. withDeliveryAttributeMappings(List<DeliveryAttributeMapping> deliveryAttributeMappings)Set the deliveryAttributeMappings property: Delivery attribute details.HybridConnectionEventSubscriptionDestinationHybridConnectionEventSubscriptionDestination. withDeliveryAttributeMappings(List<DeliveryAttributeMapping> deliveryAttributeMappings)Set the deliveryAttributeMappings property: Delivery attribute details.ServiceBusQueueEventSubscriptionDestinationServiceBusQueueEventSubscriptionDestination. withDeliveryAttributeMappings(List<DeliveryAttributeMapping> deliveryAttributeMappings)Set the deliveryAttributeMappings property: Delivery attribute details.ServiceBusTopicEventSubscriptionDestinationServiceBusTopicEventSubscriptionDestination. withDeliveryAttributeMappings(List<DeliveryAttributeMapping> deliveryAttributeMappings)Set the deliveryAttributeMappings property: Delivery attribute details.WebhookEventSubscriptionDestinationWebhookEventSubscriptionDestination. withDeliveryAttributeMappings(List<DeliveryAttributeMapping> deliveryAttributeMappings)Set the deliveryAttributeMappings property: Delivery attribute details.
-