RateLimitLease.GetAllMetadata Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a list of all the metadata that is available on the lease.
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))
Returns
List of key-value pairs of metadata name and metadata object.