ResourceInformationProviderBaseGetServiceCount Method |
Gets the service count.
Namespace: Atomia.Provisioning.Base.ResourceAssignmentPolicyAssembly: Atomia.Provisioning.Base.ResourceAssignmentPolicy (in Atomia.Provisioning.Base.ResourceAssignmentPolicy.dll) Version: 17.3.6337.16010
Syntaxpublic abstract int GetServiceCount(
string serviceName,
string resourceName,
string resourceDescriptionManagerName
)
Public MustOverride Function GetServiceCount (
serviceName As String,
resourceName As String,
resourceDescriptionManagerName As String
) As Integer
public:
virtual int GetServiceCount(
String^ serviceName,
String^ resourceName,
String^ resourceDescriptionManagerName
) abstract
abstract GetServiceCount :
serviceName : string *
resourceName : string *
resourceDescriptionManagerName : string -> int
Parameters
- serviceName
- Type: SystemString
Name of the service. - resourceName
- Type: SystemString
Name of the resource. - resourceDescriptionManagerName
- Type: SystemString
Name of the resource description manager.
Return Value
Type:
Int32
Specific service count on a given resource.
See Also