PaginatedComputeResourcesList Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Paginated list of Machine Learning compute objects wrapped in ARM resource envelope.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.PaginatedComputeResourcesListTypeConverter))]
public class PaginatedComputeResourcesList : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IPaginatedComputeResourcesList
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.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.Api20240401.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() |