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

Monthly rentention schedule.
Inheritance: RetentionScheduleBase
显示文件 Open project: Azure/azure-powershell

Public Methods

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

Method Details

MonthlyRetentionSchedule() public method

public MonthlyRetentionSchedule ( ) : System
return System

ToString() public method

public ToString ( ) : string
return string

Validate() public method

public Validate ( ) : void
return void