ArmNetworkModelFactory.ExpressRouteLinkFailoverAllTestsDetails 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.ExpressRouteLinkFailoverAllTestsDetails ExpressRouteLinkFailoverAllTestsDetails(Azure.ResourceManager.Network.Models.FailoverTestStatus? status = default, string startTime = default, string endTime = default, string testGuid = default, Azure.ResourceManager.Network.Models.FailoverTestType? testType = default, System.Collections.Generic.IEnumerable<string> issues = default, bool? wasSimulationSuccessful = default, Azure.ResourceManager.Network.Models.MaintenanceTestCategory? circuitTestCategory = default, Azure.ResourceManager.Network.Models.ExpressRouteFailoverLinkType? linkType = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.Models.ExpressRouteLinkFailoverTestBgpStatus> bgpStatus = default);
static member ExpressRouteLinkFailoverAllTestsDetails : Nullable<Azure.ResourceManager.Network.Models.FailoverTestStatus> * string * string * string * Nullable<Azure.ResourceManager.Network.Models.FailoverTestType> * seq<string> * Nullable<bool> * Nullable<Azure.ResourceManager.Network.Models.MaintenanceTestCategory> * Nullable<Azure.ResourceManager.Network.Models.ExpressRouteFailoverLinkType> * seq<Azure.ResourceManager.Network.Models.ExpressRouteLinkFailoverTestBgpStatus> -> Azure.ResourceManager.Network.Models.ExpressRouteLinkFailoverAllTestsDetails
Public Shared Function ExpressRouteLinkFailoverAllTestsDetails (Optional status As Nullable(Of FailoverTestStatus) = Nothing, Optional startTime As String = Nothing, Optional endTime As String = Nothing, Optional testGuid As String = Nothing, Optional testType As Nullable(Of FailoverTestType) = Nothing, Optional issues As IEnumerable(Of String) = Nothing, Optional wasSimulationSuccessful As Nullable(Of Boolean) = Nothing, Optional circuitTestCategory As Nullable(Of MaintenanceTestCategory) = Nothing, Optional linkType As Nullable(Of ExpressRouteFailoverLinkType) = Nothing, Optional bgpStatus As IEnumerable(Of ExpressRouteLinkFailoverTestBgpStatus) = Nothing) As ExpressRouteLinkFailoverAllTestsDetails
Parameters
- 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.
- testGuid
- String
The unique GUID associated with the test.
- testType
- Nullable<FailoverTestType>
The type of failover test.
- issues
- IEnumerable<String>
A list of all issues with the test.
- circuitTestCategory
- Nullable<MaintenanceTestCategory>
The maintenance test category.
- linkType
- Nullable<ExpressRouteFailoverLinkType>
The link type.
- bgpStatus
- IEnumerable<ExpressRouteLinkFailoverTestBgpStatus>
The BGP status details.
Returns
A new ExpressRouteLinkFailoverAllTestsDetails instance for mocking.