EnvironmentOperationListResult 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.
The action results list result.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20231001Preview.EnvironmentOperationListResultTypeConverter))]
public class EnvironmentOperationListResult : Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20231001Preview.IEnvironmentOperationListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20231001Preview.EnvironmentOperationListResultTypeConverter))>]
type EnvironmentOperationListResult = class
interface IEnvironmentOperationListResult
interface IJsonSerializable
Public Class EnvironmentOperationListResult
Implements IEnvironmentOperationListResult
- Inheritance
-
EnvironmentOperationListResult
- Attributes
- Implements
Constructors
EnvironmentOperationListResult() |
Creates an new EnvironmentOperationListResult instance. |
Properties
NextLink |
The URL to get the next set of results. |
Value |
The current page of results. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of EnvironmentOperationListResult. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of EnvironmentOperationListResult. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20231001Preview.IEnvironmentOperationListResult. |
FromJsonString(String) |
Creates a new instance of EnvironmentOperationListResult, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of EnvironmentOperationListResult into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |