Compartilhar via


ConnectivityDestination Class

Parameters that define destination of connection.

Inheritance
azure.mgmt.network._serialization.Model
ConnectivityDestination

Constructor

ConnectivityDestination(*, resource_id: str | None = None, address: str | None = None, port: int | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
resource_id
str

The ID of the resource to which a connection attempt will be made.

address
str

The IP address or URI the resource to which a connection attempt will be made.

port
int

Port on which check connectivity will be performed.

Variables

Name Description
resource_id
str

The ID of the resource to which a connection attempt will be made.

address
str

The IP address or URI the resource to which a connection attempt will be made.

port
int

Port on which check connectivity will be performed.