Share via


ResourceOutput interface

The resource model definition.

Properties

etag

Azure resource etag.

id

Azure resource identifier.

location

Azure resource location.

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

etag

Azure resource etag.

etag?: string

Property Value

string

id

Azure resource identifier.

id?: string

Property Value

string

location

Azure resource location.

location: string

Property Value

string

name

Azure resource name.

name?: string

Property Value

string

systemData

Metadata pertaining to creation and last modification of the resource.

systemData?: SystemDataOutput

Property Value

tags

Azure resource tags.

tags?: Record<string, string>

Property Value

Record<string, string>

type

Azure resource type.

type?: string

Property Value

string