IStorageTaskAction Interface
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.
[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) |