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.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.Support.RoutingPreference) }, ReadOnly=false, Required=false, SerializedName="routingPreference")]
public Microsoft.Azure.PowerShell.Cmdlets.Workloads.Support.RoutingPreference? RoutingPreference { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Workloads.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.Support.RoutingPreference) }, ReadOnly=false, Required=false, SerializedName="routingPreference")>]
member this.RoutingPreference : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Workloads.Support.RoutingPreference> with get, set
Public Property RoutingPreference As Nullable(Of RoutingPreference)
Property Value
- Attributes