Class RestEndpointGovernanceOverrideActionKindSummaryDescriptor
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Abstractions.Transports
Assembly: Cephalon.Abstractions.dll
Describes one grouped override-action bucket within a rule-centric REST governance summary.
public sealed class RestEndpointGovernanceOverrideActionKindSummaryDescriptorInheritance
Section titled “Inheritance”object ← RestEndpointGovernanceOverrideActionKindSummaryDescriptor
Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
Section titled “Constructors”RestEndpointGovernanceOverrideActionKindSummaryDescriptor(RestEndpointOverrideActionKind, IReadOnlyList<string>?)
Section titled “ RestEndpointGovernanceOverrideActionKindSummaryDescriptor(RestEndpointOverrideActionKind, IReadOnlyList<string>?)”Creates a grouped override-action bucket for a rule-centric REST governance summary.
public RestEndpointGovernanceOverrideActionKindSummaryDescriptor(RestEndpointOverrideActionKind actionKind, IReadOnlyList<string>? candidateIds = null)Parameters
Section titled “Parameters”actionKind RestEndpointOverrideActionKind
The override action dimension represented by this grouped bucket.
candidateIds IReadOnlyList<string>?
The ordered candidate identifiers that selected or materially applied this override action dimension.
Properties
Section titled “Properties”ActionKind
Section titled “ ActionKind”Gets the override action dimension represented by this grouped bucket.
public RestEndpointOverrideActionKind ActionKind { get; }Property Value
Section titled “Property Value”RestEndpointOverrideActionKind
CandidateIds
Section titled “ CandidateIds”Gets the ordered candidate identifiers that selected or materially applied this override action dimension.
public IReadOnlyList<string> CandidateIds { get; }