| Modifier and Type | Method and Description |
|---|---|
VirtualIPMapping |
VirtualIPMapping.withInternalHttpPort(Integer internalHttpPort)
Set internal HTTP port.
|
VirtualIPMapping |
VirtualIPMapping.withInternalHttpsPort(Integer internalHttpsPort)
Set internal HTTPS port.
|
VirtualIPMapping |
VirtualIPMapping.withInUse(Boolean inUse)
Set is virtual IP mapping in use.
|
VirtualIPMapping |
VirtualIPMapping.withServiceName(String serviceName)
Set name of the service that virtual IP is assigned to.
|
VirtualIPMapping |
VirtualIPMapping.withVirtualIP(String virtualIP)
Set virtual IP address.
|
| Modifier and Type | Method and Description |
|---|---|
List<VirtualIPMapping> |
AppServiceEnvironmentPatchResource.vipMappings()
Get description of IP SSL mapping for the App Service Environment.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/