VirtualIPMapping Class
Virtual IP mapping.
- Inheritance
-
azure.mgmt.web._serialization.ModelVirtualIPMapping
Constructor
VirtualIPMapping(*, virtual_ip: str | None = None, internal_http_port: int | None = None, internal_https_port: int | None = None, in_use: bool | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
virtual_ip
|
Virtual IP address. |
internal_http_port
|
Internal HTTP port. |
internal_https_port
|
Internal HTTPS port. |
in_use
|
Is virtual IP mapping in use. |
Variables
Name | Description |
---|---|
virtual_ip
|
Virtual IP address. |
internal_http_port
|
Internal HTTP port. |
internal_https_port
|
Internal HTTPS port. |
in_use
|
Is virtual IP mapping in use. |
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