Sdílet prostřednictvím


StorageTaskPreviewActionIfCondition Class

Definition

Represents storage task preview action condition.

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

Constructors

StorageTaskPreviewActionIfCondition()

Initializes a new instance of StorageTaskPreviewActionIfCondition.

Properties

Condition

Storage task condition to bes tested for a match.

Explicit Interface Implementations

IJsonModel<StorageTaskPreviewActionIfCondition>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<StorageTaskPreviewActionIfCondition>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StorageTaskPreviewActionIfCondition>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StorageTaskPreviewActionIfCondition>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<StorageTaskPreviewActionIfCondition>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to