JobModelListResult Class

Definition

The response of a JobModel list operation.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.JobModelListResultTypeConverter))]
public class JobModelListResult : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IJobModelListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.JobModelListResultTypeConverter))>]
type JobModelListResult = class
    interface IJobModelListResult
    interface IJsonSerializable
Public Class JobModelListResult
Implements IJobModelListResult
Inheritance
JobModelListResult
Attributes
Implements

Constructors

Name Description
JobModelListResult()

Creates an new JobModelListResult instance.

Properties

Name Description
NextLink

The link to the next page of items

Value

The JobModel items on this page

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of JobModelListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of JobModelListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IJobModelListResult.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of JobModelListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to