Class WebFarmServers
Represents a page with list of web farm servers.
public sealed class WebFarmServers : ListingPage, IPage
- Inheritance
-
objectWebFarmServers
- Implements
- Inherited Members
- Extension Methods
Properties
ObjectType
Type of the info objects that are listed. Corresponds to the OBJECT_TYPE property of the info object or PredefinedObjectType.
protected override string ObjectType { get; }
Property Value
- string
Methods
ConfigurePage()
Allows configure and share page specific values prior invocation of the ConfigureTemplateProperties(TClientProperties) or command method.
public override Task ConfigurePage()
Returns
- Task
Delete(int)
Deletes the server.
public override Task<ICommandResponse<RowActionResult>> Delete(int id)
Parameters
id
intServer id
Returns
- Task<ICommandResponse<RowActionResult>>