DatabaseOperation 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.
A database operation.
[Microsoft.Rest.Serialization.JsonTransformation]
public class DatabaseOperation : Microsoft.Azure.Management.Sql.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type DatabaseOperation = class
inherit ProxyResource
Public Class DatabaseOperation
Inherits ProxyResource
- Inheritance
- Attributes
Constructors
DatabaseOperation() |
Initializes a new instance of the DatabaseOperation class. |
DatabaseOperation(String, String, String, String, String, String, Nullable<Int32>, String, Nullable<DateTime>, String, Nullable<Int32>, String, Nullable<Int32>, Nullable<Boolean>, Nullable<DateTime>, String, Nullable<Boolean>) |
Initializes a new instance of the DatabaseOperation class. |
Properties
DatabaseName |
Gets the name of the database the operation is being performed on. |
Description |
Gets the operation description. |
ErrorCode |
Gets the operation error code. |
ErrorDescription |
Gets the operation error description. |
ErrorSeverity |
Gets the operation error severity. |
EstimatedCompletionTime |
Gets the estimated completion time of the operation. |
Id |
Gets resource ID. (Inherited from Resource) |
IsCancellable |
Gets whether the operation can be cancelled. |
IsUserError |
Gets whether or not the error is a user error. |
Name |
Gets resource name. (Inherited from Resource) |
Operation |
Gets the name of operation. |
OperationFriendlyName |
Gets the friendly name of operation. |
PercentComplete |
Gets the percentage of the operation completed. |
ServerName |
Gets the name of the server. |
StartTime |
Gets the operation start time. |
State |
Gets the operation state. Possible values include: 'Pending', 'InProgress', 'Succeeded', 'Failed', 'CancelInProgress', 'Cancelled' |
Type |
Gets resource type. (Inherited from Resource) |
Applies to
Azure SDK for .NET