Share via


ApplicationResource interface

The application resource.

Extends

Properties

identity

Describes the managed identities for an Azure resource.

properties

The application resource properties.

Inherited Properties

location

It will be deprecated in New API, resource location depends on the parent resource.

tags

Azure resource tags.

Property Details

identity

Describes the managed identities for an Azure resource.

identity?: ManagedIdentity

Property Value

properties

The application resource properties.

properties?: ApplicationResourceProperties

Property Value

Inherited Property Details

location

It will be deprecated in New API, resource location depends on the parent resource.

location?: string

Property Value

string

Inherited From ProxyResource.location

tags

Azure resource tags.

tags?: Record<string, string>

Property Value

Record<string, string>

Inherited From ProxyResource.tags