Share via


UnlockDeleteResponse Class

Definition

Response of Unlock Delete API.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.UnlockDeleteResponseTypeConverter))]
public class UnlockDeleteResponse : Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IUnlockDeleteResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.UnlockDeleteResponseTypeConverter))>]
type UnlockDeleteResponse = class
    interface IUnlockDeleteResponse
    interface IJsonSerializable
Public Class UnlockDeleteResponse
Implements IUnlockDeleteResponse
Inheritance
UnlockDeleteResponse
Attributes
Implements

Constructors

UnlockDeleteResponse()

Creates an new UnlockDeleteResponse instance.

Properties

UnlockDeleteExpiryTime

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

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of UnlockDeleteResponse.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of UnlockDeleteResponse.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IUnlockDeleteResponse.

FromJsonString(String)

Creates a new instance of UnlockDeleteResponse, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of UnlockDeleteResponse into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to