DotNetComponentData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
.NET Component.
public class DotNetComponentData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppContainers.DotNetComponentData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppContainers.DotNetComponentData>
type DotNetComponentData = class
inherit ResourceData
interface IJsonModel<DotNetComponentData>
interface IPersistableModel<DotNetComponentData>
Public Class DotNetComponentData
Inherits ResourceData
Implements IJsonModel(Of DotNetComponentData), IPersistableModel(Of DotNetComponentData)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| DotNetComponentData() |
Initializes a new instance of DotNetComponentData. |
Properties
| Name | Description |
|---|---|
| ComponentType |
Type of the .NET Component. |
| Configurations |
List of .NET Components configuration properties. |
| Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
| Name |
The name of the resource. (Inherited from ResourceData) |
| ProvisioningState |
Provisioning state of the .NET Component. |
| ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
| ServiceBinds |
List of .NET Components that are bound to the .NET component. |
| SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |