DotNetComponentProperties Class

.NET Component resource specific properties.

Constructor

DotNetComponentProperties()

Variables

Name Description
componentType
Union[str, <xref:"DotNetComponentType">]

Type of the .NET Component. "AspireDashboard"

provisioningState
Union[str, <xref:"DotNetComponentProvisioningState">]

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']