Click or drag to resize
IResourceOperationsGetServicesOnResource Method
Gets the services on resource.

Namespace: Atomia.Provisioning.BasicOperations
Assembly: Atomia.Provisioning.BasicOperations (in Atomia.Provisioning.BasicOperations.dll) Version: 17.3.6337.16010
Syntax
List<Service> GetServicesOnResource(
	string resourceName,
	string resourceDescriptionManagerName,
	int pageNumber,
	int pageSize,
	bool sortAsc,
	out int totalNumber
)

Parameters

resourceName
Type: SystemString
Name of the resource.
resourceDescriptionManagerName
Type: SystemString
Name of the resource description manager.
pageNumber
Type: SystemInt32
The page number.
pageSize
Type: SystemInt32
Size of the page.
sortAsc
Type: SystemBoolean
if set to true sort asc.
totalNumber
Type: SystemInt32
The total number.

Return Value

Type: ListService
Services on given resource.
See Also