Share via


KeyListResult Constructors

Definition

Overloads

KeyListResult()

Initializes a new instance of the KeyListResult class.

KeyListResult(IList<Key>)

Initializes a new instance of the KeyListResult class.

KeyListResult()

Initializes a new instance of the KeyListResult class.

public KeyListResult ();
Public Sub New ()

Applies to

KeyListResult(IList<Key>)

Initializes a new instance of the KeyListResult class.

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)

Parameters

keys
IList<Key>

Lists the automation keys.

Applies to