Share via


VMHostListResponse Class

Definition

Response of a list operation.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.VMHostListResponseTypeConverter))]
public class VMHostListResponse : Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.IVMHostListResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.VMHostListResponseTypeConverter))>]
type VMHostListResponse = class
    interface IVMHostListResponse
    interface IJsonSerializable
Public Class VMHostListResponse
Implements IVMHostListResponse
Inheritance
VMHostListResponse
Attributes
Implements

Constructors

VMHostListResponse()

Creates an new VMHostListResponse instance.

Properties

NextLink

Link to the next Vm resource Id, if any.

Value

Results of a list operation.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of VMHostListResponse.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of VMHostListResponse.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.IVMHostListResponse.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of VMHostListResponse into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to