C# 클래스 Microsoft.Azure.Commands.Scheduler.Utilities.SchedulerUtility

파일 보기 프로젝트 열기: Azure/azure-powershell 1 사용 예제들

공개 메소드들

메소드 설명
GetCertData ( string pfxPath, string password ) : string

Gets certificate data.

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

Converts RecurrencyFrequecy and Interval to TimeSpan.

메소드 상세

GetCertData() 공개 정적인 메소드

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

ToTimeSpan() 공개 정적인 메소드

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