Click or drag to resize
ICoreApiGetLogicalServicesForPhysicalServiceId Method
Gets the list of logical services for each physical service id specified.

Namespace: Atomia.Provisioning.Service
Assembly: Atomia.Provisioning.Service (in Atomia.Provisioning.Service.dll) Version: 17.3.6337.16014
Syntax
Dictionary<string, ProvisioningService[]> GetLogicalServicesForPhysicalServiceId(
	string[] physicalServiceIds,
	string accountId
)

Parameters

physicalServiceIds
Type: SystemString
The list of physical service ids.
accountId
Type: SystemString
Owner account id.

Return Value

Type: DictionaryString, ProvisioningService
List of found logical services grouped by physical service they are connected to.
See Also