Aracılığıyla paylaş


ComponentVersionResourceArmPaginatedResult Class

Definition

A paginated list of ComponentVersion entities.

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

Constructors

ComponentVersionResourceArmPaginatedResult()

Creates an new ComponentVersionResourceArmPaginatedResult instance.

Properties

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

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.Api20220501.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