AppComponentOutput interface
Azure 资源对象(请参阅 azure 泛型资源模型:https://docs.microsoft.com/en-us/rest/api/resources/resources/get-by-id#genericresource)
属性
| display |
Azure 资源显示名称 |
| kind | Azure 资源类型的类型 |
| resource |
Azure 资源的资源组名称 |
| resource |
完全限定的资源 ID,例如 subscriptions/{subId}/resourceGroups/{rg}/providers/Microsoft.LoadTestService/loadtests/{resName} |
| resource |
创建应用组件时所需的 Azure 资源名称。 |
| resource |
创建应用组件时所需的 Azure 资源类型。 |
| subscription |
Azure 资源的订阅 ID |
属性详细信息
displayName
Azure 资源显示名称
displayName?: string
属性值
string
kind
Azure 资源类型的类型
kind?: string
属性值
string
resourceGroup
Azure 资源的资源组名称
resourceGroup?: string
属性值
string
resourceId
完全限定的资源 ID,例如 subscriptions/{subId}/resourceGroups/{rg}/providers/Microsoft.LoadTestService/loadtests/{resName}
resourceId?: string
属性值
string
resourceName
创建应用组件时所需的 Azure 资源名称。
resourceName?: string
属性值
string
resourceType
创建应用组件时所需的 Azure 资源类型。
resourceType?: string
属性值
string
subscriptionId
Azure 资源的订阅 ID
subscriptionId?: string
属性值
string