Interface ApplicationGatewayIPConfiguration
- All Superinterfaces:
ChildResource<ApplicationGateway>
,HasInner<com.microsoft.azure.management.network.implementation.ApplicationGatewayIPConfigurationInner>
,HasName
,HasParent<ApplicationGateway>
,Indexable
public interface ApplicationGatewayIPConfiguration
extends HasInner<com.microsoft.azure.management.network.implementation.ApplicationGatewayIPConfigurationInner>, ChildResource<ApplicationGateway>
A client-side representation of an application gateway IP configuration.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
The entirety of an application gateway IP configuration definition.static interface
Grouping of application gateway IP configuration definition stages.static interface
The entirety of an application gateway IP configuration update as part of an application gateway update.static interface
The entirety of an application gateway IP configuration definition as part of an application gateway update.static interface
Grouping of application gateway IP configuration definition stages applicable as part of an application gateway update.static interface
Grouping of application gateway IP configuration update stages. -
Method Summary
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.HasInner
inner
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasName
name
-
Method Details
-
networkId
String networkId()- Returns:
- the resource ID of the virtual network the application gateway is in
-
subnetName
String subnetName()- Returns:
- the name of the subnet the application gateway is in
-
getSubnet
Subnet getSubnet()- Returns:
- the subnet the application gateway is in
Note, this results in a separate call to Azure.
-