ResourceOutput interface
Azure resource. This resource is tracked in Azure Resource Manager
Properties
| id | Resource Id. |
| kind | Kind of resource. |
| location | Resource Location. |
| name | Resource Name. |
| tags | Resource tags. |
| type | Resource type. |
Property Details
id
Resource Id.
id?: string
Property Value
string
kind
Kind of resource.
kind?: string
Property Value
string
location
Resource Location.
location: string
Property Value
string
name
Resource Name.
name?: string
Property Value
string
tags
Resource tags.
tags?: Record<string, string>
Property Value
Record<string, string>
type
Resource type.
type?: string
Property Value
string