Click or drag to resize
IServiceGroupManagerGetServiceGroupsForServices Method

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

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

Namespace: Netadmin.Management.Provisioning
Assembly: Netadmin.Management (in Netadmin.Management.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
IReadOnlyDictionary<long, IEnumerable<IServiceGroup>> GetServiceGroupsForServices(
	IEnumerable<long> serviceIds
)

Parameters

serviceIds
Type: System.Collections.GenericIEnumerableInt64
The service ids for which groups should be returned

Return Value

Type: IReadOnlyDictionaryInt64, IEnumerableIServiceGroup

[Missing <returns> documentation for "M:Netadmin.Management.Provisioning.IServiceGroupManager.GetServiceGroupsForServices(System.Collections.Generic.IEnumerable{System.Int64})"]

See Also