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. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python