EnvironmentActionsListResult Class

Definition

The actions list result

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

Constructors

EnvironmentActionsListResult()

Creates an new EnvironmentActionsListResult instance.

Properties

NextLink

The URL to get the next set of results.

Value

Current page of results

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of EnvironmentActionsListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of EnvironmentActionsListResult.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of EnvironmentActionsListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to