Share via


ICodelessApiPollingDataConnector.RequestRetryCount Property

Definition

Describe the amount of time we should try and poll the data in case of failure

[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Description="Describe the amount of time we should try and poll the data in case of failure", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="retryCount")]
public int? RequestRetryCount { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Description="Describe the amount of time we should try and poll the data in case of failure", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="retryCount")>]
member this.RequestRetryCount : Nullable<int> with get, set
Public Property RequestRetryCount As Nullable(Of Integer)

Property Value

Attributes

Applies to