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