C# 클래스 Microsoft.Azure.Commands.AzureBackup.Cmdlets.AzureBackupJobHelper

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

공개 프로퍼티들

프로퍼티 타입 설명
MinimumAllowedDate System.DateTime

공개 메소드들

메소드 설명
GetTypeForPS ( string itemType ) : string
GetTypeForService ( string itemType ) : string
IsJobRunning ( string status ) : bool
IsValidOperationType ( string inputOperationType ) : bool
IsValidStatus ( string inputStatus ) : bool

메소드 상세

GetTypeForPS() 공개 정적인 메소드

public static GetTypeForPS ( string itemType ) : string
itemType string
리턴 string

GetTypeForService() 공개 정적인 메소드

public static GetTypeForService ( string itemType ) : string
itemType string
리턴 string

IsJobRunning() 공개 정적인 메소드

public static IsJobRunning ( string status ) : bool
status string
리턴 bool

IsValidOperationType() 공개 정적인 메소드

public static IsValidOperationType ( string inputOperationType ) : bool
inputOperationType string
리턴 bool

IsValidStatus() 공개 정적인 메소드

public static IsValidStatus ( string inputStatus ) : bool
inputStatus string
리턴 bool

프로퍼티 상세

MinimumAllowedDate 공개적으로 정적으로 프로퍼티

public static DateTime,System MinimumAllowedDate
리턴 System.DateTime