WorkerManagerServerRequest
Represents a request for creating or updating a worker manager server.
Gets or sets the discovery priority of the worker manager server.
Gets or sets the image on the fly priority of the worker manager server.
Gets or sets the inventory priority of the worker manager server.
Gets or sets a value indicating whether this is server is the default worker manager server.
Gets or sets any keywords associated with the resource server.
Gets or sets the mass imaging priority of the worker manager server.
Gets or sets the mass save as PDF priority of the worker manager server.
Gets or sets the name of the worker manager server.
Gets or sets an optional description or other information about the resource server.
Gets or sets the publish priority of the worker manager server.
Gets or sets the server name of the worker manager server.
Gets or sets the single save as PDF priority of the worker manager server.
Gets or sets the temporary directory of the worker manager server.
public WorkerManagerServerRequest()
Initializes a new instance of the WorkerManagerServerRequest class with all properties set to their default values.
Initializes a new instance of the WorkerManagerServerRequest class with property values copied from a response object, which is useful for chaining commands.
Initializes a new instance of the WorkerManagerServerRequest class with a default values object, which is useful for chaining commands.
Allows a response object to be implicitly converted to a request object.
public static WorkerManagerServerRequest op_Implicit(WorkerManagerServerDefaultValuesResponse defaultValues)
Allows a default values object to be implicitly converted to a request object.