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)

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

Public MustInherit Class RoutingRule

NameDescription
System_CAPS_pubmethodRoutingRule()

Initializes a new instance of the RoutingRule class.

NameDescription
System_CAPS_pubpropertyName

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

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top
Show: