Show / Hide Table of Contents

Class EventSubscriptionRetryPolicyGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
EventSubscriptionRetryPolicyGetArgs
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.EventGrid.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class EventSubscriptionRetryPolicyGetArgs : ResourceArgs

Constructors

View Source

EventSubscriptionRetryPolicyGetArgs()

Declaration
public EventSubscriptionRetryPolicyGetArgs()

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.