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

Property Value

Attributes

Applies to