public interface ApplicationGatewayIPConfiguration extends HasInner<com.microsoft.azure.management.network.implementation.ApplicationGatewayIPConfigurationInner>, ChildResource<ApplicationGateway>
Modifier and Type | Interface and Description |
---|---|
static interface |
ApplicationGatewayIPConfiguration.Definition<ParentT>
The entirety of an application gateway IP configuration definition.
|
static interface |
ApplicationGatewayIPConfiguration.DefinitionStages
Grouping of application gateway IP configuration definition stages.
|
static interface |
ApplicationGatewayIPConfiguration.Update
The entirety of an application gateway IP configuration update as part of an application gateway update.
|
static interface |
ApplicationGatewayIPConfiguration.UpdateDefinition<ParentT>
The entirety of an application gateway IP configuration definition as part of an application gateway update.
|
static interface |
ApplicationGatewayIPConfiguration.UpdateDefinitionStages
Grouping of application gateway IP configuration definition stages applicable as part of an application gateway update.
|
static interface |
ApplicationGatewayIPConfiguration.UpdateStages
Grouping of application gateway IP configuration update stages.
|
Modifier and Type | Method and Description |
---|---|
Subnet |
getSubnet() |
String |
networkId() |
String |
subnetName() |
inner
key
String networkId()
String subnetName()
Subnet getSubnet()
Note, this results in a separate call to Azure.
Copyright © 2019. All rights reserved.