MsGraphGroupsAndUsersClient Class

Definition

Typed client for msgraphgroupsanduser connector.

public class MsGraphGroupsAndUsersClient : Azure.Connectors.Sdk.ConnectorClientBase
type MsGraphGroupsAndUsersClient = class
    inherit ConnectorClientBase
Public Class MsGraphGroupsAndUsersClient
Inherits ConnectorClientBase
Inheritance
MsGraphGroupsAndUsersClient

Constructors

Name Description
MsGraphGroupsAndUsersClient()
MsGraphGroupsAndUsersClient(String)

Creates a new MsGraphGroupsAndUsersClient with the specified connection runtime URL string. Uses ManagedIdentityCredential by default.

MsGraphGroupsAndUsersClient(Uri, TokenCredential, ConnectorClientOptions)

Creates a new MsGraphGroupsAndUsersClient with the specified connection runtime URL and credential.

MsGraphGroupsAndUsersClient(Uri, TokenCredential)

Creates a new MsGraphGroupsAndUsersClient with the specified connection runtime URL and credential.

MsGraphGroupsAndUsersClient(Uri)

Creates a new MsGraphGroupsAndUsersClient with the specified connection runtime URL. Uses ManagedIdentityCredential by default.

Properties

Name Description
ConnectorName
Pipeline

Gets the HTTP pipeline for making connector requests.

(Inherited from ConnectorClientBase)

Methods

Name Description
CallConnectorAsync(HttpMethod, String, Object, CancellationToken)

Sends a connector API request with no response body. Uses the Azure.Core HttpPipeline for retry, authentication, and diagnostics.

(Inherited from ConnectorClientBase)
CallConnectorAsync<TResponse>(HttpMethod, String, Object, CancellationToken)

Sends a connector API request and deserializes the JSON response. Uses the Azure.Core HttpPipeline for retry, authentication, and diagnostics.

(Inherited from ConnectorClientBase)
Dispose() (Inherited from ConnectorClientBase)
Dispose(Boolean)

Disposes the connector client resources.

(Inherited from ConnectorClientBase)
GetGroupPropertiesAsync(String, CancellationToken)

Get Group Properties

GetMemberGroupsAsync(String, GetMemberGroupsInput, CancellationToken)

Get Member Groups

GetMemberLicenseDetailsAsync(String, String, CancellationToken)

Get Member License Details

ListDirectGroupMembersAsync(String, String, String, CancellationToken)

List Direct Group Members

ListGroupsByDisplayNameSearchAsync(String, CancellationToken)

List Groups By Display Name Search

ListSubscribedSkusAsync(CancellationToken)

List Subscribed Skus

ListUsersAsync(CancellationToken)

List Users

ResolveUrl(String)

Resolves a relative path or validates an absolute URL against the connection runtime URL. When the NextLink host matches the connection URL, it's used as-is. When it doesn't match (codeless connectors like ARM return nextLink pointing to the backend host e.g. management.azure.com), the path+query is extracted and routed through the APIM proxy. This is safe because the request still goes through the connection runtime URL with API Hub auth.

(Inherited from ConnectorClientBase)

Applies to