ICoreApiGetChildServiceLimitCount Method |
Gets the child service limitations for child service with specified serviceName.
Namespace: Atomia.Provisioning.ServiceAssembly: Atomia.Provisioning.Service (in Atomia.Provisioning.Service.dll) Version: 17.3.6337.16014
Syntax LimitationByService[] GetChildServiceLimitCount(
ProvisioningService parentService,
string accountId,
string serviceName
)
Function GetChildServiceLimitCount (
parentService As ProvisioningService,
accountId As String,
serviceName As String
) As LimitationByService()
array<LimitationByService^>^ GetChildServiceLimitCount(
ProvisioningService^ parentService,
String^ accountId,
String^ serviceName
)
abstract GetChildServiceLimitCount :
parentService : ProvisioningService *
accountId : string *
serviceName : string -> LimitationByService[]
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:
LimitationByServiceList of limitations for specified child service.
See Also