SqlVirtualMachineListResult 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.
A list of SQL virtual machines.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.SqlVirtualMachineListResultTypeConverter))]
public class SqlVirtualMachineListResult : Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.ISqlVirtualMachineListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.SqlVirtualMachineListResultTypeConverter))>]
type SqlVirtualMachineListResult = class
interface ISqlVirtualMachineListResult
interface IJsonSerializable
Public Class SqlVirtualMachineListResult
Implements ISqlVirtualMachineListResult
- Inheritance
-
SqlVirtualMachineListResult
- Attributes
- Implements
Constructors
SqlVirtualMachineListResult() |
Creates an new SqlVirtualMachineListResult instance. |
Properties
NextLink |
Link to retrieve next page of results. |
Value |
Array of results. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SqlVirtualMachineListResult. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SqlVirtualMachineListResult. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.ISqlVirtualMachineListResult. |
FromJsonString(String) |
Creates a new instance of SqlVirtualMachineListResult, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of SqlVirtualMachineListResult into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |