OperationsList 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.
Lists the operations available.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.OperationsListTypeConverter))]
public class OperationsList : Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.IOperationsList
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.OperationsListTypeConverter))>]
type OperationsList = class
interface IOperationsList
interface IJsonSerializable
Public Class OperationsList
Implements IOperationsList
- Inheritance
-
OperationsList
- Attributes
- Implements
Constructors
OperationsList() |
Creates an new OperationsList instance. |
Properties
NextLink |
Url to follow for getting next page of operations. |
Value |
Array of operations |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of OperationsList. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of OperationsList. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.IOperationsList. |
FromJsonString(String) |
Creates a new instance of OperationsList, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of OperationsList into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |