你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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. |