BatchAccountKeys 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
BatchAccountKeys() |
初始化 BatchAccountKeys 類別的新實例。 |
BatchAccountKeys(String, String, String) |
初始化 BatchAccountKeys 類別的新實例。 |
BatchAccountKeys()
初始化 BatchAccountKeys 類別的新實例。
public BatchAccountKeys();
Public Sub New ()
適用於
BatchAccountKeys(String, String, String)
初始化 BatchAccountKeys 類別的新實例。
public BatchAccountKeys(string accountName = default, string primary = default, string secondary = default);
new Microsoft.Azure.Management.Batch.Models.BatchAccountKeys : string * string * string -> Microsoft.Azure.Management.Batch.Models.BatchAccountKeys
Public Sub New (Optional accountName As String = Nothing, Optional primary As String = Nothing, Optional secondary As String = Nothing)
參數
- accountName
- String
Batch 帳戶名稱。
- primary
- String
與帳戶相關聯的主鍵。
- secondary
- String
與帳戶相關聯的次要金鑰。