次の方法で共有


ComputeManagementClient コンストラクター

定義

オーバーロード

ComputeManagementClient()

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

ComputeManagementClient(SubscriptionCloudCredentials)

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

ComputeManagementClient(HttpClient)

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

ComputeManagementClient(SubscriptionCloudCredentials, HttpClient)

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

ComputeManagementClient(SubscriptionCloudCredentials, Uri)

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

ComputeManagementClient(SubscriptionCloudCredentials, Uri, HttpClient)

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

ComputeManagementClient()

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

public ComputeManagementClient ();
Public Sub New ()

適用対象

ComputeManagementClient(SubscriptionCloudCredentials)

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

public ComputeManagementClient (Microsoft.Azure.SubscriptionCloudCredentials credentials);
new Microsoft.WindowsAzure.Management.Compute.ComputeManagementClient : Microsoft.Azure.SubscriptionCloudCredentials -> Microsoft.WindowsAzure.Management.Compute.ComputeManagementClient
Public Sub New (credentials As SubscriptionCloudCredentials)

パラメーター

credentials
Microsoft.Azure.SubscriptionCloudCredentials

必須。 Microsoft Azure サブスクリプションを一意に識別するサブスクリプション資格情報を取得します。 サブスクリプション ID は、全ての修理依頼についてURI の一部を生じさせます。

適用対象

ComputeManagementClient(HttpClient)

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

public ComputeManagementClient (System.Net.Http.HttpClient httpClient);
new Microsoft.WindowsAzure.Management.Compute.ComputeManagementClient : System.Net.Http.HttpClient -> Microsoft.WindowsAzure.Management.Compute.ComputeManagementClient
Public Sub New (httpClient As HttpClient)

パラメーター

httpClient
HttpClient

Http クライアントです。

適用対象

ComputeManagementClient(SubscriptionCloudCredentials, HttpClient)

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

public ComputeManagementClient (Microsoft.Azure.SubscriptionCloudCredentials credentials, System.Net.Http.HttpClient httpClient);
new Microsoft.WindowsAzure.Management.Compute.ComputeManagementClient : Microsoft.Azure.SubscriptionCloudCredentials * System.Net.Http.HttpClient -> Microsoft.WindowsAzure.Management.Compute.ComputeManagementClient
Public Sub New (credentials As SubscriptionCloudCredentials, httpClient As HttpClient)

パラメーター

credentials
Microsoft.Azure.SubscriptionCloudCredentials

必須です。 Microsoft Azure サブスクリプションを一意に識別するサブスクリプション資格情報を取得します。 サブスクリプション ID は、全ての修理依頼についてURI の一部を生じさせます。

httpClient
HttpClient

Http クライアントです。

適用対象

ComputeManagementClient(SubscriptionCloudCredentials, Uri)

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

public ComputeManagementClient (Microsoft.Azure.SubscriptionCloudCredentials credentials, Uri baseUri);
new Microsoft.WindowsAzure.Management.Compute.ComputeManagementClient : Microsoft.Azure.SubscriptionCloudCredentials * Uri -> Microsoft.WindowsAzure.Management.Compute.ComputeManagementClient
Public Sub New (credentials As SubscriptionCloudCredentials, baseUri As Uri)

パラメーター

credentials
Microsoft.Azure.SubscriptionCloudCredentials

必須です。 Microsoft Azure サブスクリプションを一意に識別するサブスクリプション資格情報を取得します。 サブスクリプション ID は、全ての修理依頼についてURI の一部を生じさせます。

baseUri
Uri

省略可能。 すべてのクラウド サービス要求のベースとして使用される URI を取得します。

適用対象

ComputeManagementClient(SubscriptionCloudCredentials, Uri, HttpClient)

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

public ComputeManagementClient (Microsoft.Azure.SubscriptionCloudCredentials credentials, Uri baseUri, System.Net.Http.HttpClient httpClient);
new Microsoft.WindowsAzure.Management.Compute.ComputeManagementClient : Microsoft.Azure.SubscriptionCloudCredentials * Uri * System.Net.Http.HttpClient -> Microsoft.WindowsAzure.Management.Compute.ComputeManagementClient
Public Sub New (credentials As SubscriptionCloudCredentials, baseUri As Uri, httpClient As HttpClient)

パラメーター

credentials
Microsoft.Azure.SubscriptionCloudCredentials

必須。 Microsoft Azure サブスクリプションを一意に識別するサブスクリプション資格情報を取得します。 サブスクリプション ID は、全ての修理依頼についてURI の一部を生じさせます。

baseUri
Uri

省略可能。 すべてのクラウド サービス要求のベースとして使用される URI を取得します。

httpClient
HttpClient

Http クライアントです。

適用対象