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