你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

DevCenterListResult()

Creates an new DevCenterListResult instance.

Properties

NextLink

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

Value

Current page of results.

Methods

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