JobHttpRequest 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.
Request for an http or https action type.
public class JobHttpRequest
type JobHttpRequest = class
Public Class JobHttpRequest
- Inheritance
-
JobHttpRequest
Constructors
JobHttpRequest() |
Initializes a new instance of the JobHttpRequest class. |
JobHttpRequest(Uri, String) |
Initializes a new instance of the JobHttpRequest class with required arguments. |
Properties
Authentication |
Optional. Gets or sets the request authentication. |
Body |
Optional. Gets or sets the request body. |
Headers |
Optional. Gets or sets Header name value pairs to supply with the http/https action. |
Method |
Required. Gets or sets Http method e.g. GET, PUT, POST, DELETE. |
Uri |
Required. Gets or sets Uri of the endpoint to invoke. |
Applies to
Azure SDK for .NET