RampUpRule Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.RampUpRuleTypeConverter))]
public class RampUpRule : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRampUpRule
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.RampUpRuleTypeConverter))>]
type RampUpRule = class
    interface IRampUpRule
    interface IJsonSerializable
Public Class RampUpRule
Implements IRampUpRule
Inheritance
RampUpRule
Attributes
Implements

Constructors

RampUpRule()

Properties

ActionHostName
ChangeDecisionCallbackUrl
ChangeIntervalInMinute
ChangeStep
MaxReroutePercentage
MinReroutePercentage
Name
ReroutePercentage

Methods

DeserializeFromDictionary(IDictionary)
DeserializeFromPSObject(PSObject)
FromJson(JsonNode)
FromJsonString(String)
ToJson(JsonObject, SerializationMode)
ToJsonString()

Applies to