MsGraphGroupsAndUsersClient Constructors

Definition

Overloads

Name Description
MsGraphGroupsAndUsersClient()
MsGraphGroupsAndUsersClient(String)

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

MsGraphGroupsAndUsersClient(Uri)

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

MsGraphGroupsAndUsersClient(Uri, TokenCredential)

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

MsGraphGroupsAndUsersClient(Uri, TokenCredential, ConnectorClientOptions)

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

MsGraphGroupsAndUsersClient()

protected MsGraphGroupsAndUsersClient();
Protected Sub New ()

Applies to

MsGraphGroupsAndUsersClient(String)

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

public MsGraphGroupsAndUsersClient(string connectionRuntimeUrl);
new Azure.Connectors.Sdk.MsGraphGroupsAndUsers.MsGraphGroupsAndUsersClient : string -> Azure.Connectors.Sdk.MsGraphGroupsAndUsers.MsGraphGroupsAndUsersClient
Public Sub New (connectionRuntimeUrl As String)

Parameters

connectionRuntimeUrl
String

The connection runtime URL from Azure Portal.

Applies to

MsGraphGroupsAndUsersClient(Uri)

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

public MsGraphGroupsAndUsersClient(Uri connectionRuntimeUrl);
new Azure.Connectors.Sdk.MsGraphGroupsAndUsers.MsGraphGroupsAndUsersClient : Uri -> Azure.Connectors.Sdk.MsGraphGroupsAndUsers.MsGraphGroupsAndUsersClient
Public Sub New (connectionRuntimeUrl As Uri)

Parameters

connectionRuntimeUrl
Uri

The connection runtime URL from Azure Portal.

Applies to

MsGraphGroupsAndUsersClient(Uri, TokenCredential)

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

public MsGraphGroupsAndUsersClient(Uri connectionRuntimeUrl, Azure.Core.TokenCredential credential);
new Azure.Connectors.Sdk.MsGraphGroupsAndUsers.MsGraphGroupsAndUsersClient : Uri * Azure.Core.TokenCredential -> Azure.Connectors.Sdk.MsGraphGroupsAndUsers.MsGraphGroupsAndUsersClient
Public Sub New (connectionRuntimeUrl As Uri, credential As TokenCredential)

Parameters

connectionRuntimeUrl
Uri

The connection runtime URL from Azure Portal.

credential
TokenCredential

The Azure credential for authentication.

Applies to

MsGraphGroupsAndUsersClient(Uri, TokenCredential, ConnectorClientOptions)

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

public MsGraphGroupsAndUsersClient(Uri connectionRuntimeUrl, Azure.Core.TokenCredential credential, Azure.Connectors.Sdk.ConnectorClientOptions options = default);
new Azure.Connectors.Sdk.MsGraphGroupsAndUsers.MsGraphGroupsAndUsersClient : Uri * Azure.Core.TokenCredential * Azure.Connectors.Sdk.ConnectorClientOptions -> Azure.Connectors.Sdk.MsGraphGroupsAndUsers.MsGraphGroupsAndUsersClient
Public Sub New (connectionRuntimeUrl As Uri, credential As TokenCredential, Optional options As ConnectorClientOptions = Nothing)

Parameters

connectionRuntimeUrl
Uri

The connection runtime URL from Azure Portal.

credential
TokenCredential

The Azure credential for authentication.

options
ConnectorClientOptions

Optional client options for retry, timeout, etc.

Applies to