Click or drag to resize
IServiceOperationsChangeParentService Method
Changes the parent service.

Namespace: Atomia.Provisioning.BasicOperations
Assembly: Atomia.Provisioning.BasicOperations (in Atomia.Provisioning.BasicOperations.dll) Version: 17.3.6337.16010
Syntax
Service ChangeParentService(
	Service child,
	Service newParentService,
	string accountId
)

Parameters

child
Type: Service
The child.
newParentService
Type: Service
The parent service.
accountId
Type: SystemString
The account id.

Return Value

Type: Service
Service with changed parent.
See Also