Sdílet prostřednictvím


BigDataPoolLibraryRequirements Class

Definition

Library requirements for a Big Data pool powered by Apache Spark.

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

Constructors

BigDataPoolLibraryRequirements()

Initializes a new instance of BigDataPoolLibraryRequirements.

Properties

Content

The library requirements.

Filename

The filename of the library requirements file.

UpdatedOn

The last update time of the library requirements file.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<BigDataPoolLibraryRequirements>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BigDataPoolLibraryRequirements>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BigDataPoolLibraryRequirements>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BigDataPoolLibraryRequirements>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BigDataPoolLibraryRequirements>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to