EventModelCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Event model collection.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.EventModelCollectionTypeConverter))]
public class EventModelCollection : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IEventModelCollection
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.EventModelCollectionTypeConverter))>]
type EventModelCollection = class
interface IEventModelCollection
interface IJsonSerializable
Public Class EventModelCollection
Implements IEventModelCollection
- Inheritance
-
EventModelCollection
- Attributes
- Implements
Constructors
EventModelCollection() |
Creates an new EventModelCollection instance. |
Properties
NextLink |
Gets or sets the value of next link. |
Value |
Gets or sets the list of events. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of EventModelCollection. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of EventModelCollection. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IEventModelCollection. |
FromJsonString(String) |
Creates a new instance of EventModelCollection, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of EventModelCollection into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |