Share via


RampUpRule.ChangeIntervalInMinutes Property

 

Optional. A number that contains interval in minutes to evaluate health of the re-reouted site and change reoute percentage with the step. This property is optional

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

Syntax

public Nullable<int> ChangeIntervalInMinutes { get; set; }
public:
property Nullable<int> ChangeIntervalInMinutes {
    Nullable<int> get();
    void set(Nullable<int> value);
}
member ChangeIntervalInMinutes : Nullable<int> with get, set
Public Property ChangeIntervalInMinutes As Nullable(Of Integer)

Property Value

Type: System.Nullable<Int32>

See Also

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

Return to top