CapabilityTypeProperties interface
表示 Capability Type 屬性模型的模型。
屬性
| azure |
執行功能類型所需的控制平面動作。 |
| azure |
執行功能類型所需的數據平面動作。 |
| description | 描述的當地語系化字串。 |
| display |
顯示名稱的當地語系化字串。 |
| kind | 這個功能類型的字串。 |
| parameters |
擷取功能類型參數 JSON 架構的 URL。 |
| publisher | 這個功能類型延伸之發行者的字串。 |
| required |
執行功能類型所需的 Azure 角色定義標識碼。 |
| runtime |
這個功能類型的運行時間屬性。 |
| target |
這個功能類型所擴充的目標類型字串。 |
| urn | 這個功能類型的 URN 字串。 |
屬性詳細資料
azureRbacActions
執行功能類型所需的控制平面動作。
azureRbacActions?: string[]
屬性值
string[]
azureRbacDataActions
執行功能類型所需的數據平面動作。
azureRbacDataActions?: string[]
屬性值
string[]
description
描述的當地語系化字串。
description?: string
屬性值
string
displayName
顯示名稱的當地語系化字串。
displayName?: string
屬性值
string
kind
這個功能類型的字串。
kind?: string
屬性值
string
parametersSchema
擷取功能類型參數 JSON 架構的 URL。
parametersSchema?: string
屬性值
string
publisher
這個功能類型延伸之發行者的字串。
publisher?: string
屬性值
string
requiredAzureRoleDefinitionIds
執行功能類型所需的 Azure 角色定義標識碼。
requiredAzureRoleDefinitionIds?: string[]
屬性值
string[]
runtimeProperties
這個功能類型的運行時間屬性。
runtimeProperties?: CapabilityTypePropertiesRuntimeProperties
屬性值
targetType
這個功能類型所擴充的目標類型字串。
targetType?: string
屬性值
string
urn
這個功能類型的 URN 字串。
urn?: string
屬性值
string