IServiceOperationsAddService Method |
Adds the service. Adding is executed as from Core API
Namespace: Atomia.Provisioning.BasicOperationsAssembly: Atomia.Provisioning.BasicOperations (in Atomia.Provisioning.BasicOperations.dll) Version: 17.3.6337.16010
SyntaxService AddService(
Service serviceToAdd,
Service parentService,
string accountId,
ResourceRequestDescription[] resourceRequestDescription
)
Function AddService (
serviceToAdd As Service,
parentService As Service,
accountId As String,
resourceRequestDescription As ResourceRequestDescription()
) As Service
Service^ AddService(
Service^ serviceToAdd,
Service^ parentService,
String^ accountId,
array<ResourceRequestDescription^>^ resourceRequestDescription
)
abstract AddService :
serviceToAdd : Service *
parentService : Service *
accountId : string *
resourceRequestDescription : ResourceRequestDescription[] -> Service
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:
ServiceAdded service.
See Also