FailoverConnectionDetails Class
FailoverConnectionDetails.
- Inheritance
-
azure.mgmt.network._serialization.ModelFailoverConnectionDetails
Constructor
FailoverConnectionDetails(*, failover_connection_name: str | None = None, failover_location: str | None = None, is_verified: bool | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
failover_connection_name
|
Name of the failover connection. |
failover_location
|
Location of the failover connection. |
is_verified
|
Whether the customer was able to establish connectivity through this failover connection or not. |
Variables
Name | Description |
---|---|
failover_connection_name
|
Name of the failover connection. |
failover_location
|
Location of the failover connection. |
is_verified
|
Whether the customer was able to establish connectivity through this failover connection or not. |
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Python