ClientGroups interface
表示 ClientGroups 的接口。
方法
方法详细信息
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
客户端组资源名称。
选项参数。
返回
Promise<ClientGroupMembersCount>
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
客户端组资源名称。
选项参数。