SparkProfile Class

Definition

The spark cluster profile.

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

Constructors

SparkProfile()

Initializes a new instance of SparkProfile.

Properties

DefaultStorageUriString

The default storage URL.

MetastoreSpec

The metastore specification for Spark cluster.

Plugins

Spark user plugins.

Explicit Interface Implementations

IJsonModel<SparkProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SparkProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SparkProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SparkProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SparkProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to