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