ApplicationGatewayIPConfiguration Interface

public interface ApplicationGatewayIPConfiguration extends HasInner,ChildResource

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

Method Summary

Modifier and Type Method and Description
Subnet getSubnet()

Note, this results in a separate call to Azure.

String networkId()
String subnetName()

Inherited Members

Method Details

getSubnet

public Subnet getSubnet()

Note, this results in a separate call to Azure.

Returns:

the subnet the application gateway is in

networkId

public String networkId()

Returns:

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

subnetName

public String subnetName()

Returns:

the name of the subnet the application gateway is in

Applies to