IssueContract interface
問題合約詳細數據。
- Extends
屬性
api |
建立問題之 API 的資源識別碼。 |
created |
建立問題的日期和時間。 |
description | 描述問題的文字。 |
state | 問題的狀態。 |
title | 問題標題。 |
user |
使用者建立問題的資源標識碼。 |
繼承的屬性
id | 資源的完整資源標識碼。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} 注意:此屬性將不會串行化。 它只能由伺服器填入。 |
name | 資源名稱注意:此屬性將不會串行化。 它只能由伺服器填入。 |
type | 資源的型別。 例如“Microsoft.Compute/virtualMachines” 或 “Microsoft.Storage/storageAccounts” 附注:此屬性將不會串行化。 它只能由伺服器填入。 |
屬性詳細資料
apiId
建立問題之 API 的資源識別碼。
apiId?: string
屬性值
string
createdDate
建立問題的日期和時間。
createdDate?: Date
屬性值
Date
description
描述問題的文字。
description?: string
屬性值
string
state
問題的狀態。
state?: string
屬性值
string
title
問題標題。
title?: string
屬性值
string
userId
使用者建立問題的資源標識碼。
userId?: string
屬性值
string
繼承的屬性詳細資料
id
資源的完整資源標識碼。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} 注意:此屬性將不會串行化。 它只能由伺服器填入。
id?: string
屬性值
string
name
type
資源的型別。 例如“Microsoft.Compute/virtualMachines” 或 “Microsoft.Storage/storageAccounts” 附注:此屬性將不會串行化。 它只能由伺服器填入。
type?: string
屬性值
string