Sdílet prostřednictvím


SqlVmGroupPatch Class

Definition

An update to a SQL virtual machine group.

public class SqlVmGroupPatch : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SqlVirtualMachine.Models.SqlVmGroupPatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SqlVirtualMachine.Models.SqlVmGroupPatch>
public class SqlVmGroupPatch
type SqlVmGroupPatch = class
    interface IJsonModel<SqlVmGroupPatch>
    interface IPersistableModel<SqlVmGroupPatch>
type SqlVmGroupPatch = class
Public Class SqlVmGroupPatch
Implements IJsonModel(Of SqlVmGroupPatch), IPersistableModel(Of SqlVmGroupPatch)
Public Class SqlVmGroupPatch
Inheritance
SqlVmGroupPatch
Implements

Constructors

SqlVmGroupPatch()

Initializes a new instance of SqlVmGroupPatch.

Properties

Tags

Resource tags.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SqlVmGroupPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<SqlVmGroupPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SqlVmGroupPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SqlVmGroupPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<SqlVmGroupPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to