IRampUpRule Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.RampUpRuleTypeConverter))]
public interface IRampUpRule : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.RampUpRuleTypeConverter))>]
type IRampUpRule = interface
interface IJsonSerializable
Public Interface IRampUpRule
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
ActionHostName |
Hostname of a slot to which the traffic will be redirected if decided to. E.g. myapp-stage.azurewebsites.net. |
ChangeDecisionCallbackUrl |
Custom decision algorithm can be provided in TiPCallback site extension which URL can be specified. See TiPCallback site extension for the scaffold and contracts. https://www.siteextensions.net/packages/TiPCallback/ |
ChangeIntervalInMinute |
Specifies interval in minutes to reevaluate ReroutePercentage. |
ChangeStep |
In auto ramp up scenario this is the step to add/remove from |
MaxReroutePercentage |
Specifies upper boundary below which ReroutePercentage will stay. |
MinReroutePercentage |
Specifies lower boundary above which ReroutePercentage will stay. |
Name |
Name of the routing rule. The recommended name would be to point to the slot which will receive the traffic in the experiment. |
ReroutePercentage |
Percentage of the traffic which will be redirected to |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |