StorageTaskUpdateProperties Class
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.
Properties of the storage task.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.StorageTaskUpdatePropertiesTypeConverter))]
public class StorageTaskUpdateProperties : Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.IStorageTaskUpdateProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.StorageTaskUpdatePropertiesTypeConverter))>]
type StorageTaskUpdateProperties = class
interface IStorageTaskUpdateProperties
interface IJsonSerializable
Public Class StorageTaskUpdateProperties
Implements IStorageTaskUpdateProperties
- Inheritance
-
StorageTaskUpdateProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| StorageTaskUpdateProperties() |
Creates an new StorageTaskUpdateProperties instance. |
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 |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of StorageTaskUpdateProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of StorageTaskUpdateProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.IStorageTaskUpdateProperties. |
| FromJsonString(String) |
Creates a new instance of StorageTaskUpdateProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of StorageTaskUpdateProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |