ExpressRouteFailoverStopApiParameters Class
Start packet capture parameters on virtual network gateway.
- Inheritance
-
azure.mgmt.network._serialization.ModelExpressRouteFailoverStopApiParameters
Constructor
ExpressRouteFailoverStopApiParameters(*, peering_location: str | None = None, was_simulation_successful: bool | None = None, details: List[_models.FailoverConnectionDetails] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
peering_location
|
Peering location of the test. |
was_simulation_successful
|
Whether the failover simulation was successful or not. |
details
|
List of all the failover connections for this peering location. |
Variables
Name | Description |
---|---|
peering_location
|
Peering location of the test. |
was_simulation_successful
|
Whether the failover simulation was successful or not. |
details
|
List of all the failover connections for this peering location. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python