Show / Hide Table of Contents

Class EventSubscriptionRetryPolicyArgs

Inheritance
System.Object
InputArgs
ResourceArgs
EventSubscriptionRetryPolicyArgs
Inherited Members
ResourceArgs.Empty
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 Source

EventSubscriptionRetryPolicyArgs()

Declaration
public EventSubscriptionRetryPolicyArgs()

Properties

View Source

EventTimeToLive

Specifies the time to live (in minutes) for events.

Declaration
public Input<int> EventTimeToLive { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.