AppComponentOutput interface
An Azure resource object (Refer azure generic resource model : https://docs.microsoft.com/en-us/rest/api/resources/resources/get-by-id#genericresource)
Properties
| display |
Azure resource display name |
| kind | Kind of Azure resource type |
| resource |
Resource group name of the Azure resource |
| resource |
fully qualified resource Id e.g subscriptions/{subId}/resourceGroups/{rg}/providers/Microsoft.LoadTestService/loadtests/{resName} |
| resource |
Azure resource name, required while creating the app component. |
| resource |
Azure resource type, required while creating the app component. |
| subscription |
Subscription Id of the Azure resource |
Property Details
displayName
Azure resource display name
displayName?: string
Property Value
string
kind
Kind of Azure resource type
kind?: string
Property Value
string
resourceGroup
Resource group name of the Azure resource
resourceGroup?: string
Property Value
string
resourceId
fully qualified resource Id e.g subscriptions/{subId}/resourceGroups/{rg}/providers/Microsoft.LoadTestService/loadtests/{resName}
resourceId?: string
Property Value
string
resourceName
Azure resource name, required while creating the app component.
resourceName?: string
Property Value
string
resourceType
Azure resource type, required while creating the app component.
resourceType?: string
Property Value
string
subscriptionId
Subscription Id of the Azure resource
subscriptionId?: string
Property Value
string