IFailoverProcessServerRequest.VmsToMigrate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The VMS to migrate.
[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="The VMS to migrate.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="vmsToMigrate")]
public string[] VmsToMigrate { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="The VMS to migrate.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="vmsToMigrate")>]
member this.VmsToMigrate : string[] with get, set
Public Property VmsToMigrate As String()
Property Value
String[]
- Attributes