Поделиться через


UnlockDeleteContent Class

Definition

Request body of unlock delete API.

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

Constructors

UnlockDeleteContent()

Initializes a new instance of UnlockDeleteContent.

Properties

ResourceGuardOperationRequests

Gets the resource guard operation requests.

ResourceToBeDeleted

Gets or sets the resource to be deleted.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<UnlockDeleteContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<UnlockDeleteContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<UnlockDeleteContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<UnlockDeleteContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<UnlockDeleteContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to