RoutingPreference Struct

Definition

Sets the routing preference of the SAP monitor. By default only RFC1918 traffic is routed to the customer VNET.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Support.RoutingPreferenceTypeConverter))]
public struct RoutingPreference : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Workloads.Support.RoutingPreference>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Support.RoutingPreferenceTypeConverter))>]
type RoutingPreference = struct
    interface IArgumentCompleter
Public Structure RoutingPreference
Implements IArgumentCompleter, IEquatable(Of RoutingPreference)
Inheritance
RoutingPreference
Attributes
Implements

Fields

Default
RouteAll

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(Object)

Compares values of enum type RoutingPreference (override for Object)

Equals(RoutingPreference)

Compares values of enum type RoutingPreference

GetHashCode()

Returns hashCode for enum RoutingPreference

ToString()

Returns string representation for RoutingPreference

Operators

Equality(RoutingPreference, RoutingPreference)

Overriding == operator for enum RoutingPreference

Implicit(RoutingPreference to String)

Implicit operator to convert RoutingPreference to string

Implicit(String to RoutingPreference)

Implicit operator to convert string to RoutingPreference

Inequality(RoutingPreference, RoutingPreference)

Overriding != operator for enum RoutingPreference

Applies to