TargetTypeProperties interface

表示基本 Target Type 屬性模型的模型。

屬性

description

描述的當地語系化字串。

displayName

顯示名稱的當地語系化字串。

propertiesSchema

要擷取目標類型屬性 JSON 架構的 URL。

resourceTypes

此目標類型可以擴充的資源類型清單。

屬性詳細資料

description

描述的當地語系化字串。

description?: string

屬性值

string

displayName

顯示名稱的當地語系化字串。

displayName?: string

屬性值

string

propertiesSchema

要擷取目標類型屬性 JSON 架構的 URL。

propertiesSchema?: string

屬性值

string

resourceTypes

此目標類型可以擴充的資源類型清單。

resourceTypes?: string[]

屬性值

string[]