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 Classes Modifier and Type Interface Description static interfaceApplicationGatewayIpConfiguration.Definition<ParentT>The entirety of an application gateway IP configuration definition.static interfaceApplicationGatewayIpConfiguration.DefinitionStagesGrouping of application gateway IP configuration definition stages.static interfaceApplicationGatewayIpConfiguration.UpdateThe entirety of an application gateway IP configuration update as part of an application gateway update.static interfaceApplicationGatewayIpConfiguration.UpdateDefinition<ParentT>The entirety of an application gateway IP configuration definition as part of an application gateway update.static interfaceApplicationGatewayIpConfiguration.UpdateDefinitionStagesGrouping of application gateway IP configuration definition stages applicable as part of an application gateway update.static interfaceApplicationGatewayIpConfiguration.UpdateStagesGrouping of application gateway IP configuration update stages.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SubnetgetSubnet()StringnetworkId()StringsubnetName()-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModel
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
name
-
-
-
-
Method Detail
-
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.
-
-