RateLimitLease.GetAllMetadata 메서드

정의

임대에서 사용할 수 있는 모든 메타데이터의 목록을 가져옵니다.

public virtual System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,object?>> GetAllMetadata ();
abstract member GetAllMetadata : unit -> seq<System.Collections.Generic.KeyValuePair<string, obj>>
override this.GetAllMetadata : unit -> seq<System.Collections.Generic.KeyValuePair<string, obj>>
Public Overridable Function GetAllMetadata () As IEnumerable(Of KeyValuePair(Of String, Object))

반환

메타데이터 이름 및 메타데이터 개체의 키-값 쌍 목록입니다.

적용 대상