ConnectivityEndpoint Class
The connectivity properties.
- Inheritance
-
msrest.serialization.ModelConnectivityEndpoint
Constructor
ConnectivityEndpoint(*, name: str | None = None, protocol: str | None = None, location: str | None = None, port: int | None = None, private_ip_address: str | None = None, **kwargs)
Parameters
Name | Description |
---|---|
name
Required
|
The name of the endpoint. |
protocol
Required
|
The protocol of the endpoint. |
location
Required
|
The location of the endpoint. |
port
Required
|
The port to connect to. |
private_ip_address
Required
|
The private ip address of the endpoint. |
Keyword-Only Parameters
Name | Description |
---|---|
name
Required
|
|
protocol
Required
|
|
location
Required
|
|
port
Required
|
|
private_ip_address
Required
|
|
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