Share via


EventCollection Class

Definition

Collection of events.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.EventCollectionTypeConverter))]
public class EventCollection : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IEventCollection
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.EventCollectionTypeConverter))>]
type EventCollection = class
    interface IEventCollection
    interface IJsonSerializable
Public Class EventCollection
Implements IEventCollection
Inheritance
EventCollection
Attributes
Implements

Constructors

EventCollection()

Creates an new EventCollection instance.

Properties

NextLink

Gets or sets the value of nextLink.

Value

Gets or sets the machines.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of EventCollection.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of EventCollection.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IEventCollection.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of EventCollection into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to