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)

public:
property Nullable<int> ChangeIntervalInMinutes {
	Nullable<int> get();
	void set(Nullable<int> value);
}

Property Value

Type: System::Nullable<Int32>
Return to top
Show: