Click or drag to resize
ICoreApiGetNumberOfServicesForPackage Method
Finds the number of services with specified name for given account and packge.

Namespace: Atomia.Provisioning.Service
Assembly: Atomia.Provisioning.Service (in Atomia.Provisioning.Service.dll) Version: 17.3.6337.16014
Syntax
Dictionary<string, int> GetNumberOfServicesForPackage(
	string[] serviceNames,
	string account,
	string package
)

Parameters

serviceNames
Type: SystemString
Array of service names to search for.
account
Type: SystemString
Owner account id.
package
Type: SystemString
Owner package id.

Return Value

Type: DictionaryString, Int32
Number of found services by name.
See Also