ArmNetworkModelFactory.ConnectionAnalyzerProtocolSettings 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.ConnectionAnalyzerProtocolSettings ConnectionAnalyzerProtocolSettings(Azure.ResourceManager.Network.Models.NetworkWatcherProtocol? protocol = default, Azure.ResourceManager.Network.Models.NetworkHttpConfiguration httpConfiguration = default);
static member ConnectionAnalyzerProtocolSettings : Nullable<Azure.ResourceManager.Network.Models.NetworkWatcherProtocol> * Azure.ResourceManager.Network.Models.NetworkHttpConfiguration -> Azure.ResourceManager.Network.Models.ConnectionAnalyzerProtocolSettings
Public Shared Function ConnectionAnalyzerProtocolSettings (Optional protocol As Nullable(Of NetworkWatcherProtocol) = Nothing, Optional httpConfiguration As NetworkHttpConfiguration = Nothing) As ConnectionAnalyzerProtocolSettings
Parameters
- protocol
- Nullable<NetworkWatcherProtocol>
Network protocol.
- httpConfiguration
- NetworkHttpConfiguration
HTTP configuration (used when protocol is Http or Https).
Returns
A new ConnectionAnalyzerProtocolSettings instance for mocking.