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>
| 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() |
innerkeyString networkId()
String subnetName()
Subnet getSubnet()
Note, this results in a separate call to Azure.
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/