C# Class Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.LongTermRetentionPolicy

Backup long term retention policy class.
Inheritance: RetentionPolicyBase
显示文件 Open project: Azure/azure-powershell Class Usage Examples

Public Methods

Method Description
LongTermRetentionPolicy ( ) : System
ToString ( ) : string
Validate ( ) : void

Validates null values and other possible combinations

Method Details

LongTermRetentionPolicy() public method

public LongTermRetentionPolicy ( ) : System
return System

ToString() public method

public ToString ( ) : string
return string

Validate() public method

Validates null values and other possible combinations
public Validate ( ) : void
return void