ComputeManager.Authenticate メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
Authenticate(AzureCredentials, String) | |
Authenticate(RestClient, String) |
Authenticate(AzureCredentials, String)
public static Microsoft.Azure.Management.Compute.Fluent.IComputeManager Authenticate (Microsoft.Azure.Management.ResourceManager.Fluent.Authentication.AzureCredentials credentials, string subscriptionId);
static member Authenticate : Microsoft.Azure.Management.ResourceManager.Fluent.Authentication.AzureCredentials * string -> Microsoft.Azure.Management.Compute.Fluent.IComputeManager
Public Shared Function Authenticate (credentials As AzureCredentials, subscriptionId As String) As IComputeManager
パラメーター
- credentials
- AzureCredentials
- subscriptionId
- String
戻り値
適用対象
Authenticate(RestClient, String)
public static Microsoft.Azure.Management.Compute.Fluent.IComputeManager Authenticate (Microsoft.Azure.Management.ResourceManager.Fluent.Core.RestClient restClient, string subscriptionId);
static member Authenticate : Microsoft.Azure.Management.ResourceManager.Fluent.Core.RestClient * string -> Microsoft.Azure.Management.Compute.Fluent.IComputeManager
Public Shared Function Authenticate (restClient As RestClient, subscriptionId As String) As IComputeManager
パラメーター
- restClient
- RestClient
- subscriptionId
- String
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET