Delen via


StorageTaskPreviewContainerProperties Class

Definition

Storage task preview container properties.

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

Constructors

StorageTaskPreviewContainerProperties()

Initializes a new instance of StorageTaskPreviewContainerProperties.

Properties

Metadata

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

Name

Name of test container.

Explicit Interface Implementations

IJsonModel<StorageTaskPreviewContainerProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<StorageTaskPreviewContainerProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StorageTaskPreviewContainerProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StorageTaskPreviewContainerProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<StorageTaskPreviewContainerProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to