ArmNetworkModelFactory.ConnectionMonitorSource 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.ConnectionMonitorSource ConnectionMonitorSource(Azure.Core.ResourceIdentifier resourceId = default, int? port = default);
static member ConnectionMonitorSource : Azure.Core.ResourceIdentifier * Nullable<int> -> Azure.ResourceManager.Network.Models.ConnectionMonitorSource
Public Shared Function ConnectionMonitorSource (Optional resourceId As ResourceIdentifier = Nothing, Optional port As Nullable(Of Integer) = Nothing) As ConnectionMonitorSource
Parameters
- resourceId
- ResourceIdentifier
The ID of the resource used as the source by connection monitor.
Returns
A new ConnectionMonitorSource instance for mocking.