Click or drag to resize
ICoreApiGetChildServiceLimitCount Method
Gets the child service limitations for child service with specified serviceName.

Namespace: Atomia.Provisioning.Service
Assembly: Atomia.Provisioning.Service (in Atomia.Provisioning.Service.dll) Version: 17.3.6337.16014
Syntax
LimitationByService[] GetChildServiceLimitCount(
	ProvisioningService parentService,
	string accountId,
	string serviceName
)

Parameters

parentService
Type: Atomia.Provisioning.BaseProvisioningService
The parent service.
accountId
Type: SystemString
Owner account id.
serviceName
Type: SystemString
Name of the service. If value of this argument is null or empty string limitations for all child services will be returned.

Return Value

Type: LimitationByService
List of limitations for specified child service.
See Also