你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IMonitor.RoutingPreference 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.
Sets the routing preference of the SAP monitor. By default only RFC1918 traffic is routed to the customer VNET.
[Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Runtime.Info(Description="Sets the routing preference of the SAP monitor. By default only RFC1918 traffic is routed to the customer VNET.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Support.RoutingPreference) }, ReadOnly=false, Required=false, SerializedName="routingPreference")]
public Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Support.RoutingPreference? RoutingPreference { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Runtime.Info(Description="Sets the routing preference of the SAP monitor. By default only RFC1918 traffic is routed to the customer VNET.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Support.RoutingPreference) }, ReadOnly=false, Required=false, SerializedName="routingPreference")>]
member this.RoutingPreference : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Support.RoutingPreference> with get, set
Public Property RoutingPreference As Nullable(Of RoutingPreference)
Property Value
- Attributes