azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

233 строки
16 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.sql.ReplicationLink"
fullName: "com.microsoft.azure.management.sql.ReplicationLink"
name: "ReplicationLink"
nameWithType: "ReplicationLink"
summary: "An immutable client-side representation of an Azure SQL Replication link."
syntax: "public interface **ReplicationLink**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Refreshable?alt=com.microsoft.azure.management.resources.fluentcore.model.Refreshable&text=Refreshable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.sql.ReplicationLink?alt=com.microsoft.azure.management.sql.ReplicationLink&text=ReplicationLink\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.sql.implementation.ReplicationLinkInner?alt=com.microsoft.azure.management.sql.implementation.ReplicationLinkInner&text=ReplicationLinkInner\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasResourceGroup?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasResourceGroup&text=HasResourceGroup\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasName?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasName&text=HasName\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasId?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasId&text=HasId\" data-throw-if-not-resolved=\"False\" />"
methods:
- uid: "com.microsoft.azure.management.sql.ReplicationLink.databaseName()"
fullName: "com.microsoft.azure.management.sql.ReplicationLink.databaseName()"
name: "databaseName()"
nameWithType: "ReplicationLink.databaseName()"
modifiers:
- "abstract"
syntax: "public abstract String databaseName()"
returns:
description: "name of the SQL Database to which this replication belongs"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.ReplicationLink.delete()"
fullName: "com.microsoft.azure.management.sql.ReplicationLink.delete()"
name: "delete()"
nameWithType: "ReplicationLink.delete()"
summary: "Deletes the replication link."
modifiers:
- "abstract"
syntax: "public abstract void delete()"
desc: "Deletes the replication link."
- uid: "com.microsoft.azure.management.sql.ReplicationLink.failover()"
fullName: "com.microsoft.azure.management.sql.ReplicationLink.failover()"
name: "failover()"
nameWithType: "ReplicationLink.failover()"
summary: "Fails over the Azure SQL Database Replication Link."
modifiers:
- "abstract"
syntax: "public abstract void failover()"
desc: "Fails over the Azure SQL Database Replication Link."
- uid: "com.microsoft.azure.management.sql.ReplicationLink.failoverAsync()"
fullName: "com.microsoft.azure.management.sql.ReplicationLink.failoverAsync()"
name: "failoverAsync()"
nameWithType: "ReplicationLink.failoverAsync()"
summary: "Fails over the Azure SQL Database Replication Link."
modifiers:
- "abstract"
syntax: "public abstract Completable failoverAsync()"
desc: "Fails over the Azure SQL Database Replication Link."
returns:
description: "a representation of the deferred computation of this call"
type: "<xref href=\"rx.Completable?alt=rx.Completable&text=Completable\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.ReplicationLink.failoverAsync(com.microsoft.rest.ServiceCallback<java.lang.Void>)"
fullName: "com.microsoft.azure.management.sql.ReplicationLink.failoverAsync(ServiceCallback<Void> callback)"
name: "failoverAsync(ServiceCallback<Void> callback)"
nameWithType: "ReplicationLink.failoverAsync(ServiceCallback<Void> callback)"
summary: "Fails over the Azure SQL Database Replication Link."
modifiers:
- "abstract"
parameters:
- description: "the callback to call on success or failure"
name: "callback"
type: "<xref href=\"com.microsoft.rest.ServiceCallback?alt=com.microsoft.rest.ServiceCallback&text=ServiceCallback\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.Void?alt=java.lang.Void&text=Void\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public abstract ServiceFuture<Void> failoverAsync(ServiceCallback<Void> callback)"
desc: "Fails over the Azure SQL Database Replication Link."
returns:
description: "a handle to cancel the request"
type: "<xref href=\"com.microsoft.rest.ServiceFuture?alt=com.microsoft.rest.ServiceFuture&text=ServiceFuture\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.Void?alt=java.lang.Void&text=Void\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.sql.ReplicationLink.forceFailoverAllowDataLoss()"
fullName: "com.microsoft.azure.management.sql.ReplicationLink.forceFailoverAllowDataLoss()"
name: "forceFailoverAllowDataLoss()"
nameWithType: "ReplicationLink.forceFailoverAllowDataLoss()"
summary: "Forces fail over the Azure SQL Database Replication Link which may result in data loss."
modifiers:
- "abstract"
syntax: "public abstract void forceFailoverAllowDataLoss()"
desc: "Forces fail over the Azure SQL Database Replication Link which may result in data loss."
- uid: "com.microsoft.azure.management.sql.ReplicationLink.forceFailoverAllowDataLossAsync()"
fullName: "com.microsoft.azure.management.sql.ReplicationLink.forceFailoverAllowDataLossAsync()"
name: "forceFailoverAllowDataLossAsync()"
nameWithType: "ReplicationLink.forceFailoverAllowDataLossAsync()"
summary: "Forces fail over the Azure SQL Database Replication Link which may result in data loss."
modifiers:
- "abstract"
syntax: "public abstract Completable forceFailoverAllowDataLossAsync()"
desc: "Forces fail over the Azure SQL Database Replication Link which may result in data loss."
returns:
description: "a representation of the deferred computation of this call"
type: "<xref href=\"rx.Completable?alt=rx.Completable&text=Completable\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.ReplicationLink.forceFailoverAllowDataLossAsync(com.microsoft.rest.ServiceCallback<java.lang.Void>)"
fullName: "com.microsoft.azure.management.sql.ReplicationLink.forceFailoverAllowDataLossAsync(ServiceCallback<Void> callback)"
name: "forceFailoverAllowDataLossAsync(ServiceCallback<Void> callback)"
nameWithType: "ReplicationLink.forceFailoverAllowDataLossAsync(ServiceCallback<Void> callback)"
summary: "Forces fail over the Azure SQL Database Replication Link which may result in data loss."
modifiers:
- "abstract"
parameters:
- description: "the callback to call on success or failure"
name: "callback"
type: "<xref href=\"com.microsoft.rest.ServiceCallback?alt=com.microsoft.rest.ServiceCallback&text=ServiceCallback\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.Void?alt=java.lang.Void&text=Void\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public abstract ServiceFuture<Void> forceFailoverAllowDataLossAsync(ServiceCallback<Void> callback)"
desc: "Forces fail over the Azure SQL Database Replication Link which may result in data loss."
returns:
description: "a handle to cancel the request"
type: "<xref href=\"com.microsoft.rest.ServiceFuture?alt=com.microsoft.rest.ServiceFuture&text=ServiceFuture\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.Void?alt=java.lang.Void&text=Void\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.sql.ReplicationLink.isTerminationAllowed()"
fullName: "com.microsoft.azure.management.sql.ReplicationLink.isTerminationAllowed()"
name: "isTerminationAllowed()"
nameWithType: "ReplicationLink.isTerminationAllowed()"
modifiers:
- "abstract"
syntax: "public abstract boolean isTerminationAllowed()"
returns:
description: "the legacy value indicating whether termination is allowed (currently always returns true)"
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.ReplicationLink.location()"
fullName: "com.microsoft.azure.management.sql.ReplicationLink.location()"
name: "location()"
nameWithType: "ReplicationLink.location()"
modifiers:
- "abstract"
syntax: "public abstract String location()"
returns:
description: "the location of the server that contains this replication link"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.ReplicationLink.partnerDatabase()"
fullName: "com.microsoft.azure.management.sql.ReplicationLink.partnerDatabase()"
name: "partnerDatabase()"
nameWithType: "ReplicationLink.partnerDatabase()"
modifiers:
- "abstract"
syntax: "public abstract String partnerDatabase()"
returns:
description: "the name of the partner Azure SQL Database"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.ReplicationLink.partnerLocation()"
fullName: "com.microsoft.azure.management.sql.ReplicationLink.partnerLocation()"
name: "partnerLocation()"
nameWithType: "ReplicationLink.partnerLocation()"
modifiers:
- "abstract"
syntax: "public abstract String partnerLocation()"
returns:
description: "the Azure Region of the partner Azure SQL Database"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.ReplicationLink.partnerRole()"
fullName: "com.microsoft.azure.management.sql.ReplicationLink.partnerRole()"
name: "partnerRole()"
nameWithType: "ReplicationLink.partnerRole()"
modifiers:
- "abstract"
syntax: "public abstract ReplicationRole partnerRole()"
returns:
description: "the role of the partner SQL Database in the replication link"
type: "<xref href=\"com.microsoft.azure.management.sql.ReplicationRole?alt=com.microsoft.azure.management.sql.ReplicationRole&text=ReplicationRole\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.ReplicationLink.partnerServer()"
fullName: "com.microsoft.azure.management.sql.ReplicationLink.partnerServer()"
name: "partnerServer()"
nameWithType: "ReplicationLink.partnerServer()"
modifiers:
- "abstract"
syntax: "public abstract String partnerServer()"
returns:
description: "the name of the Azure SQL Server hosting the partner Azure SQL Database."
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.ReplicationLink.percentComplete()"
fullName: "com.microsoft.azure.management.sql.ReplicationLink.percentComplete()"
name: "percentComplete()"
nameWithType: "ReplicationLink.percentComplete()"
modifiers:
- "abstract"
syntax: "public abstract int percentComplete()"
returns:
description: "the percentage of the seeding completed for the replication link"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.ReplicationLink.replicationMode()"
fullName: "com.microsoft.azure.management.sql.ReplicationLink.replicationMode()"
name: "replicationMode()"
nameWithType: "ReplicationLink.replicationMode()"
modifiers:
- "abstract"
syntax: "public abstract String replicationMode()"
returns:
description: "the replication mode of this replication link"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.ReplicationLink.replicationState()"
fullName: "com.microsoft.azure.management.sql.ReplicationLink.replicationState()"
name: "replicationState()"
nameWithType: "ReplicationLink.replicationState()"
modifiers:
- "abstract"
syntax: "public abstract ReplicationState replicationState()"
returns:
description: "the replication state for the replication link"
type: "<xref href=\"com.microsoft.azure.management.sql.ReplicationState?alt=com.microsoft.azure.management.sql.ReplicationState&text=ReplicationState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.ReplicationLink.role()"
fullName: "com.microsoft.azure.management.sql.ReplicationLink.role()"
name: "role()"
nameWithType: "ReplicationLink.role()"
modifiers:
- "abstract"
syntax: "public abstract ReplicationRole role()"
returns:
description: "the role of the SQL Database in the replication link"
type: "<xref href=\"com.microsoft.azure.management.sql.ReplicationRole?alt=com.microsoft.azure.management.sql.ReplicationRole&text=ReplicationRole\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.ReplicationLink.sqlServerName()"
fullName: "com.microsoft.azure.management.sql.ReplicationLink.sqlServerName()"
name: "sqlServerName()"
nameWithType: "ReplicationLink.sqlServerName()"
modifiers:
- "abstract"
syntax: "public abstract String sqlServerName()"
returns:
description: "name of the SQL Server to which this replication belongs"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.ReplicationLink.startTime()"
fullName: "com.microsoft.azure.management.sql.ReplicationLink.startTime()"
name: "startTime()"
nameWithType: "ReplicationLink.startTime()"
modifiers:
- "abstract"
syntax: "public abstract DateTime startTime()"
returns:
description: "start time for the replication link (ISO8601 format)"
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "An immutable client-side representation of an Azure SQL Replication link."
implements:
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasId?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasId&text=HasId\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasName?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasName&text=HasName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasResourceGroup?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasResourceGroup&text=HasResourceGroup\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.sql.implementation.ReplicationLinkInner?alt=com.microsoft.azure.management.sql.implementation.ReplicationLinkInner&text=ReplicationLinkInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Refreshable?alt=com.microsoft.azure.management.resources.fluentcore.model.Refreshable&text=Refreshable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.sql.ReplicationLink?alt=com.microsoft.azure.management.sql.ReplicationLink&text=ReplicationLink\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.microsoft.azure.management.sql"
artifact: com.microsoft.azure:azure-mgmt-sql:1.41.4