ArmTrafficManagerModelFactory.TrafficManagerEndpointCustomHeaderInfo 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.TrafficManager.Models.TrafficManagerEndpointCustomHeaderInfo TrafficManagerEndpointCustomHeaderInfo(string name = default, string value = default);
static member TrafficManagerEndpointCustomHeaderInfo : string * string -> Azure.ResourceManager.TrafficManager.Models.TrafficManagerEndpointCustomHeaderInfo
Public Shared Function TrafficManagerEndpointCustomHeaderInfo (Optional name As String = Nothing, Optional value As String = Nothing) As TrafficManagerEndpointCustomHeaderInfo
Parameters
- name
- String
Header name.
- value
- String
Header value.
Returns
A new TrafficManagerEndpointCustomHeaderInfo instance for mocking.