StorageTaskAssignmentUpdateExecutionContext 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.
Execution context of the storage task assignment update.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.StorageTaskAssignmentUpdateExecutionContextTypeConverter))]
public class StorageTaskAssignmentUpdateExecutionContext : Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IStorageTaskAssignmentUpdateExecutionContext
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.StorageTaskAssignmentUpdateExecutionContextTypeConverter))>]
type StorageTaskAssignmentUpdateExecutionContext = class
interface IStorageTaskAssignmentUpdateExecutionContext
interface IJsonSerializable
Public Class StorageTaskAssignmentUpdateExecutionContext
Implements IStorageTaskAssignmentUpdateExecutionContext
- Inheritance
-
StorageTaskAssignmentUpdateExecutionContext
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| StorageTaskAssignmentUpdateExecutionContext() |
Creates an new StorageTaskAssignmentUpdateExecutionContext instance. |
Properties
| Name | Description |
|---|---|
| EndBy |
When to end task execution. This is a mutable field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce' |
| Interval |
Run interval of task execution. This is a mutable field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce' |
| IntervalUnit |
Run interval unit of task execution. This is a mutable field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce' |
| StartFrom |
When to start task execution. This is a mutable field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce' |
| StartOn |
When to start task execution. This is a mutable field when ExecutionTrigger.properties.type is 'RunOnce'; this property should not be present when ExecutionTrigger.properties.type is 'OnSchedule' |
| TargetExcludePrefix |
List of object prefixes to be excluded from task execution. If there is a conflict between include and exclude prefixes, the exclude prefix will be the determining factor |
| TargetPrefix |
Required list of object prefixes to be included for task execution |
| TriggerType |
The trigger type of the storage task assignment execution |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of StorageTaskAssignmentUpdateExecutionContext. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of StorageTaskAssignmentUpdateExecutionContext. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IStorageTaskAssignmentUpdateExecutionContext. |
| FromJsonString(String) |
Creates a new instance of StorageTaskAssignmentUpdateExecutionContext, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of StorageTaskAssignmentUpdateExecutionContext into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |