共用方式為


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)

Syntax

public Nullable<double> ChangeStep { get; set; }
public:
property Nullable<double> ChangeStep {
    Nullable<double> get();
    void set(Nullable<double> value);
}
member ChangeStep : Nullable<float> with get, set
Public Property ChangeStep As Nullable(Of Double)

Property Value

Type: System.Nullable<Double>

See Also

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

Return to top