Freigeben über


IOperationList.Value Property

Definition

Collection of items of type results.

[Microsoft.Azure.PowerShell.Cmdlets.Purview.Runtime.Info(Create=true, Description="Collection of items of type results.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Purview.Models.IOperation) }, Read=true, ReadOnly=false, Required=true, SerializedName="value", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Purview.Models.IOperation> Value { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Purview.Runtime.Info(Create=true, Description="Collection of items of type results.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Purview.Models.IOperation) }, Read=true, ReadOnly=false, Required=true, SerializedName="value", Update=true)>]
member this.Value : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Purview.Models.IOperation> with get, set
Public Property Value As List(Of IOperation)

Property Value

Attributes

Applies to