ArmContainerInstanceModelFactory.ContainerHttpHeader(String, String) 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.
public static Azure.ResourceManager.ContainerInstance.Models.ContainerHttpHeader ContainerHttpHeader(string name = default, string value = default);
static member ContainerHttpHeader : string * string -> Azure.ResourceManager.ContainerInstance.Models.ContainerHttpHeader
Public Shared Function ContainerHttpHeader (Optional name As String = Nothing, Optional value As String = Nothing) As ContainerHttpHeader
Parameters
- name
- String
The header name.
- value
- String
The header value.
Returns
A new ContainerHttpHeader instance for mocking.