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