C# Class Microsoft.Azure.Commands.Scheduler.Utilities.SchedulerUtility

Show file Open project: Azure/azure-powershell Class Usage Examples

Public Methods

Method Description
GetCertData ( string pfxPath, string password ) : string

Gets certificate data.

ToTimeSpan ( RecurrenceFrequency frequency, int interval ) : System.TimeSpan

Converts RecurrencyFrequecy and Interval to TimeSpan.

Method Details

GetCertData() public static method

Gets certificate data.
public static GetCertData ( string pfxPath, string password ) : string
pfxPath string Pfx location and name.
password string Pfx password.
return string

ToTimeSpan() public static method

Converts RecurrencyFrequecy and Interval to TimeSpan.
public static ToTimeSpan ( RecurrenceFrequency frequency, int interval ) : System.TimeSpan
frequency RecurrenceFrequency RecurrenceFrequency.
interval int Interval.
return System.TimeSpan