Compartilhar via


StorageTaskUpdateParameters Class

Definition

Parameters of the storage task update request

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.StorageTaskUpdateParametersTypeConverter))]
public class StorageTaskUpdateParameters : Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.IStorageTaskUpdateParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.StorageTaskUpdateParametersTypeConverter))>]
type StorageTaskUpdateParameters = class
    interface IStorageTaskUpdateParameters
    interface IJsonSerializable
Public Class StorageTaskUpdateParameters
Implements IStorageTaskUpdateParameters
Inheritance
StorageTaskUpdateParameters
Attributes
Implements

Constructors

Name Description
StorageTaskUpdateParameters()

Creates an new StorageTaskUpdateParameters 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

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
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of StorageTaskUpdateParameters.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StorageTaskUpdateParameters.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.IStorageTaskUpdateParameters.

FromJsonString(String)

Creates a new instance of StorageTaskUpdateParameters, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of StorageTaskUpdateParameters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to