ApiOperationListResult 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.
Result of the request to list Resource Provider operations. It contains a list of operations and a URL link to get the next set of results.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.ApiOperationListResultTypeConverter))]
public class ApiOperationListResult : Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.IApiOperationListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.ApiOperationListResultTypeConverter))>]
type ApiOperationListResult = class
interface IApiOperationListResult
interface IJsonSerializable
Public Class ApiOperationListResult
Implements IApiOperationListResult
- Inheritance
-
ApiOperationListResult
- Attributes
- Implements
Constructors
ApiOperationListResult() |
Creates an new ApiOperationListResult instance. |
Properties
NextLink |
URL to get the next set of operation list results if there are any. |
Value |
List of Resource Provider operations supported by the Microsoft.StorageCache resource provider. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ApiOperationListResult. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ApiOperationListResult. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.IApiOperationListResult. |
FromJsonString(String) |
Creates a new instance of ApiOperationListResult, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ApiOperationListResult into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |