ArmAppContainersModelFactory.HttpGet Method
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 static Azure.ResourceManager.AppContainers.Models.HttpGet HttpGet(string uri = default, string fileName = default, System.Collections.Generic.IEnumerable<string> headers = default);
static member HttpGet : string * string * seq<string> -> Azure.ResourceManager.AppContainers.Models.HttpGet
Public Shared Function HttpGet (Optional uri As String = Nothing, Optional fileName As String = Nothing, Optional headers As IEnumerable(Of String) = Nothing) As HttpGet
Parameters
- uri
- String
URL to make HTTP GET request against.
- fileName
- String
Name of the file that the request should be saved to.
- headers
- IEnumerable<String>
List of headers to send with the request.
Returns
A new HttpGet instance for mocking.