131 строка
10 KiB
YAML
131 строка
10 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.sql.SqlFailoverGroup"
|
|
fullName: "com.microsoft.azure.management.sql.SqlFailoverGroup"
|
|
name: "SqlFailoverGroup"
|
|
nameWithType: "SqlFailoverGroup"
|
|
summary: "An immutable client-side representation of an Azure SQL Failover Group."
|
|
syntax: "public interface **SqlFailoverGroup**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.Resource?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.Resource&text=Resource\" 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\" /><<xref href=\"com.microsoft.azure.management.sql.implementation.FailoverGroupInner?alt=com.microsoft.azure.management.sql.implementation.FailoverGroupInner&text=FailoverGroupInner\" 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.Refreshable?alt=com.microsoft.azure.management.resources.fluentcore.model.Refreshable&text=Refreshable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.sql.SqlFailoverGroup?alt=com.microsoft.azure.management.sql.SqlFailoverGroup&text=SqlFailoverGroup\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Updatable?alt=com.microsoft.azure.management.resources.fluentcore.model.Updatable&text=Updatable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.sql.SqlFailoverGroup.Update?alt=com.microsoft.azure.management.sql.SqlFailoverGroup.Update&text=Update\" data-throw-if-not-resolved=\"False\" />>"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.sql.SqlFailoverGroup.databases()"
|
|
fullName: "com.microsoft.azure.management.sql.SqlFailoverGroup.databases()"
|
|
name: "databases()"
|
|
nameWithType: "SqlFailoverGroup.databases()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract List<String> databases()"
|
|
returns:
|
|
description: "the list of database IDs in the failover group"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.sql.SqlFailoverGroup.delete()"
|
|
fullName: "com.microsoft.azure.management.sql.SqlFailoverGroup.delete()"
|
|
name: "delete()"
|
|
nameWithType: "SqlFailoverGroup.delete()"
|
|
summary: "Deletes the Failover Group."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract void delete()"
|
|
desc: "Deletes the Failover Group."
|
|
- uid: "com.microsoft.azure.management.sql.SqlFailoverGroup.deleteAsync()"
|
|
fullName: "com.microsoft.azure.management.sql.SqlFailoverGroup.deleteAsync()"
|
|
name: "deleteAsync()"
|
|
nameWithType: "SqlFailoverGroup.deleteAsync()"
|
|
summary: "Deletes the Failover Group asynchronously."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Completable deleteAsync()"
|
|
desc: "Deletes the Failover Group asynchronously."
|
|
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.SqlFailoverGroup.parentId()"
|
|
fullName: "com.microsoft.azure.management.sql.SqlFailoverGroup.parentId()"
|
|
name: "parentId()"
|
|
nameWithType: "SqlFailoverGroup.parentId()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String parentId()"
|
|
returns:
|
|
description: "the parent SQL server ID"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.sql.SqlFailoverGroup.partnerServers()"
|
|
fullName: "com.microsoft.azure.management.sql.SqlFailoverGroup.partnerServers()"
|
|
name: "partnerServers()"
|
|
nameWithType: "SqlFailoverGroup.partnerServers()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract List<PartnerInfo> partnerServers()"
|
|
returns:
|
|
description: "the list of partner server information for the failover group"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.sql.PartnerInfo?alt=com.microsoft.azure.management.sql.PartnerInfo&text=PartnerInfo\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.sql.SqlFailoverGroup.readOnlyEndpointPolicy()"
|
|
fullName: "com.microsoft.azure.management.sql.SqlFailoverGroup.readOnlyEndpointPolicy()"
|
|
name: "readOnlyEndpointPolicy()"
|
|
nameWithType: "SqlFailoverGroup.readOnlyEndpointPolicy()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract ReadOnlyEndpointFailoverPolicy readOnlyEndpointPolicy()"
|
|
returns:
|
|
description: "the failover policy of the read-only endpoint for the failover group"
|
|
type: "<xref href=\"com.microsoft.azure.management.sql.ReadOnlyEndpointFailoverPolicy?alt=com.microsoft.azure.management.sql.ReadOnlyEndpointFailoverPolicy&text=ReadOnlyEndpointFailoverPolicy\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.sql.SqlFailoverGroup.readWriteEndpointDataLossGracePeriodMinutes()"
|
|
fullName: "com.microsoft.azure.management.sql.SqlFailoverGroup.readWriteEndpointDataLossGracePeriodMinutes()"
|
|
name: "readWriteEndpointDataLossGracePeriodMinutes()"
|
|
nameWithType: "SqlFailoverGroup.readWriteEndpointDataLossGracePeriodMinutes()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract int readWriteEndpointDataLossGracePeriodMinutes()"
|
|
returns:
|
|
description: "the grace period before failover with data loss is attempted for the read-write endpoint"
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.sql.SqlFailoverGroup.readWriteEndpointPolicy()"
|
|
fullName: "com.microsoft.azure.management.sql.SqlFailoverGroup.readWriteEndpointPolicy()"
|
|
name: "readWriteEndpointPolicy()"
|
|
nameWithType: "SqlFailoverGroup.readWriteEndpointPolicy()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract ReadWriteEndpointFailoverPolicy readWriteEndpointPolicy()"
|
|
returns:
|
|
description: "the failover policy of the read-write endpoint for the failover group"
|
|
type: "<xref href=\"com.microsoft.azure.management.sql.ReadWriteEndpointFailoverPolicy?alt=com.microsoft.azure.management.sql.ReadWriteEndpointFailoverPolicy&text=ReadWriteEndpointFailoverPolicy\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.sql.SqlFailoverGroup.replicationRole()"
|
|
fullName: "com.microsoft.azure.management.sql.SqlFailoverGroup.replicationRole()"
|
|
name: "replicationRole()"
|
|
nameWithType: "SqlFailoverGroup.replicationRole()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract FailoverGroupReplicationRole replicationRole()"
|
|
returns:
|
|
description: "the local replication role of the failover group instance"
|
|
type: "<xref href=\"com.microsoft.azure.management.sql.FailoverGroupReplicationRole?alt=com.microsoft.azure.management.sql.FailoverGroupReplicationRole&text=FailoverGroupReplicationRole\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.sql.SqlFailoverGroup.replicationState()"
|
|
fullName: "com.microsoft.azure.management.sql.SqlFailoverGroup.replicationState()"
|
|
name: "replicationState()"
|
|
nameWithType: "SqlFailoverGroup.replicationState()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String replicationState()"
|
|
returns:
|
|
description: "the replication state of the failover group instance"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.sql.SqlFailoverGroup.sqlServerName()"
|
|
fullName: "com.microsoft.azure.management.sql.SqlFailoverGroup.sqlServerName()"
|
|
name: "sqlServerName()"
|
|
nameWithType: "SqlFailoverGroup.sqlServerName()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String sqlServerName()"
|
|
returns:
|
|
description: "name of the SQL Server to which this Failover Group belongs"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "An immutable client-side representation of an Azure SQL Failover Group."
|
|
implements:
|
|
- "<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.Resource?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.Resource&text=Resource\" 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\" /><<xref href=\"com.microsoft.azure.management.sql.implementation.FailoverGroupInner?alt=com.microsoft.azure.management.sql.implementation.FailoverGroupInner&text=FailoverGroupInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<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\" /><<xref href=\"com.microsoft.azure.management.sql.SqlFailoverGroup?alt=com.microsoft.azure.management.sql.SqlFailoverGroup&text=SqlFailoverGroup\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Updatable?alt=com.microsoft.azure.management.resources.fluentcore.model.Updatable&text=Updatable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.sql.SqlFailoverGroup.Update?alt=com.microsoft.azure.management.sql.SqlFailoverGroup.Update&text=Update\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.sql"
|
|
artifact: com.microsoft.azure:azure-mgmt-sql:1.41.4
|