Click or drag to resize
ProvisioningService Constructor (String, String, String)
Initializes a new instance of the ProvisioningService class.

Namespace: Atomia.Provisioning.Base
Assembly: Atomia.Provisioning.Base (in Atomia.Provisioning.Base.dll) Version: 17.3.6337.16009
Syntax
public ProvisioningService(
	string serviceName,
	string logicalServiceID,
	string physicalServiceID
)

Parameters

serviceName
Type: SystemString
A name of the service.
logicalServiceID
Type: SystemString
ID of logical service representation.
physicalServiceID
Type: SystemString
ID of physical service representation.
See Also