IStorageTaskPreviewActionCondition 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.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) |