EventModelListResult Class

Definition

The response of a EventModel list operation.

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

Constructors

Name Description
EventModelListResult()

Creates an new EventModelListResult instance.

Properties

Name Description
NextLink

The link to the next page of items

Value

The EventModel items on this page

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of EventModelListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of EventModelListResult.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of EventModelListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to