Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ARMBaseModel

Package version

Represents the base class for all object models.

Hierarchy

Index

Properties

Properties

Optional id

id: undefined | string

The path ID that uniquely identifies the object. NOTE: This property will not be serialized. It can only be populated by the server.

Optional name

name: undefined | string

The object name. NOTE: This property will not be serialized. It can only be populated by the server.

Optional type

type: undefined | string

The hierarchical type of the object. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc