GraphRbacManagementClient コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET