AssignmentReportResourceComplianceReason 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.
Reason and code for the compliance of the guest configuration assignment resource.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Models.Api20220125.AssignmentReportResourceComplianceReasonTypeConverter))]
public class AssignmentReportResourceComplianceReason : Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Models.Api20220125.IAssignmentReportResourceComplianceReason
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Models.Api20220125.AssignmentReportResourceComplianceReasonTypeConverter))>]
type AssignmentReportResourceComplianceReason = class
interface IAssignmentReportResourceComplianceReason
interface IJsonSerializable
Public Class AssignmentReportResourceComplianceReason
Implements IAssignmentReportResourceComplianceReason
- Inheritance
-
AssignmentReportResourceComplianceReason
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| AssignmentReportResourceComplianceReason() |
Creates an new AssignmentReportResourceComplianceReason instance. |
Properties
| Name | Description |
|---|---|
| Code |
Code for the compliance of the guest configuration assignment resource. |
| Phrase |
Reason for the compliance of the guest configuration assignment resource. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AssignmentReportResourceComplianceReason. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AssignmentReportResourceComplianceReason. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Models.Api20220125.IAssignmentReportResourceComplianceReason. |
| FromJsonString(String) |
Creates a new instance of AssignmentReportResourceComplianceReason, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of AssignmentReportResourceComplianceReason into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |