Compartir a través de


IAbsoluteDeleteOption Interface

Definition

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

Properties

Name Description
Duration

Duration of deletion after given timespan

(Inherited from IDeleteOption)
ObjectType

Type of the specific object - used for deserializing

(Inherited from IDeleteOption)

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to