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 | |
---|---|---|
RoutingRule() | Initializes a new instance of the RoutingRule class. |
Properties
Name | Description | |
---|---|---|
Name | Optional. A string that contains name of the rule. It has to be unique in the collection of rules. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
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