@Beta(value=V1_3_0) public interface VirtualNetworkGatewayIPConfiguration extends com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayIPConfigurationInner>, com.microsoft.azure.management.resources.fluentcore.arm.models.ChildResource<VirtualNetworkGateway>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
VirtualNetworkGatewayIPConfiguration.Definition<ParentT>
The entirety of virtual network gateway IP configuration definition.
|
static interface |
VirtualNetworkGatewayIPConfiguration.DefinitionStages
Grouping of virtual network gateway IP configuration definition stages.
|
static interface |
VirtualNetworkGatewayIPConfiguration.Update
The entirety of an application gateway IP configuration update as part of a virtual network gateway update.
|
static interface |
VirtualNetworkGatewayIPConfiguration.UpdateDefinition<ParentT>
The entirety of an application gateway IP configuration definition as part of a virtual network gateway update.
|
static interface |
VirtualNetworkGatewayIPConfiguration.UpdateDefinitionStages
Grouping of application gateway IP configuration definition stages applicable as part of a virtual network gateway update.
|
static interface |
VirtualNetworkGatewayIPConfiguration.UpdateStages
Grouping of application gateway IP configuration update stages.
|
| Modifier and Type | Method and Description |
|---|---|
Subnet |
getSubnet() |
String |
networkId() |
IPAllocationMethod |
privateIPAllocationMethod() |
String |
publicIPAddressId() |
String |
subnetName() |
innerkeyString networkId()
String publicIPAddressId()
String subnetName()
IPAllocationMethod privateIPAllocationMethod()
Subnet getSubnet()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/