Compartilhar via


StorageTaskPreviewActionIfCondition Class

Definition

Represents storage task preview action condition.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.StorageTaskPreviewActionIfConditionTypeConverter))]
public class StorageTaskPreviewActionIfCondition : Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.IStorageTaskPreviewActionIfCondition
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.StorageTaskPreviewActionIfConditionTypeConverter))>]
type StorageTaskPreviewActionIfCondition = class
    interface IStorageTaskPreviewActionIfCondition
    interface IJsonSerializable
Public Class StorageTaskPreviewActionIfCondition
Implements IStorageTaskPreviewActionIfCondition
Inheritance
StorageTaskPreviewActionIfCondition
Attributes
Implements

Constructors

Name Description
StorageTaskPreviewActionIfCondition()

Creates an new StorageTaskPreviewActionIfCondition instance.

Properties

Name Description
Condition

Storage task condition to bes tested for a match.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of StorageTaskPreviewActionIfCondition.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StorageTaskPreviewActionIfCondition.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.IStorageTaskPreviewActionIfCondition.

FromJsonString(String)

Creates a new instance of StorageTaskPreviewActionIfCondition, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of StorageTaskPreviewActionIfCondition into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to