Interface ApplicationGatewayIpConfiguration
- All Superinterfaces:
ChildResource<ApplicationGateway>,HasInnerModel<ApplicationGatewayIpConfigurationInner>,HasName,HasParent<ApplicationGateway>,Indexable
public interface ApplicationGatewayIpConfiguration
extends HasInnerModel<ApplicationGatewayIpConfigurationInner>, ChildResource<ApplicationGateway>
A client-side representation of an application gateway IP configuration.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of an application gateway IP configuration definition.static interfaceGrouping of application gateway IP configuration definition stages.static interfaceThe entirety of an application gateway IP configuration update as part of an application gateway update.static interfaceThe entirety of an application gateway IP configuration definition as part of an application gateway update.static interfaceGrouping of application gateway IP configuration definition stages applicable as part of an application gateway update.static interfaceGrouping of application gateway IP configuration update stages. -
Method Summary
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModelMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
name
-
Method Details
-
networkId
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
String subnetName()Gets the name of the subnet the application gateway is in.- Returns:
- the name of the subnet the application gateway is in
-
getSubnet
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.
-