Freigeben über


IStorageTasksListResult.Value Property

Definition

Gets the list of storage tasks and their properties.

[Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Runtime.Info(Create=false, Description="Gets the list of storage tasks and their properties.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.IStorageTask) }, Read=true, ReadOnly=true, Required=false, SerializedName="value", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.IStorageTask> Value { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Runtime.Info(Create=false, Description="Gets the list of storage tasks and their properties.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.IStorageTask) }, Read=true, ReadOnly=true, Required=false, SerializedName="value", Update=false)>]
member this.Value : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.IStorageTask>
Public ReadOnly Property Value As List(Of IStorageTask)

Property Value

Attributes

Applies to