Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GenericResource

Package version

Resource information.

Hierarchy

Index

Properties

Optional id

id: undefined | string

Resource ID NOTE: This property will not be serialized. It can only be populated by the server.

Optional identity

identity: Identity

The identity of the resource.

Optional kind

kind: undefined | string

The kind of the resource.

Optional location

location: undefined | string

Resource location

Optional managedBy

managedBy: undefined | string

ID of the resource that manages this resource.

Optional name

name: undefined | string

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

Optional plan

plan: Plan

The plan of the resource.

Optional properties

properties: any

The resource properties.

Optional sku

sku: Sku

The SKU of the resource.

Optional tags

tags: undefined | object

Resource tags

Optional type

type: undefined | string

Resource type NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc