| 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 |
|---|---|
VirtualNetworkGatewayType |
VirtualNetworkGatewayInner.gatewayType()
Get the gatewayType property: The type of this virtual network gateway.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualNetworkGatewayInner |
VirtualNetworkGatewayInner.withGatewayType(VirtualNetworkGatewayType gatewayType)
Set the gatewayType property: The type of this virtual network gateway.
|
| Modifier and Type | Field and Description |
|---|---|
static VirtualNetworkGatewayType |
VirtualNetworkGatewayType.EXPRESS_ROUTE
Static value ExpressRoute for VirtualNetworkGatewayType.
|
static VirtualNetworkGatewayType |
VirtualNetworkGatewayType.VPN
Static value Vpn for VirtualNetworkGatewayType.
|
| Modifier and Type | Method and Description |
|---|---|
static VirtualNetworkGatewayType |
VirtualNetworkGatewayType.fromString(String name)
Creates or finds a VirtualNetworkGatewayType from its string representation.
|
VirtualNetworkGatewayType |
VirtualNetworkGateway.gatewayType() |
Copyright © 2020 Microsoft Corporation. All rights reserved.