Click or drag to resize
ICoreApiGetGlobalAddingPossibilities Method
Gets the global adding possibilities for given service names.

Namespace: Atomia.Provisioning.Service
Assembly: Atomia.Provisioning.Service (in Atomia.Provisioning.Service.dll) Version: 17.3.6337.16014
Syntax
LimitationByService[] GetGlobalAddingPossibilities(
	string accountId,
	string[] serviceNames
)

Parameters

accountId
Type: SystemString
Owner account id.
serviceNames
Type: SystemString
Array of service names.

Return Value

Type: LimitationByService
List of limitations for services listed in serviceNames.
See Also