AppComplianceCategory Class

Definition

A class represent the compliance category.

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

Properties

CategoryName

The name of the compliance category. e.g. "Operational Security".

CategoryStatus

Category status.

ControlFamilies

List of control families.

Explicit Interface Implementations

IJsonModel<AppComplianceCategory>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AppComplianceCategory>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AppComplianceCategory>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppComplianceCategory>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AppComplianceCategory>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to