Uses of Class
com.azure.resourcemanager.eventgrid.models.DeadLetterWithResourceIdentity
-
Packages that use DeadLetterWithResourceIdentity 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 DeadLetterWithResourceIdentity in com.azure.resourcemanager.eventgrid.fluent.models
Methods in com.azure.resourcemanager.eventgrid.fluent.models that return DeadLetterWithResourceIdentity Modifier and Type Method Description DeadLetterWithResourceIdentityEventSubscriptionInner. deadLetterWithResourceIdentity()Get the deadLetterWithResourceIdentity property: The dead letter destination of the event subscription.DeadLetterWithResourceIdentityEventSubscriptionProperties. deadLetterWithResourceIdentity()Get the deadLetterWithResourceIdentity property: The dead letter destination of the event subscription.Methods in com.azure.resourcemanager.eventgrid.fluent.models with parameters of type DeadLetterWithResourceIdentity Modifier and Type Method Description EventSubscriptionInnerEventSubscriptionInner. withDeadLetterWithResourceIdentity(DeadLetterWithResourceIdentity deadLetterWithResourceIdentity)Set the deadLetterWithResourceIdentity property: The dead letter destination of the event subscription.EventSubscriptionPropertiesEventSubscriptionProperties. withDeadLetterWithResourceIdentity(DeadLetterWithResourceIdentity deadLetterWithResourceIdentity)Set the deadLetterWithResourceIdentity property: The dead letter destination of the event subscription. -
Uses of DeadLetterWithResourceIdentity in com.azure.resourcemanager.eventgrid.models
Methods in com.azure.resourcemanager.eventgrid.models that return DeadLetterWithResourceIdentity Modifier and Type Method Description DeadLetterWithResourceIdentityEventSubscription. deadLetterWithResourceIdentity()Gets the deadLetterWithResourceIdentity property: The dead letter destination of the event subscription.DeadLetterWithResourceIdentityEventSubscriptionUpdateParameters. deadLetterWithResourceIdentity()Get the deadLetterWithResourceIdentity property: The dead letter destination of the event subscription.DeadLetterWithResourceIdentityDeadLetterWithResourceIdentity. withDeadLetterDestination(DeadLetterDestination deadLetterDestination)Set the deadLetterDestination property: Information about the destination where events have to be delivered for the event subscription.DeadLetterWithResourceIdentityDeadLetterWithResourceIdentity. withIdentity(EventSubscriptionIdentity identity)Set the identity property: The identity to use when dead-lettering events.Methods in com.azure.resourcemanager.eventgrid.models with parameters of type DeadLetterWithResourceIdentity Modifier and Type Method Description EventSubscription.DefinitionStages.WithCreateEventSubscription.DefinitionStages.WithDeadLetterWithResourceIdentity. withDeadLetterWithResourceIdentity(DeadLetterWithResourceIdentity deadLetterWithResourceIdentity)Specifies the deadLetterWithResourceIdentity property: The dead letter destination of the event subscription.EventSubscription.UpdateEventSubscription.UpdateStages.WithDeadLetterWithResourceIdentity. withDeadLetterWithResourceIdentity(DeadLetterWithResourceIdentity deadLetterWithResourceIdentity)Specifies the deadLetterWithResourceIdentity property: The dead letter destination of the event subscription.EventSubscriptionUpdateParametersEventSubscriptionUpdateParameters. withDeadLetterWithResourceIdentity(DeadLetterWithResourceIdentity deadLetterWithResourceIdentity)Set the deadLetterWithResourceIdentity property: The dead letter destination of the event subscription.
-