ManagedDatabaseMoveOperationResult interface
A managed database move operation.
- Extends
Properties
| error |
The operation error code. |
| error |
The operation error description. |
| error |
The operation error severity. |
| is |
Is move operation cancellable. |
| is |
Whether or not the error is a user error. |
| operation | The name of operation. |
| operation |
The friendly name of operation. |
| operation |
Operation mode. |
| source |
Source database name. |
| source |
Source Managed Instance resource id. |
| source |
Source Managed Instance name. |
| start |
The operation start time. |
| state | The operation state. |
| target |
Target database name. |
| target |
Target Managed instance resource id. |
| target |
Target Managed Instance name. |
Inherited Properties
| id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| name | The name of the resource |
| system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
| type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
Property Details
errorCode
The operation error code.
errorCode?: number
Property Value
number
errorDescription
The operation error description.
errorDescription?: string
Property Value
string
errorSeverity
The operation error severity.
errorSeverity?: number
Property Value
number
isCancellable
Is move operation cancellable.
isCancellable?: boolean
Property Value
boolean
isUserError
Whether or not the error is a user error.
isUserError?: boolean
Property Value
boolean
operation
The name of operation.
operation?: string
Property Value
string
operationFriendlyName
The friendly name of operation.
operationFriendlyName?: string
Property Value
string
operationMode
Operation mode.
operationMode?: string
Property Value
string
sourceDatabaseName
Source database name.
sourceDatabaseName?: string
Property Value
string
sourceManagedInstanceId
Source Managed Instance resource id.
sourceManagedInstanceId?: string
Property Value
string
sourceManagedInstanceName
Source Managed Instance name.
sourceManagedInstanceName?: string
Property Value
string
startTime
The operation start time.
startTime?: Date
Property Value
Date
state
The operation state.
state?: string
Property Value
string
targetDatabaseName
Target database name.
targetDatabaseName?: string
Property Value
string
targetManagedInstanceId
Target Managed instance resource id.
targetManagedInstanceId?: string
Property Value
string
targetManagedInstanceName
Target Managed Instance name.
targetManagedInstanceName?: string
Property Value
string
Inherited Property Details
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
id?: string
Property Value
string
Inherited From ProxyResource.id
name
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
systemData?: SystemData
Property Value
Inherited From ProxyResource.systemData
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
type?: string
Property Value
string
Inherited From ProxyResource.type