Delen via


DataProtectionUnlockDeleteResult Class

Definition

Response of Unlock Delete API.

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

Properties

UnlockDeleteExpiryTime

This is the time when unlock delete privileges will get expired.

Explicit Interface Implementations

IJsonModel<DataProtectionUnlockDeleteResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DataProtectionUnlockDeleteResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataProtectionUnlockDeleteResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataProtectionUnlockDeleteResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DataProtectionUnlockDeleteResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to