AssignmentReportDetails 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.
Details of the guest configuration assignment report.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Models.AssignmentReportDetailsTypeConverter))]
public class AssignmentReportDetails : Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Models.IAssignmentReportDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Models.AssignmentReportDetailsTypeConverter))>]
type AssignmentReportDetails = class
interface IAssignmentReportDetails
interface IJsonSerializable
Public Class AssignmentReportDetails
Implements IAssignmentReportDetails
- Inheritance
-
AssignmentReportDetails
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| AssignmentReportDetails() |
Creates an new AssignmentReportDetails instance. |
Properties
| Name | Description |
|---|---|
| ComplianceStatus |
A value indicating compliance status of the machine for the assigned guest configuration. |
| EndTime |
End date and time of the guest configuration assignment compliance status check. |
| JobId |
GUID of the report. |
| OperationType |
Type of report, Consistency or Initial |
| Resource |
The list of resources for which guest configuration assignment compliance is checked. |
| StartTime |
Start date and time of the guest configuration assignment compliance status check. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AssignmentReportDetails. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AssignmentReportDetails. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Models.IAssignmentReportDetails. |
| FromJsonString(String) |
Creates a new instance of AssignmentReportDetails, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of AssignmentReportDetails into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |