Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ClientGroups

Package version

Class representing a ClientGroups.

Hierarchy

  • ClientGroups

Index

Constructors

constructor

Methods

get

  • get(resourceGroupName: string, workspaceName: string, clientGroupName: string, options?: Models.ClientGroupsGetOptionalParams): Promise<Models.ClientGroupsGetResponse>
  • get(resourceGroupName: string, workspaceName: string, clientGroupName: string, callback: msRest.ServiceCallback<ClientGroup>): void
  • get(resourceGroupName: string, workspaceName: string, clientGroupName: string, options: ClientGroupsGetOptionalParams, callback: msRest.ServiceCallback<ClientGroup>): void
  • Retrieves the specified client group

    Parameters

    • resourceGroupName: string

      Resource group name within the specified subscriptionId.

    • workspaceName: string

      OMS workspace containing the resources of interest.

    • clientGroupName: string

      Client Group resource name.

    • Optional options: Models.ClientGroupsGetOptionalParams

    Returns Promise<Models.ClientGroupsGetResponse>

    Promise<Models.ClientGroupsGetResponse>

  • Parameters

    • resourceGroupName: string

      Resource group name within the specified subscriptionId.

    • workspaceName: string

      OMS workspace containing the resources of interest.

    • clientGroupName: string

      Client Group resource name.

    • callback: msRest.ServiceCallback<ClientGroup>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      Resource group name within the specified subscriptionId.

    • workspaceName: string

      OMS workspace containing the resources of interest.

    • clientGroupName: string

      Client Group resource name.

    • options: ClientGroupsGetOptionalParams

      The optional parameters

    • callback: msRest.ServiceCallback<ClientGroup>

      The callback

    Returns void

getMembersCount

  • getMembersCount(resourceGroupName: string, workspaceName: string, clientGroupName: string, options?: Models.ClientGroupsGetMembersCountOptionalParams): Promise<Models.ClientGroupsGetMembersCountResponse>
  • getMembersCount(resourceGroupName: string, workspaceName: string, clientGroupName: string, callback: msRest.ServiceCallback<ClientGroupMembersCount>): void
  • getMembersCount(resourceGroupName: string, workspaceName: string, clientGroupName: string, options: ClientGroupsGetMembersCountOptionalParams, callback: msRest.ServiceCallback<ClientGroupMembersCount>): void
  • Returns the approximate number of members in the client group.

    Parameters

    • resourceGroupName: string

      Resource group name within the specified subscriptionId.

    • workspaceName: string

      OMS workspace containing the resources of interest.

    • clientGroupName: string

      Client Group resource name.

    • Optional options: Models.ClientGroupsGetMembersCountOptionalParams

    Returns Promise<Models.ClientGroupsGetMembersCountResponse>

    Promise<Models.ClientGroupsGetMembersCountResponse>

  • Parameters

    • resourceGroupName: string

      Resource group name within the specified subscriptionId.

    • workspaceName: string

      OMS workspace containing the resources of interest.

    • clientGroupName: string

      Client Group resource name.

    • callback: msRest.ServiceCallback<ClientGroupMembersCount>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      Resource group name within the specified subscriptionId.

    • workspaceName: string

      OMS workspace containing the resources of interest.

    • clientGroupName: string

      Client Group resource name.

    • options: ClientGroupsGetMembersCountOptionalParams

      The optional parameters

    • callback: msRest.ServiceCallback<ClientGroupMembersCount>

      The callback

    Returns void

listMembers

  • listMembers(resourceGroupName: string, workspaceName: string, clientGroupName: string, options?: Models.ClientGroupsListMembersOptionalParams): Promise<Models.ClientGroupsListMembersResponse>
  • listMembers(resourceGroupName: string, workspaceName: string, clientGroupName: string, callback: msRest.ServiceCallback<ClientGroupMembersCollection>): void
  • listMembers(resourceGroupName: string, workspaceName: string, clientGroupName: string, options: ClientGroupsListMembersOptionalParams, callback: msRest.ServiceCallback<ClientGroupMembersCollection>): void
  • Returns the members of the client group during the specified time interval.

    Parameters

    • resourceGroupName: string

      Resource group name within the specified subscriptionId.

    • workspaceName: string

      OMS workspace containing the resources of interest.

    • clientGroupName: string

      Client Group resource name.

    • Optional options: Models.ClientGroupsListMembersOptionalParams

    Returns Promise<Models.ClientGroupsListMembersResponse>

    Promise<Models.ClientGroupsListMembersResponse>

  • Parameters

    • resourceGroupName: string

      Resource group name within the specified subscriptionId.

    • workspaceName: string

      OMS workspace containing the resources of interest.

    • clientGroupName: string

      Client Group resource name.

    • callback: msRest.ServiceCallback<ClientGroupMembersCollection>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      Resource group name within the specified subscriptionId.

    • workspaceName: string

      OMS workspace containing the resources of interest.

    • clientGroupName: string

      Client Group resource name.

    • options: ClientGroupsListMembersOptionalParams

      The optional parameters

    • callback: msRest.ServiceCallback<ClientGroupMembersCollection>

      The callback

    Returns void

listMembersNext

  • listMembersNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ClientGroupsListMembersNextResponse>
  • listMembersNext(nextPageLink: string, callback: msRest.ServiceCallback<ClientGroupMembersCollection>): void
  • listMembersNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<ClientGroupMembersCollection>): void
  • Returns the members of the client group during the specified time interval.

    Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.ClientGroupsListMembersNextResponse>

    Promise<Models.ClientGroupsListMembersNextResponse>

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • callback: msRest.ServiceCallback<ClientGroupMembersCollection>

      The callback

    Returns void

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<ClientGroupMembersCollection>

      The callback

    Returns void

Generated using TypeDoc