ComponentStateDetails 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.
Component state details.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Models.ComponentStateDetailsTypeConverter))]
public class ComponentStateDetails : Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Models.IComponentStateDetails, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Runtime.IAssociativeArray<object>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Models.ComponentStateDetailsTypeConverter))>]
type ComponentStateDetails = class
interface IComponentStateDetails
interface IJsonSerializable
interface IAssociativeArray<obj>
Public Class ComponentStateDetails
Implements IAssociativeArray(Of Object), IComponentStateDetails
- Inheritance
-
ComponentStateDetails
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ComponentStateDetails() |
Creates an new ComponentStateDetails instance. |
Fields
| Name | Description |
|---|---|
| __additionalProperties | |
Properties
| Name | Description |
|---|---|
| ComplianceState |
Component compliance state. |
| Id |
Component Id. |
| Item[String] | |
| Name |
Component name. |
| Timestamp |
Component compliance evaluation timestamp. |
| Type |
Component type. |
Methods
| Name | Description |
|---|---|
| Add(String, Object) | |
| Clear() | |
| ContainsKey(String) | |
| CopyFrom(IDictionary) | |
| CopyFrom(PSObject) | |
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ComponentStateDetails. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ComponentStateDetails. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Models.IComponentStateDetails. |
| FromJsonString(String) |
Creates a new instance of ComponentStateDetails, deserializing the content from a json string. |
| Remove(String) | |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ComponentStateDetails into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |
| TryGetValue(String, Object) | |
Operators
| Name | Description |
|---|---|
| Implicit(ComponentStateDetails to Dictionary<String,Object>) | |
Explicit Interface Implementations
| Name | Description |
|---|---|
| IAssociativeArray<Object>.AdditionalProperties | |
| IAssociativeArray<Object>.Count | |
| IAssociativeArray<Object>.Keys | |
| IAssociativeArray<Object>.Values | |