Partager via


ExecutionTriggerUpdate Class

Definition

Execution trigger update for storage task assignment

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.ExecutionTriggerUpdateTypeConverter))]
public class ExecutionTriggerUpdate : Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IExecutionTriggerUpdate
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.ExecutionTriggerUpdateTypeConverter))>]
type ExecutionTriggerUpdate = class
    interface IExecutionTriggerUpdate
    interface IJsonSerializable
Public Class ExecutionTriggerUpdate
Implements IExecutionTriggerUpdate
Inheritance
ExecutionTriggerUpdate
Attributes
Implements

Constructors

Name Description
ExecutionTriggerUpdate()

Creates an new ExecutionTriggerUpdate instance.

Properties

Name Description
EndBy

When to end task execution. This is a mutable field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce'

Interval

Run interval of task execution. This is a mutable field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce'

IntervalUnit

Run interval unit of task execution. This is a mutable field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce'

StartFrom

When to start task execution. This is a mutable field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce'

StartOn

When to start task execution. This is a mutable field when ExecutionTrigger.properties.type is 'RunOnce'; this property should not be present when ExecutionTrigger.properties.type is 'OnSchedule'

Type

The trigger type of the storage task assignment execution

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ExecutionTriggerUpdate.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ExecutionTriggerUpdate.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IExecutionTriggerUpdate.

FromJsonString(String)

Creates a new instance of ExecutionTriggerUpdate, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ExecutionTriggerUpdate into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to