Share via


RetryPolicy Class

Definition

Information about the retry policy for an event subscription.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.RetryPolicyTypeConverter))]
public class RetryPolicy : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IRetryPolicy
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.RetryPolicyTypeConverter))>]
type RetryPolicy = class
    interface IRetryPolicy
    interface IJsonSerializable
Public Class RetryPolicy
Implements IRetryPolicy
Inheritance
RetryPolicy
Attributes
Implements

Constructors

RetryPolicy()

Creates an new RetryPolicy instance.

Properties

EventTimeToLiveInMinute

Time To Live (in minutes) for events.

MaxDeliveryAttempt

Maximum number of delivery retry attempts for events.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of RetryPolicy.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of RetryPolicy.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IRetryPolicy.

FromJsonString(String)

Creates a new instance of RetryPolicy, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of RetryPolicy into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to