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

ApplicationGatewayBackendAddress 类

  • java.lang.Object
    • com.microsoft.azure.management.network.ApplicationGatewayBackendAddress

public class ApplicationGatewayBackendAddress

应用程序网关的后端地址。

方法摘要

修饰符和类型 方法和描述
String fqdn()

获取 fqdn 值。

String ipAddress()

获取 ipAddress 值。

ApplicationGatewayBackendAddress withFqdn(String fqdn)

设置 fqdn 值。

ApplicationGatewayBackendAddress withIPAddress(String ipAddress)

设置 ipAddress 值。

方法详细信息

fqdn

public String fqdn()

获取 fqdn 值。

Returns:

fqdn 值

ipAddress

public String ipAddress()

获取 ipAddress 值。

Returns:

ipAddress 值

withFqdn

public ApplicationGatewayBackendAddress withFqdn(String fqdn)

设置 fqdn 值。

Parameters:

fqdn - 要设置的 fqdn 值

Returns:

ApplicationGatewayBackendAddress 对象本身。

withIPAddress

public ApplicationGatewayBackendAddress withIPAddress(String ipAddress)

设置 ipAddress 值。

Parameters:

ipAddress - 要设置的 ipAddress 值

Returns:

ApplicationGatewayBackendAddress 对象本身。

适用于