Sdílet prostřednictvím


KeyListResult Konstruktory

Definice

Přetížení

KeyListResult()

Inicializuje novou instanci KeyListResult třídy.

KeyListResult(IList<Key>)

Inicializuje novou instanci KeyListResult třídy.

KeyListResult()

Inicializuje novou instanci KeyListResult třídy.

public KeyListResult ();
Public Sub New ()

Platí pro

KeyListResult(IList<Key>)

Inicializuje novou instanci KeyListResult třídy.

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)

Parametry

keys
IList<Key>

Zobrazí seznam klíčů automatizace.

Platí pro