다음을 통해 공유


KeyListResult 생성자

정의

오버로드

KeyListResult()

KeyListResult 클래스의 새 instance 초기화합니다.

KeyListResult(IList<Key>)

KeyListResult 클래스의 새 instance 초기화합니다.

KeyListResult()

KeyListResult 클래스의 새 instance 초기화합니다.

public KeyListResult();
Public Sub New ()

적용 대상

KeyListResult(IList<Key>)

KeyListResult 클래스의 새 instance 초기화합니다.

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>

자동화 키를 나열합니다.

적용 대상