ProviderInstanceProperties interface
Describes the properties of a provider instance.
Properties
| metadata | A JSON string containing metadata of the provider instance. |
| properties | A JSON string containing the properties of the provider instance. |
| provisioning |
State of provisioning of the provider instance |
| type | The type of provider instance. |
Property Details
metadata
A JSON string containing metadata of the provider instance.
metadata?: string
Property Value
string
properties
A JSON string containing the properties of the provider instance.
properties?: string
Property Value
string
provisioningState
State of provisioning of the provider instance
provisioningState?: string
Property Value
string
type
The type of provider instance.
type?: string
Property Value
string