IAbsoluteDeleteOption Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.AbsoluteDeleteOptionTypeConverter))]
public interface IAbsoluteDeleteOption : Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IDeleteOption
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.AbsoluteDeleteOptionTypeConverter))>]
type IAbsoluteDeleteOption = interface
    interface IJsonSerializable
    interface IDeleteOption
Public Interface IAbsoluteDeleteOption
Implements IDeleteOption
Derived
Attributes
Implements

Properties

Duration

Duration of deletion after given timespan

(Inherited from IDeleteOption)
ObjectType

Type of the specific object - used for deserializing

(Inherited from IDeleteOption)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to