次の方法で共有


GraphRbacManagementClient コンストラクター

定義

オーバーロード

GraphRbacManagementClient(RestClient)

GraphRbacManagementClient クラスの新しいインスタンスを初期化します。

GraphRbacManagementClient(String, RestClient)

GraphRbacManagementClient クラスの新しいインスタンスを初期化します。

GraphRbacManagementClient(String, RestClient, HttpClient)

GraphRbacManagementClient(RestClient)

GraphRbacManagementClient クラスの新しいインスタンスを初期化します。

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)

パラメーター

restClient
RestClient

例外

必須パラメーターが null の場合にスローされます

適用対象

GraphRbacManagementClient(String, RestClient)

GraphRbacManagementClient クラスの新しいインスタンスを初期化します。

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)

パラメーター

baseUri
String

省略可能。 サービスのベース URI。

restClient
RestClient

使用する RestClient

例外

必須パラメーターが null の場合にスローされます

適用対象

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)

パラメーター

baseUri
String
restClient
RestClient
httpClient
HttpClient

適用対象