IRetryPolicy.MaxDeliveryAttempt Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Maximum number of delivery retry attempts for events.
[Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Info(Create=true, Description="Maximum number of delivery retry attempts for events.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="maxDeliveryAttempts", Update=true)]
public int? MaxDeliveryAttempt { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Info(Create=true, Description="Maximum number of delivery retry attempts for events.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="maxDeliveryAttempts", Update=true)>]
member this.MaxDeliveryAttempt : Nullable<int> with get, set
Public Property MaxDeliveryAttempt As Nullable(Of Integer)
Property Value
- Attributes