ExtensionResource interface
The response to an extension resource GET request.
- Extends
Properties
| plan | The extension plan that was purchased. |
| properties | Resource properties. |
Inherited Properties
| id | Unique identifier of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
| location | Resource location. |
| name | Resource name. NOTE: This property will not be serialized. It can only be populated by the server. |
| tags | Resource tags. |
| type | Resource type. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
plan
The extension plan that was purchased.
plan?: ExtensionResourcePlan
Property Value
properties
Resource properties.
properties?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited Property Details
id
Unique identifier of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From Resource.id
location
name
Resource name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From Resource.name
tags
Resource tags.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From Resource.tags
type
Resource type. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From Resource.type