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
type DatabaseOperation = class
inherit ProxyResource
Public Class DatabaseOperation
Inherits ProxyResource
- Inheritance
- Attributes
Constructors
DatabaseOperation() |
Initializes a new instance of the DatabaseOperation class. |
Properties
DatabaseName |
Gets the name of the database the operation is being performed on. |
ErrorCode |
Gets the operation error code. |
ErrorDescription |
Gets the operation error description. |
ErrorSeverity |
Gets the operation error severity. |
Id |
Gets resource ID. (Inherited from Resource) |
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) |