WebBackgroundProcessingServerRequest
Represents a request for updating a web background processing server.
Gets or sets any keywords associated with the resource server.
Gets or sets an optional description or other information about the resource server.
Gets or sets the status of the web background processing server.
public WebBackgroundProcessingServerRequest()
Initializes a new instance of the WebBackgroundProcessingServerRequest class with all properties set to their default values.
Initializes a new instance of the WebBackgroundProcessingServerRequest class with property values copied from a response object, which is useful for chaining commands.
public static WebBackgroundProcessingServerRequest op_Implicit(WebBackgroundProcessingServerResponse response)
Allows a response object to be implicitly converted to a request object.