BackupInstanceDeletionInfo 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.
Deletion Info.
public class BackupInstanceDeletionInfo : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataProtectionBackup.Models.BackupInstanceDeletionInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataProtectionBackup.Models.BackupInstanceDeletionInfo>
type BackupInstanceDeletionInfo = class
interface IJsonModel<BackupInstanceDeletionInfo>
interface IPersistableModel<BackupInstanceDeletionInfo>
Public Class BackupInstanceDeletionInfo
Implements IJsonModel(Of BackupInstanceDeletionInfo), IPersistableModel(Of BackupInstanceDeletionInfo)
- Inheritance
-
BackupInstanceDeletionInfo
- Implements
Properties
BillingEndOn |
Specifies billing end date. |
DeleteActivityId |
Delete activity ID for troubleshooting purpose. |
DeleteOn |
Specifies time of deletion. |
ScheduledPurgeOn |
Specifies purge time. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<BackupInstanceDeletionInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<BackupInstanceDeletionInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<BackupInstanceDeletionInfo>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<BackupInstanceDeletionInfo>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<BackupInstanceDeletionInfo>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET