Поделиться через


DataShareAccountPatch Class

Definition

Update parameters for accounts.

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

Constructors

DataShareAccountPatch()

Initializes a new instance of DataShareAccountPatch.

Properties

Tags

Tags on the azure resource.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DataShareAccountPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DataShareAccountPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataShareAccountPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataShareAccountPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DataShareAccountPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to