StorageTaskPreviewActionProperties 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.
Storage task preview action properties.
public class StorageTaskPreviewActionProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.StorageActions.Models.StorageTaskPreviewActionProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.StorageActions.Models.StorageTaskPreviewActionProperties>
type StorageTaskPreviewActionProperties = class
interface IJsonModel<StorageTaskPreviewActionProperties>
interface IPersistableModel<StorageTaskPreviewActionProperties>
Public Class StorageTaskPreviewActionProperties
Implements IJsonModel(Of StorageTaskPreviewActionProperties), IPersistableModel(Of StorageTaskPreviewActionProperties)
- Inheritance
-
StorageTaskPreviewActionProperties
- Implements
Constructors
Properties
Action |
Preview action to test. |
Blobs |
Properties of some sample blobs in the container to test for matches with the preview action. |
Container |
Properties of a sample container to test for a match with the preview action. |
Explicit Interface Implementations
IJsonModel<StorageTaskPreviewActionProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<StorageTaskPreviewActionProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<StorageTaskPreviewActionProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<StorageTaskPreviewActionProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<StorageTaskPreviewActionProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET