Interface EventSubscription.Update
-
- All Superinterfaces:
EventSubscription.UpdateStages.WithDeadLetterDestination,EventSubscription.UpdateStages.WithDeadLetterWithResourceIdentity,EventSubscription.UpdateStages.WithDeliveryWithResourceIdentity,EventSubscription.UpdateStages.WithDestination,EventSubscription.UpdateStages.WithEventDeliverySchema,EventSubscription.UpdateStages.WithExpirationTimeUtc,EventSubscription.UpdateStages.WithFilter,EventSubscription.UpdateStages.WithLabels,EventSubscription.UpdateStages.WithRetryPolicy
- Enclosing interface:
- EventSubscription
public static interface EventSubscription.Update extends EventSubscription.UpdateStages.WithDestination, EventSubscription.UpdateStages.WithDeliveryWithResourceIdentity, EventSubscription.UpdateStages.WithFilter, EventSubscription.UpdateStages.WithLabels, EventSubscription.UpdateStages.WithExpirationTimeUtc, EventSubscription.UpdateStages.WithEventDeliverySchema, EventSubscription.UpdateStages.WithRetryPolicy, EventSubscription.UpdateStages.WithDeadLetterDestination, EventSubscription.UpdateStages.WithDeadLetterWithResourceIdentity
The template for EventSubscription update.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EventSubscriptionapply()Executes the update request.EventSubscriptionapply(com.azure.core.util.Context context)Executes the update request.-
Methods inherited from interface com.azure.resourcemanager.eventgrid.models.EventSubscription.UpdateStages.WithDeadLetterDestination
withDeadLetterDestination
-
Methods inherited from interface com.azure.resourcemanager.eventgrid.models.EventSubscription.UpdateStages.WithDeadLetterWithResourceIdentity
withDeadLetterWithResourceIdentity
-
Methods inherited from interface com.azure.resourcemanager.eventgrid.models.EventSubscription.UpdateStages.WithDeliveryWithResourceIdentity
withDeliveryWithResourceIdentity
-
Methods inherited from interface com.azure.resourcemanager.eventgrid.models.EventSubscription.UpdateStages.WithDestination
withDestination
-
Methods inherited from interface com.azure.resourcemanager.eventgrid.models.EventSubscription.UpdateStages.WithEventDeliverySchema
withEventDeliverySchema
-
Methods inherited from interface com.azure.resourcemanager.eventgrid.models.EventSubscription.UpdateStages.WithExpirationTimeUtc
withExpirationTimeUtc
-
Methods inherited from interface com.azure.resourcemanager.eventgrid.models.EventSubscription.UpdateStages.WithFilter
withFilter
-
Methods inherited from interface com.azure.resourcemanager.eventgrid.models.EventSubscription.UpdateStages.WithLabels
withLabels
-
Methods inherited from interface com.azure.resourcemanager.eventgrid.models.EventSubscription.UpdateStages.WithRetryPolicy
withRetryPolicy
-
-
-
-
Method Detail
-
apply
EventSubscription apply()
Executes the update request.- Returns:
- the updated resource.
-
apply
EventSubscription apply(com.azure.core.util.Context context)
Executes the update request.- Parameters:
context- The context to associate with this operation.- Returns:
- the updated resource.
-
-