Share via


DeletionInfo Class

Definition

Deletion Info

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

Constructors

DeletionInfo()

Creates an new DeletionInfo instance.

Properties

BillingEndDate

Specifies billing end date

DeleteActivityId

Delete activity ID for troubleshooting purpose

DeletionTime

Specifies time of deletion

ScheduledPurgeTime

Specifies purge time

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DeletionInfo.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DeletionInfo.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DeletionInfo into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to