Share via


SapRoutingPreference Struct

Definition

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

public readonly struct SapRoutingPreference : IEquatable<Azure.ResourceManager.Workloads.Models.SapRoutingPreference>
type SapRoutingPreference = struct
Public Structure SapRoutingPreference
Implements IEquatable(Of SapRoutingPreference)
Inheritance
SapRoutingPreference
Implements

Constructors

SapRoutingPreference(String)

Initializes a new instance of SapRoutingPreference.

Properties

Default

Default.

RouteAll

RouteAll.

Methods

Equals(SapRoutingPreference)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(SapRoutingPreference, SapRoutingPreference)

Determines if two SapRoutingPreference values are the same.

Implicit(String to SapRoutingPreference)

Converts a string to a SapRoutingPreference.

Inequality(SapRoutingPreference, SapRoutingPreference)

Determines if two SapRoutingPreference values are not the same.

Applies to