次の方法で共有


PolicyGroupSummary コンストラクター

定義

オーバーロード

PolicyGroupSummary()

PolicyGroupSummary クラスの新しいインスタンスを初期化します。

PolicyGroupSummary(String, SummaryResults)

PolicyGroupSummary クラスの新しいインスタンスを初期化します。

PolicyGroupSummary()

PolicyGroupSummary クラスの新しいインスタンスを初期化します。

public PolicyGroupSummary();
Public Sub New ()

適用対象

PolicyGroupSummary(String, SummaryResults)

PolicyGroupSummary クラスの新しいインスタンスを初期化します。

public PolicyGroupSummary(string policyGroupName = default, Microsoft.Azure.Management.PolicyInsights.Models.SummaryResults results = default);
new Microsoft.Azure.Management.PolicyInsights.Models.PolicyGroupSummary : string * Microsoft.Azure.Management.PolicyInsights.Models.SummaryResults -> Microsoft.Azure.Management.PolicyInsights.Models.PolicyGroupSummary
Public Sub New (Optional policyGroupName As String = Nothing, Optional results As SummaryResults = Nothing)

パラメーター

policyGroupName
String

ポリシー グループ名。

results
SummaryResults

ポリシー定義グループのコンプライアンスの概要。

適用対象