AzureSqlDatabaseCopyModel 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 an Azure SQL Database Copy
public class AzureSqlDatabaseCopyModel : Microsoft.Azure.Commands.Sql.Replication.Model.AzureSqlDatabaseReplicationModelBase
type AzureSqlDatabaseCopyModel = class
inherit AzureSqlDatabaseReplicationModelBase
Public Class AzureSqlDatabaseCopyModel
Inherits AzureSqlDatabaseReplicationModelBase
- Inheritance
Constructors
AzureSqlDatabaseCopyModel() |
Properties
Capacity |
Gets or sets the Capacity of the database |
CopyDatabaseName |
Gets or sets the name of the target Azure SQL Database for the copy |
CopyLocation |
Gets or sets the location of the partner database |
CopyResourceGroupName |
Gets or sets the name of the target Resource Group for the copy |
CopyServerName |
Gets or sets the name of the target Azure SQL Server for the copy |
CreationDate |
Gets or sets the creation date of the copy |
CurrentBackupStorageRedundancy |
Gets or sets the current backup storage redundancy for the database |
DatabaseName |
Gets or sets the name of the Azure SQL Database (Inherited from AzureSqlDatabaseReplicationModelBase) |
Edition |
Gets or sets the edition of the database |
ElasticPoolName |
Gets or sets the name of the Elastic Pool the database is in |
EncryptionProtector |
Gets or sets the encryption protector (Inherited from AzureSqlDatabaseReplicationModelBase) |
EncryptionProtectorAutoRotation |
Gets or sets the value of AKV key auto rotation flag. (Inherited from AzureSqlDatabaseReplicationModelBase) |
Family |
Gets or sets the Family of the database |
FederatedClientId |
Gets or sets a federated client id to use in xtcmk scenario (Inherited from AzureSqlDatabaseReplicationModelBase) |
Identity |
Gets or sets the identity of the database. (Inherited from AzureSqlDatabaseReplicationModelBase) |
Keys |
Gets or sets the list of AKV keys (Inherited from AzureSqlDatabaseReplicationModelBase) |
LicenseType |
Gets or sets the license type of the database |
Location |
Gets or sets the location of the Azure SQL Database (Inherited from AzureSqlDatabaseReplicationModelBase) |
RequestedBackupStorageRedundancy |
Gets or sets the requested backup storage redundancy for the database |
ResourceGroupName |
Gets or sets the name of the resource group (Inherited from AzureSqlDatabaseReplicationModelBase) |
ServerName |
Gets or sets the name of the Azure SQL Server (Inherited from AzureSqlDatabaseReplicationModelBase) |
ServiceObjectiveName |
Gets or sets the requested service objective name |
SkuName |
Gets or sets the SkuName of the database |
Tags |
Gets or sets the tags associated with the Azure SQL Server. (Inherited from AzureSqlDatabaseReplicationModelBase) |
ZoneRedundant |
Gets or sets the zone redundant option of the database. |