共用方式為


ComponentVersionResourceArmPaginatedResult Class

Definition

A paginated list of ComponentVersion entities.

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

Constructors

Name Description
ComponentVersionResourceArmPaginatedResult()

Creates an new ComponentVersionResourceArmPaginatedResult instance.

Properties

Name Description
NextLink

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

Value

An array of objects of type ComponentVersion.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ComponentVersionResourceArmPaginatedResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ComponentVersionResourceArmPaginatedResult.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ComponentVersionResourceArmPaginatedResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to