SynapseBigDataPoolInfoPatch 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.
Properties patch for a Big Data pool.
public class SynapseBigDataPoolInfoPatch : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Synapse.Models.SynapseBigDataPoolInfoPatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Synapse.Models.SynapseBigDataPoolInfoPatch>
public class SynapseBigDataPoolInfoPatch
type SynapseBigDataPoolInfoPatch = class
interface IJsonModel<SynapseBigDataPoolInfoPatch>
interface IPersistableModel<SynapseBigDataPoolInfoPatch>
type SynapseBigDataPoolInfoPatch = class
Public Class SynapseBigDataPoolInfoPatch
Implements IJsonModel(Of SynapseBigDataPoolInfoPatch), IPersistableModel(Of SynapseBigDataPoolInfoPatch)
Public Class SynapseBigDataPoolInfoPatch
- Inheritance
-
SynapseBigDataPoolInfoPatch
- Implements
Constructors
SynapseBigDataPoolInfoPatch() |
Initializes a new instance of SynapseBigDataPoolInfoPatch. |
Properties
Tags |
Updated tags for the Big Data pool. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<SynapseBigDataPoolInfoPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<SynapseBigDataPoolInfoPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<SynapseBigDataPoolInfoPatch>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<SynapseBigDataPoolInfoPatch>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<SynapseBigDataPoolInfoPatch>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET