IAssignmentReport Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Models.AssignmentReportTypeConverter))]
public interface IAssignmentReport : Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Models.AssignmentReportTypeConverter))>]
type IAssignmentReport = interface
interface IJsonSerializable
Public Interface IAssignmentReport
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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. |
| EndTime |
End date and time of the guest configuration assignment compliance status check. |
| Id |
ARM resource id of the report for the guest configuration assignment. |
| OperationType |
Type of report, Consistency or Initial |
| ReportId |
GUID that identifies the guest configuration assignment report under a subscription, resource group. |
| 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. |
| VMId |
Azure resource Id of the VM. |
| VMUuid |
UUID(Universally Unique Identifier) of the VM. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |