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

47 строки
3.2 KiB
YAML

### YamlMime:JavaType
methods:
- fullName: com.microsoft.azure.management.sql.SqlSyncGroupOperations.DefinitionStages.WithSqlServer.withExistingSqlDatabase(SqlDatabase sqlDatabase)
name: withExistingSqlDatabase(SqlDatabase sqlDatabase)
nameWithType: SqlSyncGroupOperations.DefinitionStages.WithSqlServer.withExistingSqlDatabase(SqlDatabase sqlDatabase)
parameters:
- description: <p>the parent SQL database </p>
name: sqlDatabase
type: <xref href="com.microsoft.azure.management.sql.SqlDatabase?alt=com.microsoft.azure.management.sql.SqlDatabase&text=SqlDatabase" data-throw-if-not-resolved="False"/>
returns:
description: <p>The next stage of the definition. </p>
type: <xref href="SqlSyncGroupOperations.DefinitionStages.WithSyncDatabaseId?alt=SqlSyncGroupOperations.DefinitionStages.WithSyncDatabaseId&text=SqlSyncGroupOperations.DefinitionStages.WithSyncDatabaseId" data-throw-if-not-resolved="False"/>
summary: >-
<p>Sets the parent SQL server for the new Sync Group.</p>
<p></p>
syntax: public SqlSyncGroupOperations.DefinitionStages.WithSyncDatabaseId withExistingSqlDatabase(SqlDatabase sqlDatabase)
uid: com.microsoft.azure.management.sql.SqlSyncGroupOperations.DefinitionStages.WithSqlServer.withExistingSqlDatabase(SqlDatabase)
- fullName: com.microsoft.azure.management.sql.SqlSyncGroupOperations.DefinitionStages.WithSqlServer.withExistingSqlServer(String resourceGroupName, String sqlServerName)
name: withExistingSqlServer(String resourceGroupName, String sqlServerName)
nameWithType: SqlSyncGroupOperations.DefinitionStages.WithSqlServer.withExistingSqlServer(String resourceGroupName, String sqlServerName)
parameters:
- description: <p>the name of the resource group the parent SQL server </p>
name: resourceGroupName
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
- description: <p>the parent SQL server name </p>
name: sqlServerName
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>The next stage of the definition. </p>
type: <xref href="SqlSyncGroupOperations.DefinitionStages.WithSyncGroupDatabase?alt=SqlSyncGroupOperations.DefinitionStages.WithSyncGroupDatabase&text=SqlSyncGroupOperations.DefinitionStages.WithSyncGroupDatabase" data-throw-if-not-resolved="False"/>
summary: >-
<p>Sets the parent SQL server name and resource group it belongs to.</p>
<p></p>
syntax: public SqlSyncGroupOperations.DefinitionStages.WithSyncGroupDatabase withExistingSqlServer(String resourceGroupName, String sqlServerName)
uid: com.microsoft.azure.management.sql.SqlSyncGroupOperations.DefinitionStages.WithSqlServer.withExistingSqlServer(String,String)
nameWithType: SqlSyncGroupOperations.DefinitionStages.WithSqlServer
syntax: public interface WithSqlServer
type: interface
uid: com.microsoft.azure.management.sql.SqlSyncGroupOperations.DefinitionStages.WithSqlServer
fullName: com.microsoft.azure.management.sql.SqlSyncGroupOperations.DefinitionStages.WithSqlServer
name: SqlSyncGroupOperations.DefinitionStages.WithSqlServer
package: com.microsoft.azure.management.sql
summary: <p>The first stage of the SQL Sync Group definition. </p>
metadata: {}