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

SyncMemberCreateOrUpdateParameters Class

Definition

The parameters of creating or updating a sync member.

public class SyncMemberCreateOrUpdateParameters
type SyncMemberCreateOrUpdateParameters = class
Public Class SyncMemberCreateOrUpdateParameters
Inheritance
SyncMemberCreateOrUpdateParameters

Constructors

SyncMemberCreateOrUpdateParameters()

Initializes a new instance of the SyncMemberCreateOrUpdateParameters class.

SyncMemberCreateOrUpdateParameters(String, String, SyncMemberCreateOrUpdateProperties)

Initializes a new instance of the SyncMemberCreateOrUpdateParameters class with required arguments.

Properties

Properties

Required. Specifies other properties of a sync member.

SyncGroupName

Required. Specifies the name of the sync group.

SyncMemberName

Required. Specifies the name of sync member.

Applies to