RoutingRule Class

 

Specifies a routing rule which can divert traffic to different site based on re-route percentage and host name.

Namespace:   Microsoft.WindowsAzure.Management.WebSites.Models
Assembly:  Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.WebSites.Models.RoutingRule
    Microsoft.WindowsAzure.Management.WebSites.Models.RampUpRule

Syntax

public abstract class RoutingRule
public ref class RoutingRule abstract 
[<AbstractClass>]
type RoutingRule = class end
Public MustInherit Class RoutingRule

Constructors

Name Description
System_CAPS_pubmethod RoutingRule()

Initializes a new instance of the RoutingRule class.

Properties

Name Description
System_CAPS_pubproperty Name

Optional. A string that contains name of the rule. It has to be unique in the collection of rules.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Management.WebSites.Models Namespace

Return to top