azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.s...

105 строки
9.5 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.sql.models.SqlFailoverGroupOperations"
fullName: "com.azure.resourcemanager.sql.models.SqlFailoverGroupOperations"
name: "SqlFailoverGroupOperations"
nameWithType: "SqlFailoverGroupOperations"
summary: "A representation of the Azure SQL Failover Group operations."
syntax: "public interface **SqlFailoverGroupOperations**</br> extends <xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.SupportsCreating?alt=com.azure.resourcemanager.resources.fluentcore.collection.SupportsCreating&text=SupportsCreating\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.sql.models.SqlFailoverGroupOperations.DefinitionStages.WithSqlServer?alt=com.azure.resourcemanager.sql.models.SqlFailoverGroupOperations.DefinitionStages.WithSqlServer&text=WithSqlServer\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.azure.resourcemanager.sql.models.SqlChildrenOperations?alt=com.azure.resourcemanager.sql.models.SqlChildrenOperations&text=SqlChildrenOperations\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.sql.models.SqlFailoverGroup?alt=com.azure.resourcemanager.sql.models.SqlFailoverGroup&text=SqlFailoverGroup\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.azure.resourcemanager.sql.models.SqlFailoverGroupOperations.failover(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.sql.models.SqlFailoverGroupOperations.failover(String resourceGroupName, String serverName, String failoverGroupName)"
name: "failover(String resourceGroupName, String serverName, String failoverGroupName)"
nameWithType: "SqlFailoverGroupOperations.failover(String resourceGroupName, String serverName, String failoverGroupName)"
summary: "Fails over from the current primary server to this server."
modifiers:
- "abstract"
parameters:
- description: "the name of the resource group that contains the resource"
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "the name of the server containing the failover group"
name: "serverName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "the name of the failover group"
name: "failoverGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract SqlFailoverGroup failover(String resourceGroupName, String serverName, String failoverGroupName)"
desc: "Fails over from the current primary server to this server."
returns:
description: "the SqlFailoverGroup object"
type: "<xref href=\"com.azure.resourcemanager.sql.models.SqlFailoverGroup?alt=com.azure.resourcemanager.sql.models.SqlFailoverGroup&text=SqlFailoverGroup\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.models.SqlFailoverGroupOperations.failoverAsync(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.sql.models.SqlFailoverGroupOperations.failoverAsync(String resourceGroupName, String serverName, String failoverGroupName)"
name: "failoverAsync(String resourceGroupName, String serverName, String failoverGroupName)"
nameWithType: "SqlFailoverGroupOperations.failoverAsync(String resourceGroupName, String serverName, String failoverGroupName)"
summary: "Asynchronously fails over from the current primary server to this server."
modifiers:
- "abstract"
parameters:
- description: "the name of the resource group that contains the resource"
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "the name of the server containing the failover group"
name: "serverName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "the name of the failover group"
name: "failoverGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<SqlFailoverGroup> failoverAsync(String resourceGroupName, String serverName, String failoverGroupName)"
desc: "Asynchronously fails over from the current primary server to this server."
returns:
description: "a representation of the deferred computation of this call returning the SqlFailoverGroup object"
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.resourcemanager.sql.models.SqlFailoverGroup?alt=com.azure.resourcemanager.sql.models.SqlFailoverGroup&text=SqlFailoverGroup\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.sql.models.SqlFailoverGroupOperations.forceFailoverAllowDataLoss(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.sql.models.SqlFailoverGroupOperations.forceFailoverAllowDataLoss(String resourceGroupName, String serverName, String failoverGroupName)"
name: "forceFailoverAllowDataLoss(String resourceGroupName, String serverName, String failoverGroupName)"
nameWithType: "SqlFailoverGroupOperations.forceFailoverAllowDataLoss(String resourceGroupName, String serverName, String failoverGroupName)"
summary: "Fails over from the current primary server to this server."
modifiers:
- "abstract"
parameters:
- description: "the name of the resource group that contains the resource"
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "the name of the server containing the failover group"
name: "serverName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "the name of the failover group"
name: "failoverGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract SqlFailoverGroup forceFailoverAllowDataLoss(String resourceGroupName, String serverName, String failoverGroupName)"
desc: "Fails over from the current primary server to this server. This operation might result in data loss."
returns:
description: "the SqlFailoverGroup object"
type: "<xref href=\"com.azure.resourcemanager.sql.models.SqlFailoverGroup?alt=com.azure.resourcemanager.sql.models.SqlFailoverGroup&text=SqlFailoverGroup\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.models.SqlFailoverGroupOperations.forceFailoverAllowDataLossAsync(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.sql.models.SqlFailoverGroupOperations.forceFailoverAllowDataLossAsync(String resourceGroupName, String serverName, String failoverGroupName)"
name: "forceFailoverAllowDataLossAsync(String resourceGroupName, String serverName, String failoverGroupName)"
nameWithType: "SqlFailoverGroupOperations.forceFailoverAllowDataLossAsync(String resourceGroupName, String serverName, String failoverGroupName)"
summary: "Fails over from the current primary server to this server."
modifiers:
- "abstract"
parameters:
- description: "the name of the resource group that contains the resource"
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "the name of the server containing the failover group"
name: "serverName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "the name of the failover group"
name: "failoverGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<SqlFailoverGroup> forceFailoverAllowDataLossAsync(String resourceGroupName, String serverName, String failoverGroupName)"
desc: "Fails over from the current primary server to this server. This operation might result in data loss."
returns:
description: "a representation of the deferred computation of this call returning the SqlFailoverGroup object"
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.resourcemanager.sql.models.SqlFailoverGroup?alt=com.azure.resourcemanager.sql.models.SqlFailoverGroup&text=SqlFailoverGroup\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "A representation of the Azure SQL Failover Group operations."
implements:
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.SupportsCreating?alt=com.azure.resourcemanager.resources.fluentcore.collection.SupportsCreating&text=SupportsCreating\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.sql.models.SqlFailoverGroupOperations.DefinitionStages.WithSqlServer?alt=com.azure.resourcemanager.sql.models.SqlFailoverGroupOperations.DefinitionStages.WithSqlServer&text=WithSqlServer\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.azure.resourcemanager.sql.models.SqlChildrenOperations?alt=com.azure.resourcemanager.sql.models.SqlChildrenOperations&text=SqlChildrenOperations\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.sql.models.SqlFailoverGroup?alt=com.azure.resourcemanager.sql.models.SqlFailoverGroup&text=SqlFailoverGroup\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.sql.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-sql:2.44.0