Freigeben über


SqlVirtualMachineGroupUpdate Class

Definition

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

Name Description
SqlVirtualMachineGroupUpdate()

Creates an new SqlVirtualMachineGroupUpdate instance.

Properties

Name Description
Tag

Resource tags.

Methods

Name Description
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()

Applies to