AppComplianceReportItem Class

Definition

Object that includes all the content for single compliance result.

public class AppComplianceReportItem : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppComplianceAutomation.Models.AppComplianceReportItem>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppComplianceAutomation.Models.AppComplianceReportItem>
type AppComplianceReportItem = class
    interface IJsonModel<AppComplianceReportItem>
    interface IPersistableModel<AppComplianceReportItem>
Public Class AppComplianceReportItem
Implements IJsonModel(Of AppComplianceReportItem), IPersistableModel(Of AppComplianceReportItem)
Inheritance
AppComplianceReportItem
Implements

Properties

CategoryName

The category name.

ControlFamilyName

The control family name.

ControlId

The control Id - e.g. "1".

ControlName

The control name.

ControlStatus

Control status.

ResourceId

The Id of the resource.

ResourceOrigin

Resource origin.

ResourceStatus

Resource status.

ResourceStatusChangedOn

The status change date for the resource.

ResourceType

The type of the resource. e.g. "Microsoft.SignalRService/SignalR".

ResponsibilityDescription

The description of the customer responsibility.

ResponsibilityTitle

The title of the customer responsibility.

Explicit Interface Implementations

IJsonModel<AppComplianceReportItem>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<AppComplianceReportItem>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AppComplianceReportItem>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppComplianceReportItem>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<AppComplianceReportItem>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to