EnvironmentListResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |