Condividi tramite


JobRunResourceId Class

Definition

Response that identifies a Job Run.

public class JobRunResourceId : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.StorageMover.Models.JobRunResourceId>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.StorageMover.Models.JobRunResourceId>
public class JobRunResourceId
type JobRunResourceId = class
    interface IJsonModel<JobRunResourceId>
    interface IPersistableModel<JobRunResourceId>
type JobRunResourceId = class
Public Class JobRunResourceId
Implements IJsonModel(Of JobRunResourceId), IPersistableModel(Of JobRunResourceId)
Public Class JobRunResourceId
Inheritance
JobRunResourceId
Implements

Properties

JobRunResourceIdValue

Fully qualified resource id of the Job Run.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<JobRunResourceId>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<JobRunResourceId>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<JobRunResourceId>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<JobRunResourceId>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<JobRunResourceId>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to