ResourceConfiguration interface
Note
This API is in Beta and provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Configuration for resources.
Properties
name | Resource name. |
properties | Config for the resource. |
type | Resource type. |
Property Details
name
Resource name.
name: string
Property Value
string
properties
Config for the resource.
properties: {[index: string]: any}
Property Value
{[index: string]: any}