Partilhar via


IOperationStatusResult.Operation Property

Definition

The operations list.

[Microsoft.Azure.PowerShell.Cmdlets.Security.Runtime.Info(Create=true, Description="The operations list.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IOperationStatusResult) }, Read=true, ReadOnly=false, Required=false, SerializedName="operations", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IOperationStatusResult> Operation { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Security.Runtime.Info(Create=true, Description="The operations list.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IOperationStatusResult) }, Read=true, ReadOnly=false, Required=false, SerializedName="operations", Update=true)>]
member this.Operation : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IOperationStatusResult> with get, set
Public Property Operation As List(Of IOperationStatusResult)

Property Value

Attributes

Applies to