Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AzureResourceBase

Package version

Common properties for all Azure resources.

Hierarchy

  • AzureResourceBase

Index

Properties

Properties

Optional id

id: undefined | string

String Id used to locate any resource on Azure. NOTE: This property will not be serialized. It can only be populated by the server.

Optional name

name: undefined | string

Name of this resource. NOTE: This property will not be serialized. It can only be populated by the server.

Optional systemData

systemData: SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server.

Optional type

type: undefined | string

Type of this resource. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc