你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CreateResponseRequest.Metadata Property

Definition

Set of 16 key-value pairs that can be attached to an object. This can be useful for storing additional information about the object in a structured format, and querying for objects via API or the dashboard.

Keys are strings with a maximum length of 64 characters. Values are strings with a maximum length of 512 characters.

public System.Collections.Generic.IReadOnlyDictionary<string,string> Metadata { get; set; }
member this.Metadata : System.Collections.Generic.IReadOnlyDictionary<string, string> with get, set
Public Property Metadata As IReadOnlyDictionary(Of String, String)

Property Value

Applies to