IOperationStatusResult.Operation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The operations list.
[Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(Description="The operations list.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api30.IOperationStatusResult) }, ReadOnly=false, Required=false, SerializedName="operations")]
public Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api30.IOperationStatusResult[] Operation { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(Description="The operations list.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api30.IOperationStatusResult) }, ReadOnly=false, Required=false, SerializedName="operations")>]
member this.Operation : Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api30.IOperationStatusResult[] with get, set
Public Property Operation As IOperationStatusResult()
Property Value
- Attributes