Delen via


StorageTaskPreviewBlobProperties Class

Definition

Storage task preview container properties.

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

Constructors

StorageTaskPreviewBlobProperties()

Initializes a new instance of StorageTaskPreviewBlobProperties.

Properties

MatchedBlock

Represents the condition block name that matched blob properties.

Metadata

metadata key value pairs to be tested for a match against the provided condition.

Name

Name of test blob.

Properties

properties key value pairs to be tested for a match against the provided condition.

Tags

tags key value pairs to be tested for a match against the provided condition.

Explicit Interface Implementations

IJsonModel<StorageTaskPreviewBlobProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<StorageTaskPreviewBlobProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StorageTaskPreviewBlobProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StorageTaskPreviewBlobProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<StorageTaskPreviewBlobProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to