AzureReplicationLinkModel 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 Replication Link
public class AzureReplicationLinkModel : Microsoft.Azure.Commands.Sql.Replication.Model.AzureSqlDatabaseReplicationModelBase
type AzureReplicationLinkModel = class
inherit AzureSqlDatabaseReplicationModelBase
Public Class AzureReplicationLinkModel
Inherits AzureSqlDatabaseReplicationModelBase
- Inheritance
Constructors
AzureReplicationLinkModel() |
Properties
AllowConnections |
Get or sets the AllowConnections setting for the Replication Link |
AutoPauseDelayInMinutes |
Gets or sets the Auto pause delay of the database |
Capacity |
Gets or sets the Capacity of the database |
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 |
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) |
HighAvailabilityReplicaCount |
Gets or sets the number of high availability replicas for the database |
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 |
LinkId |
Gets or sets the id of the replication link |
LinkType |
Gets or sets the link type of the replication link. |
Location |
Gets or sets the location of the Azure SQL Database (Inherited from AzureSqlDatabaseReplicationModelBase) |
MinimumCapacity |
Minimal capacity that database will always have allocated, if not paused |
PartnerDatabaseName |
Gets or sets the name of the secondary |
PartnerLocation |
Gets or sets the location of the partner database |
PartnerResourceGroupName |
Gets or sets the name of the resource group |
PartnerRole |
Gets or sets the Role from the partner context |
PartnerServerName |
Gets or sets the name of the Azure SQL Server |
PercentComplete |
Gets or sets the Percent seeding complete |
ReplicationState |
Gets or sets the ReplicationState of the link |
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) |
Role |
Gets or sets the Role from the context |
SecondaryElasticPoolName |
Gets or sets the name of the Elastic Pool the partner is in |
SecondaryServiceObjectiveName |
Gets or sets the requested service objective name for the partner |
SecondaryType |
Gets or sets the secondary type for the database if it is a secondary |
ServerName |
Gets or sets the name of the Azure SQL Server (Inherited from AzureSqlDatabaseReplicationModelBase) |
SkuName |
Gets or sets the SkuName of the database |
StartTime |
Gets or sets the Role from the partner context |
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. |