BackupVaultServicesManagementClient コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
BackupVaultServicesManagementClient() |
BackupVaultServicesManagementClient クラスの新しいインスタンスを初期化します。 |
BackupVaultServicesManagementClient(SubscriptionCloudCredentials) |
BackupVaultServicesManagementClient クラスの新しいインスタンスを初期化します。 |
BackupVaultServicesManagementClient(HttpClient) |
BackupVaultServicesManagementClient クラスの新しいインスタンスを初期化します。 |
BackupVaultServicesManagementClient(SubscriptionCloudCredentials, HttpClient) |
BackupVaultServicesManagementClient クラスの新しいインスタンスを初期化します。 |
BackupVaultServicesManagementClient(SubscriptionCloudCredentials, Uri) |
BackupVaultServicesManagementClient クラスの新しいインスタンスを初期化します。 |
BackupVaultServicesManagementClient(SubscriptionCloudCredentials, Uri, HttpClient) |
BackupVaultServicesManagementClient クラスの新しいインスタンスを初期化します。 |
BackupVaultServicesManagementClient()
BackupVaultServicesManagementClient クラスの新しいインスタンスを初期化します。
public BackupVaultServicesManagementClient ();
Public Sub New ()
適用対象
BackupVaultServicesManagementClient(SubscriptionCloudCredentials)
BackupVaultServicesManagementClient クラスの新しいインスタンスを初期化します。
public BackupVaultServicesManagementClient (Microsoft.Azure.SubscriptionCloudCredentials credentials);
new Microsoft.Azure.Management.BackupServices.BackupVaultServicesManagementClient : Microsoft.Azure.SubscriptionCloudCredentials -> Microsoft.Azure.Management.BackupServices.BackupVaultServicesManagementClient
Public Sub New (credentials As SubscriptionCloudCredentials)
パラメーター
- credentials
- Microsoft.Azure.SubscriptionCloudCredentials
必須。 Microsoft Azure サブスクリプションを一意に識別するサブスクリプション資格情報を取得します。 サブスクリプション ID は、全ての修理依頼についてURI の一部を生じさせます。
適用対象
BackupVaultServicesManagementClient(HttpClient)
BackupVaultServicesManagementClient クラスの新しいインスタンスを初期化します。
public BackupVaultServicesManagementClient (System.Net.Http.HttpClient httpClient);
new Microsoft.Azure.Management.BackupServices.BackupVaultServicesManagementClient : System.Net.Http.HttpClient -> Microsoft.Azure.Management.BackupServices.BackupVaultServicesManagementClient
Public Sub New (httpClient As HttpClient)
パラメーター
- httpClient
- HttpClient
Http クライアントです。
適用対象
BackupVaultServicesManagementClient(SubscriptionCloudCredentials, HttpClient)
BackupVaultServicesManagementClient クラスの新しいインスタンスを初期化します。
public BackupVaultServicesManagementClient (Microsoft.Azure.SubscriptionCloudCredentials credentials, System.Net.Http.HttpClient httpClient);
new Microsoft.Azure.Management.BackupServices.BackupVaultServicesManagementClient : Microsoft.Azure.SubscriptionCloudCredentials * System.Net.Http.HttpClient -> Microsoft.Azure.Management.BackupServices.BackupVaultServicesManagementClient
Public Sub New (credentials As SubscriptionCloudCredentials, httpClient As HttpClient)
パラメーター
- credentials
- Microsoft.Azure.SubscriptionCloudCredentials
必須。 Microsoft Azure サブスクリプションを一意に識別するサブスクリプション資格情報を取得します。 サブスクリプション ID は、全ての修理依頼についてURI の一部を生じさせます。
- httpClient
- HttpClient
Http クライアントです。
適用対象
BackupVaultServicesManagementClient(SubscriptionCloudCredentials, Uri)
BackupVaultServicesManagementClient クラスの新しいインスタンスを初期化します。
public BackupVaultServicesManagementClient (Microsoft.Azure.SubscriptionCloudCredentials credentials, Uri baseUri);
new Microsoft.Azure.Management.BackupServices.BackupVaultServicesManagementClient : Microsoft.Azure.SubscriptionCloudCredentials * Uri -> Microsoft.Azure.Management.BackupServices.BackupVaultServicesManagementClient
Public Sub New (credentials As SubscriptionCloudCredentials, baseUri As Uri)
パラメーター
- credentials
- Microsoft.Azure.SubscriptionCloudCredentials
必須。 Microsoft Azure サブスクリプションを一意に識別するサブスクリプション資格情報を取得します。 サブスクリプション ID は、全ての修理依頼についてURI の一部を生じさせます。
- baseUri
- Uri
省略可能。 すべてのクラウド サービス要求のベースとして使用される URI を取得します。
適用対象
BackupVaultServicesManagementClient(SubscriptionCloudCredentials, Uri, HttpClient)
BackupVaultServicesManagementClient クラスの新しいインスタンスを初期化します。
public BackupVaultServicesManagementClient (Microsoft.Azure.SubscriptionCloudCredentials credentials, Uri baseUri, System.Net.Http.HttpClient httpClient);
new Microsoft.Azure.Management.BackupServices.BackupVaultServicesManagementClient : Microsoft.Azure.SubscriptionCloudCredentials * Uri * System.Net.Http.HttpClient -> Microsoft.Azure.Management.BackupServices.BackupVaultServicesManagementClient
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 クライアントです。
適用対象
Azure SDK for .NET