Package version:

Interface SyncMembers

Interface representing a SyncMembers.

Hierarchy

  • SyncMembers

Methods

  • Creates or updates a sync member.

    Parameters

    • resourceGroupName: string

      The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

    • serverName: string

      The name of the server.

    • databaseName: string

      The name of the database on which the sync group is hosted.

    • syncGroupName: string

      The name of the sync group on which the sync member is hosted.

    • syncMemberName: string

      The name of the sync member.

    • parameters: SyncMember

      The requested sync member resource state.

    • Optional options: SyncMembersCreateOrUpdateOptionalParams

      The options parameters.

    Returns Promise<SimplePollerLike<OperationState<SyncMember>, SyncMember>>

  • Creates or updates a sync member.

    Parameters

    • resourceGroupName: string

      The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

    • serverName: string

      The name of the server.

    • databaseName: string

      The name of the database on which the sync group is hosted.

    • syncGroupName: string

      The name of the sync group on which the sync member is hosted.

    • syncMemberName: string

      The name of the sync member.

    • parameters: SyncMember

      The requested sync member resource state.

    • Optional options: SyncMembersCreateOrUpdateOptionalParams

      The options parameters.

    Returns Promise<SyncMember>

  • Deletes a sync member.

    Parameters

    • resourceGroupName: string

      The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

    • serverName: string

      The name of the server.

    • databaseName: string

      The name of the database on which the sync group is hosted.

    • syncGroupName: string

      The name of the sync group on which the sync member is hosted.

    • syncMemberName: string

      The name of the sync member.

    • Optional options: SyncMembersDeleteOptionalParams

      The options parameters.

    Returns Promise<SimplePollerLike<OperationState<void>, void>>

  • Deletes a sync member.

    Parameters

    • resourceGroupName: string

      The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

    • serverName: string

      The name of the server.

    • databaseName: string

      The name of the database on which the sync group is hosted.

    • syncGroupName: string

      The name of the sync group on which the sync member is hosted.

    • syncMemberName: string

      The name of the sync member.

    • Optional options: SyncMembersDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

  • Refreshes a sync member database schema.

    Parameters

    • resourceGroupName: string

      The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

    • serverName: string

      The name of the server.

    • databaseName: string

      The name of the database on which the sync group is hosted.

    • syncGroupName: string

      The name of the sync group on which the sync member is hosted.

    • syncMemberName: string

      The name of the sync member.

    • Optional options: SyncMembersRefreshMemberSchemaOptionalParams

      The options parameters.

    Returns Promise<SimplePollerLike<OperationState<void>, void>>

  • Refreshes a sync member database schema.

    Parameters

    • resourceGroupName: string

      The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

    • serverName: string

      The name of the server.

    • databaseName: string

      The name of the database on which the sync group is hosted.

    • syncGroupName: string

      The name of the sync group on which the sync member is hosted.

    • syncMemberName: string

      The name of the sync member.

    • Optional options: SyncMembersRefreshMemberSchemaOptionalParams

      The options parameters.

    Returns Promise<void>

  • Updates an existing sync member.

    Parameters

    • resourceGroupName: string

      The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

    • serverName: string

      The name of the server.

    • databaseName: string

      The name of the database on which the sync group is hosted.

    • syncGroupName: string

      The name of the sync group on which the sync member is hosted.

    • syncMemberName: string

      The name of the sync member.

    • parameters: SyncMember

      The requested sync member resource state.

    • Optional options: SyncMembersUpdateOptionalParams

      The options parameters.

    Returns Promise<SimplePollerLike<OperationState<SyncMember>, SyncMember>>

  • Updates an existing sync member.

    Parameters

    • resourceGroupName: string

      The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

    • serverName: string

      The name of the server.

    • databaseName: string

      The name of the database on which the sync group is hosted.

    • syncGroupName: string

      The name of the sync group on which the sync member is hosted.

    • syncMemberName: string

      The name of the sync member.

    • parameters: SyncMember

      The requested sync member resource state.

    • Optional options: SyncMembersUpdateOptionalParams

      The options parameters.

    Returns Promise<SyncMember>

  • Gets a sync member.

    Parameters

    • resourceGroupName: string

      The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

    • serverName: string

      The name of the server.

    • databaseName: string

      The name of the database on which the sync group is hosted.

    • syncGroupName: string

      The name of the sync group on which the sync member is hosted.

    • syncMemberName: string

      The name of the sync member.

    • Optional options: SyncMembersGetOptionalParams

      The options parameters.

    Returns Promise<SyncMember>

  • Lists sync members in the given sync group.

    Parameters

    • resourceGroupName: string

      The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

    • serverName: string

      The name of the server.

    • databaseName: string

      The name of the database on which the sync group is hosted.

    • syncGroupName: string

      The name of the sync group.

    • Optional options: SyncMembersListBySyncGroupOptionalParams

      The options parameters.

    Returns PagedAsyncIterableIterator<SyncMember>

  • Gets a sync member database schema.

    Parameters

    • resourceGroupName: string

      The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

    • serverName: string

      The name of the server.

    • databaseName: string

      The name of the database on which the sync group is hosted.

    • syncGroupName: string

      The name of the sync group on which the sync member is hosted.

    • syncMemberName: string

      The name of the sync member.

    • Optional options: SyncMembersListMemberSchemasOptionalParams

      The options parameters.

    Returns PagedAsyncIterableIterator<SyncFullSchemaProperties>

Generated using TypeDoc