ServerGroupData Class

Base data contract object for returning data of server group through REST API.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBaseDataContract
    Dundas.BI.WebApi.ModelsServerGroupData

Namespace: Dundas.BI.WebApi.Models
Assembly: Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
[DataContractAttribute]
public class ServerGroupData : BaseDataContract

The ServerGroupData type exposes the following members.

Constructors
 NameDescription
Public methodServerGroupData Initializes a new instance of the ServerGroupData class.
Top
Properties
 NameDescription
Public propertyId Gets or sets the ID of the server group.
Public propertyName Gets or sets the name of the server group.
Public propertyServerCount Gets or sets the number of servers in the server group.
Public propertyUIClassName Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract)
Top
See Also