DatabaseCopy 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.
Represents the Azure SQL Database copy.
public class DatabaseCopy : Microsoft.WindowsAzure.Management.Sql.Models.SqlModelCommon
type DatabaseCopy = class
inherit SqlModelCommon
Public Class DatabaseCopy
Inherits SqlModelCommon
- Inheritance
Constructors
DatabaseCopy() |
Initializes a new instance of the DatabaseCopy class. |
Properties
DestinationDatabaseName |
Optional. Gets the name of the destination database. |
DestinationServerName |
Optional. Gets the name of the destination server. |
IsContinuous |
Optional. Gets a value that indicates whether the copy is continous. |
IsInterlinkConnected |
Optional. Gets a value that indicates whether the database copy is interlink connected. |
IsLocalDatabaseReplicationTarget |
Optional. Gets a value that indicates whether the local database is the replication target. |
IsOfflineSecondary |
Optional. Gets a value indicating whether it is an offline secondary copy. |
IsTerminationAllowed |
Optional. Gets a value indicating whether forced termination of this continuous copy is allowed. |
LocalDatabaseId |
Optional. Gets the ID of the local database. |
ModifyDate |
Optional. Gets the UTC date when the database copy became transactionally consistent. |
Name |
Optional. Gets the name of the service resource. (Inherited from SqlModelCommon) |
PercentComplete |
Optional. Gets the progress towards copy completion. |
ReplicationState |
Optional. Gets a value indicating the replication state for the database. |
ReplicationStateDescription |
Optional. Gets a description of the replication state for the database. |
SourceDatabaseName |
Optional. Gets the name of the source database. |
SourceServerName |
Optional. Gets the name of the source server. |
StartDate |
Optional. Gets the UTC date when the database copy was initiated. |
State |
Optional. Gets the state of the service resource. (Inherited from SqlModelCommon) |
Type |
Optional. Gets the type of the service resource. (Inherited from SqlModelCommon) |
Applies to
Azure SDK for .NET