Share via


RampUpRule.ChangeDecisionCallbackUrl Property

 

Optional. A string that contains callback REST API method to determine change direction and step.This property is optional

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

Syntax

public string ChangeDecisionCallbackUrl { get; set; }
public:
property String^ ChangeDecisionCallbackUrl {
    String^ get();
    void set(String^ value);
}
member ChangeDecisionCallbackUrl : string with get, set
Public Property ChangeDecisionCallbackUrl As String

Property Value

Type: System.String

See Also

RampUpRule Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace

Return to top