RoleInstance.InstanceErrorCode Property

 

Gets or sets an error code.

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

public string InstanceErrorCode { get; set; }

Property Value

Type: System.String

An error code.

This error code can be provided to Microsoft Azure support to assist in resolution of errors. Typically this field is empty.

Return to top
Show: