UnlockDeleteResponse 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.
Response of Unlock Delete API.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api202501.UnlockDeleteResponseTypeConverter))]
public class UnlockDeleteResponse : Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api202501.IUnlockDeleteResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api202501.UnlockDeleteResponseTypeConverter))>]
type UnlockDeleteResponse = class
interface IUnlockDeleteResponse
interface IJsonSerializable
Public Class UnlockDeleteResponse
Implements IUnlockDeleteResponse
- Inheritance
-
UnlockDeleteResponse
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| UnlockDeleteResponse() |
Creates an new UnlockDeleteResponse instance. |
Properties
| Name | Description |
|---|---|
| UnlockDeleteExpiryTime |
This is the time when unlock delete privileges will get expired. |
Methods
| Name | Description |
|---|---|
| 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.Api202501.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. |