你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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>

列出自动化密钥。

适用于