Click or drag to resize
IServiceOperationsAddService Method
Adds the service. Adding is executed as from Core API

Namespace: Atomia.Provisioning.BasicOperations
Assembly: Atomia.Provisioning.BasicOperations (in Atomia.Provisioning.BasicOperations.dll) Version: 17.3.6337.16010
Syntax
Service AddService(
	Service serviceToAdd,
	Service parentService,
	string accountId,
	ResourceRequestDescription[] resourceRequestDescription
)

Parameters

serviceToAdd
Type: Service
The service to add.
parentService
Type: Service
The parent service.
accountId
Type: SystemString
The account id.
resourceRequestDescription
Type: Atomia.Provisioning.BaseResourceRequestDescription
The resource request description.

Return Value

Type: Service
Added service.
See Also