Share via


ApplicationResourceUpdateOutput interface

The application resource for patch operations.

Extends

Properties

properties

The application resource properties for patch operations.

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

properties

The application resource properties for patch operations.

properties?: ApplicationResourceUpdatePropertiesOutput

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