Edit

RateLimitLease.GetAllMetadata Method

Definition

Gets a list of all the metadata that is available on the lease.

public:
 virtual System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>> ^ 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 Iterator Overridable Function GetAllMetadata () As IEnumerable(Of KeyValuePair(Of String, Object))

Returns

List of key-value pairs of metadata name and metadata object.

Applies to