72 строки
6.3 KiB
YAML
72 строки
6.3 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.sql.models.SqlSyncMemberOperations"
|
|
fullName: "com.azure.resourcemanager.sql.models.SqlSyncMemberOperations"
|
|
name: "SqlSyncMemberOperations"
|
|
nameWithType: "SqlSyncMemberOperations"
|
|
summary: "A representation of the Azure SQL Sync Member operations."
|
|
syntax: "public interface **SqlSyncMemberOperations**</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\" /><<xref href=\"com.azure.resourcemanager.sql.models.SqlSyncMemberOperations.DefinitionStages.WithSqlServer?alt=com.azure.resourcemanager.sql.models.SqlSyncMemberOperations.DefinitionStages.WithSqlServer&text=WithSqlServer\" data-throw-if-not-resolved=\"False\" />>"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.sql.models.SqlSyncMemberOperations.getBySqlServer(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.sql.models.SqlSyncMemberOperations.getBySqlServer(String resourceGroupName, String sqlServerName, String databaseName, String syncGroupName, String name)"
|
|
name: "getBySqlServer(String resourceGroupName, String sqlServerName, String databaseName, String syncGroupName, String name)"
|
|
nameWithType: "SqlSyncMemberOperations.getBySqlServer(String resourceGroupName, String sqlServerName, String databaseName, String syncGroupName, 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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "the name of SQL server resource"
|
|
name: "sqlServerName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "the name of SQL Database parent resource"
|
|
name: "databaseName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "the name of the sync group on which the Sync Member is hosted"
|
|
name: "syncGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "the name of the child resource"
|
|
name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract SqlSyncMember getBySqlServer(String resourceGroupName, String sqlServerName, String databaseName, String syncGroupName, 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.azure.resourcemanager.sql.models.SqlSyncMember?alt=com.azure.resourcemanager.sql.models.SqlSyncMember&text=SqlSyncMember\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.sql.models.SqlSyncMemberOperations.getBySqlServerAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.sql.models.SqlSyncMemberOperations.getBySqlServerAsync(String resourceGroupName, String sqlServerName, String databaseName, String syncGroupName, String name)"
|
|
name: "getBySqlServerAsync(String resourceGroupName, String sqlServerName, String databaseName, String syncGroupName, String name)"
|
|
nameWithType: "SqlSyncMemberOperations.getBySqlServerAsync(String resourceGroupName, String sqlServerName, String databaseName, String syncGroupName, 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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "the name of SQL server parent resource"
|
|
name: "sqlServerName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "the name of SQL Database parent resource"
|
|
name: "databaseName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "the name of the sync group on which the Sync Member is hosted"
|
|
name: "syncGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "the name of the child resource"
|
|
name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Mono<SqlSyncMember> getBySqlServerAsync(String resourceGroupName, String sqlServerName, String databaseName, String syncGroupName, 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: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<xref href=\"com.azure.resourcemanager.sql.models.SqlSyncMember?alt=com.azure.resourcemanager.sql.models.SqlSyncMember&text=SqlSyncMember\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "interface"
|
|
desc: "A representation of the Azure SQL Sync Member 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\" /><<xref href=\"com.azure.resourcemanager.sql.models.SqlSyncMemberOperations.DefinitionStages.WithSqlServer?alt=com.azure.resourcemanager.sql.models.SqlSyncMemberOperations.DefinitionStages.WithSqlServer&text=WithSqlServer\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.sql.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-sql:2.44.0
|