Interface ApplicationGatewayFrontend

All Superinterfaces:
ChildResource<ApplicationGateway>, HasInnerModel<ApplicationGatewayFrontendIpConfiguration>, HasName, HasParent<ApplicationGateway>, HasPrivateIpAddress, HasPublicIpAddress, HasSubnet, Indexable

A client-side representation of an application gateway frontend.
  • Method Details

    • isPublic

      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
    • isPrivate

      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
    • getSubnet

      Subnet getSubnet()
      Gets the associated subnet.
      Returns:
      the associated subnet