Uses of Class
com.azure.resourcemanager.eventgrid.models.RetryPolicy
-
Packages that use RetryPolicy 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 RetryPolicy in com.azure.resourcemanager.eventgrid.fluent.models
Methods in com.azure.resourcemanager.eventgrid.fluent.models that return RetryPolicy Modifier and Type Method Description RetryPolicyEventSubscriptionInner. retryPolicy()Get the retryPolicy property: The retry policy for events.RetryPolicyEventSubscriptionProperties. retryPolicy()Get the retryPolicy property: The retry policy for events.Methods in com.azure.resourcemanager.eventgrid.fluent.models with parameters of type RetryPolicy Modifier and Type Method Description EventSubscriptionInnerEventSubscriptionInner. withRetryPolicy(RetryPolicy retryPolicy)Set the retryPolicy property: The retry policy for events.EventSubscriptionPropertiesEventSubscriptionProperties. withRetryPolicy(RetryPolicy retryPolicy)Set the retryPolicy property: The retry policy for events. -
Uses of RetryPolicy in com.azure.resourcemanager.eventgrid.models
Methods in com.azure.resourcemanager.eventgrid.models that return RetryPolicy Modifier and Type Method Description RetryPolicyEventSubscription. retryPolicy()Gets the retryPolicy property: The retry policy for events.RetryPolicyEventSubscriptionUpdateParameters. retryPolicy()Get the retryPolicy property: The retry policy for events.RetryPolicyRetryPolicy. withEventTimeToLiveInMinutes(Integer eventTimeToLiveInMinutes)Set the eventTimeToLiveInMinutes property: Time To Live (in minutes) for events.RetryPolicyRetryPolicy. withMaxDeliveryAttempts(Integer maxDeliveryAttempts)Set the maxDeliveryAttempts property: Maximum number of delivery retry attempts for events.Methods in com.azure.resourcemanager.eventgrid.models with parameters of type RetryPolicy Modifier and Type Method Description EventSubscription.DefinitionStages.WithCreateEventSubscription.DefinitionStages.WithRetryPolicy. withRetryPolicy(RetryPolicy retryPolicy)Specifies the retryPolicy property: The retry policy for events.EventSubscription.UpdateEventSubscription.UpdateStages.WithRetryPolicy. withRetryPolicy(RetryPolicy retryPolicy)Specifies the retryPolicy property: The retry policy for events.EventSubscriptionUpdateParametersEventSubscriptionUpdateParameters. withRetryPolicy(RetryPolicy retryPolicy)Set the retryPolicy property: The retry policy for events.
-