BackupCommonSettings 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.
Common settings field for backup management.
public class BackupCommonSettings : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesBackup.Models.BackupCommonSettings>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesBackup.Models.BackupCommonSettings>
type BackupCommonSettings = class
interface IJsonModel<BackupCommonSettings>
interface IPersistableModel<BackupCommonSettings>
Public Class BackupCommonSettings
Implements IJsonModel(Of BackupCommonSettings), IPersistableModel(Of BackupCommonSettings)
- Inheritance
-
BackupCommonSettings
- Implements
Constructors
BackupCommonSettings() |
Initializes a new instance of BackupCommonSettings. |
Properties
IsCompression |
Workload compression flag. This has been added so that 'isSqlCompression' will be deprecated once clients upgrade to consider this flag. |
IsSqlCompression |
SQL compression flag. |
TimeZone |
TimeZone optional input as string. For example: TimeZone = "Pacific Standard Time". |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<BackupCommonSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<BackupCommonSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<BackupCommonSettings>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<BackupCommonSettings>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<BackupCommonSettings>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET