SqlVirtualMachineUpdate 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.
An update to a SQL virtual machine.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.SqlVirtualMachineUpdateTypeConverter))]
public class SqlVirtualMachineUpdate : Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.ISqlVirtualMachineUpdate
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.SqlVirtualMachineUpdateTypeConverter))>]
type SqlVirtualMachineUpdate = class
interface ISqlVirtualMachineUpdate
interface IJsonSerializable
Public Class SqlVirtualMachineUpdate
Implements ISqlVirtualMachineUpdate
- Inheritance
-
SqlVirtualMachineUpdate
- Attributes
- Implements
Constructors
SqlVirtualMachineUpdate() |
Creates an new SqlVirtualMachineUpdate instance. |
Properties
Tag |
Resource tags. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SqlVirtualMachineUpdate. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SqlVirtualMachineUpdate. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.ISqlVirtualMachineUpdate. |
FromJsonString(String) |
Creates a new instance of SqlVirtualMachineUpdate, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of SqlVirtualMachineUpdate into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |