GuestConfigurationAssignmentReport 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.
public class GuestConfigurationAssignmentReport : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.GuestConfiguration.Models.GuestConfigurationAssignmentReport>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.GuestConfiguration.Models.GuestConfigurationAssignmentReport>
public class GuestConfigurationAssignmentReport
type GuestConfigurationAssignmentReport = class
interface IJsonModel<GuestConfigurationAssignmentReport>
interface IPersistableModel<GuestConfigurationAssignmentReport>
type GuestConfigurationAssignmentReport = class
Public Class GuestConfigurationAssignmentReport
Implements IJsonModel(Of GuestConfigurationAssignmentReport), IPersistableModel(Of GuestConfigurationAssignmentReport)
Public Class GuestConfigurationAssignmentReport
- Inheritance
-
GuestConfigurationAssignmentReport
- Implements
Properties
Id |
ARM resource id of the report for the guest configuration assignment. |
Name |
GUID that identifies the guest configuration assignment report under a subscription, resource group. |
Properties |
Properties of the guest configuration report. |
Explicit Interface Implementations
IJsonModel<GuestConfigurationAssignmentReport>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<GuestConfigurationAssignmentReport>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<GuestConfigurationAssignmentReport>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<GuestConfigurationAssignmentReport>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<GuestConfigurationAssignmentReport>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET