Share via


StorageTaskAssignmentUpdateExecutionContext Class

Definition

Execution context of the storage task assignment update.

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

Constructors

StorageTaskAssignmentUpdateExecutionContext()

Initializes a new instance of StorageTaskAssignmentUpdateExecutionContext.

Properties

Target

Execution target of the storage task assignment.

Trigger

Execution trigger of the storage task assignment.

Explicit Interface Implementations

IJsonModel<StorageTaskAssignmentUpdateExecutionContext>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<StorageTaskAssignmentUpdateExecutionContext>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StorageTaskAssignmentUpdateExecutionContext>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StorageTaskAssignmentUpdateExecutionContext>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<StorageTaskAssignmentUpdateExecutionContext>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to