你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ArmAppComplianceAutomationModelFactory 类

定义

模型的模型工厂。

public static class ArmAppComplianceAutomationModelFactory
type ArmAppComplianceAutomationModelFactory = class
Public Class ArmAppComplianceAutomationModelFactory
继承
ArmAppComplianceAutomationModelFactory

方法

Assessment(String, Nullable<AssessmentSeverity>, String, String, Nullable<IsPass>, String, IEnumerable<AssessmentResource>)

初始化评估的新实例。

AssessmentResource(String, Nullable<ResourceStatus>, String, String)

初始化 AssessmentResource 的新实例。

Category(String, Nullable<CategoryType>, Nullable<CategoryStatus>, IEnumerable<ControlFamily>)

初始化 Category 的新实例。

ComplianceReportItem(String, String, String, Nullable<ControlType>, Nullable<ComplianceState>, String, String, String, String, String, String, String, String)

初始化 ComplianceReportItem 的新实例。

ComplianceResult(String, IEnumerable<Category>)

初始化 ComplianceResult 的新实例。

Control(String, String, String, Nullable<ControlType>, String, String, Nullable<ControlStatus>, IEnumerable<Assessment>)

初始化 Control 的新实例。

ControlFamily(String, Nullable<ControlFamilyType>, Nullable<ControlFamilyStatus>, IEnumerable<Control>)

初始化 ControlFamily 的新实例。

DownloadResponse(IEnumerable<ResourceItem>, IEnumerable<ComplianceReportItem>, Uri, Uri)

初始化 DownloadResponse 的新实例。

OverviewStatus(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)

初始化 OverviewStatus 的新实例。

ReportProperties(String, Nullable<ReportStatus>, Nullable<Guid>, String, String, String, DateTimeOffset, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, IEnumerable<String>, IEnumerable<ResourceMetadata>, OverviewStatus, Nullable<ProvisioningState>)

初始化 ReportProperties 的新实例。

ReportResourceData(ResourceIdentifier, String, ResourceType, SystemData, ReportProperties)

初始化 ReportResourceData 的新实例。

ResourceItem(String, String, String, String)

初始化 ResourceItem 的新实例。

SnapshotProperties(String, String, Nullable<DateTimeOffset>, Nullable<ProvisioningState>, ReportProperties, SystemData, IEnumerable<ComplianceResult>)

初始化 SnapshotProperties 的新实例。

SnapshotResourceData(ResourceIdentifier, String, ResourceType, SystemData, SnapshotProperties)

初始化 SnapshotResourceData 的新实例。

适用于