ArmNetworkModelFactory.ExpressRouteFailoverStopApiContent 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.ExpressRouteFailoverStopApiContent ExpressRouteFailoverStopApiContent(string peeringLocation = default, bool? wasSimulationSuccessful = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.Models.FailoverConnectionDetails> details = default);
static member ExpressRouteFailoverStopApiContent : string * Nullable<bool> * seq<Azure.ResourceManager.Network.Models.FailoverConnectionDetails> -> Azure.ResourceManager.Network.Models.ExpressRouteFailoverStopApiContent
Public Shared Function ExpressRouteFailoverStopApiContent (Optional peeringLocation As String = Nothing, Optional wasSimulationSuccessful As Nullable(Of Boolean) = Nothing, Optional details As IEnumerable(Of FailoverConnectionDetails) = Nothing) As ExpressRouteFailoverStopApiContent
Parameters
- peeringLocation
- String
Peering location of the test.
- details
- IEnumerable<FailoverConnectionDetails>
List of all the failover connections for this peering location.
Returns
A new ExpressRouteFailoverStopApiContent instance for mocking.