ArmNetworkModelFactory.ConnectionMonitorResultProperties 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.ConnectionMonitorResultProperties ConnectionMonitorResultProperties(Azure.ResourceManager.Network.Models.ConnectionMonitorSource source = default, Azure.ResourceManager.Network.Models.ConnectionMonitorDestination destination = default, bool? autoStart = default, int? monitoringIntervalInSeconds = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.Models.ConnectionMonitorEndpoint> endpoints = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.Models.ConnectionMonitorTestConfiguration> testConfigurations = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.Models.ConnectionMonitorTestGroup> testGroups = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.Models.ConnectionMonitorOutput> outputs = default, string notes = default, Azure.ResourceManager.Network.Models.NetworkProvisioningState? provisioningState = default, DateTimeOffset? startOn = default, string monitoringStatus = default, Azure.ResourceManager.Network.Models.ConnectionMonitorEndpointType? connectionMonitorType = default);
static member ConnectionMonitorResultProperties : Azure.ResourceManager.Network.Models.ConnectionMonitorSource * Azure.ResourceManager.Network.Models.ConnectionMonitorDestination * Nullable<bool> * Nullable<int> * seq<Azure.ResourceManager.Network.Models.ConnectionMonitorEndpoint> * seq<Azure.ResourceManager.Network.Models.ConnectionMonitorTestConfiguration> * seq<Azure.ResourceManager.Network.Models.ConnectionMonitorTestGroup> * seq<Azure.ResourceManager.Network.Models.ConnectionMonitorOutput> * string * Nullable<Azure.ResourceManager.Network.Models.NetworkProvisioningState> * Nullable<DateTimeOffset> * string * Nullable<Azure.ResourceManager.Network.Models.ConnectionMonitorEndpointType> -> Azure.ResourceManager.Network.Models.ConnectionMonitorResultProperties
Public Shared Function ConnectionMonitorResultProperties (Optional source As ConnectionMonitorSource = Nothing, Optional destination As ConnectionMonitorDestination = Nothing, Optional autoStart As Nullable(Of Boolean) = Nothing, Optional monitoringIntervalInSeconds As Nullable(Of Integer) = Nothing, Optional endpoints As IEnumerable(Of ConnectionMonitorEndpoint) = Nothing, Optional testConfigurations As IEnumerable(Of ConnectionMonitorTestConfiguration) = Nothing, Optional testGroups As IEnumerable(Of ConnectionMonitorTestGroup) = Nothing, Optional outputs As IEnumerable(Of ConnectionMonitorOutput) = Nothing, Optional notes As String = Nothing, Optional provisioningState As Nullable(Of NetworkProvisioningState) = Nothing, Optional startOn As Nullable(Of DateTimeOffset) = Nothing, Optional monitoringStatus As String = Nothing, Optional connectionMonitorType As Nullable(Of ConnectionMonitorEndpointType) = Nothing) As ConnectionMonitorResultProperties
Parameters
- source
- ConnectionMonitorSource
Describes the source of connection monitor.
- destination
- ConnectionMonitorDestination
Describes the destination of connection monitor.
Determines if the connection monitor will start automatically once created.
- endpoints
- IEnumerable<ConnectionMonitorEndpoint>
List of connection monitor endpoints.
- testConfigurations
- IEnumerable<ConnectionMonitorTestConfiguration>
List of connection monitor test configurations.
- testGroups
- IEnumerable<ConnectionMonitorTestGroup>
List of connection monitor test groups.
- outputs
- IEnumerable<ConnectionMonitorOutput>
List of connection monitor outputs.
- notes
- String
Optional notes to be associated with the connection monitor.
- provisioningState
- Nullable<NetworkProvisioningState>
The provisioning state of the connection monitor.
- startOn
- Nullable<DateTimeOffset>
The date and time when the connection monitor was started.
- monitoringStatus
- String
The monitoring status of the connection monitor.
- connectionMonitorType
- Nullable<ConnectionMonitorEndpointType>
Type of connection monitor.
Returns
A new ConnectionMonitorResultProperties instance for mocking.