Click or drag to resize
IServiceOperationsCreateServiceSimple Method
Creates the service.

Namespace: Atomia.Provisioning.BasicOperations
Assembly: Atomia.Provisioning.BasicOperations (in Atomia.Provisioning.BasicOperations.dll) Version: 17.3.6337.16010
Syntax
Service CreateServiceSimple(
	string serviceName,
	string accountId
)

Parameters

serviceName
Type: SystemString
Name of the service.
accountId
Type: SystemString
The account id.

Return Value

Type: Service
Prepared service structure.
See Also