Delen via


PaginatedComputeResourcesList Class

Definition

Paginated list of Machine Learning compute objects wrapped in ARM resource envelope.

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

Constructors

PaginatedComputeResourcesList()

Creates an new PaginatedComputeResourcesList instance.

Properties

NextLink

A continuation link (absolute URI) to the next page of results in the list.

Value

An array of Machine Learning compute objects wrapped in ARM resource envelope.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PaginatedComputeResourcesList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PaginatedComputeResourcesList.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IPaginatedComputeResourcesList.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of PaginatedComputeResourcesList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to