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.
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, string startTime = default, string endTime = 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> * string * string * 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 startTime As String = Nothing, Optional endTime As String = 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.
- startTime
- String
Time when the test was started.
- endTime
- String
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.