ComponentStateDetails Constructors
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.
Overloads
ComponentStateDetails() |
Initializes a new instance of the ComponentStateDetails class. |
ComponentStateDetails(IDictionary<String,Object>, String, String, String, Nullable<DateTime>, String) |
Initializes a new instance of the ComponentStateDetails class. |
ComponentStateDetails()
Initializes a new instance of the ComponentStateDetails class.
public ComponentStateDetails ();
Public Sub New ()
Applies to
ComponentStateDetails(IDictionary<String,Object>, String, String, String, Nullable<DateTime>, String)
Initializes a new instance of the ComponentStateDetails class.
public ComponentStateDetails (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string id = default, string type = default, string name = default, DateTime? timestamp = default, string complianceState = default);
new Microsoft.Azure.Management.PolicyInsights.Models.ComponentStateDetails : System.Collections.Generic.IDictionary<string, obj> * string * string * string * Nullable<DateTime> * string -> Microsoft.Azure.Management.PolicyInsights.Models.ComponentStateDetails
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional id As String = Nothing, Optional type As String = Nothing, Optional name As String = Nothing, Optional timestamp As Nullable(Of DateTime) = Nothing, Optional complianceState As String = Nothing)
Parameters
- additionalProperties
- IDictionary<String,Object>
Unmatched properties from the message are deserialized this collection
- id
- String
Component Id.
- type
- String
Component type.
- name
- String
Component name.
- complianceState
- String
Component compliance state.
Applies to
Azure SDK for .NET