C# 클래스 Microsoft.Azure.Commands.SiteRecovery.TaskStatus

Possible states of the Task.
파일 보기 프로젝트 열기: Azure/azure-powershell

공개 프로퍼티들

프로퍼티 타입 설명
Cancelled string
Failed string
InProgress string
NotStarted string
Other string
Succeeded string
Suspended string

프로퍼티 상세

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

Status Cancelled value.
public static string Cancelled
리턴 string

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

Status Failed value.
public static string Failed
리턴 string

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

Status InProgress value.
public static string InProgress
리턴 string

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

TaskStatus NotStarted value.
public static string NotStarted
리턴 string

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

Status Other value.
public static string Other
리턴 string

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

Status Succeeded value.
public static string Succeeded
리턴 string

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

Status Suspended value.
public static string Suspended
리턴 string