你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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