GuestConfigurationAssignmentReportProperties 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.
Report for the guest configuration assignment. Report contains information such as compliance status, reason, and more.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Models.GuestConfigurationAssignmentReportPropertiesTypeConverter))]
public class GuestConfigurationAssignmentReportProperties : Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Models.IGuestConfigurationAssignmentReportProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Models.GuestConfigurationAssignmentReportPropertiesTypeConverter))>]
type GuestConfigurationAssignmentReportProperties = class
interface IGuestConfigurationAssignmentReportProperties
interface IJsonSerializable
Public Class GuestConfigurationAssignmentReportProperties
Implements IGuestConfigurationAssignmentReportProperties
- Inheritance
-
GuestConfigurationAssignmentReportProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| GuestConfigurationAssignmentReportProperties() |
Creates an new GuestConfigurationAssignmentReportProperties instance. |
Properties
| Name | Description |
|---|---|
| AssignmentName |
Name of the guest configuration assignment. |
| ComplianceStatus |
A value indicating compliance status of the machine for the assigned guest configuration. |
| ConfigurationName |
Name of the configuration. |
| ConfigurationVersion |
Version of the configuration. |
| DetailComplianceStatus |
A value indicating compliance status of the machine for the assigned guest configuration. |
| DetailEndTime |
End date and time of the guest configuration assignment compliance status check. |
| DetailJobId |
GUID of the report. |
| DetailOperationType |
Type of report, Consistency or Initial |
| DetailResource |
The list of resources for which guest configuration assignment compliance is checked. |
| DetailStartTime |
Start date and time of the guest configuration assignment compliance status check. |
| EndTime |
End date and time of the guest configuration assignment compliance status check. |
| ReportId |
GUID that identifies the guest configuration assignment report under a subscription, resource group. |
| StartTime |
Start date and time of the guest configuration assignment compliance status check. |
| VMId |
Azure resource Id of the VM. |
| VmssResourceId |
Azure resource Id of the VMSS. |
| VMUuid |
UUID(Universally Unique Identifier) of the VM. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of GuestConfigurationAssignmentReportProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of GuestConfigurationAssignmentReportProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Models.IGuestConfigurationAssignmentReportProperties. |
| FromJsonString(String) |
Creates a new instance of GuestConfigurationAssignmentReportProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of GuestConfigurationAssignmentReportProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |