IStorageTaskProperties 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.StorageTaskPropertiesTypeConverter))]
public interface IStorageTaskProperties : Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.StorageTaskPropertiesTypeConverter))>]
type IStorageTaskProperties = interface
interface IJsonSerializable
Public Interface IStorageTaskProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| CreationTimeInUtc |
The creation date and time of the storage task in UTC. |
| Description |
Text that describes the purpose of the storage task |
| ElseOperation |
List of operations to execute in the else block |
| Enabled |
Storage Task is enabled when set to true and disabled when set to false |
| 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. |
| ProvisioningState |
Represents the provisioning state of the storage task. |
| TaskVersion |
Storage task version. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |