IMigrateProjectProperties.RegisteredTool Property

Definition

Gets or sets the list of tools registered with the migrate project.

[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Create=true, Description="Gets or sets the list of tools registered with the migrate project.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="registeredTools", Update=true)]
public System.Collections.Generic.List<string> RegisteredTool { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Create=true, Description="Gets or sets the list of tools registered with the migrate project.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="registeredTools", Update=true)>]
member this.RegisteredTool : System.Collections.Generic.List<string> with get, set
Public Property RegisteredTool As List(Of String)

Property Value

Attributes

Applies to