Dela via


IRequest.Method Property

Definition

The HTTP method used for the request.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="The HTTP method used for the request.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="method")]
public string Method { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="The HTTP method used for the request.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="method")>]
member this.Method : string with get, set
Public Property Method As String

Property Value

Attributes

Applies to