Uses of Class
com.azure.resourcemanager.eventgrid.models.EventSubscriptionUpdateParameters
-
Packages that use EventSubscriptionUpdateParameters Package Description com.azure.resourcemanager.eventgrid.fluent Package containing the service clients for EventGridManagementClient.com.azure.resourcemanager.eventgrid.models Package containing the data models for EventGridManagementClient. -
-
Uses of EventSubscriptionUpdateParameters in com.azure.resourcemanager.eventgrid.fluent
Methods in com.azure.resourcemanager.eventgrid.fluent with parameters of type EventSubscriptionUpdateParameters Modifier and Type Method Description com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<EventSubscriptionInner>,EventSubscriptionInner>EventSubscriptionsClient. beginUpdate(String scope, String eventSubscriptionName, EventSubscriptionUpdateParameters eventSubscriptionUpdateParameters)Asynchronously updates an existing event subscription.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<EventSubscriptionInner>,EventSubscriptionInner>EventSubscriptionsClient. beginUpdate(String scope, String eventSubscriptionName, EventSubscriptionUpdateParameters eventSubscriptionUpdateParameters, com.azure.core.util.Context context)Asynchronously updates an existing event subscription.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<EventSubscriptionInner>,EventSubscriptionInner>SystemTopicEventSubscriptionsClient. beginUpdate(String resourceGroupName, String systemTopicName, String eventSubscriptionName, EventSubscriptionUpdateParameters eventSubscriptionUpdateParameters)Update event subscription of a system topic.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<EventSubscriptionInner>,EventSubscriptionInner>SystemTopicEventSubscriptionsClient. beginUpdate(String resourceGroupName, String systemTopicName, String eventSubscriptionName, EventSubscriptionUpdateParameters eventSubscriptionUpdateParameters, com.azure.core.util.Context context)Update event subscription of a system topic.EventSubscriptionInnerEventSubscriptionsClient. update(String scope, String eventSubscriptionName, EventSubscriptionUpdateParameters eventSubscriptionUpdateParameters)Asynchronously updates an existing event subscription.EventSubscriptionInnerEventSubscriptionsClient. update(String scope, String eventSubscriptionName, EventSubscriptionUpdateParameters eventSubscriptionUpdateParameters, com.azure.core.util.Context context)Asynchronously updates an existing event subscription.EventSubscriptionInnerSystemTopicEventSubscriptionsClient. update(String resourceGroupName, String systemTopicName, String eventSubscriptionName, EventSubscriptionUpdateParameters eventSubscriptionUpdateParameters)Update event subscription of a system topic.EventSubscriptionInnerSystemTopicEventSubscriptionsClient. update(String resourceGroupName, String systemTopicName, String eventSubscriptionName, EventSubscriptionUpdateParameters eventSubscriptionUpdateParameters, com.azure.core.util.Context context)Update event subscription of a system topic. -
Uses of EventSubscriptionUpdateParameters in com.azure.resourcemanager.eventgrid.models
Methods in com.azure.resourcemanager.eventgrid.models that return EventSubscriptionUpdateParameters Modifier and Type Method Description EventSubscriptionUpdateParametersEventSubscriptionUpdateParameters. withDeadLetterDestination(DeadLetterDestination deadLetterDestination)Set the deadLetterDestination property: The DeadLetter destination of the event subscription.EventSubscriptionUpdateParametersEventSubscriptionUpdateParameters. withDeadLetterWithResourceIdentity(DeadLetterWithResourceIdentity deadLetterWithResourceIdentity)Set the deadLetterWithResourceIdentity property: The dead letter destination of the event subscription.EventSubscriptionUpdateParametersEventSubscriptionUpdateParameters. withDeliveryWithResourceIdentity(DeliveryWithResourceIdentity deliveryWithResourceIdentity)Set the deliveryWithResourceIdentity property: Information about the destination where events have to be delivered for the event subscription.EventSubscriptionUpdateParametersEventSubscriptionUpdateParameters. withDestination(EventSubscriptionDestination destination)Set the destination property: Information about the destination where events have to be delivered for the event subscription.EventSubscriptionUpdateParametersEventSubscriptionUpdateParameters. withEventDeliverySchema(EventDeliverySchema eventDeliverySchema)Set the eventDeliverySchema property: The event delivery schema for the event subscription.EventSubscriptionUpdateParametersEventSubscriptionUpdateParameters. withExpirationTimeUtc(OffsetDateTime expirationTimeUtc)Set the expirationTimeUtc property: Information about the expiration time for the event subscription.EventSubscriptionUpdateParametersEventSubscriptionUpdateParameters. withFilter(EventSubscriptionFilter filter)Set the filter property: Information about the filter for the event subscription.EventSubscriptionUpdateParametersEventSubscriptionUpdateParameters. withLabels(List<String> labels)Set the labels property: List of user defined labels.EventSubscriptionUpdateParametersEventSubscriptionUpdateParameters. withRetryPolicy(RetryPolicy retryPolicy)Set the retryPolicy property: The retry policy for events.Methods in com.azure.resourcemanager.eventgrid.models with parameters of type EventSubscriptionUpdateParameters Modifier and Type Method Description EventSubscriptionSystemTopicEventSubscriptions. update(String resourceGroupName, String systemTopicName, String eventSubscriptionName, EventSubscriptionUpdateParameters eventSubscriptionUpdateParameters)Update event subscription of a system topic.EventSubscriptionSystemTopicEventSubscriptions. update(String resourceGroupName, String systemTopicName, String eventSubscriptionName, EventSubscriptionUpdateParameters eventSubscriptionUpdateParameters, com.azure.core.util.Context context)Update event subscription of a system topic.
-