Uses of Class
com.azure.resourcemanager.eventgrid.models.DeadLetterDestination
-
Packages that use DeadLetterDestination 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 DeadLetterDestination in com.azure.resourcemanager.eventgrid.fluent.models
Methods in com.azure.resourcemanager.eventgrid.fluent.models that return DeadLetterDestination Modifier and Type Method Description DeadLetterDestinationEventSubscriptionInner. deadLetterDestination()Get the deadLetterDestination property: The DeadLetter destination of the event subscription.DeadLetterDestinationEventSubscriptionProperties. deadLetterDestination()Get the deadLetterDestination property: The DeadLetter destination of the event subscription.Methods in com.azure.resourcemanager.eventgrid.fluent.models with parameters of type DeadLetterDestination Modifier and Type Method Description EventSubscriptionInnerEventSubscriptionInner. withDeadLetterDestination(DeadLetterDestination deadLetterDestination)Set the deadLetterDestination property: The DeadLetter destination of the event subscription.EventSubscriptionPropertiesEventSubscriptionProperties. withDeadLetterDestination(DeadLetterDestination deadLetterDestination)Set the deadLetterDestination property: The DeadLetter destination of the event subscription. -
Uses of DeadLetterDestination in com.azure.resourcemanager.eventgrid.models
Subclasses of DeadLetterDestination in com.azure.resourcemanager.eventgrid.models Modifier and Type Class Description classStorageBlobDeadLetterDestinationInformation about the storage blob based dead letter destination.Methods in com.azure.resourcemanager.eventgrid.models that return DeadLetterDestination Modifier and Type Method Description DeadLetterDestinationDeadLetterWithResourceIdentity. deadLetterDestination()Get the deadLetterDestination property: Information about the destination where events have to be delivered for the event subscription.DeadLetterDestinationEventSubscription. deadLetterDestination()Gets the deadLetterDestination property: The DeadLetter destination of the event subscription.DeadLetterDestinationEventSubscriptionUpdateParameters. deadLetterDestination()Get the deadLetterDestination property: The DeadLetter destination of the event subscription.Methods in com.azure.resourcemanager.eventgrid.models with parameters of type DeadLetterDestination Modifier and Type Method Description DeadLetterWithResourceIdentityDeadLetterWithResourceIdentity. withDeadLetterDestination(DeadLetterDestination deadLetterDestination)Set the deadLetterDestination property: Information about the destination where events have to be delivered for the event subscription.EventSubscription.DefinitionStages.WithCreateEventSubscription.DefinitionStages.WithDeadLetterDestination. withDeadLetterDestination(DeadLetterDestination deadLetterDestination)Specifies the deadLetterDestination property: The DeadLetter destination of the event subscription..EventSubscription.UpdateEventSubscription.UpdateStages.WithDeadLetterDestination. withDeadLetterDestination(DeadLetterDestination deadLetterDestination)Specifies the deadLetterDestination property: The DeadLetter destination of the event subscription..EventSubscriptionUpdateParametersEventSubscriptionUpdateParameters. withDeadLetterDestination(DeadLetterDestination deadLetterDestination)Set the deadLetterDestination property: The DeadLetter destination of the event subscription.
-