DotNetComponentConfigurationProperty 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.
Configuration properties for a .NET Component.
public class DotNetComponentConfigurationProperty : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppContainers.Models.DotNetComponentConfigurationProperty>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppContainers.Models.DotNetComponentConfigurationProperty>
type DotNetComponentConfigurationProperty = class
interface IJsonModel<DotNetComponentConfigurationProperty>
interface IPersistableModel<DotNetComponentConfigurationProperty>
Public Class DotNetComponentConfigurationProperty
Implements IJsonModel(Of DotNetComponentConfigurationProperty), IPersistableModel(Of DotNetComponentConfigurationProperty)
- Inheritance
-
DotNetComponentConfigurationProperty
- Implements
Constructors
| Name | Description |
|---|---|
| DotNetComponentConfigurationProperty() |
Initializes a new instance of DotNetComponentConfigurationProperty. |
Properties
| Name | Description |
|---|---|
| PropertyName |
The name of the property. |
| Value |
The value of the property. |