OperationDefinitionListResult 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 result of a request to list configuration store operations.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.OperationDefinitionListResultTypeConverter))]
public class OperationDefinitionListResult : Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.IOperationDefinitionListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.OperationDefinitionListResultTypeConverter))>]
type OperationDefinitionListResult = class
interface IOperationDefinitionListResult
interface IJsonSerializable
Public Class OperationDefinitionListResult
Implements IOperationDefinitionListResult
- Inheritance
-
OperationDefinitionListResult
- Attributes
- Implements
Constructors
OperationDefinitionListResult() |
Creates an new OperationDefinitionListResult instance. |
Properties
NextLink |
The URI that can be used to request the next set of paged results. |
Value |
The collection value. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of OperationDefinitionListResult. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of OperationDefinitionListResult. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.IOperationDefinitionListResult. |
FromJsonString(String) |
Creates a new instance of OperationDefinitionListResult, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of OperationDefinitionListResult into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |