FeatureResourceArmPaginatedResult Class

Definition

A paginated list of Feature entities.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.FeatureResourceArmPaginatedResultTypeConverter))]
public class FeatureResourceArmPaginatedResult : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IFeatureResourceArmPaginatedResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.FeatureResourceArmPaginatedResultTypeConverter))>]
type FeatureResourceArmPaginatedResult = class
    interface IFeatureResourceArmPaginatedResult
    interface IJsonSerializable
Public Class FeatureResourceArmPaginatedResult
Implements IFeatureResourceArmPaginatedResult
Inheritance
FeatureResourceArmPaginatedResult
Attributes
Implements

Constructors

FeatureResourceArmPaginatedResult()

Creates an new FeatureResourceArmPaginatedResult instance.

Properties

NextLink

The link to the next page of Feature objects. If null, there are no additional pages.

Value

An array of objects of type Feature.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of FeatureResourceArmPaginatedResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of FeatureResourceArmPaginatedResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IFeatureResourceArmPaginatedResult.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of FeatureResourceArmPaginatedResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to