ArmNetworkModelFactory.ExpressRouteFailoverStopApiContent Method

Definition

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.

wasSimulationSuccessful
Nullable<Boolean>

Whether the failover simulation was successful or not.

details
IEnumerable<FailoverConnectionDetails>

List of all the failover connections for this peering location.

Returns

A new ExpressRouteFailoverStopApiContent instance for mocking.

Applies to