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

130 строки
10 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.sql.SqlSyncGroupOperations"
fullName: "com.microsoft.azure.management.sql.SqlSyncGroupOperations"
name: "SqlSyncGroupOperations"
nameWithType: "SqlSyncGroupOperations"
summary: "A representation of the Azure SQL Sync Group operations."
syntax: "public interface **SqlSyncGroupOperations**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating&text=SupportsCreating\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.sql.SqlSyncGroupOperations.DefinitionStages.WithSqlServer?alt=com.microsoft.azure.management.sql.SqlSyncGroupOperations.DefinitionStages.WithSqlServer&text=WithSqlServer\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.microsoft.azure.management.sql.SqlSyncGroupOperations.getBySqlServer(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.sql.SqlSyncGroupOperations.getBySqlServer(String resourceGroupName, String sqlServerName, String databaseName, String name)"
name: "getBySqlServer(String resourceGroupName, String sqlServerName, String databaseName, String name)"
nameWithType: "SqlSyncGroupOperations.getBySqlServer(String resourceGroupName, String sqlServerName, String databaseName, String name)"
summary: "Gets the information about a child resource from Azure SQL server, identifying it by its name and its resource group."
modifiers:
- "abstract"
parameters:
- description: "the name of resource group"
name: "resourceGroupName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the name of SQL server resource"
name: "sqlServerName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the name of SQL Database parent resource"
name: "databaseName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the name of the child resource"
name: "name"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SqlSyncGroup getBySqlServer(String resourceGroupName, String sqlServerName, String databaseName, String name)"
desc: "Gets the information about a child resource from Azure SQL server, identifying it by its name and its resource group."
returns:
description: "an immutable representation of the resource"
type: "<xref href=\"com.microsoft.azure.management.sql.SqlSyncGroup?alt=com.microsoft.azure.management.sql.SqlSyncGroup&text=SqlSyncGroup\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.SqlSyncGroupOperations.getBySqlServerAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.sql.SqlSyncGroupOperations.getBySqlServerAsync(String resourceGroupName, String sqlServerName, String databaseName, String name)"
name: "getBySqlServerAsync(String resourceGroupName, String sqlServerName, String databaseName, String name)"
nameWithType: "SqlSyncGroupOperations.getBySqlServerAsync(String resourceGroupName, String sqlServerName, String databaseName, String name)"
summary: "Asynchronously gets the information about a child resource from Azure SQL server, identifying it by its name and its resource group."
modifiers:
- "abstract"
parameters:
- description: "the name of resource group"
name: "resourceGroupName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the name of SQL server parent resource"
name: "sqlServerName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the name of SQL Database parent resource"
name: "databaseName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the name of the child resource"
name: "name"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Observable<SqlSyncGroup> getBySqlServerAsync(String resourceGroupName, String sqlServerName, String databaseName, String name)"
desc: "Asynchronously gets the information about a child resource from Azure SQL server, identifying it by its name and its resource group."
returns:
description: "a representation of the deferred computation of this call returning the found resource"
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.sql.SqlSyncGroup?alt=com.microsoft.azure.management.sql.SqlSyncGroup&text=SqlSyncGroup\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.sql.SqlSyncGroupOperations.listSyncDatabaseIds(com.microsoft.azure.management.resources.fluentcore.arm.Region)"
fullName: "com.microsoft.azure.management.sql.SqlSyncGroupOperations.listSyncDatabaseIds(Region region)"
name: "listSyncDatabaseIds(Region region)"
nameWithType: "SqlSyncGroupOperations.listSyncDatabaseIds(Region region)"
summary: "Gets a collection of sync database ids."
modifiers:
- "abstract"
parameters:
- description: "the region where the resource is located."
name: "region"
type: "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.Region?alt=com.microsoft.azure.management.resources.fluentcore.arm.Region&text=Region\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedList<String> listSyncDatabaseIds(Region region)"
desc: "Gets a collection of sync database ids."
returns:
description: "a paged list of database IDs if successful."
type: "<xref href=\"com.microsoft.azure.PagedList?alt=com.microsoft.azure.PagedList&text=PagedList\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.sql.SqlSyncGroupOperations.listSyncDatabaseIds(java.lang.String)"
fullName: "com.microsoft.azure.management.sql.SqlSyncGroupOperations.listSyncDatabaseIds(String locationName)"
name: "listSyncDatabaseIds(String locationName)"
nameWithType: "SqlSyncGroupOperations.listSyncDatabaseIds(String locationName)"
summary: "Gets a collection of sync database ids."
modifiers:
- "abstract"
parameters:
- description: "The name of the region where the resource is located."
name: "locationName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedList<String> listSyncDatabaseIds(String locationName)"
desc: "Gets a collection of sync database ids."
returns:
description: "a paged list of database IDs if successful."
type: "<xref href=\"com.microsoft.azure.PagedList?alt=com.microsoft.azure.PagedList&text=PagedList\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.sql.SqlSyncGroupOperations.listSyncDatabaseIdsAsync(com.microsoft.azure.management.resources.fluentcore.arm.Region)"
fullName: "com.microsoft.azure.management.sql.SqlSyncGroupOperations.listSyncDatabaseIdsAsync(Region region)"
name: "listSyncDatabaseIdsAsync(Region region)"
nameWithType: "SqlSyncGroupOperations.listSyncDatabaseIdsAsync(Region region)"
summary: "Gets a collection of sync database ids."
modifiers:
- "abstract"
parameters:
- description: "the region where the resource is located."
name: "region"
type: "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.Region?alt=com.microsoft.azure.management.resources.fluentcore.arm.Region&text=Region\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Observable<String> listSyncDatabaseIdsAsync(Region region)"
desc: "Gets a collection of sync database ids."
returns:
description: "a paged list of database IDs if successful."
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.sql.SqlSyncGroupOperations.listSyncDatabaseIdsAsync(java.lang.String)"
fullName: "com.microsoft.azure.management.sql.SqlSyncGroupOperations.listSyncDatabaseIdsAsync(String locationName)"
name: "listSyncDatabaseIdsAsync(String locationName)"
nameWithType: "SqlSyncGroupOperations.listSyncDatabaseIdsAsync(String locationName)"
summary: "Gets a collection of sync database ids."
modifiers:
- "abstract"
parameters:
- description: "The name of the region where the resource is located."
name: "locationName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Observable<String> listSyncDatabaseIdsAsync(String locationName)"
desc: "Gets a collection of sync database ids."
returns:
description: "a paged list of database IDs if successful."
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "A representation of the Azure SQL Sync Group operations."
implements:
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating&text=SupportsCreating\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.sql.SqlSyncGroupOperations.DefinitionStages.WithSqlServer?alt=com.microsoft.azure.management.sql.SqlSyncGroupOperations.DefinitionStages.WithSqlServer&text=WithSqlServer\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.microsoft.azure.management.sql"
artifact: com.microsoft.azure:azure-mgmt-sql:1.41.4