共用方式為


BackupVaultServicesManagementClient 建構函式

定義

多載

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 訂用帳戶的訂用帳戶認證。 訂用帳戶識別碼會構成每個服務呼叫 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 訂用帳戶的訂用帳戶認證。 訂用帳戶識別碼會構成每個服務呼叫 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 訂用帳戶的訂用帳戶認證。 訂用帳戶識別碼會構成每個服務呼叫 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 訂用帳戶的訂用帳戶認證。 訂用帳戶識別碼會構成每個服務呼叫 URI 的一部分。

baseUri
Uri

選擇性。 取得用來作為所有雲端服務要求之基礎的 URI。

httpClient
HttpClient

Http 用戶端

適用於