Share via


StorageTaskUpdateProperties Class

Definition

Properties of the storage task.

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

Constructors

StorageTaskUpdateProperties()

Initializes a new instance of StorageTaskUpdateProperties.

Properties

Action

The storage task action that is executed.

CreationTimeInUtc

The creation date and time of the storage task in UTC.

Description

Text that describes the purpose of the storage task.

Enabled

Storage Task is enabled when set to true and disabled when set to false.

ProvisioningState

Represents the provisioning state of the storage task.

TaskVersion

Storage task version.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<StorageTaskUpdateProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<StorageTaskUpdateProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StorageTaskUpdateProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StorageTaskUpdateProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<StorageTaskUpdateProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to