VirtualNetworkType

enum VirtualNetworkType : Enum<VirtualNetworkType> , ConvertibleToJava<VirtualNetworkType>

The type of VPN in which API Management service needs to be configured in. None (Default Value) means the API Management service is not part of any Virtual Network, External means the API Management deployment is set up inside a Virtual Network having an Internet Facing Endpoint, and Internal means that API Management deployment is setup inside a Virtual Network having an Intranet Facing Endpoint only.

Entries

Link copied to clipboard

The service is not part of any Virtual Network.

Link copied to clipboard

The service is part of Virtual Network and it is accessible from Internet.

Link copied to clipboard

The service is part of Virtual Network and it is only accessible from within the virtual network.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
val javaValue: VirtualNetworkType
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toJava(): VirtualNetworkType
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.