ARMBaseModel interface

Represents the base class for all object models.

Properties

id

The path ID that uniquely identifies the object.

name

The object name.

type

The hierarchical type of the object.

Property Details

id

The path ID that uniquely identifies the object.

id?: string

Property Value

string

name

The object name.

name?: string

Property Value

string

type

The hierarchical type of the object.

type?: string

Property Value

string