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

Day class to be used by retention policy.
显示文件 Open project: Azure/azure-powershell Class Usage Examples

Public Methods

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

Method Details

Day() public method

public Day ( ) : System
return System

ToString() public method

public ToString ( ) : string
return string

Validate() public method

public Validate ( ) : void
return void