Share via


OperationResultListAutoGenerated Class

Definition

List of API operations.

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

Constructors

OperationResultListAutoGenerated()

Creates an new OperationResultListAutoGenerated instance.

Properties

Value

List of operations.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of OperationResultListAutoGenerated.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of OperationResultListAutoGenerated.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of OperationResultListAutoGenerated into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to