public sealed class SpokeSummary.Types.SpokeTypeCount : IMessage<SpokeSummary.Types.SpokeTypeCount>, IEquatable<SpokeSummary.Types.SpokeTypeCount>, IDeepCloneable<SpokeSummary.Types.SpokeTypeCount>, IBufferMessage, IMessage
Reference documentation and code samples for the Network Connectivity v1 API class SpokeSummary.Types.SpokeTypeCount.
The number of spokes of a given type that are associated
with a specific hub. The type indicates what kind of
resource is associated with the spoke.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version available for the Network Connectivity v1 API is 2.9.0, with version 2.6.0 currently selected."],["The `SpokeSummary.Types.SpokeTypeCount` class provides a count of spokes of a specific type associated with a network hub."],["This class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities like message handling, equality checks, and deep cloning."],["The `SpokeTypeCount` class has properties including `Count` (the number of spokes) and `SpokeType` (the type of the spokes)."],["The constructor for SpokeTypeCount() can take another SpokeTypeCount as a parameter, to copy it's values."]]],[]]