FlexComponentListResult Class

Definition

The response of a FlexComponent list operation.

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

Constructors

Name Description
FlexComponentListResult()

Creates an new FlexComponentListResult instance.

Properties

Name Description
NextLink

The link to the next page of items

Value

The FlexComponent items on this page

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of FlexComponentListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of FlexComponentListResult.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of FlexComponentListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to