ModuleService Constructor (String, String, String) |
Initializes a new instance of the ModuleService class.
Namespace: Atomia.Provisioning.Base.ModuleAssembly: Atomia.Provisioning.Base.Module (in Atomia.Provisioning.Base.Module.dll) Version: 17.3.6337.16009
Syntaxpublic ModuleService(
string serviceName,
string logicalServiceID,
string physicalServiceID
)
Public Sub New (
serviceName As String,
logicalServiceID As String,
physicalServiceID As String
)
public:
ModuleService(
String^ serviceName,
String^ logicalServiceID,
String^ physicalServiceID
)
new :
serviceName : string *
logicalServiceID : string *
physicalServiceID : string -> ModuleService
Parameters
- serviceName
- Type: SystemString
Name of the service. - logicalServiceID
- Type: SystemString
ID of logical service representation. - physicalServiceID
- Type: SystemString
ID of physical service representation.
See Also