IServiceOperationsChangeParentService Method |
Changes the parent service.
Namespace: Atomia.Provisioning.BasicOperationsAssembly: Atomia.Provisioning.BasicOperations (in Atomia.Provisioning.BasicOperations.dll) Version: 17.3.6337.16010
SyntaxService ChangeParentService(
Service child,
Service newParentService,
string accountId
)
Function ChangeParentService (
child As Service,
newParentService As Service,
accountId As String
) As Service
Service^ ChangeParentService(
Service^ child,
Service^ newParentService,
String^ accountId
)
abstract ChangeParentService :
child : Service *
newParentService : Service *
accountId : string -> Service
Parameters
- child
- Type: Service
The child. - newParentService
- Type: Service
The parent service. - accountId
- Type: SystemString
The account id.
Return Value
Type:
ServiceService with changed parent.
See Also