Share via


FeaturesetVersionResourceArmPaginatedResult Class

Definition

A paginated list of FeaturesetVersion entities.

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

Constructors

FeaturesetVersionResourceArmPaginatedResult()

Creates an new FeaturesetVersionResourceArmPaginatedResult instance.

Properties

NextLink

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

Value

An array of objects of type FeaturesetVersion.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of FeaturesetVersionResourceArmPaginatedResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of FeaturesetVersionResourceArmPaginatedResult.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of FeaturesetVersionResourceArmPaginatedResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to