CloudExadataInfrastructureListResult Class

Definition

The response of a CloudExadataInfrastructure list operation.

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

Constructors

Name Description
CloudExadataInfrastructureListResult()

Creates an new CloudExadataInfrastructureListResult instance.

Properties

Name Description
NextLink

The link to the next page of items

Value

The CloudExadataInfrastructure items on this page

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CloudExadataInfrastructureListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CloudExadataInfrastructureListResult.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CloudExadataInfrastructureListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to