Click or drag to resize
ICoreApiGetPackageAddingPossibilities Method
Gets the adding possibilities for given service names within a specified package.

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

Parameters

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

Return Value

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