UnassignJobResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Response payload after a job has been successfully unassigned.
public class UnassignJobResult
public class UnassignJobResult : System.ClientModel.Primitives.IJsonModel<Azure.Communication.JobRouter.UnassignJobResult>, System.ClientModel.Primitives.IPersistableModel<Azure.Communication.JobRouter.UnassignJobResult>
type UnassignJobResult = class
type UnassignJobResult = class
interface IJsonModel<UnassignJobResult>
interface IPersistableModel<UnassignJobResult>
Public Class UnassignJobResult
Public Class UnassignJobResult
Implements IJsonModel(Of UnassignJobResult), IPersistableModel(Of UnassignJobResult)
- Inheritance
-
UnassignJobResult
- Implements
Properties
JobId |
Id of an unassigned job. |
UnassignmentCount |
The number of times a job is unassigned. At a maximum 3. |
Explicit Interface Implementations
IJsonModel<UnassignJobResult>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<UnassignJobResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<UnassignJobResult>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<UnassignJobResult>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<UnassignJobResult>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET