Show / Hide Table of Contents

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 Source

EventTimeToLive

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

Declaration
public readonly int EventTimeToLive
Field Value
Type Description
System.Int32
View Source

MaxDeliveryAttempts

Specifies the maximum number of delivery retry attempts for events.

Declaration
public readonly int MaxDeliveryAttempts
Field Value
Type Description
System.Int32
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.