Share via


DataProtectionUnlockDeleteContent Class

Definition

Request body of unlock delete API.

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

Constructors

DataProtectionUnlockDeleteContent()

Initializes a new instance of DataProtectionUnlockDeleteContent.

Properties

ResourceGuardOperationRequests

ResourceGuardOperationRequests on which LAC check will be performed.

ResourceToBeDeleted

Gets or sets the resource to be deleted.

Explicit Interface Implementations

IJsonModel<DataProtectionUnlockDeleteContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DataProtectionUnlockDeleteContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataProtectionUnlockDeleteContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataProtectionUnlockDeleteContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DataProtectionUnlockDeleteContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to