Share via


ApiManagementServiceData.VirtualNetworkType Property

Definition

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.

public Azure.ResourceManager.ApiManagement.Models.VirtualNetworkType? VirtualNetworkType { get; set; }
member this.VirtualNetworkType : Nullable<Azure.ResourceManager.ApiManagement.Models.VirtualNetworkType> with get, set
Public Property VirtualNetworkType As Nullable(Of VirtualNetworkType)

Property Value

Applies to