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.PSArgumentCompleter(new System.String[] { "DisableMigration", "TestMigrate", "TestMigrateCleanup", "Migrate", "StartResync", "PauseReplication", "ResumeReplication" })]
[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Create=false, Description="The allowed operations on the migration item based on the current migration state of the item.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="allowedOperations", Update=false)]
public System.Collections.Generic.List<string> AllowedOperation { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.PSArgumentCompleter(new System.String[] { "DisableMigration", "TestMigrate", "TestMigrateCleanup", "Migrate", "StartResync", "PauseReplication", "ResumeReplication" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Create=false, Description="The allowed operations on the migration item based on the current migration state of the item.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="allowedOperations", Update=false)>]
member this.AllowedOperation : System.Collections.Generic.List<string>
Public ReadOnly Property AllowedOperation As List(Of String)

Property Value

Attributes

Applies to