IErrorDetails.AgentErrorMessage 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.
Error message from the agent.
[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="Error message from the agent.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="agentErrorMessage")]
public string AgentErrorMessage { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="Error message from the agent.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="agentErrorMessage")>]
member this.AgentErrorMessage : string
Public ReadOnly Property AgentErrorMessage As String
Property Value
- Attributes