ArmNetworkModelFactory.ExpressRouteFailoverTestDetails 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.
Initializes a new instance of ExpressRouteFailoverTestDetails.
public static Azure.ResourceManager.Network.Models.ExpressRouteFailoverTestDetails ExpressRouteFailoverTestDetails (string peeringLocation = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.Models.ExpressRouteFailoverCircuitResourceDetails> circuits = default, Azure.ResourceManager.Network.Models.FailoverTestStatus? status = default, DateTimeOffset? startOn = default, DateTimeOffset? endOn = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.Models.ExpressRouteFailoverConnectionResourceDetails> connections = default, Guid? testGuid = default, Azure.ResourceManager.Network.Models.FailoverTestType? testType = default, System.Collections.Generic.IEnumerable<string> issues = default);
static member ExpressRouteFailoverTestDetails : string * seq<Azure.ResourceManager.Network.Models.ExpressRouteFailoverCircuitResourceDetails> * Nullable<Azure.ResourceManager.Network.Models.FailoverTestStatus> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * seq<Azure.ResourceManager.Network.Models.ExpressRouteFailoverConnectionResourceDetails> * Nullable<Guid> * Nullable<Azure.ResourceManager.Network.Models.FailoverTestType> * seq<string> -> Azure.ResourceManager.Network.Models.ExpressRouteFailoverTestDetails
Public Shared Function ExpressRouteFailoverTestDetails (Optional peeringLocation As String = Nothing, Optional circuits As IEnumerable(Of ExpressRouteFailoverCircuitResourceDetails) = Nothing, Optional status As Nullable(Of FailoverTestStatus) = Nothing, Optional startOn As Nullable(Of DateTimeOffset) = Nothing, Optional endOn As Nullable(Of DateTimeOffset) = Nothing, Optional connections As IEnumerable(Of ExpressRouteFailoverConnectionResourceDetails) = Nothing, Optional testGuid As Nullable(Of Guid) = Nothing, Optional testType As Nullable(Of FailoverTestType) = Nothing, Optional issues As IEnumerable(Of String) = Nothing) As ExpressRouteFailoverTestDetails
Parameters
- peeringLocation
- String
Peering location of the test.
All circuits in the peering location.
- status
- Nullable<FailoverTestStatus>
The current status of the test.
- startOn
- Nullable<DateTimeOffset>
Time when the test was started.
- endOn
- Nullable<DateTimeOffset>
Time when the test was completed.
- connections
- IEnumerable<ExpressRouteFailoverConnectionResourceDetails>
All connections to the circuits in the peering location.
- testType
- Nullable<FailoverTestType>
The type of failover test.
- issues
- IEnumerable<String>
A list of all issues with the test.
Returns
A new ExpressRouteFailoverTestDetails instance for mocking.
Applies to
Azure SDK for .NET