JobScale Class
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.
Scaling configurations for event driven jobs.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.JobScaleTypeConverter))]
public class JobScale : Microsoft.Azure.PowerShell.Cmdlets.App.Models.IJobScale
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.JobScaleTypeConverter))>]
type JobScale = class
interface IJobScale
interface IJsonSerializable
Public Class JobScale
Implements IJobScale
- Inheritance
-
JobScale
- Attributes
- Implements
Constructors
JobScale() |
Creates an new JobScale instance. |
Properties
MaxExecution |
Maximum number of job executions that are created for a trigger, default 100. |
MinExecution |
Minimum number of job executions that are created for a trigger, default 0 |
PollingInterval |
Interval to check each event source in seconds. Defaults to 30s |
Rule |
Scaling rules. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of JobScale. |
DeserializeFromPSObject(PSObject) | |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.App.Models.IJobScale. |
FromJsonString(String) |
Creates a new instance of JobScale, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) | |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |