Share via


DatabaseCopy Members

Represents the Azure SQL Database copy.

The following tables list the members exposed by the DatabaseCopy type.

Public Constructors

  Name Description
  DatabaseCopy Initializes a new instance of the DatabaseCopy class.

Top

Public Properties

  Name Description
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)

Top

Public Methods

(see also Protected Methods)

  Name Description
Equals  (Inherited from Object)
GetHashCode  (Inherited from Object)
GetType  (Inherited from Object)
ToString  (Inherited from Object)

Top

Protected Methods

  Name Description
Finalize  (Inherited from Object)
MemberwiseClone  (Inherited from Object)

Top

See Also

Reference

DatabaseCopy Class
Microsoft.WindowsAzure.Management.Sql.Models Namespace