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

ApplicationGatewayFrontend Interface

Implements

public interface ApplicationGatewayFrontend
extends HasInnerModel<ApplicationGatewayFrontendIpConfiguration>, ChildResource<ApplicationGateway>, HasPrivateIpAddress, HasSubnet, HasPublicIpAddress

A client-side representation of an application gateway frontend.

Method Summary

Modifier and Type Method and Description
abstract Subnet getSubnet()

Gets the associated subnet.

abstract boolean isPrivate()

Checks whether the frontend is accessible via an private IP address.

abstract boolean isPublic()

Checks whether the frontend is accessible via a public IP address.

Method Details

getSubnet

public abstract Subnet getSubnet()

Gets the associated subnet.

Returns:

the associated subnet

isPrivate

public abstract boolean isPrivate()

Checks whether the frontend is accessible via an private IP address.

Returns:

true is the frontend is accessible via an private IP address

isPublic

public abstract boolean isPublic()

Checks whether the frontend is accessible via a public IP address.

Returns:

true if the frontend is accessible via a public IP address, else false

Applies to