HttpGet 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.
Model representing a http get request.
public class HttpGet : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppContainers.Models.HttpGet>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppContainers.Models.HttpGet>
type HttpGet = class
interface IJsonModel<HttpGet>
interface IPersistableModel<HttpGet>
Public Class HttpGet
Implements IJsonModel(Of HttpGet), IPersistableModel(Of HttpGet)
- Inheritance
-
HttpGet
- Implements
Constructors
| Name | Description |
|---|---|
| HttpGet(String) |
Initializes a new instance of HttpGet. |
Properties
| Name | Description |
|---|---|
| FileName |
Name of the file that the request should be saved to. |
| Headers |
List of headers to send with the request. |
| Uri |
URL to make HTTP GET request against. |