ServerOperation 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 server operation.
[Microsoft.Rest.Serialization.JsonTransformation]
public class ServerOperation : Microsoft.Azure.Management.Sql.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ServerOperation = class
inherit ProxyResource
Public Class ServerOperation
Inherits ProxyResource
- Inheritance
- Attributes
Constructors
ServerOperation() |
Initializes a new instance of the ServerOperation class. |
ServerOperation(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 ServerOperation class. |
Properties
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