IInMageRcmFabricSpecificDetails.MarsAgent 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 Mars agents.
[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="The list of Mars agents.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IMarsAgentDetails) }, ReadOnly=true, Required=false, SerializedName="marsAgents")]
public Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IMarsAgentDetails[] MarsAgent { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="The list of Mars agents.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IMarsAgentDetails) }, ReadOnly=true, Required=false, SerializedName="marsAgents")>]
member this.MarsAgent : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IMarsAgentDetails[]
Public ReadOnly Property MarsAgent As IMarsAgentDetails()
Property Value
- Attributes