通过


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SqlSyncMemberOperations.SqlSyncMemberActionsDefinition Interface

Implements

public static interface SqlSyncMemberOperations.SqlSyncMemberActionsDefinition
extends SqlChildrenActionsDefinition<SqlSyncMember>

Grouping of the Azure SQL Server Sync Member common actions.

Method Summary

Modifier and Type Method and Description
abstract WithMemberSqlServer define(String syncMemberName)

Begins the definition of a new SQL Sync Member to be added to this server.

Method Details

define

public abstract SqlSyncMemberOperations.DefinitionStages.WithMemberSqlServer define(String syncMemberName)

Begins the definition of a new SQL Sync Member to be added to this server.

Parameters:

syncMemberName - the name of the new SQL Sync Member

Returns:

the first stage of the new SQL Virtual Network Rule definition

Applies to