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. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python