EnvironmentTypeListResult Class

Definition

Result of the environment type list operation.

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

Constructors

EnvironmentTypeListResult()

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

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of EnvironmentTypeListResult.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of EnvironmentTypeListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to