| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualIpMapping |
VirtualIpMapping.withInternalHttpPort(Integer internalHttpPort)
Set the internalHttpPort property: Internal HTTP port.
|
VirtualIpMapping |
VirtualIpMapping.withInternalHttpsPort(Integer internalHttpsPort)
Set the internalHttpsPort property: Internal HTTPS port.
|
VirtualIpMapping |
VirtualIpMapping.withInUse(Boolean inUse)
Set the inUse property: Is virtual IP mapping in use.
|
VirtualIpMapping |
VirtualIpMapping.withServiceName(String serviceName)
Set the serviceName property: name of the service that virtual IP is assigned to.
|
VirtualIpMapping |
VirtualIpMapping.withVirtualIp(String virtualIp)
Set the virtualIp property: Virtual IP address.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.