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