Share via


RampUpRule.ChangeStep Property

Optional. A number that contains reroute percentage change that would occur on each interval. This property is optional

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

Usage

'Usage
Dim instance As RampUpRule
Dim value As Nullable(Of Double)

value = instance.ChangeStep

instance.ChangeStep = value

Syntax

'Declaration
Public Property ChangeStep As Nullable(Of Double)
public Nullable<double> ChangeStep { get; set; }
public:
property Nullable<double> ChangeStep {
    Nullable<double> get ();
    void set (Nullable<double> value);
}
/** @property */
public Nullable<double> get_ChangeStep ()

/** @property */
public void set_ChangeStep (Nullable<double> value)
public function get ChangeStep () : Nullable<double>

public function set ChangeStep (value : Nullable<double>)

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.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

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