StorageTaskUpdateParameters interface
Parameters of the storage task update request
Properties
identity | The identity of the resource. |
properties | Properties of the storage task. |
tags | 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. |
Property Details
identity
The identity of the resource.
identity?: ManagedServiceIdentity
Property Value
properties
Properties of the storage task.
properties?: StorageTaskProperties
Property Value
tags
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.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Azure SDK for JavaScript