OperationStatus Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Operation status object
public class OperationStatus
type OperationStatus = class
Public Class OperationStatus
- Inheritance
-
OperationStatus
Constructors
OperationStatus() |
Initializes a new instance of the OperationStatus class. |
OperationStatus(String, String, Nullable<DateTime>, Nullable<DateTime>, StorageSyncApiError) |
Initializes a new instance of the OperationStatus class. |
Properties
EndTime |
Gets end time of the operation |
Error |
Gets error details. |
Name |
Gets operation Id |
StartTime |
Gets start time of the operation |
Status |
Gets operation status |
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET