BackupShortTermRetentionPolicyData Class

Definition

A class representing the BackupShortTermRetentionPolicy data model. A short term retention policy.

public class BackupShortTermRetentionPolicyData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Sql.BackupShortTermRetentionPolicyData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Sql.BackupShortTermRetentionPolicyData>
type BackupShortTermRetentionPolicyData = class
    inherit ResourceData
    interface IJsonModel<BackupShortTermRetentionPolicyData>
    interface IPersistableModel<BackupShortTermRetentionPolicyData>
Public Class BackupShortTermRetentionPolicyData
Inherits ResourceData
Implements IJsonModel(Of BackupShortTermRetentionPolicyData), IPersistableModel(Of BackupShortTermRetentionPolicyData)
Inheritance
BackupShortTermRetentionPolicyData
Implements

Constructors

BackupShortTermRetentionPolicyData()

Initializes a new instance of BackupShortTermRetentionPolicyData.

Properties

DiffBackupIntervalInHours

The differential backup interval in hours. This is how many interval hours between each differential backup will be supported. This is only applicable to live databases but not dropped databases.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
Name

The name of the resource.

(Inherited from ResourceData)
ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
RetentionDays

The backup retention period in days. This is how many days Point-in-Time Restore will be supported.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)

Explicit Interface Implementations

IJsonModel<BackupShortTermRetentionPolicyData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BackupShortTermRetentionPolicyData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BackupShortTermRetentionPolicyData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BackupShortTermRetentionPolicyData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BackupShortTermRetentionPolicyData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to