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

ArmAppComplianceAutomationModelFactory.ControlFamily 方法

定义

初始化 ControlFamily 的新实例。

public static Azure.ResourceManager.AppComplianceAutomation.Models.ControlFamily ControlFamily(string familyName = default, Azure.ResourceManager.AppComplianceAutomation.Models.ControlFamilyType? familyType = default, Azure.ResourceManager.AppComplianceAutomation.Models.ControlFamilyStatus? familyStatus = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppComplianceAutomation.Models.Control> controls = default);
static member ControlFamily : string * Nullable<Azure.ResourceManager.AppComplianceAutomation.Models.ControlFamilyType> * Nullable<Azure.ResourceManager.AppComplianceAutomation.Models.ControlFamilyStatus> * seq<Azure.ResourceManager.AppComplianceAutomation.Models.Control> -> Azure.ResourceManager.AppComplianceAutomation.Models.ControlFamily
Public Shared Function ControlFamily (Optional familyName As String = Nothing, Optional familyType As Nullable(Of ControlFamilyType) = Nothing, Optional familyStatus As Nullable(Of ControlFamilyStatus) = Nothing, Optional controls As IEnumerable(Of Control) = Nothing) As ControlFamily

参数

familyName
String

控件系列的名称。 例如“恶意软件防护 - 防病毒”。

familyType
Nullable<ControlFamilyType>

控件系列类型。

familyStatus
Nullable<ControlFamilyStatus>

控制家庭状态。

controls
IEnumerable<Control>

控件列表。

返回

用于模拟的新 ControlFamily 实例。

适用于