共用方式為


RoleInstanceStatus.CyclingRole Field

Definition

The role has continually crashed after being started by Azure. This status indicates that there is a problem with the role that prevents it from starting, and may be generated after the StartingRole and ReadyRole statuses are received. The problem in the role must be found and corrected before the role can be started. The InstanceStateDetails and InstanceErrorCode fields can hold information about the role error that caused this state, which may be useful for identifying and debugging the problem.

public const string CyclingRole;
val mutable CyclingRole : string
Public Const CyclingRole As String 

Field Value

Applies to