AutoPauseDelayTimeRange 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.
Supported auto pause delay time range.
public class AutoPauseDelayTimeRange : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Sql.Models.AutoPauseDelayTimeRange>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Sql.Models.AutoPauseDelayTimeRange>
type AutoPauseDelayTimeRange = class
interface IJsonModel<AutoPauseDelayTimeRange>
interface IPersistableModel<AutoPauseDelayTimeRange>
Public Class AutoPauseDelayTimeRange
Implements IJsonModel(Of AutoPauseDelayTimeRange), IPersistableModel(Of AutoPauseDelayTimeRange)
- Inheritance
-
AutoPauseDelayTimeRange
- Implements
Properties
Default |
Default value is no value is provided. |
DoNotPauseValue |
Value that is used to not pause (infinite delay before pause). |
MaxValue |
Maximum value. |
MinValue |
Minimum value. |
StepSize |
Step value for discrete values between the minimum value and the maximum value. |
Unit |
Unit of time that delay is expressed in. |
Explicit Interface Implementations
IJsonModel<AutoPauseDelayTimeRange>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<AutoPauseDelayTimeRange>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<AutoPauseDelayTimeRange>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<AutoPauseDelayTimeRange>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<AutoPauseDelayTimeRange>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET