ComponentVersionResourceArmPaginatedResult 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.
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
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.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() |