Share via


ISourceLifeCycle Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250201.SourceLifeCycleTypeConverter))]
public interface ISourceLifeCycle : Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20250201.SourceLifeCycleTypeConverter))>]
type ISourceLifeCycle = interface
    interface IJsonSerializable
Public Interface ISourceLifeCycle
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
DeleteAfterDuration

Duration of deletion after given timespan

DeleteAfterObjectType

Type of the specific object - used for deserializing

SourceDataStoreObjectType

Type of Datasource object, used to initialize the right inherited type

SourceDataStoreType

type of datastore; Operational/Vault/Archive

TargetDataStoreCopySetting

Methods

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

Applies to