public interface VirtualNetworkGatewayIpConfiguration extends HasInnerModel<VirtualNetworkGatewayIpConfigurationInner>, 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() |
innerModelString networkId()
String publicIpAddressId()
String subnetName()
IpAllocationMethod privateIpAllocationMethod()
Subnet getSubnet()
Copyright © 2020 Microsoft Corporation. All rights reserved.