Compartilhar via


IStorageTaskPreviewActionCondition Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.StorageTaskPreviewActionConditionTypeConverter))]
public interface IStorageTaskPreviewActionCondition : Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.StorageTaskPreviewActionConditionTypeConverter))>]
type IStorageTaskPreviewActionCondition = interface
    interface IJsonSerializable
Public Interface IStorageTaskPreviewActionCondition
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
ElseBlockExist

Specify whether the else block is present in the condition.

IfCondition

Storage task condition to bes tested for a match.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to