Click or drag to resize
ICoreApiModifyService Method
Modify existing service and it's properties. If operation fails exception will be thrown.

Namespace: Atomia.Provisioning.Service
Assembly: Atomia.Provisioning.Service (in Atomia.Provisioning.Service.dll) Version: 17.3.6337.16014
Syntax
ProvisioningService ModifyService(
	ProvisioningService service,
	string accountName
)

Parameters

service
Type: Atomia.Provisioning.BaseProvisioningService
Service with changed properties values.
accountName
Type: SystemString
Account name - owner of the service.

Return Value

Type: ProvisioningService
Modified instance of ProvisioningService.
See Also