你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ApiManagementServicePatch.VirtualNetworkType 属性

定义

需要在其中配置API 管理服务的 VPN 类型。 无 (默认值) 表示API 管理服务不属于任何虚拟网络,外部意味着API 管理部署是在具有面向 Internet 的终结点的虚拟网络内设置的,而内部意味着API 管理部署是在仅具有面向 Intranet 的终结点的虚拟网络内设置的.

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)

属性值

适用于