DotNetComponentProperties Class
.NET Component resource specific properties.
Constructor
DotNetComponentProperties()
Variables
| Name | Description |
|---|---|
|
componentType
|
Type of the .NET Component. "AspireDashboard" |
|
provisioningState
|
Provisioning state of the .NET Component. Known values are: "Succeeded", "Failed", "Canceled", "Deleting", and "InProgress". |
|
configurations
|
list[<xref:"DotNetComponentConfigurationProperty">]
List of .NET Components configuration properties. |
|
serviceBinds
|
list[<xref:"DotNetComponentServiceBind">]
List of .NET Components that are bound to the .NET component. |
Attributes
componentType
Type of the .NET Component. "AspireDashboard"
componentType: str | DotNetComponentType
configurations
List of .NET Components configuration properties.
configurations: list['DotNetComponentConfigurationProperty']
provisioningState
"Succeeded", "Failed", "Canceled", "Deleting", and "InProgress".
provisioningState: str | DotNetComponentProvisioningState
serviceBinds
List of .NET Components that are bound to the .NET component.
serviceBinds: list['DotNetComponentServiceBind']