ข้ามไปยังเนื้อหา

Class RestEndpointGovernanceSkippedOverrideSummaryDescriptor

เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน

Namespace: Cephalon.Abstractions.Transports
Assembly: Cephalon.Abstractions.dll

Describes one grouped governance-skipped override-rule outcome within a rule-centric REST governance summary.

public sealed class RestEndpointGovernanceSkippedOverrideSummaryDescriptor

objectRestEndpointGovernanceSkippedOverrideSummaryDescriptor

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()

RestEndpointGovernanceSkippedOverrideSummaryDescriptor(string, IReadOnlyList<string>?)

Section titled “ RestEndpointGovernanceSkippedOverrideSummaryDescriptor(string, IReadOnlyList<string>?)”

Creates a grouped governance-skipped override-rule summary.

public RestEndpointGovernanceSkippedOverrideSummaryDescriptor(string ruleId, IReadOnlyList<string>? candidateIds = null)

ruleId string

The stable host-level override-rule identifier summarized by this entry.

candidateIds IReadOnlyList<string>?

The ordered candidate identifiers that this override rule targeted before host governance was skipped.

Gets the ordered candidate identifiers that this override rule targeted before host governance was skipped.

public IReadOnlyList<string> CandidateIds { get; }

IReadOnlyList<string>

Gets the stable host-level override-rule identifier summarized by this entry.

public string RuleId { get; }

string