Share via


JobRunResourceId Class

Definition

Response that identifies a Job Run.

[Microsoft.Azure.PowerShell.Cmdlets.StorageMover.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageMover.Models.Api20240701.JobRunResourceIdTypeConverter))]
public class JobRunResourceId : Microsoft.Azure.PowerShell.Cmdlets.StorageMover.Models.Api20240701.IJobRunResourceId
[<Microsoft.Azure.PowerShell.Cmdlets.StorageMover.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageMover.Models.Api20240701.JobRunResourceIdTypeConverter))>]
type JobRunResourceId = class
    interface IJobRunResourceId
    interface IJsonSerializable
Public Class JobRunResourceId
Implements IJobRunResourceId
Inheritance
JobRunResourceId
Attributes
Implements

Constructors

JobRunResourceId()

Creates an new JobRunResourceId instance.

Properties

JobRunResourceId1

Fully qualified resource id of the Job Run.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of JobRunResourceId.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of JobRunResourceId.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StorageMover.Models.Api20240701.IJobRunResourceId.

FromJsonString(String)

Creates a new instance of JobRunResourceId, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of JobRunResourceId into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to