共用方式為


StorageManagementClient 建構函式 (SubscriptionCloudCredentials)

 

初始化 StorageManagementClient 類別的新執行個體。

命名空間:   Microsoft.WindowsAzure.Management.Storage
組件:  Microsoft.WindowsAzure.Management.Storage (在 Microsoft.WindowsAzure.Management.Storage.dll 中)

語法

public StorageManagementClient(
    SubscriptionCloudCredentials credentials
)
public:
StorageManagementClient(
    SubscriptionCloudCredentials^ credentials
)
new : 
        credentials:SubscriptionCloudCredentials -> StorageManagementClient
Public Sub New (
    credentials As SubscriptionCloudCredentials
)

參數

  • credentials
    Type: Microsoft.Azure.SubscriptionCloudCredentials

    必要項。 取得用來唯一識別 Microsoft Azure 訂用帳戶的訂用帳戶認證。 訂用帳戶識別碼構成每個服務呼叫的 URI 的一部分。

請參閱

StorageManagementClient 超載
StorageManagementClient 類別
Microsoft.WindowsAzure.Management.Storage 命名空間

回到頁首