Share via


IMigrationItem.AllowedOperation Property

Definition

The allowed operations on the migration item based on the current migration state of the item.

[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="The allowed operations on the migration item based on the current migration state of the item.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.MigrationItemOperation) }, ReadOnly=true, Required=false, SerializedName="allowedOperations")]
public Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.MigrationItemOperation[] AllowedOperation { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="The allowed operations on the migration item based on the current migration state of the item.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.MigrationItemOperation) }, ReadOnly=true, Required=false, SerializedName="allowedOperations")>]
member this.AllowedOperation : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.MigrationItemOperation[]
Public ReadOnly Property AllowedOperation As MigrationItemOperation()

Property Value

Attributes

Applies to