ConnectivityDestination Class
Parameters that define destination of connection.
- Inheritance
-
azure.mgmt.network._serialization.ModelConnectivityDestination
Constructor
ConnectivityDestination(*, resource_id: str | None = None, address: str | None = None, port: int | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
resource_id
|
The ID of the resource to which a connection attempt will be made. |
address
|
The IP address or URI the resource to which a connection attempt will be made. |
port
|
Port on which check connectivity will be performed. |
Variables
Name | Description |
---|---|
resource_id
|
The ID of the resource to which a connection attempt will be made. |
address
|
The IP address or URI the resource to which a connection attempt will be made. |
port
|
Port on which check connectivity will be performed. |
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