IStorageTaskUpdateParameters 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.StorageTaskUpdateParametersTypeConverter))]
public interface IStorageTaskUpdateParameters : Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.StorageTaskUpdateParametersTypeConverter))>]
type IStorageTaskUpdateParameters = interface
interface IJsonSerializable
Public Interface IStorageTaskUpdateParameters
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 |
| IdentityPrincipalId |
The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity. |
| IdentityTenantId |
The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity. |
| IdentityType |
Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). |
| IdentityUserAssignedIdentity |
The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests. |
| 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. |
| Tag |
Gets or sets a list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater in length than 128 characters and a value no greater in length than 256 characters. |
| TaskVersion |
Storage task version. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |