Freigeben über


DevCenterListResult Class

Definition

Result of the list devcenters operation

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.DevCenterListResultTypeConverter))]
public class DevCenterListResult : Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IDevCenterListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.DevCenterListResultTypeConverter))>]
type DevCenterListResult = class
    interface IDevCenterListResult
    interface IJsonSerializable
Public Class DevCenterListResult
Implements IDevCenterListResult
Inheritance
DevCenterListResult
Attributes
Implements

Constructors

Name Description
DevCenterListResult()

Creates an new DevCenterListResult instance.

Properties

Name Description
NextLink

URL to get the next set of results if there are any.

Value

Current page of results.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DevCenterListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DevCenterListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IDevCenterListResult.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DevCenterListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to