Compartilhar via


JobConfigurationEventTriggerConfig Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.JobConfigurationEventTriggerConfigTypeConverter))]
public class JobConfigurationEventTriggerConfig : Microsoft.Azure.PowerShell.Cmdlets.App.Models.IJobConfigurationEventTriggerConfig
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.JobConfigurationEventTriggerConfigTypeConverter))>]
type JobConfigurationEventTriggerConfig = class
    interface IJobConfigurationEventTriggerConfig
    interface IJsonSerializable
Public Class JobConfigurationEventTriggerConfig
Implements IJobConfigurationEventTriggerConfig
Inheritance
JobConfigurationEventTriggerConfig
Attributes
Implements

Constructors

JobConfigurationEventTriggerConfig()

Properties

Parallelism
ReplicaCompletionCount
ScaleMaxExecution
ScaleMinExecution
ScalePollingInterval
ScaleRule

Methods

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

Applies to