通过


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

ClientGroups interface

表示 ClientGroups 的接口。

方法

get(string, string, string, ClientGroupsGetOptionalParams)

检索指定的客户端组

getMembersCount(string, string, string, ClientGroupsGetMembersCountOptionalParams)

返回客户端组中的大致成员数。

listMembers(string, string, string, ClientGroupsListMembersOptionalParams)

返回指定时间间隔内客户端组的成员。

方法详细信息

get(string, string, string, ClientGroupsGetOptionalParams)

检索指定的客户端组

function get(resourceGroupName: string, workspaceName: string, clientGroupName: string, options?: ClientGroupsGetOptionalParams): Promise<ClientGroup>

参数

resourceGroupName

string

指定 subscriptionId 中的资源组名称。

workspaceName

string

包含相关资源的 OMS 工作区。

clientGroupName

string

客户端组资源名称。

options
ClientGroupsGetOptionalParams

选项参数。

返回

Promise<ClientGroup>

getMembersCount(string, string, string, ClientGroupsGetMembersCountOptionalParams)

返回客户端组中的大致成员数。

function getMembersCount(resourceGroupName: string, workspaceName: string, clientGroupName: string, options?: ClientGroupsGetMembersCountOptionalParams): Promise<ClientGroupMembersCount>

参数

resourceGroupName

string

指定 subscriptionId 中的资源组名称。

workspaceName

string

包含相关资源的 OMS 工作区。

clientGroupName

string

客户端组资源名称。

返回

listMembers(string, string, string, ClientGroupsListMembersOptionalParams)

返回指定时间间隔内客户端组的成员。

function listMembers(resourceGroupName: string, workspaceName: string, clientGroupName: string, options?: ClientGroupsListMembersOptionalParams): PagedAsyncIterableIterator<ClientGroupMember, ClientGroupMember[], PageSettings>

参数

resourceGroupName

string

指定 subscriptionId 中的资源组名称。

workspaceName

string

包含相关资源的 OMS 工作区。

clientGroupName

string

客户端组资源名称。

options
ClientGroupsListMembersOptionalParams

选项参数。

返回