共用方式為


GraphRbacManagementClient Constructors

Definition

Overloads

GraphRbacManagementClient(RestClient)

Initializes a new instance of the GraphRbacManagementClient class.

GraphRbacManagementClient(String, RestClient)

Initializes a new instance of the GraphRbacManagementClient class.

GraphRbacManagementClient(String, RestClient, HttpClient)

GraphRbacManagementClient(RestClient)

Initializes a new instance of the GraphRbacManagementClient class.

public GraphRbacManagementClient (Microsoft.Azure.Management.ResourceManager.Fluent.Core.RestClient restClient);
new Microsoft.Azure.Management.Graph.RBAC.Fluent.GraphRbacManagementClient : Microsoft.Azure.Management.ResourceManager.Fluent.Core.RestClient -> Microsoft.Azure.Management.Graph.RBAC.Fluent.GraphRbacManagementClient
Public Sub New (restClient As RestClient)

Parameters

restClient
RestClient

Exceptions

Thrown when a required parameter is null

Applies to

GraphRbacManagementClient(String, RestClient)

Initializes a new instance of the GraphRbacManagementClient class.

public GraphRbacManagementClient (string baseUri, Microsoft.Azure.Management.ResourceManager.Fluent.Core.RestClient restClient);
new Microsoft.Azure.Management.Graph.RBAC.Fluent.GraphRbacManagementClient : string * Microsoft.Azure.Management.ResourceManager.Fluent.Core.RestClient -> Microsoft.Azure.Management.Graph.RBAC.Fluent.GraphRbacManagementClient
Public Sub New (baseUri As String, restClient As RestClient)

Parameters

baseUri
String

Optional. The base URI of the service.

restClient
RestClient

RestClient to be used

Exceptions

Thrown when a required parameter is null

Applies to

GraphRbacManagementClient(String, RestClient, HttpClient)

public GraphRbacManagementClient (string baseUri, Microsoft.Azure.Management.ResourceManager.Fluent.Core.RestClient restClient, System.Net.Http.HttpClient httpClient);
new Microsoft.Azure.Management.Graph.RBAC.Fluent.GraphRbacManagementClient : string * Microsoft.Azure.Management.ResourceManager.Fluent.Core.RestClient * System.Net.Http.HttpClient -> Microsoft.Azure.Management.Graph.RBAC.Fluent.GraphRbacManagementClient
Public Sub New (baseUri As String, restClient As RestClient, httpClient As HttpClient)

Parameters

baseUri
String
restClient
RestClient
httpClient
HttpClient

Applies to