ExadbVMClusterListResult Class

Definition

The response of a ExadbVmCluster list operation.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.ExadbVMClusterListResultTypeConverter))]
public class ExadbVMClusterListResult : Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IExadbVMClusterListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.ExadbVMClusterListResultTypeConverter))>]
type ExadbVMClusterListResult = class
    interface IExadbVMClusterListResult
    interface IJsonSerializable
Public Class ExadbVMClusterListResult
Implements IExadbVMClusterListResult
Inheritance
ExadbVMClusterListResult
Attributes
Implements

Constructors

Name Description
ExadbVMClusterListResult()

Creates an new ExadbVMClusterListResult instance.

Properties

Name Description
NextLink

The link to the next page of items

Value

The ExadbVmCluster items on this page

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ExadbVMClusterListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ExadbVMClusterListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IExadbVMClusterListResult.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ExadbVMClusterListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to