IComponentStateDetails Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Models.ComponentStateDetailsTypeConverter))]
public interface IComponentStateDetails : Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Runtime.IAssociativeArray<object>, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Models.ComponentStateDetailsTypeConverter))>]
type IComponentStateDetails = interface
    interface IJsonSerializable
    interface IAssociativeArray<obj>
Public Interface IComponentStateDetails
Implements IAssociativeArray(Of Object), IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
AdditionalProperties (Inherited from IAssociativeArray<T>)
ComplianceState

Component compliance state.

Count (Inherited from IAssociativeArray<T>)
Id

Component Id.

Item[String] (Inherited from IAssociativeArray<T>)
Keys (Inherited from IAssociativeArray<T>)
Name

Component name.

Timestamp

Component compliance evaluation timestamp.

Type

Component type.

Values (Inherited from IAssociativeArray<T>)

Methods

Name Description
Add(String, T) (Inherited from IAssociativeArray<T>)
Clear() (Inherited from IAssociativeArray<T>)
ContainsKey(String) (Inherited from IAssociativeArray<T>)
Remove(String) (Inherited from IAssociativeArray<T>)
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)
TryGetValue(String, T) (Inherited from IAssociativeArray<T>)

Applies to