DotNetComponentProperties Class
.NET Component resource specific properties.
Constructor
DotNetComponentProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
component_type
|
Type of the .NET Component. "AspireDashboard" |
|
provisioning_state
|
Provisioning state of the .NET Component. Known values are: "Succeeded", "Failed", "Canceled", "Deleting", and "InProgress". |
|
configurations
|
List of .NET Components configuration properties. |
|
service_binds
|
List of .NET Components that are bound to the .NET component. |
Attributes
component_type
Type of the .NET Component. "AspireDashboard"
component_type: str | _models.DotNetComponentType | None
configurations
List of .NET Components configuration properties.
configurations: list['_models.DotNetComponentConfigurationProperty'] | None
provisioning_state
"Succeeded", "Failed", "Canceled", "Deleting", and "InProgress".
provisioning_state: str | _models.DotNetComponentProvisioningState | None
service_binds
List of .NET Components that are bound to the .NET component.
service_binds: list['_models.DotNetComponentServiceBind'] | None