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

EnvironmentListResult Class

Definition

Results of the environment list operation.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20231001Preview.EnvironmentListResultTypeConverter))]
public class EnvironmentListResult : Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20231001Preview.IEnvironmentListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20231001Preview.EnvironmentListResultTypeConverter))>]
type EnvironmentListResult = class
    interface IEnvironmentListResult
    interface IJsonSerializable
Public Class EnvironmentListResult
Implements IEnvironmentListResult
Inheritance
EnvironmentListResult
Attributes
Implements

Constructors

EnvironmentListResult()

Creates an new EnvironmentListResult 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 EnvironmentListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of EnvironmentListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20231001Preview.IEnvironmentListResult.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of EnvironmentListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to