Compartir a través de


ExecutionTrigger Class

Definition

Execution trigger for storage task assignment.

public class ExecutionTrigger : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Storage.Models.ExecutionTrigger>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Storage.Models.ExecutionTrigger>
type ExecutionTrigger = class
    interface IJsonModel<ExecutionTrigger>
    interface IPersistableModel<ExecutionTrigger>
Public Class ExecutionTrigger
Implements IJsonModel(Of ExecutionTrigger), IPersistableModel(Of ExecutionTrigger)
Inheritance
ExecutionTrigger
Implements

Constructors

ExecutionTrigger(ExecutionTriggerType, ExecutionTriggerParameters)

Initializes a new instance of ExecutionTrigger.

Properties

Parameters

The trigger parameters of the storage task assignment execution.

TriggerType

The trigger type of the storage task assignment execution.

Explicit Interface Implementations

IJsonModel<ExecutionTrigger>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ExecutionTrigger>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ExecutionTrigger>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ExecutionTrigger>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ExecutionTrigger>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to