StorageTaskPatch 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.
Parameters of the storage task update request.
public class StorageTaskPatch : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.StorageActions.Models.StorageTaskPatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.StorageActions.Models.StorageTaskPatch>
type StorageTaskPatch = class
interface IJsonModel<StorageTaskPatch>
interface IPersistableModel<StorageTaskPatch>
Public Class StorageTaskPatch
Implements IJsonModel(Of StorageTaskPatch), IPersistableModel(Of StorageTaskPatch)
- Inheritance
-
StorageTaskPatch
- Implements
Constructors
StorageTaskPatch() |
Initializes a new instance of StorageTaskPatch. |
Properties
Identity |
The identity of the resource. |
Properties |
Properties of the storage task. |
Tags |
Gets or sets a list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater in length than 128 characters and a value no greater in length than 256 characters. |
Explicit Interface Implementations
IJsonModel<StorageTaskPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<StorageTaskPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<StorageTaskPatch>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<StorageTaskPatch>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<StorageTaskPatch>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET