JobConfigurationManualTriggerConfig 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.
Manual trigger configuration for a single execution job. Properties replicaCompletionCount and parallelism would be set to 1 by default
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.JobConfigurationManualTriggerConfigTypeConverter))]
public class JobConfigurationManualTriggerConfig : Microsoft.Azure.PowerShell.Cmdlets.App.Models.IJobConfigurationManualTriggerConfig
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.JobConfigurationManualTriggerConfigTypeConverter))>]
type JobConfigurationManualTriggerConfig = class
interface IJobConfigurationManualTriggerConfig
interface IJsonSerializable
Public Class JobConfigurationManualTriggerConfig
Implements IJobConfigurationManualTriggerConfig
- Inheritance
-
JobConfigurationManualTriggerConfig
- Attributes
- Implements
Constructors
JobConfigurationManualTriggerConfig() |
Creates an new JobConfigurationManualTriggerConfig instance. |
Properties
Parallelism |
Number of parallel replicas of a job that can run at a given time. |
ReplicaCompletionCount |
Minimum number of successful replica completions before overall job completion. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of JobConfigurationManualTriggerConfig. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of JobConfigurationManualTriggerConfig. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.App.Models.IJobConfigurationManualTriggerConfig. |
FromJsonString(String) |
Creates a new instance of JobConfigurationManualTriggerConfig, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of JobConfigurationManualTriggerConfig into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |