Class EventSubscriptionRetryPolicyArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class EventSubscriptionRetryPolicyArgs : ResourceArgs
Constructors
View SourceEventSubscriptionRetryPolicyArgs()
Declaration
public EventSubscriptionRetryPolicyArgs()
Properties
View SourceEventTimeToLive
Specifies the time to live (in minutes) for events.
Declaration
public Input<int> EventTimeToLive { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
MaxDeliveryAttempts
Specifies the maximum number of delivery retry attempts for events.
Declaration
public Input<int> MaxDeliveryAttempts { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |