Compartilhar via


IStorageTaskAction Interface

Definition

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

Properties

Name Description
ElseOperation

List of operations to execute in the else block

IfCondition

Condition predicate to evaluate each object. See https://aka.ms/storagetaskconditions for valid properties and operators.

IfOperation

List of operations to execute when the condition predicate satisfies.

Methods

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

Applies to