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. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python