Explore Application Resource Description and its properties

This type describes an application resource.

Properties

Name Type Required
id string No
name string No
type string No
location string No
tags map of string to string No
properties ApplicationResourceProperties Yes

id

Type: string
Required: No

Fully qualified identifier for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}


name

Type: string
Required: No

The name of the resource


type

Type: string
Required: No

The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.


location

Type: string
Required: No

The geo-location where the resource lives


tags

Type: map of string to string
Required: No

Resource tags.


properties

Type: ApplicationResourceProperties
Required: Yes

This type describes properties of an application resource.