ProjectEnvironmentTypeListResult Class

Definition

Result of the project environment type list operation.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20231001Preview.ProjectEnvironmentTypeListResultTypeConverter))]
public class ProjectEnvironmentTypeListResult : Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20231001Preview.IProjectEnvironmentTypeListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20231001Preview.ProjectEnvironmentTypeListResultTypeConverter))>]
type ProjectEnvironmentTypeListResult = class
    interface IProjectEnvironmentTypeListResult
    interface IJsonSerializable
Public Class ProjectEnvironmentTypeListResult
Implements IProjectEnvironmentTypeListResult
Inheritance
ProjectEnvironmentTypeListResult
Attributes
Implements

Constructors

ProjectEnvironmentTypeListResult()

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

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ProjectEnvironmentTypeListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20231001Preview.IProjectEnvironmentTypeListResult.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ProjectEnvironmentTypeListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to