Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Resource

Package version

interface

An interface representing Resource. Base type for all Azure resources.

extends

BaseResource

Hierarchy

Index

Properties

Optional id

id: undefined | string
member

{string} [id] The ID of the resource. This can be used with the Azure Resource Manager to link resources together. NOTE: This property will not be serialized. It can only be populated by the server.

Optional identity

identity: Identity
member

{Identity} [identity] The identity of the resource.

Optional location

location: undefined | string
member

{string} [location] The geographic location of the resource. This must be one of the supported and registered Azure Geo Regions (for example, West US, East US, Southeast Asia, and so forth). This property is required when creating a new resource.

Optional name

name: undefined | string
member

{string} [name] The name of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

Optional tags

tags: undefined | object
member

{{ [propertyName: string]: string }} [tags] Tags to help categorize the resource in the Azure portal.

Optional type

type: undefined | string
member

{string} [type] The resource type. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc