Freigeben über


IElseCondition.Operation Property

Definition

List of operations to execute in the else block

[Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Runtime.Info(Create=true, Description="List of operations to execute in the else block", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.IStorageTaskOperation) }, Read=true, ReadOnly=false, Required=true, SerializedName="operations", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.IStorageTaskOperation> Operation { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Runtime.Info(Create=true, Description="List of operations to execute in the else block", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.IStorageTaskOperation) }, Read=true, ReadOnly=false, Required=true, SerializedName="operations", Update=true)>]
member this.Operation : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.IStorageTaskOperation> with get, set
Public Property Operation As List(Of IStorageTaskOperation)

Property Value

Attributes

Applies to