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, service_name: str | 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. |
service_name
|
name of the service that virtual IP is assigned to. |
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. |
service_name
|
name of the service that virtual IP is assigned to. |