Interface ApplicationGatewayIPConfiguration
-
- All Superinterfaces:
com.microsoft.azure.management.resources.fluentcore.arm.models.ChildResource<ApplicationGateway>,com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.network.implementation.ApplicationGatewayIPConfigurationInner>,com.microsoft.azure.management.resources.fluentcore.arm.models.HasName,com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent<ApplicationGateway>,com.microsoft.azure.management.resources.fluentcore.model.Indexable
public interface ApplicationGatewayIPConfiguration extends com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.network.implementation.ApplicationGatewayIPConfigurationInner>, com.microsoft.azure.management.resources.fluentcore.arm.models.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.microsoft.azure.management.resources.fluentcore.model.HasInner
inner
-
Methods inherited from interface com.microsoft.azure.management.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.
-
-