KeyListResult 建構函式

定義

多載

KeyListResult()

初始化 KeyListResult 類別的新實例。

KeyListResult(IList<Key>)

初始化 KeyListResult 類別的新實例。

KeyListResult()

初始化 KeyListResult 類別的新實例。

public KeyListResult ();
Public Sub New ()

適用於

KeyListResult(IList<Key>)

初始化 KeyListResult 類別的新實例。

public KeyListResult (System.Collections.Generic.IList<Microsoft.Azure.Management.Automation.Models.Key> keys = default);
new Microsoft.Azure.Management.Automation.Models.KeyListResult : System.Collections.Generic.IList<Microsoft.Azure.Management.Automation.Models.Key> -> Microsoft.Azure.Management.Automation.Models.KeyListResult
Public Sub New (Optional keys As IList(Of Key) = Nothing)

參數

keys
IList<Key>

列出自動化金鑰。

適用於