Click or drag to resize
ICoreApiFindServicesByNamesForAccount Method
Finds all services with specfied names in one account

Namespace: Atomia.Provisioning.Service
Assembly: Atomia.Provisioning.Service (in Atomia.Provisioning.Service.dll) Version: 17.3.6337.16014
Syntax
ProvisioningService[] FindServicesByNamesForAccount(
	string account,
	string[] serviceNames,
	ref PagingInfo pagingInfo
)

Parameters

account
Type: SystemString
The account id.
serviceNames
Type: SystemString
Service names.
pagingInfo
Type: Atomia.Provisioning.BasePagingInfo
Paging information. If OrderAsc set to true results will be sorted in ascending order. Services are always ordered by service name.

Return Value

Type: ProvisioningService
List of found services.
See Also