你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

VirtualIPMapping Class

  • java.lang.Object
    • com.microsoft.azure.management.appservice.VirtualIPMapping

public class VirtualIPMapping

Virtual IP mapping.

Method Summary

Modifier and Type Method and Description
Integer internalHttpPort()

Get the internalHttpPort value.

Integer internalHttpsPort()

Get the internalHttpsPort value.

Boolean inUse()

Get the inUse value.

String virtualIP()

Get the virtualIP value.

VirtualIPMapping withInternalHttpPort(Integer internalHttpPort)

Set the internalHttpPort value.

VirtualIPMapping withInternalHttpsPort(Integer internalHttpsPort)

Set the internalHttpsPort value.

VirtualIPMapping withInUse(Boolean inUse)

Set the inUse value.

VirtualIPMapping withVirtualIP(String virtualIP)

Set the virtualIP value.

Method Details

internalHttpPort

public Integer internalHttpPort()

Get the internalHttpPort value.

Returns:

the internalHttpPort value

internalHttpsPort

public Integer internalHttpsPort()

Get the internalHttpsPort value.

Returns:

the internalHttpsPort value

inUse

public Boolean inUse()

Get the inUse value.

Returns:

the inUse value

virtualIP

public String virtualIP()

Get the virtualIP value.

Returns:

the virtualIP value

withInternalHttpPort

public VirtualIPMapping withInternalHttpPort(Integer internalHttpPort)

Set the internalHttpPort value.

Parameters:

internalHttpPort - the internalHttpPort value to set

Returns:

the VirtualIPMapping object itself.

withInternalHttpsPort

public VirtualIPMapping withInternalHttpsPort(Integer internalHttpsPort)

Set the internalHttpsPort value.

Parameters:

internalHttpsPort - the internalHttpsPort value to set

Returns:

the VirtualIPMapping object itself.

withInUse

public VirtualIPMapping withInUse(Boolean inUse)

Set the inUse value.

Parameters:

inUse - the inUse value to set

Returns:

the VirtualIPMapping object itself.

withVirtualIP

public VirtualIPMapping withVirtualIP(String virtualIP)

Set the virtualIP value.

Parameters:

virtualIP - the virtualIP value to set

Returns:

the VirtualIPMapping object itself.

Applies to