你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ResourceInstanceViewStatus Class

Definition

Instance view status.

public class ResourceInstanceViewStatus
type ResourceInstanceViewStatus = class
Public Class ResourceInstanceViewStatus
Inheritance
ResourceInstanceViewStatus

Constructors

ResourceInstanceViewStatus()

Initializes a new instance of the ResourceInstanceViewStatus class.

ResourceInstanceViewStatus(String, String, String, Nullable<DateTime>, Nullable<StatusLevelTypes>)

Initializes a new instance of the ResourceInstanceViewStatus class.

Properties

Code

Gets the status code.

DisplayStatus

Gets the short localizable label for the status.

Level

Gets or sets the level code. Possible values include: 'Info', 'Warning', 'Error'

Message

Gets the detailed status message, including for alerts and error messages.

Time

Gets the time of the status.

Applies to