DotNetComponentProperties interface
.NET Component resource specific properties
Properties
| component |
Type of the .NET Component. |
| configurations | List of .NET Components configuration properties |
| provisioning |
Provisioning state of the .NET Component. |
| service |
List of .NET Components that are bound to the .NET component |
Property Details
componentType
Type of the .NET Component.
componentType?: string
Property Value
string
configurations
List of .NET Components configuration properties
configurations?: DotNetComponentConfigurationProperty[]
Property Value
provisioningState
Provisioning state of the .NET Component.
provisioningState?: string
Property Value
string
serviceBinds
List of .NET Components that are bound to the .NET component
serviceBinds?: DotNetComponentServiceBind[]