ConnectivitySource Class
Parameters that define the source of the connection.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.network._serialization.ModelConnectivitySource
Constructor
ConnectivitySource(*, resource_id: str, port: int | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
resource_id
|
The ID of the resource from which a connectivity check will be initiated. Required. |
port
|
The source port from which a connectivity check will be performed. |
Variables
Name | Description |
---|---|
resource_id
|
The ID of the resource from which a connectivity check will be initiated. Required. |
port
|
The source port from which a connectivity check will be performed. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python