| IServiceGroupManager Interface | 
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:Netadmin.Management.Provisioning.IServiceGroupManager"]
Namespace: Netadmin.Management.Provisioning
 Syntax
SyntaxThe IServiceGroupManager type exposes the following members.
 Methods
Methods| Name | Description | ||
|---|---|---|---|
|  | void | AddMembersToServiceGroup(Int64, IEnumerableInt64) | |
|  | void | ClearServiceGroupMembers(Int64) | |
|  | Int64 | CreateServiceGroup(IServiceGroup) | |
|  | void | DeleteServiceGroup(Int64) | |
|  | IEnumerableT, T: IServiceGroup | GetAllServiceGroups | |
|  | IServiceGroup | GetServiceGroup(Int64) | |
|  | IEnumerableT, T: IServiceGroup | GetServiceGroupsByCompany(Int64) | |
|  | IEnumerableT, T: IServiceGroup | GetServiceGroupsForService(Int64) | |
|  | IReadOnlyDictionaryTKey, TValue, T: Int64 | GetServiceGroupsForServices(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
             | 
|  | void | UpdateServiceGroup(IServiceGroup) | 
 See Also
See Also