ProvisioningService Constructor (String, String, String) |
Namespace: Atomia.Provisioning.BaseAssembly: Atomia.Provisioning.Base (in Atomia.Provisioning.Base.dll) Version: 17.3.6337.16009
Syntax public ProvisioningService(
string serviceName,
string logicalServiceID,
string physicalServiceID
)
Public Sub New (
serviceName As String,
logicalServiceID As String,
physicalServiceID As String
)
public:
ProvisioningService(
String^ serviceName,
String^ logicalServiceID,
String^ physicalServiceID
)
new :
serviceName : string *
logicalServiceID : string *
physicalServiceID : string -> ProvisioningService
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