ExpressRouteLinkFailoverStopApiParameters interface
Parameters for stopping an ExpressRoute circuit link failover test.
Properties
| circuit |
The category of the circuit test. |
| is |
Whether the link is verified. |
| link |
The type of the link. |
| was |
Whether the simulation was successful. |
Property Details
circuitTestCategory
The category of the circuit test.
circuitTestCategory?: string
Property Value
string
isVerified
Whether the link is verified.
isVerified?: boolean
Property Value
boolean
linkType
The type of the link.
linkType?: string
Property Value
string
wasSimulationSuccessful
Whether the simulation was successful.
wasSimulationSuccessful?: boolean
Property Value
boolean