Request Class
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.
A request.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.RequestTypeConverter))]
public class Request : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IRequest
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.RequestTypeConverter))>]
type Request = class
interface IRequest
interface IJsonSerializable
Public Class Request
Implements IRequest
- Inheritance
-
Request
- Attributes
- Implements
Constructors
Request() |
Creates an new Request instance. |
Properties
Header |
A list of all the headers attached to the request. |
Method |
The HTTP method used for the request. |
Uri |
The destination for the request. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of Request. |
DeserializeFromPSObject(PSObject) | |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IRequest. |
FromJsonString(String) |
Creates a new instance of Request, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) | |
ToJsonString() |
Serializes this instance to a json string. |