Click or drag to resize
ResourceRequestDescription Class
Holds additional information that can be used by resource assignment policy agent when making decision about resource on which to provision service.
Inheritance Hierarchy
SystemObject
  Atomia.Provisioning.BaseResourceRequestDescription

Namespace: Atomia.Provisioning.Base
Assembly: Atomia.Provisioning.Base (in Atomia.Provisioning.Base.dll) Version: 17.3.6337.16009
Syntax
public class ResourceRequestDescription

The ResourceRequestDescription type exposes the following members.

Constructors
  NameDescription
Public methodResourceRequestDescription
Initializes a new instance of the ResourceRequestDescription class.
Top
Properties
  NameDescription
Public propertyPolicyName
Gets or sets name of the policy. If null or empty string resource manager will determine which resource assignment policy agent will be called.
Public propertyRequestExtensions
Gets or sets request extensions. This additional information can help module to determine which resource should be used.
Public propertyRootSimpleServiceName
Gets the name of the root simple service for which this description is defined
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also