StopCircuitLinkFailoverTestParameterBody Constructor
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.
Initializes a new instance of StopCircuitLinkFailoverTestParameterBody.
public StopCircuitLinkFailoverTestParameterBody(Azure.ResourceManager.Network.Models.ExpressRouteLinkFailoverStopContent stopParameters);
new Azure.ResourceManager.Network.Models.StopCircuitLinkFailoverTestParameterBody : Azure.ResourceManager.Network.Models.ExpressRouteLinkFailoverStopContent -> Azure.ResourceManager.Network.Models.StopCircuitLinkFailoverTestParameterBody
Public Sub New (stopParameters As ExpressRouteLinkFailoverStopContent)
Parameters
- stopParameters
- ExpressRouteLinkFailoverStopContent
Parameters supplied to stop the link failover simulation on the express route circuit.
Exceptions
stopParameters is null.