ICoreApiGetNumberOfServicesForAccount Method |
Finds the number of services with specified name for given account.
Namespace: Atomia.Provisioning.ServiceAssembly: Atomia.Provisioning.Service (in Atomia.Provisioning.Service.dll) Version: 17.3.6337.16014
Syntax Dictionary<string, int> GetNumberOfServicesForAccount(
string[] serviceNames,
string account
)
Function GetNumberOfServicesForAccount (
serviceNames As String(),
account As String
) As Dictionary(Of String, Integer)
Dictionary<String^, int>^ GetNumberOfServicesForAccount(
array<String^>^ serviceNames,
String^ account
)
abstract GetNumberOfServicesForAccount :
serviceNames : string[] *
account : string -> Dictionary<string, int>
Parameters
- serviceNames
- Type: SystemString
Array of service names to search for. - account
- Type: SystemString
Owner account id.
Return Value
Type:
DictionaryString,
Int32
Number of found services by name.
See Also