SyncGroupsOperationsExtensions.ListHubSchemas Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une collection de schémas de base de données hub.
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.SyncFullSchemaProperties> ListHubSchemas (this Microsoft.Azure.Management.Sql.ISyncGroupsOperations operations, string resourceGroupName, string serverName, string databaseName, string syncGroupName);
static member ListHubSchemas : Microsoft.Azure.Management.Sql.ISyncGroupsOperations * string * string * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.SyncFullSchemaProperties>
<Extension()>
Public Function ListHubSchemas (operations As ISyncGroupsOperations, resourceGroupName As String, serverName As String, databaseName As String, syncGroupName As String) As IPage(Of SyncFullSchemaProperties)
Paramètres
- operations
- ISyncGroupsOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources qui contient la ressource. Vous pouvez obtenir cette valeur à partir de l’API Azure Resource Manager ou du portail.
- serverName
- String
Le nom du serveur
- databaseName
- String
Nom de la base de données sur laquelle le groupe de synchronisation est hébergé.
- syncGroupName
- String
Nom du groupe de synchronisation.
Retours
S’applique à
Azure SDK for .NET