IServiceOperationsCreateServiceSimple Method |
Creates the service.
Namespace: Atomia.Provisioning.BasicOperationsAssembly: Atomia.Provisioning.BasicOperations (in Atomia.Provisioning.BasicOperations.dll) Version: 17.3.6337.16010
SyntaxService CreateServiceSimple(
string serviceName,
string accountId
)
Function CreateServiceSimple (
serviceName As String,
accountId As String
) As Service
Service^ CreateServiceSimple(
String^ serviceName,
String^ accountId
)
abstract CreateServiceSimple :
serviceName : string *
accountId : string -> Service
Parameters
- serviceName
- Type: SystemString
Name of the service. - accountId
- Type: SystemString
The account id.
Return Value
Type:
ServicePrepared service structure.
See Also