ICodelessApiPollingDataConnector.RequestHttpMethod Property

Definition

The http method type we will use in the poll request, GET or POST

[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=true, Description="The http method type we will use in the poll request, GET or POST", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="httpMethod", Update=true)]
public string RequestHttpMethod { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=true, Description="The http method type we will use in the poll request, GET or POST", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="httpMethod", Update=true)>]
member this.RequestHttpMethod : string with get, set
Public Property RequestHttpMethod As String

Property Value

Attributes

Applies to