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