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

TriggerEvaluationContent(IEnumerable<String>) Constructor

Definition

Initializes a new instance of TriggerEvaluationContent.

public TriggerEvaluationContent(System.Collections.Generic.IEnumerable<string> resourceIds);
new Azure.ResourceManager.AppComplianceAutomation.Models.TriggerEvaluationContent : seq<string> -> Azure.ResourceManager.AppComplianceAutomation.Models.TriggerEvaluationContent
Public Sub New (resourceIds As IEnumerable(Of String))

Parameters

resourceIds
IEnumerable<String>

List of resource ids to be evaluated.

Exceptions

resourceIds is null.

Applies to