Udostępnij za pośrednictwem


BigDataPoolAutoPauseProperties Class

Definition

Auto-pausing properties of a Big Data pool powered by Apache Spark.

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

Constructors

BigDataPoolAutoPauseProperties()

Initializes a new instance of BigDataPoolAutoPauseProperties.

Properties

DelayInMinutes

Number of minutes of idle time before the Big Data pool is automatically paused.

IsEnabled

Whether auto-pausing is enabled for the Big Data pool.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<BigDataPoolAutoPauseProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BigDataPoolAutoPauseProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BigDataPoolAutoPauseProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BigDataPoolAutoPauseProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BigDataPoolAutoPauseProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to