IOperationResult.Value Property

Definition

A list of results when the operation returns multiple results.

[Microsoft.Azure.PowerShell.Cmdlets.Orbital.Runtime.Info(Description="A list of results when the operation returns multiple results.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.IAny) }, ReadOnly=true, Required=false, SerializedName="value")]
public Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.IAny[] Value { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Orbital.Runtime.Info(Description="A list of results when the operation returns multiple results.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.IAny) }, ReadOnly=true, Required=false, SerializedName="value")>]
member this.Value : Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.IAny[]
Public ReadOnly Property Value As IAny()

Property Value

IAny[]
Attributes

Applies to