ApiManagementServiceData.VirtualNetworkType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET