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

Afficher le fichier Open project: Azure/azure-powershell Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

ToTimeSpan() public static méthode

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