Resource interface

Extends

Properties

id

The resource ID.

location
name

The name of the resource.

tags

The tags of the

type

The type of the resource.

Property Details

id

The resource ID.

id?: string

Property Value

string

location

location: string

Property Value

string

name

The name of the resource.

name?: string

Property Value

string

tags

The tags of the

tags?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

type

The type of the resource.

type?: string

Property Value

string