Share via


OperationModelCollection Class

Definition

Available operations of the service.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.OperationModelCollectionTypeConverter))]
public class OperationModelCollection : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IOperationModelCollection
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.OperationModelCollectionTypeConverter))>]
type OperationModelCollection = class
    interface IOperationModelCollection
    interface IJsonSerializable
Public Class OperationModelCollection
Implements IOperationModelCollection
Inheritance
OperationModelCollection
Attributes
Implements

Constructors

OperationModelCollection()

Creates an new OperationModelCollection instance.

Properties

NextLink

Gets or sets the value of next link.

Value

Gets or sets the list of operations.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of OperationModelCollection.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of OperationModelCollection.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IOperationModelCollection.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of OperationModelCollection into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to