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