DatabaseOperationInner 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 DatabaseOperationInner : Microsoft.Azure.Management.Sql.Fluent.Models.ProxyResourceInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type DatabaseOperationInner = class
inherit ProxyResourceInner
Public Class DatabaseOperationInner
Inherits ProxyResourceInner
- Inheritance
- Attributes
Constructors
DatabaseOperationInner() |
Initializes a new instance of the DatabaseOperationInner class. |
DatabaseOperationInner(String, String, String, String, String, String, Nullable<Int32>, String, Nullable<DateTime>, ManagementOperationState, Nullable<Int32>, String, Nullable<Int32>, Nullable<Boolean>, Nullable<DateTime>, String, Nullable<Boolean>) |
Initializes a new instance of the DatabaseOperationInner 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 |
Resource Id. Setter is protected because Id needs to be set in Network resources. (Inherited from ProxyResource) |
IsCancellable |
Gets whether the operation can be cancelled. |
IsUserError |
Gets whether or not the error is a user error. |
Location |
Resource location (Inherited from Resource) |
Name |
Resource name (Inherited from ProxyResource) |
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' |
Tags |
Resource tags (Inherited from Resource) |
Type |
Resource type (Inherited from ProxyResource) |
Methods
Validate() |
Validate the object. Throws ValidationException if validation fails. (Inherited from Resource) |
Applies to
Azure SDK for .NET