IComputeDiagnosticsOperationResult.ErrorDetailCode 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 error code.
[Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.Info(Description="The error code.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="code")]
public string ErrorDetailCode { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.Info(Description="The error code.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="code")>]
member this.ErrorDetailCode : string
Public ReadOnly Property ErrorDetailCode As String
Property Value
- Attributes