Resource interface
- Extends
Properties
| id | The resource identifier. |
| location | |
| name | The resource name. |
| tags | The resource tags. |
| type | The resource type. |
Property Details
id
The resource identifier.
id?: string
Property Value
string
location
location: string
Property Value
string
name
The resource name.
name?: string
Property Value
string
tags
The resource tags.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
type
The resource type.
type?: string
Property Value
string