Class EventSubscriptionRetryPolicy
Inheritance
System.Object
EventSubscriptionRetryPolicy
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.EventHub.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class EventSubscriptionRetryPolicy
Fields
View SourceEventTimeToLive
Specifies the time to live (in minutes) for events.
Declaration
public readonly int EventTimeToLive
Field Value
| Type | Description |
|---|---|
| System.Int32 |
MaxDeliveryAttempts
Specifies the maximum number of delivery retry attempts for events.
Declaration
public readonly int MaxDeliveryAttempts
Field Value
| Type | Description |
|---|---|
| System.Int32 |