IVMwareDetails.MasterTargetServer 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 list of Master Target servers associated with the fabric.
[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="The list of Master Target servers associated with the fabric.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IMasterTargetServer) }, ReadOnly=false, Required=false, SerializedName="masterTargetServers")]
public Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IMasterTargetServer[] MasterTargetServer { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="The list of Master Target servers associated with the fabric.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IMasterTargetServer) }, ReadOnly=false, Required=false, SerializedName="masterTargetServers")>]
member this.MasterTargetServer : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IMasterTargetServer[] with get, set
Public Property MasterTargetServer As IMasterTargetServer()
Property Value
- Attributes