Share via


AppComponent 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

displayName

Azure resource display name

kind

Kind of Azure resource type

resourceGroup

Resource group name of the Azure resource

resourceId

fully qualified resource Id e.g subscriptions/{subId}/resourceGroups/{rg}/providers/Microsoft.LoadTestService/loadtests/{resName}

resourceName

Azure resource name, required while creating the app component.

resourceType

Azure resource type, required while creating the app component.

subscriptionId

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