UpdateRequestParameter Members

Used by the UpdateResourceActivity activity to create the contents of the RequestParameter property of a Request. The RequestParameter property controls which operations, and on which set of attributes, the Request performs. This API supports the FIM 2010 infrastructure. Using this API directly from your code is not supported.

The following tables list the members exposed by the UpdateRequestParameter type.

Public Constructors

  Name Description
  UpdateRequestParameter Overloaded. Overloaded method that initializes a new instance of the UpdateRequestParameter class. This API supports the FIM 2010 infrastructure. Using this API directly from your code is not supported.

Top

Public Properties

  Name Description
public property Calculated  (Inherited from RequestParameter)
public property Mode Gets and sets a UpdateMode value that indicates the type of update operation that is stored in the UpdateRequestParameter object.
public property Operation  Indicates the operation that the Request will perform on the target attribute. (Inherited from CreateRequestParameter)
public property PropertyName  A String value that represents the name of the property to set the value for. (Inherited from CreateRequestParameter)
public property Target  Gets and sets the target of the request. (Inherited from RequestParameter)
public property Value  Indicates the value to set for the property that is specified by the PropertyName property. (Inherited from CreateRequestParameter)

Top

Public Methods

(see also Protected Methods)

  Name Description
public methodstatic ApplyChanges Applies the changes to the resource. This API supports the FIM 2010 infrastructure. Using this API directly from your code is not supported.
public methodstatic Convert This API supports the FIM 2010 infrastructure. Using this API directly from your code is not supported.
public method Equals  (Inherited from Object)
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public method ToString  (Inherited from Object)

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)

Top

See Also

Reference

UpdateRequestParameter Class
Microsoft.ResourceManagement.WebServices.WSResourceManagement Namespace
Microsoft.ResourceManagement.WebServices.WSResourceManagement
UpdateResourceActivity

Other Resources

Request