Share via


ApplicationResourceOutput interface

The application resource.

Extends

Properties

identity

Describes the managed identities for an Azure resource.

properties

The application resource properties.

Inherited Properties

etag

Azure resource etag.

id

Azure resource identifier.

location

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

name

Azure resource name.

systemData

Metadata pertaining to creation and last modification of the resource.

tags

Azure resource tags.

type

Azure resource type.

Property Details

identity

Describes the managed identities for an Azure resource.

identity?: ManagedIdentityOutput

Property Value

properties

The application resource properties.

properties?: ApplicationResourcePropertiesOutput

Property Value

Inherited Property Details

etag

Azure resource etag.

etag?: string

Property Value

string

Inherited From ProxyResourceOutput.etag

id

Azure resource identifier.

id?: string

Property Value

string

Inherited From ProxyResourceOutput.id

location

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

location?: string

Property Value

string

Inherited From ProxyResourceOutput.location

name

Azure resource name.

name?: string

Property Value

string

Inherited From ProxyResourceOutput.name

systemData

Metadata pertaining to creation and last modification of the resource.

systemData?: SystemDataOutput

Property Value

Inherited From ProxyResourceOutput.systemData

tags

Azure resource tags.

tags?: Record<string, string>

Property Value

Record<string, string>

Inherited From ProxyResourceOutput.tags

type

Azure resource type.

type?: string

Property Value

string

Inherited From ProxyResourceOutput.type