resourcespec Class

banner art

Represents a selection rule that allows the scheduling engine to select a number of resources from a pool of resources. The rules can be associated with a service.

The resourcespec class inherits from BusinessEntity.

Public Methods

For a list of methods and messages that operate on this class, see ResourceSpec.

Constructor Description
resourcespec Initializes a new instance of the resourcespec class.

Public Fields

Field Description
businessunitid Specifies the ID of the business unit with which the resource specification is associated.
constraints Specifies the additional constraints, as expressions, which are used to filter a set of valid resources.
createdby Specifies the ID of the user who created the resource specification.
createdon Specifies the date and time when the resource specification was created.
description Specifies the rule that allows the scheduling engine to select a number of resources from a pool of resources. The rules can be associated with a service.
effortrequired Specifies the number that specifies the minimal effort required from resources.
groupobjectid Specifies the ID of the scheduling group with which the resource specification is associated.
modifiedby Specifies the ID of the user who last modified the resource specification.
modifiedon Specifies the date and time when the resource specification was last modified.
name Specifies the name of the resource specification.
objectiveexpression Specifies the search strategy to use for the resource specification.
objecttypecode Specifies the type of entity with which the resource specification is associated.
organizationid Specifies the ID of the organization with which the resource specification is associated.
requiredcount Specifies the required number of resources that must be available. Use -1 to indicate all resources.
resourcespecid Specifies the ID of the resource specification.
samesite Specifies that all valid and available resources must be in the same site.

Remarks

For more information about entities and attributes, see the Metadata Browser and the Customization area of the Web application. To view this information in the Customization area, in the Navigation Pane, click Settings, click Customization, and then click Customize Entities.

See Also

© 2007 Microsoft Corporation. All rights reserved.