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

ApplicationGatewayIpConfiguration Interface

Implements

public interface ApplicationGatewayIpConfiguration
extends HasInnerModel<ApplicationGatewayIpConfigurationInner>, ChildResource<ApplicationGateway>

A client-side representation of an application gateway IP configuration.

Method Summary

Modifier and Type Method and Description
abstract Subnet getSubnet()

Gets the subnet the application gateway is in.

abstract String networkId()

Gets the resource ID of the virtual network the application gateway is in.

abstract String subnetName()

Gets the name of the subnet the application gateway is in.

Method Details

getSubnet

public abstract Subnet getSubnet()

Gets the subnet the application gateway is in.

Returns:

the subnet the application gateway is in

Note, this results in a separate call to Azure.

networkId

public abstract String networkId()

Gets the resource ID of the virtual network the application gateway is in.

Returns:

the resource ID of the virtual network the application gateway is in

subnetName

public abstract String subnetName()

Gets the name of the subnet the application gateway is in.

Returns:

the name of the subnet the application gateway is in

Applies to