| Package | Description |
|---|---|
| com.azure.resourcemanager.network.fluent.models |
Package containing the inner data models for NetworkManagementClient.
|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
VpnGatewayGeneration |
VirtualNetworkGatewayInner.vpnGatewayGeneration()
Get the vpnGatewayGeneration property: The generation for this VirtualNetworkGateway.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualNetworkGatewayInner |
VirtualNetworkGatewayInner.withVpnGatewayGeneration(VpnGatewayGeneration vpnGatewayGeneration)
Set the vpnGatewayGeneration property: The generation for this VirtualNetworkGateway.
|
| Modifier and Type | Field and Description |
|---|---|
static VpnGatewayGeneration |
VpnGatewayGeneration.GENERATION1
Static value Generation1 for VpnGatewayGeneration.
|
static VpnGatewayGeneration |
VpnGatewayGeneration.GENERATION2
Static value Generation2 for VpnGatewayGeneration.
|
static VpnGatewayGeneration |
VpnGatewayGeneration.NONE
Static value None for VpnGatewayGeneration.
|
| Modifier and Type | Method and Description |
|---|---|
static VpnGatewayGeneration |
VpnGatewayGeneration.fromString(String name)
Creates or finds a VpnGatewayGeneration from its string representation.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.