IErrorDetails.IsAgentReportedError 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.
Value indicating whether the error originated from a agent or not.
[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="Value indicating whether the error originated from a agent or not.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=true, Required=false, SerializedName="isAgentReportedError")]
public bool? IsAgentReportedError { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="Value indicating whether the error originated from a agent or not.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=true, Required=false, SerializedName="isAgentReportedError")>]
member this.IsAgentReportedError : Nullable<bool>
Public ReadOnly Property IsAgentReportedError As Nullable(Of Boolean)
Property Value
- Attributes