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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.StorageTaskPreviewActionPropertiesTypeConverter))]
public class StorageTaskPreviewActionProperties : Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.IStorageTaskPreviewActionProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.StorageTaskPreviewActionPropertiesTypeConverter))>]
type StorageTaskPreviewActionProperties = class
interface IStorageTaskPreviewActionProperties
interface IJsonSerializable
Public Class StorageTaskPreviewActionProperties
Implements IStorageTaskPreviewActionProperties
- Inheritance
-
StorageTaskPreviewActionProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| StorageTaskPreviewActionProperties() |
Creates an new StorageTaskPreviewActionProperties instance. |
Properties
| Name | Description |
|---|---|
| ActionElseBlockExist |
Specify whether the else block is present in the condition. |
| Blob |
Properties of some sample blobs in the container to test for matches with the preview action. |
| ContainerMetadata |
metadata key value pairs to be tested for a match against the provided condition. |
| ContainerName |
Name of test container |
| IfCondition |
Storage task condition to bes tested for a match. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of StorageTaskPreviewActionProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of StorageTaskPreviewActionProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.IStorageTaskPreviewActionProperties. |
| FromJsonString(String) |
Creates a new instance of StorageTaskPreviewActionProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of StorageTaskPreviewActionProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |