ArmNetworkModelFactory.ExpressRouteLinkFailoverStopContent 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.ExpressRouteLinkFailoverStopContent ExpressRouteLinkFailoverStopContent(string circuitTestCategory = default, string linkType = default, bool? wasSimulationSuccessful = default, bool? isVerified = default);
static member ExpressRouteLinkFailoverStopContent : string * string * Nullable<bool> * Nullable<bool> -> Azure.ResourceManager.Network.Models.ExpressRouteLinkFailoverStopContent
Public Shared Function ExpressRouteLinkFailoverStopContent (Optional circuitTestCategory As String = Nothing, Optional linkType As String = Nothing, Optional wasSimulationSuccessful As Nullable(Of Boolean) = Nothing, Optional isVerified As Nullable(Of Boolean) = Nothing) As ExpressRouteLinkFailoverStopContent
Parameters
- circuitTestCategory
- String
The category of the circuit test.
- linkType
- String
The type of the link.
Returns
A new ExpressRouteLinkFailoverStopContent instance for mocking.