Click or drag to resize
IServiceGroupManager Interface

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:Netadmin.Management.Provisioning.IServiceGroupManager"]

Namespace: Netadmin.Management.Provisioning
Assembly: Netadmin.Management (in Netadmin.Management.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public interface IServiceGroupManager

The IServiceGroupManager type exposes the following members.

Methods
  NameDescription
Public method void AddMembersToServiceGroup(Int64, IEnumerableInt64)
Public method void ClearServiceGroupMembers(Int64)
Public methodInt64CreateServiceGroup(IServiceGroup)
Public method void DeleteServiceGroup(Int64)
Public methodIEnumerableT, T: IServiceGroupGetAllServiceGroups
Public methodIServiceGroupGetServiceGroup(Int64)
Public methodIEnumerableT, T: IServiceGroupGetServiceGroupsByCompany(Int64)
Public methodIEnumerableT, T: IServiceGroupGetServiceGroupsForService(Int64)
Public methodIReadOnlyDictionaryTKey, TValue, T: Int64GetServiceGroupsForServices(IEnumerableInt64)
Retrieves a Service Groups for specified service ids All service ids will be represented in the returned dictionary, with empty enumberables if there are no service groups for the specified service
Public method void UpdateServiceGroup(IServiceGroup)
Top
See Also