ISourceLifeCycle Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.SourceLifeCycleTypeConverter))]
public interface ISourceLifeCycle : Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.SourceLifeCycleTypeConverter))>]
type ISourceLifeCycle = interface
interface IJsonSerializable
Public Interface ISourceLifeCycle
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
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
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |