C# Class Microsoft.Azure.Commands.SiteRecovery.TaskStatus

Possible states of the Task.
ファイルを表示 Open project: Azure/azure-powershell

Public Properties

Property Type Description
Cancelled string
Failed string
InProgress string
NotStarted string
Other string
Succeeded string
Suspended string

Property Details

Cancelled public_oe static_oe property

Status Cancelled value.
public static string Cancelled
return string

Failed public_oe static_oe property

Status Failed value.
public static string Failed
return string

InProgress public_oe static_oe property

Status InProgress value.
public static string InProgress
return string

NotStarted public_oe static_oe property

TaskStatus NotStarted value.
public static string NotStarted
return string

Other public_oe static_oe property

Status Other value.
public static string Other
return string

Succeeded public_oe static_oe property

Status Succeeded value.
public static string Succeeded
return string

Suspended public_oe static_oe property

Status Suspended value.
public static string Suspended
return string